-
Notifications
You must be signed in to change notification settings - Fork 17
/
demo.css
136 lines (118 loc) · 2.24 KB
/
demo.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
.wrapper{
max-width: 678px;
margin:auto;
}
pre {
border-left: 0.3rem solid #4039ff;
}
body{
background:#f2f2f2;
}
.push_left{
margin-left: 6px;
}
.push_right{
margin-right: 6px;
}
code,xmp{
white-space: normal !important;
}
textarea{
margin-bottom: 0px;
min-height: 200px;
line-height: 1;
}
.card{
margin:20px;
border-radius: 5px;
background:#fff;
box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1)
}
.card_title,.title{
background: #4039ff;
color: #fff;
}
.card_title,.title{
padding: 15px 20px;
font-weight: bold;
}
.card_title{
border-radius: 4px 4px 0px 0px;
}
.card_content{
padding: 15px;
}
.small{
font-size: 14px;
font-weight: 400;
}
.button, button, input[type='button'], input[type='reset'], input[type='submit'] {
background-color: #4039ff;
border: 0.1rem solid #4039ff;
}
a.button.getBtn{
margin-top: 16px;background-color:#fff;color:#4039ff;border-color: #fff;
}
/*custom style*/
.popbox .heading{
text-transform: uppercase;
margin-bottom: 10px;
}
.popbox .text{
font-size: 14px;
color: #8c8c8c;
margin-bottom: 10px;
}
.popbox button{
padding: 10px 10px 0px 0px;
margin: 0px;
line-height: 1;
height: auto;
background: transparent;
border-color: transparent;
margin-right: 12px;
color:#7a7aff;
}
.popbox button:last-child{
margin-right: 0px;
}
.popbox .danger{
color: #000;
}
[data-popbox-id="modal1"] .popbox_container{
max-width:450px;
}
[data-popbox-id="modal2"] .popbox_container{
max-width:400px;
padding:0px;
}
[data-popbox-id="modal2"] .popbox_container .text img{
border-radius: 4px 4px 0px 0px;
}
[data-popbox-id="modal2"] .popbox_container .text{
margin-bottom: 0px;
line-height: 0;
}
[data-popbox-id="modal2"] .popbox_container .footer{
padding:6px 12px 12px 12px;
}
[data-popbox-id="modal2"] .popbox_container .heading{
padding:12px 12px 0px 12px;
margin-bottom: 0px;
color: #a9a9a9;
font-size: 12px;
}
[data-popbox-id="modal3"] .popbox_container{
max-width:350px;
text-align: center;
}
input{
border-radius: 100px !important;
background: #f8f8f8 !important;
}
form{
margin-bottom: 0px !important;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px #f8f8f8 inset !important;
}