PluginProbe
Disable Comments & Delete All Comments / 1.0.9
Disable Comments & Delete All Comments v1.0.9
1.3.3 1.3.2 trunk 1.0.0 1.0.4 1.0.5 1.0.8 1.0.9 1.1.1 1.1.3 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.3.0 1.3.1
comments-plus / admin / assets / css / general.css

general.css in Disable Comments & Delete All Comments 1.0.9, at admin/assets/css/general.css

456 lines 11.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * General styles
3 * @author Alex Kovalev <alex.kovalevv@gmail.com>
4 * @copyright Alex Kovalev 23.08.2017
5 */
6 #WBCR {
7 position: relative;
8 /**
9 Widget in the sidebar of the plugin
10 */
11 /*#wbcr-clearfy_robots_txt_text {
12 min-height: 200px;
13 }*/
14 }
15 #WBCR .alert.alert-success {
16 margin: 0px;
17 margin-top: 10px;
18 margin-bottom: 10px;
19 font-weight: bold;
20 padding: 10px;
21 }
22 #WBCR .hint-warnign-color {
23 color: #ffeb3b;
24 }
25 #WBCR .wbcr-clearfy-header {
26 padding: 20px 20px 40px;
27 }
28 #WBCR .factory-bootstrap-400 label {
29 font-weight: normal;
30 }
31 #WBCR .factory-bootstrap-400 .form-horizontal .control-label {
32 max-width: 300px;
33 }
34 #WBCR .factory-control-buttons {
35 text-align: right;
36 padding-right: 20px;
37 }
38 #WBCR .factory-from-control-list label span {
39 display: inline-block;
40 vertical-align: bottom;
41 }
42 #WBCR .factory-from-control-list label span input[type="checkbox"],
43 #WBCR .factory-from-control-list label span input[type="checkbox"]:focus {
44 outline: none;
45 }
46 #WBCR .wbcr-clearfy-recomended-text {
47 display: block;
48 font-size: 11px;
49 font-weight: lighter;
50 color: #179347;
51 }
52 #WBCR .wbcr-clearfy-group-header {
53 background: #f9f9f9;
54 padding: 30px 0 10px 40px;
55 margin-bottom: 20px;
56 }
57 #WBCR .wbcr-clearfy-group-header strong {
58 font-size: 15px;
59 }
60 #WBCR .wbcr-clearfy-group-header p {
61 color: #8c8888;
62 font-size: 12px;
63 }
64 #WBCR .wbcr-clr-options,
65 #WBCR .wbcr-clr-page {
66 position: relative;
67 background: #fff;
68 padding-left: 230px;
69 }
70 #WBCR .wbcr-clr-options form.form-horizontal,
71 #WBCR .wbcr-clr-page form.form-horizontal {
72 min-height: 800px;
73 padding: 130px 20px 50px 20px;
74 }
75 #WBCR .wbcr-clr-page {
76 min-height: 800px;
77 padding: 80px 20px 50px 230px;
78 }
79 #WBCR .wbcr-clearfy-dashboard-header {
80 position: absolute;
81 z-index: 13;
82 top: 0;
83 left: 0;
84 right: 0;
85 overflow: hidden;
86 background-color: #32373c;
87 color: #fff;
88 border-radius: 5px 5px 0 0;
89 }
90 #WBCR .wbcr-clearfy-dashboard-header .wbcr-clearfy-header-logo {
91 float: left;
92 padding: 25px 0;
93 font-size: 20px;
94 line-height: 30px;
95 font-weight: 400;
96 text-align: center;
97 width: 170px;
98 background-color: #464b50;
99 color: #ccc;
100 padding-left: 25px;
101 background: none;
102 }
103 #WBCR .wbcr-clearfy-dashboard-header .wbcr-clearfy-header-title {
104 display: inline-block;
105 vertical-align: middle;
106 }
107 #WBCR .wbcr-clearfy-dashboard-header .wbcr-clearfy-header-title h2 {
108 font-size: 18px;
109 line-height: 30px;
110 font-weight: 300;
111 margin-top: 26px;
112 padding: 0 !important;
113 overflow: hidden;
114 white-space: nowrap;
115 text-overflow: ellipsis;
116 color: #fff;
117 }
118 #WBCR .wbcr-clearfy-dashboard-header .wbcr-clearfy-header-title .updated {
119 display: none !important;
120 }
121 #WBCR .wbcr-clearfy-dashboard-header .wbcr-clearfy-control {
122 position: relative;
123 float: right;
124 margin: 12px;
125 }
126 #WBCR .wbcr-clearfy-dashboard-header .wbcr-clearfy-control input[type="submit"] {
127 display: inline-block;
128 vertical-align: top;
129 font-size: 13px;
130 font-weight: 600;
131 line-height: 20px;
132 text-transform: uppercase;
133 margin: 10px 0 0;
134 padding: 8px 30px;
135 cursor: pointer;
136 position: relative;
137 overflow: hidden;
138 border: none;
139 border-radius: 50px;
140 box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08) inset;
141 background-color: #f1f1f1;
142 color: inherit;
143 transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s;
144 text-align: center;
145 outline: none;
146 z-index: 3;
147 }
148 #WBCR .wbcr-clearfy-dashboard-header .wbcr-clearfy-control input[type="submit"].wbcr-clearfy-type-save {
149 box-shadow: none;
150 min-width: 200px;
151 background-color: #8bc34a;
152 color: #fff;
153 }
154 #WBCR .wbcr-clearfy-dashboard-header .wbcr-clearfy-control input[type="submit"].wbcr-clearfy-type-save:hover {
155 background: #9dbb7b;
156 color: #fff;
157 }
158 #WBCR .wbcr-clearfy-dashboard-header .wbcr-clearfy-control input[type="submit"].wbcr-clearfy-type-save:active {
159 box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.3);
160 }
161 #WBCR .wbcr-clearfy-left-navigation-bar {
162 position: absolute;
163 left: 0;
164 top: 0;
165 bottom: 0;
166 width: 230px;
167 background: #e6e6e6;
168 }
169 #WBCR .wbcr-clearfy-left-navigation-bar ul {
170 margin-top: 80px;
171 }
172 #WBCR .wbcr-clearfy-left-navigation-bar ul .wbcr-clearfy-nav-tab {
173 display: block;
174 background: #efefef;
175 margin: 1px 0;
176 }
177 #WBCR .wbcr-clearfy-left-navigation-bar ul .wbcr-clearfy-nav-tab a {
178 display: block;
179 width: 100%;
180 padding: 20px 20px;
181 font-size: 12px;
182 color: #9a9a9a;
183 text-decoration: none;
184 text-transform: uppercase;
185 }
186 #WBCR .wbcr-clearfy-left-navigation-bar ul .wbcr-clearfy-nav-tab a:hover {
187 background: #f7f6f6;
188 }
189 #WBCR .wbcr-clearfy-left-navigation-bar ul .wbcr-clearfy-nav-tab a,
190 #WBCR .wbcr-clearfy-left-navigation-bar ul .wbcr-clearfy-nav-tab a:active,
191 #WBCR .wbcr-clearfy-left-navigation-bar ul .wbcr-clearfy-nav-tab a:hover,
192 #WBCR .wbcr-clearfy-left-navigation-bar ul .wbcr-clearfy-nav-tab a:active,
193 #WBCR .wbcr-clearfy-left-navigation-bar ul .wbcr-clearfy-nav-tab a:focus {
194 outline: 0 !important;
195 box-shadow: none !important;
196 }
197 #WBCR .wbcr-clearfy-left-navigation-bar ul .wbcr-clearfy-nav-tab.wbcr-clearfy-active-tab {
198 background: #fff;
199 }
200 #WBCR .wbcr-clearfy-left-navigation-bar ul .wbcr-clearfy-nav-tab.wbcr-clearfy-active-tab a {
201 color: #222;
202 }
203 #WBCR .wbcr-clearfy-sidebar-widget {
204 display: inline-block;
205 min-height: 230px;
206 width: 100%;
207 margin-top: 20px;
208 background-color: #fff;
209 padding: 20px 15px;
210 vertical-align: top;
211 }
212 #WBCR .wbcr-clearfy-sidebar-widget .wbcr-clearfy-hint-icon-simple {
213 display: inline-block;
214 width: 16px;
215 height: 16px;
216 line-height: 15px;
217 padding: 0;
218 font-size: 11px;
219 text-align: center;
220 color: #fff;
221 background: #E91E63;
222 border-radius: 3px;
223 }
224 #WBCR .wbcr-clearfy-sidebar-widget .wbcr-clearfy-simple-grey {
225 background: #E91E63;
226 }
227 #WBCR .wbcr-clearfy-sidebar-widget .wbcr-clearfy-simple-red {
228 background: #9e9e9e;
229 }
230 #WBCR .wbcr-clearfy-sidebar-widget .wbcr-clearfy-simple-green {
231 background: #8bc34a;
232 }
233 #WBCR .wbcr-clearfy-sidebar-widget .wbcr-clearfy-icon-5stars {
234 display: block;
235 width: 80px;
236 height: 17px;
237 background: url('../img/5-stars22.png') no-repeat;
238 vertical-align: middle;
239 margin-bottom: 5px;
240 }
241 #WBCR .wbcr-clearfy-board {
242 background: #f9f8f8;
243 box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
244 padding: 20px;
245 margin-top: 20px;
246 }
247 #WBCR #wbcr-clearfy-quick-mode-board {
248 padding: 30px;
249 margin-top: 20px;
250 }
251 #WBCR #wbcr-clearfy-quick-mode-board h4 {
252 margin-top: 30px;
253 }
254 #WBCR .wbcr-clearfy-switch-success-message,
255 #WBCR .wbcr-clearfy-switch-error-message {
256 display: none;
257 padding: 15px 20px;
258 font-size: 13px;
259 font-weight: bold;
260 margin: 15px 0 0;
261 border-radius: 4px;
262 }
263 #WBCR .wbcr-clearfy-switch-success-message {
264 background: #e5f9ce;
265 border-bottom: 3px solid #d3eab9;
266 color: #56614a;
267 }
268 #WBCR .wbcr-clearfy-switch-error-message {
269 background: #fdc6c2;
270 border-bottom: 3px solid #e2a19c;
271 color: #bd6963;
272 }
273 #WBCR .wbcr-clearfy-export-import-board {
274 text-align: right;
275 }
276 #WBCR .wbcr-clearfy-export-import-board label {
277 display: block;
278 width: 100%;
279 text-align: left;
280 padding: 7px 0;
281 }
282 #WBCR .wbcr-clearfy-export-import-board #wbcr-clearfy-import-export {
283 width: 100%;
284 box-sizing: border-box;
285 height: 150px;
286 line-height: inherit;
287 margin: 0;
288 padding: 7px 14px;
289 box-shadow: none;
290 border-radius: 3px;
291 border: 1px solid #eee;
292 border-top-color: #dedede;
293 background-color: #f1f1f1;
294 color: #444;
295 transition: border-color 0.3s;
296 -webkit-appearance: none;
297 }
298 #WBCR .wbcr-clearfy-export-import-board .wbcr-clearfy-import-options-button {
299 display: inline-block;
300 margin-top: 10px;
301 }
302 #WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch {
303 position: relative;
304 padding: 20px;
305 font-size: 11px;
306 text-transform: uppercase;
307 background: #f1f1f1;
308 margin-top: 10px;
309 border: 2px solid #e0dfdf;
310 text-align: center;
311 -webkit-transition: all 0.2s ease-out;
312 -moz-transition: all 0.2s ease-out;
313 -o-transition: all 0.2s ease-out;
314 transition: all 0.2s ease-out;
315 }
316 #WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch:hover {
317 cursor: pointer;
318 background: #e9e9e9;
319 border: 2px solid #d8d7d7;
320 }
321 #WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch.wbcr-clearfy-active {
322 background: #e5f9ce;
323 border: 2px solid #c9deb2;
324 color: #677d4d;
325 }
326 #WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch.wbcr-clearfy-active .wbcr-clearfy-switch-confirmation {
327 display: block !important;
328 }
329 #WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch.wbcr-clearfy-active:hover .wbcr-clearfy-switch-confirmation {
330 opacity: 1;
331 }
332 #WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch.wbcr-clearfy-mode-reset:hover {
333 background: #f7ccc9;
334 color: #c55b5b;
335 border: 2px solid #d8adad;
336 }
337 #WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch.wbcr-clearfy-loading {
338 border: 2px solid #efefef;
339 background: #f5f5f5;
340 color: #d6d6d6;
341 }
342 #WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch.wbcr-clearfy-loading .wbcr-clearfy-switch-confirmation button {
343 display: none !important;
344 }
345 #WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch .wbcr-clearfy-switch-confirmation {
346 position: absolute;
347 display: none;
348 opacity: 0;
349 top: 0;
350 left: 0;
351 right: 0;
352 bottom: 0;
353 background: rgba(255, 255, 255, 0.85);
354 -webkit-transition: all 0.3s ease-out;
355 -moz-transition: all 0.3s ease-out;
356 -o-transition: all 0.3s ease-out;
357 transition: all 0.3s ease-out;
358 }
359 #WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch .wbcr-clearfy-switch-confirmation button {
360 margin-top: 15px;
361 border: 0;
362 box-shadow: none;
363 padding: 5px 10px;
364 font-weight: bold;
365 font-size: 13px;
366 border-radius: 3px;
367 outline: none;
368 }
369 #WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch .wbcr-clearfy-switch-confirmation button.wbcr-clearfy-confirm-button-accept {
370 background-color: #c9deb2;
371 color: #586549;
372 }
373 #WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch .wbcr-clearfy-switch-confirmation button.wbcr-clearfy-confirm-button-cancel {
374 background-color: #fdd599;
375 color: #a57b3c;
376 margin-left: 10px;
377 }
378 #WBCR .wbcr-clearfy-layer {
379 display: none;
380 position: absolute;
381 top: 0;
382 left: 0;
383 right: 0;
384 bottom: 0;
385 background: rgba(255, 235, 59, 0.18);
386 z-index: 9;
387 }
388 #WBCR .wbcr-clearfy-confirm-popup {
389 display: none;
390 position: absolute;
391 top: 50%;
392 left: 50%;
393 width: 500px;
394 height: 400px;
395 margin: -200px 0 0 -250px;
396 padding: 20px;
397 background: rgba(255, 255, 255, 0.82);
398 box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
399 border: 4px solid rgba(216, 210, 171, 0.44);
400 z-index: 99;
401 }
402 #WBCR .wbcr-clearfy-confirm-popup h3 {
403 font-size: 17px;
404 text-align: center;
405 font-weight: bold;
406 margin: 5px 0 0;
407 }
408 #WBCR .wbcr-clearfy-confirm-popup .wbcr-clearfy-reset-warning-message {
409 display: none;
410 text-align: center;
411 }
412 #WBCR .wbcr-clearfy-confirm-popup .wbcr-clearfy-list-options {
413 display: none;
414 height: 230px;
415 overflow-y: auto;
416 overflow-x: hidden;
417 padding-left: 40px;
418 list-style: decimal;
419 margin: 20px 0;
420 }
421 #WBCR .wbcr-clearfy-confirm-popup.wbcr-clearfy-default-warning-options .wbcr-clearfy-list-options {
422 display: block;
423 }
424 #WBCR .wbcr-clearfy-confirm-popup.wbcr-clearfy-reset-warning-options {
425 height: 200px;
426 margin: -100px 0 0 -250px;
427 }
428 #WBCR .wbcr-clearfy-confirm-popup.wbcr-clearfy-reset-warning-options .wbcr-clearfy-reset-warning-message {
429 display: block;
430 margin: 10px 0;
431 }
432 #WBCR .wbcr-clearfy-confirm-popup .wbcr-clearfy-popup-buttons {
433 text-align: center;
434 padding: 10px;
435 }
436 #WBCR .wbcr-clearfy-confirm-popup .wbcr-clearfy-popup-buttons button {
437 display: inline-block;
438 padding: 7px 25px;
439 box-shadow: none;
440 border: 0;
441 font-weight: bold;
442 }
443 #WBCR .wbcr-clearfy-confirm-popup .wbcr-clearfy-popup-buttons button,
444 #WBCR .wbcr-clearfy-confirm-popup .wbcr-clearfy-popup-buttons button:focus {
445 outline: 0 !important;
446 box-shadow: none !important;
447 }
448 #WBCR .wbcr-clearfy-confirm-popup .wbcr-clearfy-popup-buttons button.wbcr-clearfy-popup-button-ok {
449 background: #FFEB3B;
450 color: #564f0d;
451 }
452 #WBCR .wbcr-clearfy-confirm-popup .wbcr-clearfy-popup-buttons button.wbcr-clearfy-cancel-mode {
453 background: #d6d6d6;
454 color: #5f5d5d;
455 }
456