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