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

Last change on this file since 10970 was 10970, checked in by mistic100, 13 years ago

remplace FCBKcomplete by TokenInput

  • Property svn:eol-style set to LF
File size: 24.9 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 FIELDSET {
609  width:650px;
610  margin:0 auto 20px auto;
611}
612
613#photosAddContent P {
614  margin:0;
615}
616
617#photosAddContent TH {
618  text-align:right;
619  padding-right: 5px;
620}
621
622#uploadFormSettings input[type="text"] {
623  text-align:right;
624}
625
626#uploadFormSettings TH {
627  width:50%;
628}
629
630#pwgHead {
631  background-color:#464646;
632  height:46px;
633}
634
635html, body {height:100%; margin:0; padding:0;}
636#the_page {min-height:100%; position:absolute; width:100%; padding:0;margin:0;}
637#pwgMain {padding:10px;padding-bottom:60px;}
638
639#footer {
640  position:absolute;
641  bottom:0;
642  width:100%;
643  height:46px;
644  background: url(images/logo.png) no-repeat 7px 8px;
645  background-color:#464646;
646  color:#aaa;
647  line-height:46px;
648}
649
650#footer A {color:#ccc;}
651#footer A:hover {color:#fff;border-bottom:1px solid #fff;}
652
653#adminHome {
654  text-align:center;
655  margin-bottom:15px;
656  line-height:30px;
657  width:200px;
658  margin-left:5px;
659  -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
660}
661
662#adminHome A {display:block; font-size:1.1em; font-weight:bold;}
663#adminHome A {border:none;}
664
665#piwigoInfos {float:left; margin-left:140px;}
666#pageInfos {float:right; margin-right:10px;}
667
668/* TipTip CSS - Version 1.2 */
669
670#tiptip_holder {
671        display: none;
672        position: absolute;
673        top: 0;
674        left: 0;
675        z-index: 99999;
676}
677
678#tiptip_holder.tip_top {
679        padding-bottom: 5px;
680}
681
682#tiptip_holder.tip_bottom {
683        padding-top: 5px;
684}
685
686#tiptip_holder.tip_right {
687        padding-left: 5px;
688}
689
690#tiptip_holder.tip_left {
691        padding-right: 5px;
692}
693
694#tiptip_content {
695        font-size: 11px;
696        color: #fff;
697        text-shadow: 0 0 2px #000;
698        padding: 4px 8px;
699        border: 1px solid rgba(255,255,255,0.25);
700        background-color: rgb(25,25,25);
701        background-color: rgba(25,25,25,0.92);
702        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
703        border-radius: 3px;
704        -webkit-border-radius: 3px;
705        -moz-border-radius: 3px;
706        box-shadow: 0 0 3px #555;
707        -webkit-box-shadow: 0 0 3px #555;
708        -moz-box-shadow: 0 0 3px #555;
709}
710
711#tiptip_arrow, #tiptip_arrow_inner {
712        position: absolute;
713        border-color: transparent;
714        border-style: solid;
715        border-width: 6px;
716        height: 0;
717        width: 0;
718}
719
720#tiptip_holder.tip_top #tiptip_arrow {
721        border-top-color: #fff;
722        border-top-color: rgba(255,255,255,0.35);
723}
724
725#tiptip_holder.tip_bottom #tiptip_arrow {
726        border-bottom-color: #fff;
727        border-bottom-color: rgba(255,255,255,0.35);
728}
729
730#tiptip_holder.tip_right #tiptip_arrow {
731        border-right-color: #fff;
732        border-right-color: rgba(255,255,255,0.35);
733}
734
735#tiptip_holder.tip_left #tiptip_arrow {
736        border-left-color: #fff;
737        border-left-color: rgba(255,255,255,0.35);
738}
739
740#tiptip_holder.tip_top #tiptip_arrow_inner {
741        margin-top: -7px;
742        margin-left: -6px;
743        border-top-color: rgb(25,25,25);
744        border-top-color: rgba(25,25,25,0.92);
745}
746
747#tiptip_holder.tip_bottom #tiptip_arrow_inner {
748        margin-top: -5px;
749        margin-left: -6px;
750        border-bottom-color: rgb(25,25,25);
751        border-bottom-color: rgba(25,25,25,0.92);
752}
753
754#tiptip_holder.tip_right #tiptip_arrow_inner {
755        margin-top: -6px;
756        margin-left: -5px;
757        border-right-color: rgb(25,25,25);
758        border-right-color: rgba(25,25,25,0.92);
759}
760
761#tiptip_holder.tip_left #tiptip_arrow_inner {
762        margin-top: -6px;
763        margin-left: -7px;
764        border-left-color: rgb(25,25,25);
765        border-left-color: rgba(25,25,25,0.92);
766}
767
768/* Webkit Hacks  */
769@media screen and (-webkit-min-device-pixel-ratio:0) { 
770        #tiptip_content {
771                padding: 4px 8px 5px 8px;
772                background-color: rgba(45,45,45,0.88);
773        }
774        #tiptip_holder.tip_bottom #tiptip_arrow_inner { 
775                border-bottom-color: rgba(45,45,45,0.88);
776        }
777        #tiptip_holder.tip_top #tiptip_arrow_inner { 
778                border-top-color: rgba(20,20,20,0.92);
779        }
780}
781
782/* Set the width of the menubar for the galery */
783#menubar {
784  width: 18em;
785  margin: 10px 0 50px 10px !important;
786}
787.content {
788  margin-left: 20em;  /* = #menubar width + 2em */
789}
790/* Set minimum width of the page before getting a scrollbar */
791/* IE5 and IE6 don't get that */
792BODY {
793  min-width: 60em;  /* ~ 3* #menubar width */
794}
795#thePopuphelpPage {
796  min-width: 0;
797}
798
799#thePopuphelpPage #pwgHead {display:none}
800#thePopuphelpPage #footer  {display:none}
801
802/* Set some sizes according to your maximum thumbnail width and height */
803UL.thumbnails SPAN,
804UL.thumbnails SPAN.wrap2 A,
805UL.thumbnails LABEL,
806.content DIV.thumbnailCategory DIV.illustration {
807  width: 140px;      /* max thumbnail width + 2px */
808}
809UL.thumbnails SPAN.wrap2,
810.content DIV.thumbnailCategory DIV.description {
811  height: 140px;    /* max thumbnail height + 2px */
812}
813
814
815/* Category thumbnails on main page */
816.content UL.thumbnailCategories LI {
817  width: 49.7%;    /* 49.7% for 2 per line, 33.2% for 3 per line*/
818}
819
820/* Set defaults for thumbnails legend */
821UL.thumbnails SPAN.thumbLegend {
822  display: block;  /* display: none; if you don't want legend */
823  height: 4em;    /* legend height (don't set auto to be Gecko friendly)*/
824}
825
826.themeBox {display:inline-table; text-align:center; height:192px; background-color:#eee; margin:5px; -moz-border-radius:5px; overflow:hidden; }
827
828.themeBox IMG {border:1px solid white; margin:0 15px;}
829.themeName {font-size:1.1em; margin:5px 0;}
830.themeActions {display: table-row; font-size:12px; height: 43px; }
831.themeActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
832.themeActions A {}
833
834#themesContent .themeBox IMG {width:150px; height:120px;}
835#themesContent H3 {font-size:16px; text-align:left; border-bottom:1px solid #444; letter-spacing:1px; margin:5px;}
836.themeBoxes {min-height:0;text-align:left;}
837
838h2 { letter-spacing:2px; font-weight:bold;}
839h2:lang(en) { text-transform:capitalize; }
840
841#pluginsMenuSeparator {width:80%; margin:5px auto;}
842
843#helpContent P {text-align:left; margin-left:10px;}
844#helpContent LI, #ftpPage LI {margin-top:10px;}
845#helpContent P.nextStepLink {text-align:center; font-weight:bold; margin-bottom:20px;}
846
847#configContent FIELDSET, #availablePlugins FIELDSET  {border:none;}
848
849/**
850 * Informations box in administration
851 */
852.infos, .errors, .warnings {
853  text-align: left;
854  margin: 5px;
855  padding: 10px 50px 10px 10px;
856  font-weight:bold;
857  background-repeat: no-repeat;
858  background-position: 5px 5px;
859  padding:5px 70px 0pt 53px;
860  min-height: 54px;
861}
862
863.infos {
864  color: #0a0;
865  background-color:#c2f5c2;
866  background-image: url(icon/infos.png);
867}
868
869.errors {
870  color: #f22;
871  background-color: #ffd5dc;
872  background-image: url(icon/errors.png);
873}
874
875.warnings {
876  color: #ee8800;
877  background-color:#ffdd99;
878  background-image: url(icon/warnings.png);
879}
880
881.infos li, .errors li, .warnings li { list-style-type:square; }
882.infos .submit {margin-left:30px;}
883
884.checkActions {text-align:left;padding:0;margin:0;}
885.comment A:hover {border:none;}
886
887.pluginBoxes {text-align:left;}
888.author-group {text-align:left;background:url('icon/remove_filter.png') left center no-repeat;padding-left:15px;margin-left:-15px;}
889
890.pluginBox {margin-bottom:10px;-moz-border-radius:5px;}
891.pluginBox table {width:99%;}
892.pluginBox td {text-align:left;}
893.pluginBox td.pluginDesc img {vertical-align:middle;}
894.pluginBoxNameCell {width:180px; vertical-align:top;}
895.pluginBox.inactive, .pluginBox.uninstalled {margin-left:20px;opacity:0.65;filter:alpha(opacity=65);}
896.pluginsByState .pluginBox.inactive, .pluginsByState .pluginBox.uninstalled {margin-left:0px;opacity:0.8;filter:alpha(opacity=80);}
897
898.pluginMiniBox {display:inline-table; text-align:center; width:250px; height:40px; margin:5px; -moz-border-radius:5px; overflow:hidden; }
899.pluginMiniBoxNameCell {font-size:1.05em; margin:5px 0;}
900.pluginActions {display: table-row; font-size:12px; }
901.pluginActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
902.pluginMiniBox.inactive, .pluginMiniBox.uninstalled {opacity:0.65;filter:alpha(opacity=65);}
903.pluginsByState .pluginMiniBox.inactive, .pluginsByState .pluginMiniBox.uninstalled {opacity:0.8;filter:alpha(opacity=80);}
904
905.warning:before {content:url(icon/warning.png);vertical-align:top;}
906fieldset.pluginsByName{border:none;}
907
908.languageBoxes {min-height:0;text-align:left;}
909.languageBox {display:inline-table; text-align:center; width:200px; height:40px; margin:5px; -moz-border-radius:5px; overflow:hidden; }
910.languageName {font-size:1.1em; margin:5px 0;}
911.languageActions {display: table-row; font-size:12px; }
912.languageActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
913
914#ui-datepicker-div {-moz-border-radius:5px;}
915#ui-datepicker-div .ui-icon-circle-triangle-w, #ui-datepicker-div .ui-icon-circle-triangle-e {color:transparent;}
916#ui-datepicker-div A.ui-datepicker-prev, #ui-datepicker-div A.ui-datepicker-next {background-color:transparent;}
917#ui-datepicker-div A.ui-datepicker-prev:hover, #ui-datepicker-div A.ui-datepicker-next:hover {-moz-border-radius:5px;}
918
919.HelpActions {
920  float:right;
921  margin:0;
922  padding:0;
923  padding-top:2px;
924  padding-left:3px;
925}
926
927.HelpActions a { border:0; margin:0; }
928.HelpActions a:hover {border:0;}
929.HelpActions li {list-style-image:none; list-style-position:outside; list-style-type:none; text-align:center; text-indent:0pt; }
930
931legend {text-align:left;}
932
933/* local-layout */
934/* You can modify this file */
935
936/* default-colors */
937/* So that non-links are slightly greyed out */
938.content .navigationBar {
939        color: #999;
940}
941
942/* Tables & forms */
943
944INPUT.text, INPUT.password, INPUT.button,
945INPUT.submit, INPUT.reset, INPUT.file,
946SELECT, TEXTAREA {
947  color:#999;
948  background-color: #666;       
949}
950
951INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus {
952  background-color: #444;       /* whitesmoke */
953}
954
955/* some theme set a border on INPUT  which is not pretty for radio/checkbox */
956INPUT[type="radio"], INPUT[type="checkbox"] {
957  border: none; /* <= Opera needs this */
958}
959
960INPUT.radio, INPUT.checkbox {
961  border: none; /* <= IE6 needs this */
962}
963
964
965/**
966 * Header message like upgrade
967 */
968.header_msgs {
969  text-align:center;
970  font-weight: bold;
971  color:#333;
972  background-color: transparent;
973  margin: 1px;
974  padding: 1px;
975}
976
977/**
978 * Header notes box in public/administration
979 */
980.header_notes {
981  border: 1px solid #666;
982  background: transparent url(icon/note.png) no-repeat right top;
983  font-weight: bold;
984  margin: 14px 24px 14px 14px;
985  padding: 5px 0 0 0;
986  top: 90px; 
987  position: absolute;
988  text-align: right;
989}
990
991LEGEND {
992  font-weight: bold;
993  letter-spacing: 1px;
994  padding: 0 10px;
995}
996
997/* Batch Manager, global mode */
998#batchManagerGlobal #action p {text-align:left;}
999#batchManagerGlobal .bulkAction {text-align:left;margin:15px 0;padding:0;}
1000#batchManagerGlobal #action_del_tags ul.tagSelection {margin:0 !important; width:620px;}
1001#batchManagerGlobal #checkActions {text-align:left; margin:0 0 20px 0;}
1002#batchManagerGlobal ul.thumbnails span.wrap1 {margin:5px}
1003#batchManagerGlobal ul.thumbnails span.wrap2 {border:0}
1004#batchManagerGlobal ul.thumbnails span.wrap2:hover {background-color:#7CBA0F;}
1005#batchManagerGlobal #selectedMessage {padding:5px; -moz-border-radius:5px;-webkit-border-radius:5px;}
1006#batchManagerGlobal #selectSet a {border-bottom:1px dotted}
1007#batchManagerGlobal #applyOnDetails {font-style:italic;}
1008#batchManagerGlobal .actionButtons {text-align:left;}
1009#batchManagerGlobal #filterList {padding-left:5px;}
1010#batchManagerGlobal #filterList li {margin-bottom:5px; list-style-type:none;}
1011#batchManagerGlobal a.removeFilter {background: url(icon/remove_filter.png) no-repeat top left;width:7px;height:7px;display:inline-block}
1012#batchManagerGlobal a.removeFilter:hover {background: url(icon/remove_filter_hover.png); border:none;}
1013#batchManagerGlobal .removeFilter span {display:none}
1014#batchManagerGlobal #applyFilterBlock {margin-top:20px;}
1015#batchManagerGlobal .useFilterCheckbox {display:none}
1016
1017
1018/* TokenInput (with Facebook style) */
1019ul.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;}
1020ul.token-input-list li input {border: 0;width: 100px;padding: 3px 8px;background-color: white;margin: 2px 0;-webkit-appearance: caret;}
1021li.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;}
1022li.token-input-token p {display: inline;padding: 0;margin: 0;}
1023li.token-input-token span {color: #a6b3cf;margin-left: 5px;font-weight: bold;cursor: pointer;}
1024li.token-input-selected-token {background-color: #5670a6;border: 1px solid #3b5998;color: #fff;}
1025li.token-input-input-token {float: left;margin: 0;padding: 0;list-style-type: none;}
1026div.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;}
1027div.token-input-dropdown p {margin: 0;padding: 5px;font-weight: bold;color: #777;}
1028div.token-input-dropdown ul {margin: 0;padding: 0;}
1029div.token-input-dropdown ul li {background-color: #fff;padding: 3px;margin: 0;list-style-type: none;}
1030div.token-input-dropdown ul li.token-input-dropdown-item {background-color: #fff;}
1031div.token-input-dropdown ul li.token-input-dropdown-item2 {background-color: #fff;}
1032div.token-input-dropdown ul li em {font-weight: bold;font-style: normal;}
1033div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-color: #3b5998;color: #fff;}
Note: See TracBrowser for help on using the repository browser.