PluginProbe ʕ •ᴥ•ʔ
Pods – Custom Content Types and Fields / trunk
Pods – Custom Content Types and Fields vtrunk
trunk 1.14.8 2.7.31.3 2.8.23.3 2.9.19.3 3.0.10.3 3.1.4.1 3.2.0 3.2.1 3.2.1.1 3.2.2 3.2.4 3.2.5 3.2.6 3.2.7 3.2.7.1 3.2.8 3.2.8.1 3.2.8.2 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.3.8 3.3.9
pods / components / Templates / assets / css / panel.css
pods / components / Templates / assets / css Last commit date
panel.css 8 years ago styles-pod_reference.css 2 years ago styles-view_template.css 11 months ago
panel.css
681 lines
1 /*
2 Document : panel.css
3 Created on : Jun 6, 2012, 9:20:06 AM
4 Author : David Cramer
5 Description:
6 Styles the shortcode insert builder.
7 */
8 /* {margin:0;padding:0;}*/
9
10 .pods_templates-modal-content {
11 background: none repeat scroll 0 0 #FFF;
12 bottom: 0;
13 left: 0;
14 margin: 0 auto;
15 max-width: 650px;
16 min-height: 300px;
17 padding: 15px;
18 position: absolute;
19 right: 0;
20 top: 0;
21 width: 100%;
22 }
23
24 .pods_templates-options-form {
25 position: relative;
26 }
27
28 .pods_templates-options-form .submit {
29 clear: both;
30 }
31
32 .pods_templates-settings-config-content {
33 margin-left: 147px;
34 background-color: #FFF;
35 padding-right: 10px;
36 width: 450px;
37 min-height: 200px;
38 box-shadow: 1px 1px 1px -1px rgba(0, 0, 0, .1);
39 }
40
41 .pods_templates-settings-config-content.full {
42 margin-left: 0;
43 border-left: 0;
44 padding-left: 0;
45 width: 500px;
46 }
47
48 .pods_templates_widget_label, .pods_templates_settings_label {
49 cursor: pointer;
50 display: inline-block;
51 min-width: 80px;
52 }
53
54 .pods_templates-metabox-config-content {
55 margin-left: 122px;
56 border-left: 1px solid #F5F5F5;
57 padding-left: 10px;
58 }
59
60 .pods_templates-metabox-config-content.full {
61 margin-left: 0;
62 border-left: 0;
63 padding-left: 0;
64 }
65
66 .pods_templates-widget-config-content {
67 margin-left: 130px;
68 max-height: 500px;
69 overflow: auto;
70 width: 363px;
71 }
72
73 .pods_templates-widget-config-content.full {
74 margin-left: -9px;
75 max-height: 100%;
76 overflow: visible;
77 width: auto;
78 }
79
80 .pods_templates-settings-config-content h3,
81 .pods_templates-metabox-config-content h3,
82 .pods_templates-widget-config-content h3 {
83 border-bottom: 1px solid #DFDFDF;
84 font-weight: normal;
85 margin: 0 0 10px 0;
86 padding: 10px 0 5px;
87 }
88
89 .pods_templates-metabox-config-content h3.metaheader {
90 padding: 7px 0 !important;
91 font-weight: bold;
92 cursor: default !important;
93 }
94
95 .pods_templates-groupbox {
96 border-left: 1px solid #EBEBEB;
97 padding: 1px 0 0 10px;
98 }
99
100 .pods_templates-field-row {
101 margin: 0 0 15px 0;
102 }
103
104 .full .pods_templates-groupbox {
105 border: none;
106 }
107
108 .pods_templates-groupbox .groupitems {
109 margin-bottom: 5px;
110 position: relative;
111 }
112
113 .widget-footer {
114 border: 0;
115 border-bottom: 1px solid #DFDFDF;
116 margin: 10px 0 5px;
117 }
118
119 .pods_templates-modal-modal {
120 bottom: 30px;
121 left: 30px;
122 position: fixed;
123 right: 30px;
124 top: 30px;
125 z-index: 300010;
126 }
127
128 .pods_templates-modal-footer {
129 background-color: #F1F1F1;
130 border-top: 1px solid #E1E1E1;
131 bottom: 0;
132 left: 0;
133 padding: 15px;
134 position: absolute;
135 right: 0;
136 text-align: right;
137 }
138
139 .pods_templates-modal-header > h2 {
140 border-bottom: 1px solid #EFEFEF;
141 font-weight: 300;
142 margin: 0 0 5px;
143 padding: 0 0 10px;
144 }
145
146 .pods_templates-modal-header > h2 small {
147 font-size: 14px;
148 color: #BCBCBC;
149 }
150
151 .pods_templates-shortcode-name {
152 font-weight: 300;
153 margin: 0 0 5px;
154 padding: 3px 0 10px 1px;
155 }
156
157 .pods_templates-shortcode-config {
158 border-top: 1px solid #EFEFEF;
159 bottom: 50px;
160 left: 15px;
161 position: absolute;
162 right: 15px;
163 top: 85px;
164 }
165
166 .pods_templates-shortcode-config-content {
167 border-left: 1px solid #EFEFEF;
168 bottom: 0;
169 overflow: auto;
170 padding-left: 10px;
171 position: absolute;
172 right: 0;
173 top: 0;
174 width: 495px;
175 }
176
177 h3.pods_templates-config-header {
178 border-bottom: 1px solid #F5F5F5;
179 font-weight: 300;
180 margin: 7px 0;
181 padding-bottom: 7px;
182 }
183
184 .pods_templates-settings-config-nav {
185 left: -22px;
186 position: absolute;
187 top: 0;
188 width: 170px;
189 }
190
191 .pods_templates-widget-config-nav {
192 bottom: 0;
193 left: -15px;
194 position: absolute;
195 top: 0;
196 width: 145px;
197 }
198
199 .pods_templates-shortcode-config-nav,
200 .pods_templates-metabox-config-nav {
201 bottom: 0;
202 left: 0;
203 position: absolute;
204 top: 0;
205 width: 145px;
206 }
207
208 .pods_templates-metabox-config-nav {
209 width: 135px;
210 }
211
212 .pods_templates-settings-config-nav > ul,
213 .pods_templates-widget-config-nav > ul,
214 .pods_templates-metabox-config-nav > ul,
215 .pods_templates-shortcode-config-nav > ul {
216 margin: 5px 0 0;
217 }
218
219 .pods_templates-settings-config-nav a,
220 .pods_templates-widget-config-nav a,
221 .pods_templates-metabox-config-nav a,
222 .pods_templates-shortcode-config-nav a {
223 display: block;
224 font-weight: 300;
225 padding: 7px 0 6px 15px;
226 text-decoration: none;
227 }
228
229 .pods_templates-settings-config-nav a {
230 padding: 7px 0 6px 22px;
231 }
232
233 .pods_templates-settings-config-nav li,
234 .pods_templates-widget-config-nav li,
235 .pods_templates-metabox-config-nav li,
236 .pods_templates-shortcode-config-nav li {
237 margin: 0;
238 }
239
240 .pods_templates-shortcode-config-nav li.current {
241 background: none repeat scroll 0 0 #EFEFEF;
242 }
243
244 .pods_templates-settings-config-nav li.current {
245 background: none repeat scroll 0 0 #FFF;
246 }
247
248 .pods_templates-metabox-config-nav li.current,
249 .pods_templates-widget-config-nav li.current {
250 background: none repeat scroll 0 0 #F5F5F5;
251 box-shadow: none;
252 }
253
254 .pods_templates-shortcode-config-content .rowGroup {
255 border-bottom: 1px dashed #EFEFEF;
256 margin: 0 0 10px;
257 }
258
259 .pods_templates-addRow {
260 padding: 5px 0 10px;
261 }
262
263 .toolrow {
264 margin-bottom: 5px;
265 }
266
267 .pods_templates-shortcode-config-content .form-table th {
268 width: 100px;
269 }
270
271 .pods_templates-shortcode-config-content input.regular-text {
272 width: 23em;
273 }
274
275 .pods_templates-shortcode-config-content textarea.regular-text.full,
276 .pods_templates-shortcode-config-content input.regular-text.full {
277 width: 99%;
278 }
279
280 .pods_templates-settings-config-content label {
281 margin: 0 0 3px;
282 }
283
284 #side-sortables .pods_templates-metabox-config-content {
285 margin-left: 0;
286 border-left: 0;
287 padding-left: 0;
288 }
289
290 @media only screen and (min-width: 850px) {
291 #side-sortables .pods_templates-metabox-config-nav {
292 clear: both;
293 position: relative;
294 width: 100%;
295 }
296
297 #side-sortables .pods_templates-metabox-config-nav li {
298 display: inline-block;
299 width: auto;
300 }
301
302 #side-sortables .pods_templates-metabox-config-nav li a {
303 padding-right: 15px;
304 }
305
306 #side-sortables .pods_templates-metabox-config-content .metaheader {
307 display: none;
308 }
309
310 #side-sortables .pods_templates-metabox-config-nav {
311 border-bottom: 1px solid #EFEFEF;
312 }
313
314 #side-sortables .pods_templates-metabox-config-content.group {
315 margin: 0;
316 }
317
318 #side-sortables .pods_templates-metabox-config-content.group table th,
319 #side-sortables .pods_templates-metabox-config-content.group table td {
320 display: inline-block;
321 min-width: 70px;
322 width: auto;
323 padding: 10px 0;
324 }
325 }
326
327 @media only screen and (max-width: 850px) {
328 #side-sortables .pods_templates-metabox-config-content.group table th,
329 #side-sortables .pods_templates-metabox-config-content.group table td {
330 display: inline-block;
331 min-width: 170px;
332 height: 30px;
333 width: auto;
334 }
335 }
336
337 .toolbar {
338 padding: 10px;
339 background-color: #EFEFEF;
340 height: 29px;
341 border-bottom: 1px solid #CCC;
342 position: fixed;
343 width: 650px;
344 z-index: 10000;
345 }
346
347 .group-multiple {
348 border-bottom: 1px solid #EFEFEF;
349 }
350
351 .rowGroup {
352 padding-bottom: 10px;
353 }
354
355 .widgeth2 {
356 border-bottom: 1px dashed #EFEFEF;
357 font-size: 1.5em !important;
358 margin: 0 !important;
359 padding: 0 !important;
360 }
361
362 .loadElementControl {
363 padding: 2px !important;
364 margin-top: 5px;
365 }
366
367 .elementBox {
368 border-bottom: 1px solid #CCC;
369 padding-bottom: 5px !important;
370 }
371
372 .show-elements-tab {
373 background: url("../../../../wp-admin/images/arrows.png") no-repeat scroll right 4px transparent;
374 color: #777;
375 display: block;
376 font-size: 12px;
377 height: 22px;
378 line-height: 22px;
379 padding: 1px 16px 0 6px;
380 text-decoration: none;
381 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
382 z-index: 1;
383 }
384
385 .show-elements-tab.active {
386 background: url("../../../../wp-admin/images/arrows.png") no-repeat scroll right -31px transparent;
387 }
388
389 .show-element-selector {
390 margin: -12px 3px 0 0;
391 padding: 0 3px;
392 float: right;
393 font-family: sans-serif;
394 height: 23px;
395 border-bottom-left-radius: 3px;
396 border-bottom-right-radius: 3px;
397 background-color: #E3E3E3;
398 background-image: -moz-linear-gradient(center bottom, #DFDFDF, #F1F1F1);
399 border-bottom: 1px solid #CCC;
400 border-left: 1px solid #CCC;
401 border-right: 1px solid #CCC;
402 }
403
404 .elementSelector {
405 display: none;
406 }
407
408 .toolrow {
409 margin-top: 5px;
410 padding: 10px;
411 }
412
413 .button span {
414 cursor: pointer;
415 }
416
417 .footer {
418 position: relative;
419 height: 35px;
420 padding: 5px 8px;
421 }
422
423 .attr {
424 padding: 3px;
425 }
426
427 .label {
428 display: inline-block;
429 width: 120px;
430 }
431
432 .addValue {
433 padding: 2px 2px 2px 120px;
434 }
435
436 .addValue .widefat, .widget-content .multiple {
437 width: 50%;
438 }
439
440 .widget-content .addValue {
441 padding: 0;
442 }
443
444 #medialibrary .fbutton {
445 float: left;
446 margin-top: 3px;
447 }
448
449 #medialibrary {
450 display: none;
451 background: rgb(238, 238, 238); /* Old browsers */
452 background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* FF3.6+ */
453 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(204, 204, 204, 1))); /* Chrome,Safari4+ */
454 background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* Chrome10+,Safari5.1+ */
455 background: -o-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* Opera 11.10+ */
456 background: -ms-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* IE10+ */
457 background: linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* W3C */
458 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); /* IE6-9 */
459
460 border-radius: 0 0 10px 10px;
461 box-shadow: 0 6px 10px rgba(0, 0, 0, 0.7);
462 margin-left: 25px;
463 margin-top: 25px;
464 padding: 10px 10px 0;
465 position: fixed;
466 top: 20px;
467 width: 600px;
468 z-index: 900;
469 border: 1px solid #F0F0F0;
470 }
471
472 #medialibrary .panel {
473 height: 375px;
474 }
475
476 .mediatoolbar {
477 clear: both;
478 background: rgb(238, 238, 238); /* Old browsers */
479 background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* FF3.6+ */
480 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(204, 204, 204, 1))); /* Chrome,Safari4+ */
481 background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* Chrome10+,Safari5.1+ */
482 background: -o-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* Opera 11.10+ */
483 background: -ms-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* IE10+ */
484 background: linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* W3C */
485 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); /* IE6-9 */
486 border-radius: 0 0 10px 10px;
487 border-top: 1px solid #CCC;
488 height: 35px;
489 margin-left: -10px;
490 padding-left: 5px;
491 width: 615px;
492 z-index: 10000;
493 }
494
495 .mediaElement {
496 background: rgb(238, 238, 238); /* Old browsers */
497 background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%); /* FF3.6+ */
498 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(238, 238, 238, 1))); /* Chrome,Safari4+ */
499 background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%); /* Chrome10+,Safari5.1+ */
500 background: -o-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%); /* Opera 11.10+ */
501 background: -ms-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%); /* IE10+ */
502 background: linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 100%); /* W3C */
503 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0); /* IE6-9 */
504
505 float: left;
506 height: 95px;
507 margin: 10px;
508 padding: 5px;
509 position: relative;
510 text-align: center;
511 width: 115px;
512 border-radius: 5px;
513 box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
514 }
515
516 .mediaElement img {
517 margin: 9px;
518 }
519
520 .mediaElement:hover {
521 box-shadow: inset 0 0 5px #46A600;
522 }
523
524 .widget-table {
525 padding: 0 0 5px;
526 margin-bottom: 5px;
527 }
528
529 .widget-table h2 {
530 font-size: 1em;
531 padding: 0;
532 margin: 0;
533 font-weight: bold;
534 }
535
536 .widget-table label {
537 display: block;
538 }
539
540 .widget-table .field {
541 margin-bottom: 5px;
542 }
543
544 textarea.regular-text.full {
545 width: 300px;
546 }
547
548 #postbox-container-1 .regular-text, .widget-table .regular-text {
549 width: 180px;
550 margin-bottom: 15px;
551 }
552
553 #postbox-container-1 .small-text, .widget-table .small-text {
554 width: 65px !important;
555 margin-bottom: 15px;
556 }
557
558 #postbox-container-1 .regular-text.full, .widget-table .regular-text.full {
559 width: 100%;
560 }
561
562 #postbox-container-1 .multi-row, .widget-table .multi-row {
563 margin-bottom: 15px;
564 }
565
566 #postbox-container-1 table th, #postbox-container-1 table td {
567 display: list-item;
568 list-style: none;
569 padding: 0;
570 width: 256px;
571 }
572
573 .addImage {
574 height: auto;
575 width: auto;
576 }
577
578 .imgpreview {
579 background: #EFEFEF;
580 color: #8E8E8E;
581 display: block;
582 height: 120px;
583 line-height: 5px;
584 text-align: center;
585 width: 100%;
586 position: relative;
587 overflow: hidden;
588 white-space: nowrap;
589 max-width: 450px;
590
591 }
592
593 .imgpreview .pods_templates_media_select {
594 display: inline-block;
595 margin-top: 47px;
596 }
597
598 #postbox-container-1 .imgpreview {
599 width: 256px;
600 }
601
602 .imgpreview .sizes,
603 .imgpreview .preview,
604 .imgpreview .remove,
605 .imgpreview .removefile,
606 .imgpreview .changer {
607 background-color: rgba(0, 0, 0, 0.9);
608 bottom: 0;
609 color: #FFF;
610 float: right;
611 padding: 10px 5px;
612 right: 0;
613 text-transform: capitalize;
614 cursor: pointer;
615 opacity: .5;
616 }
617
618 .imgpreview .remove {
619 background-color: #DD1F21;
620 position: absolute;
621 right: 0;
622 }
623
624 .imgpreview .changer {
625 background-color: #333;
626 position: absolute;
627 left: 0;
628 right: auto;
629 opacity: 1;
630 }
631
632 .imgpreview .preview {
633 float: left;
634 cursor: default;
635 }
636
637 .imgpreview .sizes.selected,
638 .imgpreview .sizes:hover {
639 color: #333;
640 background-color: rgba(255, 255, 255, 0.9);
641 }
642
643 .widget-table .imgpreview {
644 margin-bottom: 15px;
645 }
646
647 .filechanger-btn.pods_templates_media_select {
648 display: none;
649 }
650
651 .imgpreview:hover .sizes,
652 .imgpreview:hover .preview,
653 .imgpreview .remove,
654 .imgpreview .removefile {
655 opacity: 1;
656 }
657
658 img.filepreview {
659 height: 30px;
660 width: auto;
661 margin: 0 9px 0 0;
662 float: left;
663 }
664
665 .imgpreview:hover .filechanger-btn {
666 display: inline-block;
667 position: absolute;
668 top: 49px;
669 left: 0;
670 }
671
672 .filechanger-btn.pods_templates_uploader {
673 margin-left: 10px;
674 }
675
676
677
678
679
680
681