PluginProbe
Featherweight / 2.0.0
Featherweight v2.0.0
2.2.3 2.2.2 2.2.0 2.2.1 2.0.2 trunk 1.4.5 1.5.0 1.5.19 1.5.20 1.5.21 1.5.22 1.6.0 1.6.1 2.0.0 2.0.1
wp-disable / css / style.css

style.css in Featherweight 2.0.0, at css/style.css

398 lines 8.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* line 2, ../sass/style.scss */
2 .wp-disable header {
3 background: #c5ccce;
4 color: #66666b;
5 padding: 35px;
6 border-radius: 10px 10px 0 0;
7 }
8 /* line 8, ../sass/style.scss */
9 .wp-disable header .col-left {
10 display: inline-block;
11 width: 59%;
12 }
13 /* line 12, ../sass/style.scss */
14 .wp-disable header .col-left h2 {
15 color: #66666b;
16 font-size: 22px;
17 font-weight: 400;
18 margin: 0;
19 margin-bottom: 10px;
20 }
21 /* line 20, ../sass/style.scss */
22 .wp-disable header .col-left small {
23 font-size: 14px;
24 font-weight: 100;
25 color: #66666b;
26 }
27 /* line 27, ../sass/style.scss */
28 .wp-disable header .col-right {
29 display: inline-block;
30 text-align: right;
31 width: 40%;
32 }
33 /* line 31, ../sass/style.scss */
34 .wp-disable header .col-right a {
35 background: #fff885 none repeat scroll 0 0;
36 color: #928a07;
37 font-size: 12px;
38 text-decoration: none;
39 padding: 5px 15px;
40 border-radius: 20px;
41 }
42 /* line 39, ../sass/style.scss */
43 .wp-disable header .col-right > p {
44 margin: 5px auto;
45 }
46 /* line 43, ../sass/style.scss */
47 .wp-disable header .col-right small {
48 background: #f65428 none repeat scroll 0 0;
49 border-radius: 1px;
50 font-size: 13px;
51 padding: 2px 13px 3px;
52 }
53 /* line 52, ../sass/style.scss */
54 .wp-disable .container {
55 background: #fff;
56 padding: 35px 20px;
57 display: block;
58 }
59 /* line 59, ../sass/style.scss */
60 .wp-disable .container .tab-wrap {
61 float: left;
62 padding: 0 15px;
63 width: 57%;
64 }
65 /* line 64, ../sass/style.scss */
66 .wp-disable .container .tab-wrap ul.tabs {
67 margin: 0px;
68 padding: 0px;
69 list-style: none;
70 }
71 /* line 68, ../sass/style.scss */
72 .wp-disable .container .tab-wrap ul.tabs li {
73 background: #c5ccce;
74 border-radius: 5px 5px 0 0;
75 color: #797979;
76 cursor: pointer;
77 display: inline-block;
78 float: left;
79 margin: 0 3px 0 0;
80 padding: 15px 25px;
81 font-size: 16px;
82 }
83 /* line 79, ../sass/style.scss */
84 .wp-disable .container .tab-wrap ul.tabs li.current {
85 background: #efefef;
86 color: #797979;
87 }
88 /* line 87, ../sass/style.scss */
89 .wp-disable .container .tab-wrap .tab-content {
90 display: none;
91 background: #efefef;
92 clear: both;
93 padding: 15px;
94 border-radius: 0 5px 5px 5px;
95 }
96 /* line 94, ../sass/style.scss */
97 .wp-disable .container .tab-wrap .tab-content.current {
98 display: inherit;
99 }
100 /* line 99, ../sass/style.scss */
101 .wp-disable .container .tab-wrap .panel {
102 margin: 20px auto;
103 padding: 20px;
104 background: #f7b66d;
105 border-radius: 5px;
106 }
107 /* line 105, ../sass/style.scss */
108 .wp-disable .container .tab-wrap .panel h3 {
109 color: white;
110 font-size: 20px;
111 text-align: center;
112 }
113 /* line 111, ../sass/style.scss */
114 .wp-disable .container .tab-wrap .panel.featured-panel.stye-1 {
115 background: #23458b none repeat scroll 0 0;
116 }
117 /* line 115, ../sass/style.scss */
118 .wp-disable .container .tab-wrap .panel .pane-head {
119 display: block;
120 width: 100%;
121 }
122 /* line 118, ../sass/style.scss */
123 .wp-disable .container .tab-wrap .panel .pane-head a {
124 display: block;
125 }
126 /* line 121, ../sass/style.scss */
127 .wp-disable .container .tab-wrap .panel .pane-head a.just-link {
128 text-decoration: none;
129 background: #d4d4d4;
130 padding: 10px 15px;
131 font-size: 16px;
132 color: #585858;
133 border-radius: 0 0 5px 5px;
134 }
135 /* line 129, ../sass/style.scss */
136 .wp-disable .container .tab-wrap .panel .pane-head a.just-link:hover {
137 background: #c7c6c6;
138 }
139 /* line 134, ../sass/style.scss */
140 .wp-disable .container .tab-wrap .panel .pane-head img {
141 display: block;
142 width: 100%;
143 }
144 /* line 140, ../sass/style.scss */
145 .wp-disable .container .tab-wrap .panel.featured-panel {
146 background: #f65428 none repeat scroll 0 0;
147 margin-bottom: 13px;
148 padding: 1px;
149 }
150 /* line 147, ../sass/style.scss */
151 .wp-disable .container .btn-submit {
152 background: #00CDBF;
153 color: #05867d;
154 height: auto;
155 padding: 10px 30px;
156 text-decoration: none;
157 text-shadow: unset;
158 box-shadow: none;
159 border: none;
160 margin-top: 20px;
161 font-size: 18px;
162 text-transform: uppercase;
163 border-radius: 100px;
164 }
165 /* line 161, ../sass/style.scss */
166 .wp-disable .container .btn-submit:hover {
167 background: #12c7bb;
168 color: #05867d;
169 }
170 /* line 167, ../sass/style.scss */
171 .wp-disable .container .disable-form .form-group {
172 display: block;
173 padding: 15px 10px;
174 border-bottom: 1px solid #ccc;
175 min-height: 34px;
176 line-height: 34px;
177 }
178 /* line 174, ../sass/style.scss */
179 .wp-disable .container .disable-form .form-group:last-child {
180 border: none;
181 }
182 /* line 178, ../sass/style.scss */
183 .wp-disable .container .disable-form .form-group span {
184 font-size: 16px;
185 color: #797979;
186 }
187
188 /* line 187, ../sass/style.scss */
189 .side-bar {
190 padding: 0 15px;
191 width: 39%;
192 display: inline-block;
193 }
194 /* line 192, ../sass/style.scss */
195 .side-bar h3 {
196 background: #c5ccce;
197 border-radius: 5px 5px 0 0;
198 color: #797979;
199 margin: 0;
200 padding: 10px 25px;
201 line-height: 25px;
202 font-weight: 400;
203 }
204 /* line 202, ../sass/style.scss */
205 .side-bar .offload-form {
206 background: #efefef;
207 padding: 25px;
208 color: #797984;
209 border-radius: 0 0 5px 5px;
210 margin-bottom: 20px;
211 }
212 /* line 209, ../sass/style.scss */
213 .side-bar .offload-form .form-group {
214 margin-bottom: 25px;
215 }
216 /* line 212, ../sass/style.scss */
217 .side-bar .offload-form .form-group label {
218 font-size: 14px;
219 clear: both;
220 margin-bottom: 8px;
221 display: block;
222 color: #797984;
223 }
224 /* line 221, ../sass/style.scss */
225 .side-bar .offload-form .form-group input[type=text] {
226 min-width: 300px;
227 height: 36px;
228 border: 1px solid #dedede;
229 background: #fff;
230 padding: 0 10px;
231 border-radius: 3px;
232 color: #0a6f68;
233 font-weight: 100;
234 box-shadow: none;
235 }
236 /* line 233, ../sass/style.scss */
237 .side-bar .offload-form .form-group input[type=number] {
238 height: 30px;
239 border-radius: 3px;
240 border: 1px solid #dedede;
241 width: 60px;
242 box-shadow: none;
243 }
244 /* line 241, ../sass/style.scss */
245 .side-bar .offload-form .form-group input[type=checkbox] {
246 border: 1px solid #dedede;
247 border-radius: 3px;
248 box-shadow: none;
249 }
250 /* line 246, ../sass/style.scss */
251 .side-bar .offload-form .form-group input[type=checkbox]:checked:before {
252 color: #797984;
253 }
254 /* line 251, ../sass/style.scss */
255 .side-bar .offload-form .form-group input[type=radio] {
256 -webkit-border-radius: 50%;
257 border-radius: 50%;
258 margin-right: 5px;
259 line-height: 10px;
260 background: #fff;
261 border: 1px solid #dedede;
262 box-shadow: none;
263 }
264 /* line 260, ../sass/style.scss */
265 .side-bar .offload-form .form-group input[type=radio]:checked:before {
266 width: 8px;
267 height: 8px;
268 margin: 3px;
269 line-height: 16px;
270 background-color: #797984;
271 }
272 /* line 269, ../sass/style.scss */
273 .side-bar .offload-form .form-group span {
274 margin-right: 40px;
275 font-size: 14px;
276 color: #797984;
277 }
278 /* line 281, ../sass/style.scss */
279 .side-bar .pane-head a img {
280 display: block;
281 width: 100%;
282 border-radius: 5px;
283 margin-bottom: 20px;
284 }
285 /* line 289, ../sass/style.scss */
286 .side-bar .pane-head h2 {
287 color: white;
288 line-height: 22px;
289 text-align: center;
290 }
291 /* line 295, ../sass/style.scss */
292 .side-bar .pane-head h3 {
293 background: #bfbfbf;
294 color: #737373;
295 margin: 0 auto;
296 text-align: center;
297 }
298
299 /* line 304, ../sass/style.scss */
300 .check_options {
301 font-weight: bold;
302 }
303
304 /* line 309, ../sass/style.scss */
305 .stars {
306 float: right;
307 height: 19px;
308 background: transparent url("/wp-content/plugins/wp-disable/images/stars.jpg") repeat scroll 0 0;
309 width: 100px;
310 }
311
312 @media (max-width: 768px) {
313 /* line 317, ../sass/style.scss */
314 .tab-wrap {
315 width: 96%;
316 }
317
318 /* line 320, ../sass/style.scss */
319 .col-left, .col-right, .side-bar {
320 width: 100%;
321 }
322
323 /* line 323, ../sass/style.scss */
324 .col-right a {
325 display: block;
326 }
327 }
328 /* The switch - the box around the slider */
329 /* line 329, ../sass/style.scss */
330 .switch {
331 position: relative;
332 display: inline-block;
333 width: 60px;
334 height: 34px;
335 float: right;
336 }
337
338 /* Hide default HTML checkbox */
339 /* line 338, ../sass/style.scss */
340 .switch input {
341 display: none;
342 }
343
344 /* The slider */
345 /* line 341, ../sass/style.scss */
346 .slider {
347 position: absolute;
348 cursor: pointer;
349 top: 0;
350 left: 0;
351 right: 0;
352 bottom: 0;
353 background-color: #F37E67;
354 -webkit-transition: .4s;
355 transition: .4s;
356 }
357
358 /* line 353, ../sass/style.scss */
359 .slider:before {
360 position: absolute;
361 content: "";
362 height: 26px;
363 width: 26px;
364 left: 4px;
365 bottom: 4px;
366 background-color: white;
367 -webkit-transition: .4s;
368 transition: .4s;
369 }
370
371 /* line 365, ../sass/style.scss */
372 input:checked + .slider {
373 background-color: #00CDBF;
374 }
375
376 /* line 369, ../sass/style.scss */
377 input:focus + .slider {
378 box-shadow: 0 0 1px #2196F3;
379 }
380
381 /* line 373, ../sass/style.scss */
382 input:checked + .slider:before {
383 -webkit-transform: translateX(26px);
384 -ms-transform: translateX(26px);
385 transform: translateX(26px);
386 }
387
388 /* Rounded sliders */
389 /* line 380, ../sass/style.scss */
390 .slider.round {
391 border-radius: 34px;
392 }
393
394 /* line 384, ../sass/style.scss */
395 .slider.round:before {
396 border-radius: 50%;
397 }
398