source: trunk/admin/themes/default/theme.css @ 12029

Last change on this file since 12029 was 12029, checked in by plg, 13 years ago

plugin manager: replace the top left "Display Compact/Complete" select box by a
simpler link "show details" or "hide details" on top right.

  • Property svn:eol-style set to LF
File size: 26.3 KB
Line 
1/* content.css */
2
3/* .Content  is on every pages so it is common and it will no longer be a specific css */
4.content { margin-right: 1em; margin-bottom: 1em; }
5.content h2 {margin: 0; padding: 5px 0.5em 5px 0.5em; text-align: right; font-size: 120%;}
6.content .navigationBar { margin: 10px 0; text-align: center; }
7.content form { text-align: left; }
8.content dt { margin-bottom: 5px; font-style: italic;
9  font-size: 110%; }
10.content ul.categoryActions a img, ul.categoryActions a { 
11border:0; margin-bottom:-5px; } 
12ul.categoryActions { margin: 0 2px; width: auto; list-style-position:outside;
13  padding: 0; text-indent: 0; list-style: none; text-align: center; }
14.content div.titrePage ul.categoryActions { float: right; }
15.content div.titrePage { padding: 0 0 3px; }
16.content ul.categoryActions li { display: inline; }
17.content div.comment { margin: 0 0 0.5em 0; padding: 0; 
18  overflow: hidden; width: 100%;        /* don't ask why. It's a very usefull trick  */ }
19.content div.comment a.illustration {
20  display: block; float: left; margin: 0.5em 0 0 0.5em; }
21.content div.comment p.commentHeader {
22  text-align: right; margin: 0.5em 0.5em 0 0; }
23.content div.comment ul.actions { text-align: center; margin: 0.2em; }
24.content div.comment blockquote {
25  margin-right: 0.5em; overflow: visible; /*avoid a very strange margin behaviour (all browsers) */ }
26
27/* not used but should be */
28#thePopuphelpPage .content { margin: 1em; }
29
30/* thumbnails.css */
31UL.thumbnails {
32  margin: 0; padding: 0; list-style: none;
33  text-align: center;   /* to center the whole collection in .content */
34  float: left;
35}
36UL.thumbnails LI { display: inline }
37UL.thumbnails li.rank-of-image { 
38  float: left;
39  background-color: #333;
40  color: #666;
41  -moz-border-radius: 5px;
42  display: block;
43  width: 104px;
44  height: 104px;
45  cursor: move;
46  margin: 10px;
47}
48.clipwrapper {
49  position:relative;
50  width: 96px;
51  height: 96px;
52  margin: 3px;
53}
54.clip {
55  position:absolute;
56}
57UL.thumbnails li.rank-of-image input {
58}
59UL.thumbnails SPAN.wrap1 {
60  margin: 0 5px 5px 5px;
61  display: table-cell; display: inline-table;
62  display: inline-block; /* Why 3 display option ??? */
63  vertical-align: top;          /* OK with Opera and IE6 not Geko */
64  text-align: center;           /* to center the thumbnail and legend in Geko/Opera */
65}
66UL.thumbnails SPAN.wrap2 {
67  margin: 0;                    /* important reset the margins */
68  display: table-cell;          /* block prevents vertical-align here */
69  vertical-align: middle;       /* Ok with Opera and Geko not IE6 */
70}
71UL.thumbnails LABEL { display: block; border-bottom: none; }
72UL.thumbnails IMG {
73  margin-bottom: -4px;  /* why ??? something wrong with Geko and Opera ignored by IE6*/
74}
75UL.thumbnails LABEL { position: relative; }
76UL.thumbnails INPUT {
77  position: relative;   /* <= Opera can handle relative here */
78  top: -20px;
79}
80:root UL.thumbnails INPUT { /* hide from Opera */
81  position: absolute;   /* <= Opera hide 1 checkbox over 2 !!! */
82  left: 2px; top: 2px;
83}
84UL.thumbnails .levelIndicatorB {
85display:block; position:absolute; z-index:100;padding:0px 0 0 14px; color:black; font-weight:bold; font-size:120%;
86}
87UL.thumbnails .levelIndicatorF {
88display:block; position:absolute; z-index:101;padding:1px 0 0 15px; color:white; font-weight:bold; font-size:120%;
89}
90
91/* default-layout.css */
92
93/* History tables */
94TABLE.table2 {
95        border: 1px solid #111;
96        margin: 1em auto;
97        padding: 0;
98}
99
100TABLE.table2 TD, TABLE.table2 TH {
101        padding: 0 5px;
102}
103
104TABLE.table2 TR {
105        text-align: left;
106}
107
108TABLE.table2 THEAD TD { padding:7px 10px 3px 10px; }
109TABLE.table2 TR.throw { text-align: center; }
110TABLE.table2 { margin:0pt auto; }
111.sort { display:block; padding:8px 5px 0px 1px; clear: right; float:left; }
112
113
114.hour {
115        white-space: pre;
116}
117
118.number {
119        text-align: right;
120}
121
122TABLE#dailyStats {
123        width: 60%;
124}
125
126TABLE#detailedStats {
127        width: 99%;
128}
129
130/* Plugins, languages tables */
131TABLE.plugins,
132TABLE.languages {
133  min-width: 500px;
134}
135TABLE.plugins A { border: 0; }
136TABLE.plugins TR TD { padding: 4px 10px; }
137TABLE.languages TR TD { padding: 7px 20px; }
138
139
140/* categoryOrdering */
141FORM#categoryOrdering .orderParams {
142  line-height:30px;
143  margin-bottom:10px;
144}
145
146SELECT.categoryList {
147        width: 100%;
148}
149 
150FORM#categoryOrdering {
151        padding-left: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
152        padding-right: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
153}
154FORM#categoryOrdering p {
155        text-align: left;
156        margin-top: 1em;
157        margin-bottom: 1em;
158}
159UL.categoryUl {
160        list-style: none;
161        padding: 0;
162        margin: 0;
163}
164
165LI.categoryLi {
166        width: 100%;
167        border: 1px solid #666;
168        padding: 0px 5px;
169        margin-bottom: 5px;
170}
171
172FORM#categoryOrdering UL.categoryActions {
173        float: right;
174        height:45px;
175        line-height:45px;
176}
177/* */
178
179/* menuOrdering */
180FORM#menuOrdering {
181        padding-left: 1em;
182        padding-right: 1em;
183}
184FORM#menuOrdering p {
185        text-align: left;
186        margin: 0 10px;
187}
188FORM#menuOrdering p span {
189        float:right;
190}
191FORM#menuOrdering input {
192        vertical-align: middle;
193  margin:0 10px;
194}
195FORM#menuOrdering .menuAuthor {
196  margin: 5px 0 0 40px;
197}
198FORM#menuOrdering .menuSubmit {
199  margin: 20px 0;
200}
201
202UL.menuUl {
203        list-style: none;
204        padding: 0;
205        margin: 0;
206}
207
208LI.menuLi {
209        width: 100%;
210        border: 1px solid #666;
211        padding: 12px 0;
212        margin-bottom: 5px;
213}
214/* */
215
216FORM#catModify TABLE { width: auto; }
217
218FIELDSET.elementEdit .thumb {
219        display: block;
220        float: right;
221        text-align: center;
222}
223
224TABLE.doubleSelect {
225        text-align: center;
226        margin: 0 auto;
227        width: 100%;
228}
229
230TABLE.doubleSelect TD {
231        padding: 0 3px;
232        width: 50%;
233}
234
235TABLE.doubleSelect SELECT.categoryList {
236        width: 100%; max-width: 100%; overflow-x: auto;
237}
238
239FORM#categoryPermissions LI {
240        display:inline;
241        white-space: nowrap;
242}
243
244FIELDSET#mainConfCheck SPAN.property,
245FIELDSET#historyConf SPAN.property,
246FIELDSET#commentsConf SPAN.property,
247FIELDSET#uploadConf SPAN.property,
248FIELDSET#indexDisplayConf SPAN.property,
249FIELDSET#pictureDisplayConf SPAN.property,
250FIELDSET#pictureInfoConf SPAN.property {
251        float: right;
252        text-align: left;
253}
254FIELDSET#mainConfCheck INPUT,
255FIELDSET#historyConf INPUT,
256FIELDSET#commentsConf INPUT,
257FIELDSET#uploadConf INPUT,
258FIELDSET#indexDisplayConf INPUT,
259FIELDSET#pictureDisplayConf INPUT,
260FIELDSET#pictureInfoConf INPUT {
261        float: none;
262}
263
264FIELDSET#mainConf SPAN.property {
265        width: 25%;
266}
267FIELDSET#mainConf TEXTAREA.description {
268        width: 70%;
269}
270
271FIELDSET#mainConfCheck SPAN.property,
272FIELDSET#historyConf SPAN.property,
273FIELDSET#indexDisplayConf SPAN.property,
274FIELDSET#pictureDisplayConf SPAN.property,
275FIELDSET#pictureInfoConf SPAN.property {
276        width: 90%;
277}
278FIELDSET#mainConfCheck INPUT,
279FIELDSET#historyConf INPUT,
280FIELDSET#commentsConf INPUT,
281FIELDSET#indexDisplayConf INPUT,
282FIELDSET#pictureDisplayConf INPUT,
283FIELDSET#pictureInfoConf INPUT {
284        margin-left: 5%;
285}
286FIELDSET#uploadConf SELECT {
287        float: right;
288        margin: 2px 10px 0px;
289}
290FIELDSET#uploadConf INPUT {
291        float: right;
292        margin: 5px 10px 0px;
293}
294FIELDSET#uploadConf SPAN.property {
295        width: 65%;
296}
297FIELDSET#commentsConf SPAN.property {
298        width: 85%;
299}
300
301.statBar {
302        height: 10px;
303        background-color: #ff7700;
304        border: 1px solid #666;
305}
306
307.over{
308position: relative;
309z-index: 0;
310}
311
312.over:hover{
313background-color: transparent;
314z-index: 50;
315}
316
317.over SPAN{ /*CSS for enlarged image*/
318position: absolute;
319background-color: #222;
320padding: 5px;
321left: -1000px;
322border: 1px solid #ff3363;
323visibility: hidden;
324color: black;
325text-decoration: none;
326}
327
328.over SPAN IMG{ /*CSS for enlarged image*/
329border-width: 0;
330padding: 2px;
331}
332
333.over:hover SPAN{ /*CSS for enlarged image on hover*/
334visibility: visible;
335top: 0;
336left: 60px; /*position where enlarged image should offset horizontally */
337}
338
339BODY {
340        margin: 5px;
341        padding: 0;
342        font-size: 0.8em;
343        font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
344        text-align: center; /* be nice to IE5 */
345}
346
347H1 {
348color:#eee;
349letter-spacing:1px;
350text-align: left;
351font-size: 150%;
352font-weight: normal;
353font-style:italic;
354padding: 8px 0 0 10px;
355margin: 0;
356float:left;
357}
358
359#pwgHead {color:#aaa;}
360#pwgHead A {color:#ccc;}
361#pwgHead A:hover {color:#fff;border-bottom:1px solid #fff}
362
363#headActions {float:right; height:46px; line-height:46px; margin-right:10px;}
364
365A {
366        text-decoration:none;
367        border-bottom: 0;
368}
369A:hover {
370        border-bottom: 1px solid #FF3363;
371}
372A.button, A.button:hover { 
373        border: 0; 
374}
375IMG {
376        border: none;
377}
378
379HR.separation {
380        visibility: hidden;
381        clear: both;
382}
383
384/** General defaults **/
385INPUT, SELECT {
386        margin: 0;
387        font-size: 1em; /* <= some browsers don't set it correctly */
388}
389UL, DL, OL { text-align: left;}
390TABLE { /* horizontaly centered */
391        margin-left: auto;
392        margin-right: auto;
393}
394/* for debugging purpose */
395PRE { text-align:left; }
396
397/** forms **/
398
399FORM { padding: 0em; }
400
401FORM P {
402        text-align: center;
403        margin-top: 2em;
404        margin-bottom: 2em;
405}
406
407form p.field {
408  text-align: left;
409}
410
411FORM FIELDSET P {
412        margin-top: 1em;
413        margin-bottom: 0;
414}
415
416.small {
417        font-size: 80%;
418}
419
420TEXTAREA.description {
421        height: 6em;
422        width: 40em;
423        overflow: auto;
424}
425
426SELECT.categoryList {
427        height: 20em;
428        width: auto;
429}
430
431DIV.comment BLOCKQUOTE {
432        padding: 0.5em;
433        overflow: auto; /* no solution for IE6 */
434        min-height: 2.75em;     /* fix a Gecko bug whith scrollbar and 1 line only */
435}
436
437
438/**
439 * Filter forms are displayed label by label with the input (or select...)
440 * below the label. Use an UL to make a group (radiobox for instance).
441 * Use a SPAN to group objects in line
442 */
443FIELDSET {
444        padding: 1em;
445        margin: 1em;
446        overflow: hidden; /* <- makes Opera happy */
447}
448
449FORM.filter FIELDSET UL {
450        margin: 0;
451}
452FORM.filter FIELDSET UL,
453FORM.filter FIELDSET LABEL {
454        display: block;
455        float: left;
456        margin-right: 1em;
457        padding: 0;
458}
459
460FORM.filter FIELDSET LI {
461        list-style: none;
462        margin-bottom: 0.5em;
463}
464
465FORM.filter FIELDSET LI LABEL {
466        display: inline;
467        float: none;
468}
469
470FORM.filter FIELDSET UL.tagSelection LABEL {
471        display: inline;
472        float: none;
473        margin-right:0.5em;/*reduce from above*/
474}
475
476/* cannot use FIELDSET>LABEL because of IE<=6 */
477FORM.filter FIELDSET LABEL INPUT,
478FORM.filter FIELDSET LABEL SELECT,
479FORM.filter FIELDSET LABEL SPAN,
480FORM.filter FIELDSET LABEL TEXTAREA {
481        display: block;
482        margin: 0.5em 0;
483}
484FORM.filter FIELDSET * LABEL INPUT,
485FORM.filter FIELDSET * LABEL SELECT,
486FORM.filter FIELDSET * LABEL TEXTAREA,
487FORM.filter FIELDSET LABEL SPAN INPUT,
488FORM.filter FIELDSET LABEL SPAN SELECT,
489FORM.filter FIELDSET LABEL SPAN TEXTAREA {
490        display: inline;
491        vertical-align: top;
492        margin: 0 0.5em 0 0;
493}
494
495/* following declaration is important to avoid strange FF behaviour */
496FORM.filter FIELDSET LABEL SPAN SELECT {
497        margin: 0;
498}
499
500FORM.filter FIELDSET P
501{
502        clear: left;
503        display: block;
504}
505
506FORM.filter INPUT[type="submit"] {
507        margin-top: 1.8em;
508}
509
510FORM.properties UL, FORM#update UL {
511        list-style-type: none;
512        margin: 0;
513        padding: 0;
514}
515
516FORM.properties LI, FORM#update UL {
517        margin-bottom: 0.5em;
518        padding: 0;
519        line-height: 1.8em;
520        clear: left;
521}
522
523FORM.properties SPAN.property {
524        font-weight: bold;
525        float: left;
526        width: 50%;
527        text-align: right;
528        margin: 0;
529        padding: 0 0.5em 0 0;
530}
531
532#theHeader H1 {
533        margin-bottom: 0.5em;
534}
535
536/* button tools */
537UL.actions {
538        text-indent: 0;
539        list-style: none;
540}
541UL.actions LI {
542        display: inline;
543}
544UL.actions A {
545        border: none;
546}
547
548UL.tagSelection {
549        width: 99%;
550        margin: 1em 0 1em 0;
551        padding: 0;
552}
553
554UL.tagSelection LI {
555        display:inline-block;
556        width:150px!important;
557        overflow:hidden;
558        white-space: nowrap;
559}
560
561/* jQuery tooltips */
562.cluetip-default #cluetip-outer {
563        position: relative;
564        border: 1px solid #111111;
565        color: #dddddd;
566        background-color: #222222;
567        text-align: left;
568}
569.cluetip-default h3#cluetip-title {
570        margin: 0 0 5px;
571        padding: 8px;
572        color: #666666;
573        background-color: #d3d3d3;
574        font-size: 1.1em;
575        font-weight: bold;
576}
577.cluetip-default #cluetip-inner {
578        padding: 10px;
579}
580
581/* jQuery datepicker */
582img.ui-datepicker-trigger {
583  cursor : pointer;
584  vertical-align: middle; 
585  margin:-3px 5px 2px 5px;
586}
587
588/* Add photos, direct mode */
589#uploadBoxes P {
590  margin:0;
591  margin-bottom:2px;
592  padding:0;
593}
594
595#batchLink {
596  text-align:center;
597}
598
599.category_selection {
600  min-height:65px;
601  margin-top:5px;
602}
603
604.category_selection TABLE {
605  margin:0;
606}
607
608#photosAddContent {
609  text-align:left;
610}
611
612#photosAddContent FIELDSET {
613  width:650px;
614  margin:0 auto 20px auto;
615}
616
617#photosAddContent P {
618  margin:0;
619}
620
621#photosAddContent TH {
622  text-align:right;
623  padding-right: 5px;
624}
625
626#uploadFormSettings input[type="text"] {
627  text-align:right;
628}
629
630#uploadFormSettings TH {
631  width:50%;
632}
633
634#pwgHead {
635  background-color:#464646;
636  height:46px;
637}
638
639html, body {height:100%; margin:0; padding:0;}
640#the_page {min-height:100%; position:absolute; width:100%; padding:0;margin:0;}
641#pwgMain {padding:10px;padding-bottom:60px;}
642
643#footer {
644  position:absolute;
645  bottom:0;
646  width:100%;
647  height:46px;
648  background: url(images/logo.png) no-repeat 7px 8px;
649  background-color:#464646;
650  color:#aaa;
651  line-height:46px;
652}
653
654#footer A {color:#ccc;}
655#footer A:hover {color:#fff;border-bottom:1px solid #fff;}
656
657#adminHome {
658  text-align:center;
659  margin-bottom:15px;
660  line-height:30px;
661  width:200px;
662  margin-left:5px;
663  -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
664}
665
666#adminHome A {display:block; font-size:1.1em; font-weight:bold;}
667#adminHome A {border:none;}
668
669#piwigoInfos {float:left; margin-left:140px;}
670#pageInfos {float:right; margin-right:10px;}
671
672/* TipTip CSS - Version 1.2 */
673
674#tiptip_holder {
675        display: none;
676        position: absolute;
677        top: 0;
678        left: 0;
679        z-index: 99999;
680}
681
682#tiptip_holder.tip_top {
683        padding-bottom: 5px;
684}
685
686#tiptip_holder.tip_bottom {
687        padding-top: 5px;
688}
689
690#tiptip_holder.tip_right {
691        padding-left: 5px;
692}
693
694#tiptip_holder.tip_left {
695        padding-right: 5px;
696}
697
698#tiptip_content {
699        font-size: 11px;
700        color: #fff;
701        text-shadow: 0 0 2px #000;
702        padding: 4px 8px;
703        border: 1px solid rgba(255,255,255,0.25);
704        background-color: rgb(25,25,25);
705        background-color: rgba(25,25,25,0.92);
706        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
707        border-radius: 3px;
708        -webkit-border-radius: 3px;
709        -moz-border-radius: 3px;
710        box-shadow: 0 0 3px #555;
711        -webkit-box-shadow: 0 0 3px #555;
712        -moz-box-shadow: 0 0 3px #555;
713}
714
715#tiptip_arrow, #tiptip_arrow_inner {
716        position: absolute;
717        border-color: transparent;
718        border-style: solid;
719        border-width: 6px;
720        height: 0;
721        width: 0;
722}
723
724#tiptip_holder.tip_top #tiptip_arrow {
725        border-top-color: #fff;
726        border-top-color: rgba(255,255,255,0.35);
727}
728
729#tiptip_holder.tip_bottom #tiptip_arrow {
730        border-bottom-color: #fff;
731        border-bottom-color: rgba(255,255,255,0.35);
732}
733
734#tiptip_holder.tip_right #tiptip_arrow {
735        border-right-color: #fff;
736        border-right-color: rgba(255,255,255,0.35);
737}
738
739#tiptip_holder.tip_left #tiptip_arrow {
740        border-left-color: #fff;
741        border-left-color: rgba(255,255,255,0.35);
742}
743
744#tiptip_holder.tip_top #tiptip_arrow_inner {
745        margin-top: -7px;
746        margin-left: -6px;
747        border-top-color: rgb(25,25,25);
748        border-top-color: rgba(25,25,25,0.92);
749}
750
751#tiptip_holder.tip_bottom #tiptip_arrow_inner {
752        margin-top: -5px;
753        margin-left: -6px;
754        border-bottom-color: rgb(25,25,25);
755        border-bottom-color: rgba(25,25,25,0.92);
756}
757
758#tiptip_holder.tip_right #tiptip_arrow_inner {
759        margin-top: -6px;
760        margin-left: -5px;
761        border-right-color: rgb(25,25,25);
762        border-right-color: rgba(25,25,25,0.92);
763}
764
765#tiptip_holder.tip_left #tiptip_arrow_inner {
766        margin-top: -6px;
767        margin-left: -7px;
768        border-left-color: rgb(25,25,25);
769        border-left-color: rgba(25,25,25,0.92);
770}
771
772/* Webkit Hacks  */
773@media screen and (-webkit-min-device-pixel-ratio:0) { 
774        #tiptip_content {
775                padding: 4px 8px 5px 8px;
776                background-color: rgba(45,45,45,0.88);
777        }
778        #tiptip_holder.tip_bottom #tiptip_arrow_inner { 
779                border-bottom-color: rgba(45,45,45,0.88);
780        }
781        #tiptip_holder.tip_top #tiptip_arrow_inner { 
782                border-top-color: rgba(20,20,20,0.92);
783        }
784}
785
786/* Set the width of the menubar for the galery */
787#menubar {
788  width: 18em;
789  margin: 10px 0 50px 10px !important;
790}
791.content {
792  margin-left: 20em;  /* = #menubar width + 2em */
793}
794/* Set minimum width of the page before getting a scrollbar */
795/* IE5 and IE6 don't get that */
796BODY {
797  min-width: 60em;  /* ~ 3* #menubar width */
798}
799#thePopuphelpPage {
800  min-width: 0;
801}
802
803#thePopuphelpPage #pwgHead {display:none}
804#thePopuphelpPage #footer  {display:none}
805
806/* Set some sizes according to your maximum thumbnail width and height */
807UL.thumbnails SPAN,
808UL.thumbnails SPAN.wrap2 A,
809UL.thumbnails LABEL,
810.content DIV.thumbnailCategory DIV.illustration {
811  width: 140px;      /* max thumbnail width + 2px */
812}
813UL.thumbnails SPAN.wrap2,
814.content DIV.thumbnailCategory DIV.description {
815  height: 140px;    /* max thumbnail height + 2px */
816}
817
818
819/* Category thumbnails on main page */
820.content UL.thumbnailCategories LI {
821  width: 49.7%;    /* 49.7% for 2 per line, 33.2% for 3 per line*/
822}
823
824/* Set defaults for thumbnails legend */
825UL.thumbnails SPAN.thumbLegend {
826  display: block;  /* display: none; if you don't want legend */
827  height: 4em;    /* legend height (don't set auto to be Gecko friendly)*/
828}
829
830.themeBox {display:inline-table; text-align:center; height:192px; background-color:#eee; margin:5px; -moz-border-radius:5px; overflow:hidden; }
831
832.themeBox IMG {border:1px solid white; margin:0 15px;}
833.themeName {font-size:1.1em; margin:5px 0;}
834.themeActions {display: table-row; font-size:12px; height: 43px; }
835.themeActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
836.themeActions A {}
837
838#themesContent .themeBox IMG {width:150px; height:120px;}
839#themesContent H3 {font-size:16px; text-align:left; border-bottom:1px solid #444; letter-spacing:1px; margin:5px;}
840.themeBoxes {min-height:0;text-align:left;}
841
842h2 { letter-spacing:2px; font-weight:bold;}
843h2:lang(en) { text-transform:capitalize; }
844
845#pluginsMenuSeparator {width:80%; margin:5px auto;}
846
847#helpContent P {text-align:left; margin-left:10px;}
848#helpContent LI, #ftpPage LI {margin-top:10px;}
849#helpContent P.nextStepLink {text-align:center; font-weight:bold; margin-bottom:20px;}
850
851#configContent FIELDSET, #availablePlugins FIELDSET  {border:none;}
852
853/**
854 * Informations box in administration
855 */
856.infos, .errors, .warnings {
857  text-align: left;
858  margin: 5px;
859  padding: 10px 50px 10px 10px;
860  font-weight:bold;
861  background-repeat: no-repeat;
862  background-position: 5px 5px;
863  padding:5px 70px 0pt 53px;
864  min-height: 54px;
865}
866
867.infos {
868  color: #0a0;
869  background-color:#c2f5c2;
870  background-image: url(icon/infos.png);
871}
872
873.errors {
874  color: #f22;
875  background-color: #ffd5dc;
876  background-image: url(icon/errors.png);
877}
878
879.warnings {
880  color: #ee8800;
881  background-color:#ffdd99;
882  background-image: url(icon/warnings.png);
883}
884
885.infos li, .errors li, .warnings li { list-style-type:square; }
886.infos .submit {margin-left:30px;}
887
888.checkActions {text-align:left;padding:0;margin:0;}
889.comment A:hover {border:none;}
890
891.pluginBoxes {
892  text-align:left;
893  position:relative;
894}
895
896.pluginBox {
897  margin-bottom:10px;
898  border-width:1px;
899  border-style:solid;
900  border-radius:5px;
901  -moz-border-radius:5px;
902 }
903.pluginBox table {width:99%;}
904.pluginBox td {text-align:left;}
905.pluginBox td.pluginDesc img {vertical-align:middle;}
906.pluginBoxNameCell {width:180px; vertical-align:top;}
907.pluginBoxes .inactive, .pluginBoxes .uninstalled {opacity:0.8;filter:alpha(opacity=80);}
908
909.pluginMiniBox {
910  display:inline-table; 
911  text-align:center; 
912  width:250px; 
913  height:40px; 
914  margin:5px; 
915  border-width:1px;
916  border-style:solid;
917  border-radius:5px;
918  -moz-border-radius:5px;
919  overflow:hidden; 
920 }
921.pluginMiniBoxNameCell {font-size:1.05em; margin:5px 0;position:relative;}
922.pluginActions {display: table-row; font-size:0.95em; color:#777;}
923.pluginActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
924.showInfo {display:block;position:absolute;top:0;right:5px;width:15px;font-style:italic;font-family:"Georgia",serif;background-color:#464646;font-size:0.9em;border-radius:10px;-moz-border-radius:10px;}
925.showInfo:hover {cursor:pointer}
926
927.warning:before {content:url(icon/warning.png);vertical-align:top;}
928.deactivate_all {text-align:right;font-size:0.95em;}
929.showDetails {text-align:right; margin-bottom:-15px; margin-top:-10px; padding-right:1em;}
930
931.languageBoxes {min-height:0;text-align:left;}
932.languageBox {display:inline-table; text-align:center; width:200px; height:40px; margin:5px; -moz-border-radius:5px;border-radius:5px; overflow:hidden; }
933.languageName {font-size:1.1em; margin:5px 0;}
934.languageActions {display: table-row; font-size:12px; }
935.languageActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
936
937#ui-datepicker-div {-moz-border-radius:5px;}
938#ui-datepicker-div .ui-icon-circle-triangle-w, #ui-datepicker-div .ui-icon-circle-triangle-e {color:transparent;}
939#ui-datepicker-div A.ui-datepicker-prev, #ui-datepicker-div A.ui-datepicker-next {background-color:transparent;}
940#ui-datepicker-div A.ui-datepicker-prev:hover, #ui-datepicker-div A.ui-datepicker-next:hover {-moz-border-radius:5px;}
941
942.HelpActions {
943  float:right;
944  margin:0;
945  padding:0;
946  padding-top:2px;
947  padding-left:3px;
948}
949
950.HelpActions a { border:0; margin:0; }
951.HelpActions a:hover {border:0;}
952.HelpActions li {list-style-image:none; list-style-position:outside; list-style-type:none; text-align:center; text-indent:0pt; }
953
954legend {text-align:left;}
955
956/* local-layout */
957/* You can modify this file */
958
959/* default-colors */
960/* So that non-links are slightly greyed out */
961.content .navigationBar {
962        color: #999;
963}
964
965/* Tables & forms */
966
967INPUT.text, INPUT.password, INPUT.button,
968INPUT.submit, INPUT.reset, INPUT.file,
969SELECT, TEXTAREA {
970  color:#999;
971  background-color: #666;       
972}
973
974INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus {
975  background-color: #444;       /* whitesmoke */
976}
977
978/* some theme set a border on INPUT  which is not pretty for radio/checkbox */
979INPUT[type="radio"], INPUT[type="checkbox"] {
980  border: none; /* <= Opera needs this */
981}
982
983INPUT.radio, INPUT.checkbox {
984  border: none; /* <= IE6 needs this */
985}
986
987
988/**
989 * Header message like upgrade
990 */
991.header_msgs {
992  text-align:center;
993  font-weight: bold;
994  color:#333;
995  background-color: transparent;
996  margin: 1px;
997  padding: 1px;
998}
999
1000/**
1001 * Header notes box in public/administration
1002 */
1003.header_notes {
1004  border: 1px solid #666;
1005  background: transparent url(icon/note.png) no-repeat right top;
1006  font-weight: bold;
1007  margin: 14px 24px 14px 14px;
1008  padding: 5px 0 0 0;
1009  top: 90px; 
1010  position: absolute;
1011  text-align: right;
1012}
1013
1014LEGEND {
1015  font-weight: bold;
1016  letter-spacing: 1px;
1017  padding: 0 10px;
1018}
1019
1020/* Batch Manager, global mode */
1021#batchManagerGlobal #action p {text-align:left;}
1022#batchManagerGlobal .bulkAction {text-align:left;margin:15px 0;padding:0;}
1023#batchManagerGlobal #action_del_tags ul.tagSelection {margin:0 !important; width:620px;}
1024#batchManagerGlobal #checkActions {text-align:left; margin:0 0 20px 0;}
1025#batchManagerGlobal ul.thumbnails span.wrap1 {margin:5px}
1026#batchManagerGlobal ul.thumbnails span.wrap2 {border:0}
1027#batchManagerGlobal ul.thumbnails span.wrap2:hover {background-color:#7CBA0F;}
1028#batchManagerGlobal #selectedMessage {padding:5px; -moz-border-radius:5px;-webkit-border-radius:5px;}
1029#batchManagerGlobal #selectSet a {border-bottom:1px dotted}
1030#batchManagerGlobal #applyOnDetails {font-style:italic;}
1031#batchManagerGlobal .actionButtons {text-align:left;}
1032#batchManagerGlobal #filterList {padding-left:5px;}
1033#batchManagerGlobal #filterList li {margin-bottom:5px; list-style-type:none;}
1034#batchManagerGlobal a.removeFilter {background: url(icon/remove_filter.png) no-repeat top left;width:7px;height:7px;display:inline-block}
1035#batchManagerGlobal a.removeFilter:hover {background: url(icon/remove_filter_hover.png); border:none;}
1036#batchManagerGlobal .removeFilter span {display:none}
1037#batchManagerGlobal #applyFilterBlock {margin-top:20px;}
1038#batchManagerGlobal .useFilterCheckbox {display:none}
1039
1040
1041/* TokenInput (with Facebook style) */
1042ul.token-input-list {overflow: hidden; height: auto !important; height: 1%;width: 400px;border: 1px solid #8496ba;cursor: text;font-size: 12px;font-family: Verdana;min-height: 1px;z-index: 999;margin: 0;padding: 0;background-color: #fff;list-style-type: none;clear: left;}
1043ul.token-input-list li input {border: 0;width: 100px;padding: 3px 8px;background-color: white;margin: 2px 0;-webkit-appearance: caret;}
1044li.token-input-token {overflow: hidden; height: auto !important; height: 15px;margin: 3px;padding: 1px 3px;background-color: #eff2f7;color: #000;cursor: default;border: 1px solid #ccd5e4;font-size: 11px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;float: left;white-space: nowrap;}
1045li.token-input-token p {display: inline;padding: 0;margin: 0;}
1046li.token-input-token span {color: #a6b3cf;margin-left: 5px;font-weight: bold;cursor: pointer;}
1047li.token-input-selected-token {background-color: #5670a6;border: 1px solid #3b5998;color: #fff;}
1048li.token-input-input-token {float: left;margin: 0;padding: 0;list-style-type: none;width:10px;}
1049div.token-input-dropdown {position: absolute;width: 400px;background-color: #fff;overflow: hidden;border-left: 1px solid #ccc;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;cursor: default;font-size: 11px;font-family: Verdana;z-index: 1;}
1050div.token-input-dropdown p {margin: 0;padding: 5px;font-weight: bold;color: #777;}
1051div.token-input-dropdown ul {margin: 0;padding: 0;}
1052div.token-input-dropdown ul li {background-color: #fff;padding: 3px;margin: 0;list-style-type: none;}
1053div.token-input-dropdown ul li.token-input-dropdown-item {background-color: #fff;}
1054div.token-input-dropdown ul li.token-input-dropdown-item2 {background-color: #fff;}
1055div.token-input-dropdown ul li em {font-weight: bold;font-style: normal;}
1056div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-color: #3b5998;color: #fff;}
1057
1058#mainConfCheck a.addFilter {font-weight:normal;margin-left:20px;}
1059#mainConfCheck a.removeFilter {font-weight:normal;}
1060#mainConfCheck span.property span.filter:first-child a.removeFilter {display:none;} /* can't delete the first field */
1061#mainConfCheck span.filter {display:block;margin-left:20px;}
1062#mainConfCheck .transparent {opacity:0.5;filter:alpha(opacity=50);}
1063#mainConfCheck .order_by_is_custom {display:block;font-weight:normal;font-style:italic;margin-left:20px;}
1064
1065/* Upload Form */
1066#uploadBoxes .file {margin-bottom:5px;text-align:left;}
1067#uploadBoxes {margin-top:20px;}
1068#addUploadBox {margin-bottom:2em;}
1069
1070p#uploadWarningsSummary {text-align:left;margin-bottom:1em;font-size:90%;color:#999;}
1071p#uploadWarningsSummary .showInfo {position:static;display:inline;padding:1px 6px;margin-left:3px;}
1072p#uploadWarnings {display:none;text-align:left;margin-bottom:1em;font-size:90%;color:#999;}
1073p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;}
1074
1075#photosAddContent p.showFieldset {text-align:left;margin: 0 auto 10px auto;width: 650px;}
1076
1077#uploadProgress {width:650px; margin:10px auto;font-size:90%;}
1078#progressbar {border:1px solid #ccc; background-color:#eee;}
1079.ui-progressbar-value { background-image: url(images/pbar-ani.gif); height:10px;margin:-1px;border:1px solid #E78F08;}
1080
Note: See TracBrowser for help on using the repository browser.