PluginProbe ʕ •ᴥ•ʔ
SiteOrigin CSS / 1.1.5
SiteOrigin CSS v1.1.5
1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.10 1.5.11 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0
so-css / css / admin.css
so-css / css Last commit date
images 10 years ago admin.css 8 years ago admin.less 11 years ago inspector.css 8 years ago inspector.less 11 years ago mixins.css 11 years ago mixins.less 11 years ago
admin.css
646 lines
1 #siteorigin-custom-css {
2 color: #333;
3 margin: 0 0 0 -20px;
4 }
5 #siteorigin-custom-css h2 {
6 background: #f8f8f8;
7 padding: 20px;
8 border-bottom: 1px solid #d0d0d0;
9 margin-bottom: 20px;
10 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.035);
11 }
12 #siteorigin-custom-css h2 .icon {
13 width: 40px;
14 height: auto;
15 margin: -8px 10px -8px 0;
16 }
17 #siteorigin-custom-css .updated {
18 margin: 0 20px 20px 20px ;
19 }
20 #siteorigin-custom-css #poststuff {
21 padding: 0 20px;
22 }
23 #siteorigin-custom-css #poststuff .postbox {
24 border: 1px solid #D0D0D0;
25 }
26 #siteorigin-custom-css #poststuff .postbox h3.hndle {
27 cursor: default;
28 border-bottom: 1px solid #D0D0D0;
29 background: #efefef;
30 position: relative;
31 }
32 #siteorigin-custom-css #poststuff .postbox h3.hndle .hide {
33 position: absolute;
34 top: 50%;
35 line-height: 1em;
36 margin-top: -0.5em;
37 right: 12px;
38 }
39 #siteorigin-custom-css #poststuff #so-custom-css-getting-started .inside {
40 padding: 0 6px 6px 6px;
41 }
42 #siteorigin-custom-css #poststuff #so-custom-css-getting-started .inside img {
43 display: block;
44 width: 100%;
45 height: auto;
46 }
47 #so-custom-css-form {
48 margin-right: 340px;
49 }
50 #so-custom-css-info {
51 width: 315px;
52 float: right;
53 }
54 #so-custom-css-info *:first-child {
55 margin-top: 0;
56 }
57 #so-custom-css-info *:last-child {
58 margin-bottom: 0;
59 }
60 #so-custom-css-revisions ol {
61 list-style: none;
62 margin: 0;
63 }
64 #so-custom-css-revisions ol li {
65 margin: 0;
66 line-height: 2.2em;
67 }
68 #so-custom-css-form .custom-css-preview iframe,
69 #so-custom-css-form .custom-css-preview #preview-navigator {
70 display: none;
71 }
72 #so-custom-css-form .custom-css-toolbar {
73 border: 1px solid #D0D0D0;
74 border-bottom: none;
75 background: #efefef;
76 padding: 8px 10px;
77 overflow: auto;
78 }
79 #so-custom-css-form .custom-css-toolbar .toolbar-function-buttons {
80 float: left;
81 }
82 #so-custom-css-form .custom-css-toolbar .toolbar-function-buttons .toolbar-functions-dropdown {
83 display: none;
84 }
85 #so-custom-css-form .custom-css-toolbar .toolbar-function-buttons ul.toolbar-buttons {
86 margin: 0;
87 }
88 #so-custom-css-form .custom-css-toolbar .toolbar-function-buttons ul.toolbar-buttons li {
89 display: inline-block;
90 margin: 0;
91 padding: 0;
92 }
93 #so-custom-css-form .custom-css-toolbar .toolbar-action-buttons {
94 float: right;
95 }
96 #so-custom-css-form .custom-css-toolbar .toolbar-action-buttons a.active {
97 border-color: #b4c4cf;
98 background-color: #e9f9ff;
99 color: #596872;
100 }
101 #so-custom-css-form .custom-css-toolbar .toolbar-action-buttons .editor-expand {
102 float: right;
103 text-decoration: none;
104 color: #666;
105 }
106 #so-custom-css-form .custom-css-toolbar .toolbar-action-buttons .editor-expand .fa-compress {
107 display: none;
108 }
109 #so-custom-css-form .custom-css-toolbar .fa {
110 font-size: 14px;
111 }
112 #so-custom-css-form .custom-css-container {
113 border: 1px solid #D0D0D0;
114 background: #f7f7f7;
115 cursor: text;
116 overflow: hidden;
117 }
118 #so-custom-css-form .custom-css-container .CodeMirror {
119 height: auto;
120 }
121 #so-custom-css-form .custom-css-container .CodeMirror-scroll {
122 min-height: 300px;
123 }
124 #so-custom-css-form .custom-css-container .CodeMirror-lines {
125 padding: 8px 0 8px 0;
126 }
127 #so-custom-css-form .custom-css-container textarea {
128 border: 0;
129 padding: 8px 0 8px 4px;
130 width: 100%;
131 min-height: 300px;
132 display: block;
133 font-family: monospace;
134 font-size: 13px;
135 line-height: 1.4em;
136 border-left: 1px solid #ddd;
137 margin-left: 16px;
138 }
139 #so-custom-css-form .decoration {
140 display: none;
141 }
142 #so-custom-css-form.expanded {
143 z-index: 100000;
144 position: fixed;
145 top: 0;
146 left: 0;
147 bottom: 0;
148 width: 340px;
149 }
150 #so-custom-css-form.expanded .custom-css-toolbar .editor-expand .fa-expand {
151 display: none;
152 }
153 #so-custom-css-form.expanded .custom-css-toolbar .editor-expand .fa-compress {
154 display: inline-block;
155 }
156 #so-custom-css-form.expanded .decoration {
157 display: block;
158 position: absolute;
159 top: 0;
160 bottom: 0;
161 left: 339px;
162 width: 2px;
163 background: rgba(0, 0, 0, 0.1);
164 }
165 #so-custom-css-form.expanded .description {
166 display: none;
167 }
168 #so-custom-css-form.expanded .submit {
169 display: none;
170 }
171 #so-custom-css-form.expanded .custom-css-preview {
172 position: fixed;
173 display: block;
174 top: 40px;
175 right: 0;
176 bottom: 0;
177 left: 340px;
178 background: #ffffff;
179 }
180 #so-custom-css-form.expanded .custom-css-preview #preview-navigator {
181 display: block;
182 -ms-box-sizing: border-box;
183 -moz-box-sizing: border-box;
184 -webkit-box-sizing: border-box;
185 box-sizing: border-box;
186 padding: 6px 10px;
187 position: absolute;
188 width: 100%;
189 height: 40px;
190 top: -40px;
191 background: #bbb;
192 background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #bbb), color-stop(1, #eee));
193 background: -ms-linear-gradient(bottom, #bbb, #eee);
194 background: -moz-linear-gradient(center bottom, #bbb 0%, #eee 100%);
195 background: -o-linear-gradient(#eee, #bbb);
196 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#bbb', GradientType=0);
197 border-bottom: 1px solid #888;
198 }
199 #so-custom-css-form.expanded .custom-css-preview #preview-navigator input {
200 width: 100%;
201 border: 1px solid #888;
202 border-radius: 2px;
203 color: #444;
204 -webkit-box-shadow: inset 2px 2px 2px rgba( 0,0,0,0.1 );
205 -moz-box-shadow: inset 2px 2px 2px rgba( 0,0,0,0.1 );
206 box-shadow: inset 2px 2px 2px rgba( 0,0,0,0.1 );
207 }
208 #so-custom-css-form.expanded .custom-css-preview #preview-iframe {
209 display: block;
210 width: 100%;
211 height: 100%;
212 overflow-x: hidden;
213 }
214 #so-custom-css-properties {
215 display: none;
216 position: fixed;
217 top: 0;
218 left: -338px;
219 bottom: 0;
220 width: 338px;
221 background: #ffffff;
222 border: 1px solid #D0D0D0;
223 overflow-y: auto;
224 z-index: 100000;
225 }
226 #so-custom-css-properties .toolbar {
227 display: block;
228 padding: 7px 10px;
229 border-bottom: 1px solid #aaa;
230 background: #F6F6F6;
231 text-align: left;
232 }
233 #so-custom-css-properties .toolbar select {
234 line-height: 1;
235 font-size: 13px;
236 max-width: 265px;
237 -webkit-transition: all 0.5s ease;
238 -moz-transition: all 0.5s ease;
239 -o-transition: all 0.5s ease;
240 transition: all 0.5s ease;
241 }
242 #so-custom-css-properties .toolbar select.highlighted {
243 background: #daeaf7;
244 }
245 #so-custom-css-properties .toolbar .close {
246 float: right;
247 margin: 2px 4px 0 0;
248 }
249 #so-custom-css-properties .section-tabs {
250 list-style: none;
251 height: auto;
252 margin: 0;
253 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
254 }
255 #so-custom-css-properties .section-tabs li {
256 box-sizing: border-box;
257 float: left;
258 width: 33.333%;
259 padding: 10px 7px;
260 border: 1px solid #aaa;
261 background: #F6F6F6;
262 font-weight: bold;
263 border-top: 0;
264 border-left: 0;
265 font-size: 13px;
266 line-height: 1em;
267 cursor: pointer;
268 white-space: nowrap;
269 overflow: hidden;
270 color: #666;
271 }
272 #so-custom-css-properties .section-tabs li:hover {
273 background: #fff;
274 }
275 #so-custom-css-properties .section-tabs li .fa {
276 float: left;
277 display: block;
278 margin: -1px 6px -1px 0;
279 font-size: 15px;
280 color: #666;
281 }
282 #so-custom-css-properties .section-tabs li:last-child {
283 border-right: 0;
284 }
285 #so-custom-css-properties .section-tabs li.active {
286 color: #444;
287 background: #e8e8e8;
288 }
289 #so-custom-css-properties .section-tabs li.active .fa {
290 color: #333;
291 }
292 #so-custom-css-properties .sections .section {
293 display: none;
294 padding: 10px;
295 }
296 #so-custom-css-properties .sections .fields-table {
297 width: 100%;
298 padding-top: 5px;
299 }
300 #so-custom-css-properties .sections .fields-table th,
301 #so-custom-css-properties .sections .fields-table td {
302 position: relative;
303 zoom: 1;
304 }
305 #so-custom-css-properties .sections .fields-table th:before,
306 #so-custom-css-properties .sections .fields-table td:before {
307 content: '';
308 display: block;
309 }
310 #so-custom-css-properties .sections .fields-table th:after,
311 #so-custom-css-properties .sections .fields-table td:after {
312 content: '';
313 display: table;
314 clear: both;
315 }
316 #so-custom-css-properties .sections .fields-table th[scope="row"] {
317 font-weight: bold;
318 font-size: 12px;
319 padding-right: 10px;
320 text-align: left;
321 width: 36%;
322 vertical-align: top;
323 }
324 #so-custom-css-properties .sections .fields-table td {
325 padding: 0 0 12px 0 ;
326 }
327 #so-custom-css-properties .sections .fields-table input,
328 #so-custom-css-properties .sections .fields-table select {
329 display: block;
330 margin: 0 25px 0 0;
331 border: 1px solid #c0c0c0;
332 width: 175px;
333 box-sizing: border-box;
334 border-radius: 0;
335 font-size: 12px;
336 padding: 5px 8px;
337 }
338 #so-custom-css-properties .sections .fields-table .minicolors input {
339 box-sizing: border-box;
340 height: 30px;
341 padding: 5px 0 5px 30px;
342 }
343 #so-custom-css-properties .sections .fields-table .select {
344 display: block;
345 position: absolute;
346 top: 0px;
347 right: 1px;
348 padding: 5px;
349 cursor: pointer;
350 font-size: 15px;
351 }
352 #so-custom-css-properties .sections .fields-table .select-tabs {
353 margin: 0;
354 height: 40px;
355 }
356 #so-custom-css-properties .sections .fields-table .select-tabs .select-tab {
357 cursor: pointer;
358 float: left;
359 -webkit-box-sizing: border-box;
360 -moz-box-sizing: border-box;
361 box-sizing: border-box;
362 text-align: center;
363 border: 1px solid #c0c0c0;
364 padding: 4px 2px;
365 border-right-width: 0;
366 background: #f7f7f7;
367 }
368 #so-custom-css-properties .sections .fields-table .select-tabs .select-tab .fa {
369 line-height: 14px;
370 font-size: 14px;
371 color: #777;
372 }
373 #so-custom-css-properties .sections .fields-table .select-tabs .select-tab:last-child {
374 border-right-width: 1px;
375 }
376 #so-custom-css-properties .sections .fields-table .select-tabs .select-tab:hover,
377 #so-custom-css-properties .sections .fields-table .select-tabs .select-tab.active {
378 background: #e9e9e9;
379 }
380 #so-custom-css-properties .sections .fields-table .select-tabs .select-tab:hover .fa,
381 #so-custom-css-properties .sections .fields-table .select-tabs .select-tab.active .fa {
382 color: #333;
383 }
384 #so-custom-css-properties .sections .fields-table .side-tabs {
385 height: 26px;
386 }
387 #so-custom-css-properties .sections .fields-table .side-tabs .side-tab {
388 width: 20%;
389 text-align: center;
390 padding: 5px;
391 line-height: 0;
392 }
393 #so-custom-css-properties .sections .fields-table .side-tabs .side-tab div {
394 display: inline-block;
395 width: 10px;
396 height: 10px;
397 border: 2px solid #aaa;
398 }
399 #so-custom-css-properties .sections .fields-table .side-tabs .side-tab .spacing-all {
400 border-color: #12609b;
401 }
402 #so-custom-css-properties .sections .fields-table .side-tabs .side-tab .spacing-top {
403 border-top-color: #12609b;
404 }
405 #so-custom-css-properties .sections .fields-table .side-tabs .side-tab .spacing-left {
406 border-left-color: #12609b;
407 }
408 #so-custom-css-properties .sections .fields-table .side-tabs .side-tab .spacing-bottom {
409 border-bottom-color: #12609b;
410 }
411 #so-custom-css-properties .sections .fields-table .side-tabs .side-tab .spacing-right {
412 border-right-color: #12609b;
413 }
414 #so-custom-css-properties .sections .fields-table .sides .side > div {
415 margin-bottom: 5px;
416 }
417 #so-custom-css-properties .sections .fields-table .sides .side > div:last-child {
418 margin-bottom: 0;
419 }
420 .css-editor-snippet-browser {
421 display: none;
422 }
423 .css-editor-snippet-browser .snippet-browser-overlay {
424 position: fixed;
425 z-index: 100000;
426 top: 0;
427 left: 0;
428 right: 0;
429 bottom: 0;
430 background: rgba(0, 0, 0, 0.8);
431 }
432 .css-editor-snippet-browser .snippet-browser-dialog > div {
433 position: fixed;
434 z-index: 100001;
435 background: #fff;
436 box-sizing: border-box;
437 }
438 .css-editor-snippet-browser .snippet-browser-dialog .toolbar {
439 top: 40px;
440 left: 40px;
441 right: 40px;
442 height: 50px;
443 background: #FCFCFC;
444 border-bottom: 1px solid #dddddd;
445 overflow: hidden;
446 }
447 .css-editor-snippet-browser .snippet-browser-dialog .toolbar h1 {
448 padding: 0 16px;
449 font-size: 22px;
450 line-height: 50px;
451 margin: 0;
452 color: #444;
453 }
454 .css-editor-snippet-browser .snippet-browser-dialog .toolbar .close {
455 cursor: pointer;
456 color: #777;
457 background-color: transparent;
458 height: 50px;
459 width: 50px;
460 padding: 15px 0 0 0;
461 position: absolute;
462 text-align: center;
463 border: 0;
464 border-left: 1px solid #ddd;
465 top: 0;
466 right: 0;
467 text-decoration: none;
468 box-sizing: border-box;
469 }
470 .css-editor-snippet-browser .snippet-browser-dialog .toolbar .close:hover {
471 background: #dddddd;
472 }
473 .css-editor-snippet-browser .snippet-browser-dialog .toolbar .close .icon:before {
474 content: '\f158';
475 font: normal 20px/1 'dashicons';
476 vertical-align: middle;
477 -webkit-font-smoothing: antialiased;
478 -moz-osx-font-smoothing: grayscale;
479 color: #666;
480 }
481 .css-editor-snippet-browser .snippet-browser-dialog .sidebar {
482 top: 90px;
483 left: 40px;
484 bottom: 90px;
485 width: 300px;
486 background: #f3f3f3;
487 border-right: 1px solid #dddddd;
488 padding: 16px;
489 overflow: auto;
490 }
491 .css-editor-snippet-browser .snippet-browser-dialog .sidebar .snippet-search {
492 width: 100%;
493 margin-bottom: 20px;
494 padding: 8px;
495 }
496 .css-editor-snippet-browser .snippet-browser-dialog .sidebar .snippets {
497 margin: 0;
498 }
499 .css-editor-snippet-browser .snippet-browser-dialog .sidebar .snippets .snippet {
500 cursor: pointer;
501 font-size: 1.1em;
502 line-height: 1.35em;
503 margin-bottom: 20px;
504 }
505 .css-editor-snippet-browser .snippet-browser-dialog .sidebar .snippets .snippet.active {
506 font-weight: bold;
507 }
508 .css-editor-snippet-browser .snippet-browser-dialog .main {
509 top: 90px;
510 left: 340px;
511 right: 40px;
512 bottom: 90px;
513 background: #fff;
514 overflow: auto;
515 }
516 .css-editor-snippet-browser .snippet-browser-dialog .main .snippet-view {
517 padding: 20px;
518 }
519 .css-editor-snippet-browser .snippet-browser-dialog .main .snippet-view .snippet-title {
520 margin: 0 0 0.75em 0;
521 padding: 0;
522 }
523 .css-editor-snippet-browser .snippet-browser-dialog .main .snippet-view .snippet-description {
524 font-size: 1.1em;
525 color: #666;
526 margin-bottom: 2em;
527 }
528 .css-editor-snippet-browser .snippet-browser-dialog .main .snippet-view .snippet-code {
529 padding: 20px;
530 border: 1px solid #d0d0d0;
531 background: #f8f8f8;
532 }
533 .css-editor-snippet-browser .snippet-browser-dialog .buttons {
534 bottom: 40px;
535 left: 40px;
536 right: 40px;
537 height: 50px;
538 background: #FCFCFC;
539 border-top: 1px solid #dddddd;
540 text-align: right;
541 padding: 10px 20px;
542 overflow: hidden;
543 }
544 .socss-field-measurement {
545 position: relative;
546 }
547 .socss-field-measurement input.socss-field-input {
548 min-height: 1.5em;
549 padding-right: 50px;
550 width: 120px !important;
551 box-sizing: border-box;
552 }
553 .socss-field-measurement .dashicons-arrow-down {
554 position: absolute;
555 top: 4px;
556 left: 97px;
557 cursor: pointer;
558 }
559 .socss-field-measurement .dropdown {
560 display: none;
561 background: #F5F5F5;
562 border: 1px solid #c0c0c0;
563 position: absolute;
564 top: 27px;
565 left: 71px;
566 width: 50px;
567 z-index: 2;
568 margin: 0;
569 box-sizing: border-box;
570 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
571 }
572 .socss-field-measurement .dropdown li {
573 padding: 5px 0;
574 text-align: center;
575 line-height: 1.1em;
576 font-size: 11px;
577 margin: 0;
578 }
579 .socss-field-measurement .dropdown li:hover,
580 .socss-field-measurement .dropdown li.active {
581 background: #e8e8e8;
582 cursor: pointer;
583 }
584 .socss-field-measurement .units {
585 position: absolute;
586 top: 5px;
587 left: 12px;
588 color: #bbb;
589 pointer-events: none;
590 }
591 .socss-diw {
592 position: absolute;
593 top: 0px;
594 left: 124px;
595 }
596 .socss-diw .inc-button,
597 .socss-diw .dec-button {
598 cursor: pointer;
599 box-sizing: border-box;
600 float: left;
601 padding: 8px;
602 user-select: none;
603 text-align: center;
604 margin: 0;
605 width: 27px;
606 height: 27px;
607 font-size: 10px;
608 }
609 .socss-diw .inc-button {
610 border-left: 0;
611 }
612 .socss-button {
613 cursor: pointer;
614 line-height: 1em;
615 display: inline-block;
616 border: 1px solid #c0c0c0;
617 background: #f7f7f7;
618 text-decoration: none;
619 padding: 6px;
620 font-weight: bold;
621 color: #555;
622 font-size: 0.95em;
623 margin-left: 5px;
624 -webkit-user-select: none;
625 -moz-user-select: none;
626 -ms-user-select: none;
627 -o-user-select: none;
628 user-select: none;
629 }
630 .socss-button:hover {
631 border-color: #b0b0b0;
632 background: #fff;
633 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
634 }
635 .socss-button:hover .fa {
636 color: #333;
637 }
638 .socss-button .fa {
639 color: #555;
640 }
641 .CodeMirror-lint-tooltip,
642 .CodeMirror-hints {
643 /* This is above the editor in full-screen mode */
644 z-index: 100002;
645 }
646