source: branches/2.3/admin/themes/default/theme.css @ 12480

Last change on this file since 12480 was 12480, checked in by rvelices, 13 years ago

feature 2477: Remove unused CSS / html elements from version 2.3 (merge from trunk)

  • Property svn:eol-style set to LF
File size: 26.4 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
379/** General defaults **/
380INPUT, SELECT {
381        margin: 0;
382        font-size: 1em; /* <= some browsers don't set it correctly */
383}
384UL, DL, OL { text-align: left;}
385TABLE { /* horizontaly centered */
386        margin-left: auto;
387        margin-right: auto;
388}
389/* for debugging purpose */
390PRE { text-align:left; }
391
392/** forms **/
393
394FORM { padding: 0em; }
395
396FORM P {
397        text-align: center;
398        margin-top: 2em;
399        margin-bottom: 2em;
400}
401
402form p.field {
403  text-align: left;
404}
405
406FORM FIELDSET P {
407        margin-top: 1em;
408        margin-bottom: 0;
409}
410
411.small {
412        font-size: 80%;
413}
414
415TEXTAREA.description {
416        height: 6em;
417        width: 40em;
418        overflow: auto;
419}
420
421SELECT.categoryList {
422        height: 20em;
423        width: auto;
424}
425
426DIV.comment BLOCKQUOTE {
427        padding: 0.5em;
428        overflow: auto; /* no solution for IE6 */
429        min-height: 2.75em;     /* fix a Gecko bug whith scrollbar and 1 line only */
430}
431
432
433/**
434 * Filter forms are displayed label by label with the input (or select...)
435 * below the label. Use an UL to make a group (radiobox for instance).
436 * Use a SPAN to group objects in line
437 */
438FIELDSET {
439        padding: 1em;
440        margin: 1em;
441        overflow: hidden; /* <- makes Opera happy */
442}
443
444FORM.filter FIELDSET UL {
445        margin: 0;
446}
447FORM.filter FIELDSET UL,
448FORM.filter FIELDSET LABEL {
449        display: block;
450        float: left;
451        margin-right: 1em;
452        padding: 0;
453}
454
455FORM.filter FIELDSET LI {
456        list-style: none;
457        margin-bottom: 0.5em;
458}
459
460FORM.filter FIELDSET LI LABEL {
461        display: inline;
462        float: none;
463}
464
465FORM.filter FIELDSET UL.tagSelection LABEL {
466        display: inline;
467        float: none;
468        margin-right:0.5em;/*reduce from above*/
469}
470
471/* cannot use FIELDSET>LABEL because of IE<=6 */
472FORM.filter FIELDSET LABEL INPUT,
473FORM.filter FIELDSET LABEL SELECT,
474FORM.filter FIELDSET LABEL SPAN,
475FORM.filter FIELDSET LABEL TEXTAREA {
476        display: block;
477        margin: 0.5em 0;
478}
479FORM.filter FIELDSET * LABEL INPUT,
480FORM.filter FIELDSET * LABEL SELECT,
481FORM.filter FIELDSET * LABEL TEXTAREA,
482FORM.filter FIELDSET LABEL SPAN INPUT,
483FORM.filter FIELDSET LABEL SPAN SELECT,
484FORM.filter FIELDSET LABEL SPAN TEXTAREA {
485        display: inline;
486        vertical-align: top;
487        margin: 0 0.5em 0 0;
488}
489
490/* following declaration is important to avoid strange FF behaviour */
491FORM.filter FIELDSET LABEL SPAN SELECT {
492        margin: 0;
493}
494
495FORM.filter FIELDSET P
496{
497        clear: left;
498        display: block;
499}
500
501FORM.filter INPUT[type="submit"] {
502        margin-top: 1.8em;
503}
504
505FORM.properties UL, FORM#update UL {
506        list-style-type: none;
507        margin: 0;
508        padding: 0;
509}
510
511FORM.properties LI, FORM#update UL {
512        margin-bottom: 0.5em;
513        padding: 0;
514        line-height: 1.8em;
515        clear: left;
516}
517
518FORM.properties SPAN.property {
519        font-weight: bold;
520        float: left;
521        width: 50%;
522        text-align: right;
523        margin: 0;
524        padding: 0 0.5em 0 0;
525}
526
527#theHeader H1 {
528        margin-bottom: 0.5em;
529}
530
531/* button tools */
532UL.actions {
533        text-indent: 0;
534        list-style: none;
535}
536UL.actions LI {
537        display: inline;
538}
539UL.actions A {
540        border: none;
541}
542
543UL.tagSelection {
544        width: 99%;
545        margin: 1em 0 1em 0;
546        padding: 0;
547}
548
549UL.tagSelection LI {
550        display:inline-block;
551        width:150px!important;
552        overflow:hidden;
553        white-space: nowrap;
554}
555
556/* jQuery tooltips */
557.cluetip-default #cluetip-outer {
558        position: relative;
559        border: 1px solid #111111;
560        color: #dddddd;
561        background-color: #222222;
562        text-align: left;
563}
564.cluetip-default h3#cluetip-title {
565        margin: 0 0 5px;
566        padding: 8px;
567        color: #666666;
568        background-color: #d3d3d3;
569        font-size: 1.1em;
570        font-weight: bold;
571}
572.cluetip-default #cluetip-inner {
573        padding: 10px;
574}
575
576/* jQuery datepicker */
577img.ui-datepicker-trigger {
578  cursor : pointer;
579  vertical-align: middle; 
580  margin:-3px 5px 2px 5px;
581}
582
583/* Add photos, direct mode */
584#uploadBoxes P {
585  margin:0;
586  margin-bottom:2px;
587  padding:0;
588}
589
590#batchLink {
591  text-align:center;
592}
593
594.category_selection {
595  min-height:65px;
596  margin-top:5px;
597}
598
599.category_selection TABLE {
600  margin:0;
601}
602
603#photosAddContent {
604  text-align:left;
605}
606
607#photosAddContent FIELDSET {
608  width:650px;
609  margin:0 auto 20px auto;
610}
611
612#photosAddContent P {
613  margin:0;
614}
615
616#photosAddContent TH {
617  text-align:right;
618  padding-right: 5px;
619}
620
621#uploadFormSettings input[type="text"] {
622  text-align:right;
623}
624
625#uploadFormSettings TH {
626  width:50%;
627}
628
629#pwgHead {
630  background-color:#464646;
631  height:46px;
632}
633
634html, body {height:100%; margin:0; padding:0;}
635#the_page {min-height:100%; position:absolute; width:100%; padding:0;margin:0;}
636#pwgMain {padding:10px;padding-bottom:60px;}
637
638#footer {
639  position:absolute;
640  bottom:0;
641  width:100%;
642  height:46px;
643  background: url(images/logo.png) no-repeat 7px 8px;
644  background-color:#464646;
645  color:#aaa;
646  line-height:46px;
647}
648
649#footer A {color:#ccc;}
650#footer A:hover {color:#fff;border-bottom:1px solid #fff;}
651
652#adminHome {
653  text-align:center;
654  margin-bottom:15px;
655  line-height:30px;
656  width:200px;
657  margin-left:5px;
658  -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
659}
660
661#adminHome A {display:block; font-size:1.1em; font-weight:bold;}
662#adminHome A {border:none;}
663
664#piwigoInfos {float:left; margin-left:140px;}
665#pageInfos {float:right; margin-right:10px;}
666
667/* TipTip CSS - Version 1.2 */
668
669#tiptip_holder {
670        display: none;
671        position: absolute;
672        top: 0;
673        left: 0;
674        z-index: 99999;
675}
676
677#tiptip_holder.tip_top {
678        padding-bottom: 5px;
679}
680
681#tiptip_holder.tip_bottom {
682        padding-top: 5px;
683}
684
685#tiptip_holder.tip_right {
686        padding-left: 5px;
687}
688
689#tiptip_holder.tip_left {
690        padding-right: 5px;
691}
692
693#tiptip_content {
694        font-size: 11px;
695        color: #fff;
696        text-shadow: 0 0 2px #000;
697        padding: 4px 8px;
698        border: 1px solid rgba(255,255,255,0.25);
699        background-color: rgb(25,25,25);
700        background-color: rgba(25,25,25,0.92);
701        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
702        border-radius: 3px;
703        -webkit-border-radius: 3px;
704        -moz-border-radius: 3px;
705        box-shadow: 0 0 3px #555;
706        -webkit-box-shadow: 0 0 3px #555;
707        -moz-box-shadow: 0 0 3px #555;
708}
709
710#tiptip_arrow, #tiptip_arrow_inner {
711        position: absolute;
712        border-color: transparent;
713        border-style: solid;
714        border-width: 6px;
715        height: 0;
716        width: 0;
717}
718
719#tiptip_holder.tip_top #tiptip_arrow {
720        border-top-color: #fff;
721        border-top-color: rgba(255,255,255,0.35);
722}
723
724#tiptip_holder.tip_bottom #tiptip_arrow {
725        border-bottom-color: #fff;
726        border-bottom-color: rgba(255,255,255,0.35);
727}
728
729#tiptip_holder.tip_right #tiptip_arrow {
730        border-right-color: #fff;
731        border-right-color: rgba(255,255,255,0.35);
732}
733
734#tiptip_holder.tip_left #tiptip_arrow {
735        border-left-color: #fff;
736        border-left-color: rgba(255,255,255,0.35);
737}
738
739#tiptip_holder.tip_top #tiptip_arrow_inner {
740        margin-top: -7px;
741        margin-left: -6px;
742        border-top-color: rgb(25,25,25);
743        border-top-color: rgba(25,25,25,0.92);
744}
745
746#tiptip_holder.tip_bottom #tiptip_arrow_inner {
747        margin-top: -5px;
748        margin-left: -6px;
749        border-bottom-color: rgb(25,25,25);
750        border-bottom-color: rgba(25,25,25,0.92);
751}
752
753#tiptip_holder.tip_right #tiptip_arrow_inner {
754        margin-top: -6px;
755        margin-left: -5px;
756        border-right-color: rgb(25,25,25);
757        border-right-color: rgba(25,25,25,0.92);
758}
759
760#tiptip_holder.tip_left #tiptip_arrow_inner {
761        margin-top: -6px;
762        margin-left: -7px;
763        border-left-color: rgb(25,25,25);
764        border-left-color: rgba(25,25,25,0.92);
765}
766
767/* Webkit Hacks  */
768@media screen and (-webkit-min-device-pixel-ratio:0) { 
769        #tiptip_content {
770                padding: 4px 8px 5px 8px;
771                background-color: rgba(45,45,45,0.88);
772        }
773        #tiptip_holder.tip_bottom #tiptip_arrow_inner { 
774                border-bottom-color: rgba(45,45,45,0.88);
775        }
776        #tiptip_holder.tip_top #tiptip_arrow_inner { 
777                border-top-color: rgba(20,20,20,0.92);
778        }
779}
780
781/* Set the width of the menubar for the galery */
782#menubar {
783  width: 18em;
784  margin: 10px 0 50px 10px !important;
785}
786.content {
787  margin-left: 20em;  /* = #menubar width + 2em */
788}
789/* Set minimum width of the page before getting a scrollbar */
790/* IE5 and IE6 don't get that */
791BODY {
792  min-width: 60em;  /* ~ 3* #menubar width */
793}
794#thePopuphelpPage {
795  min-width: 0;
796}
797
798#thePopuphelpPage #pwgHead {display:none}
799#thePopuphelpPage #footer  {display:none}
800
801/* Set some sizes according to your maximum thumbnail width and height */
802UL.thumbnails SPAN,
803UL.thumbnails SPAN.wrap2 A,
804UL.thumbnails LABEL,
805.content DIV.thumbnailCategory DIV.illustration {
806  width: 140px;      /* max thumbnail width + 2px */
807}
808UL.thumbnails SPAN.wrap2,
809.content DIV.thumbnailCategory DIV.description {
810  height: 140px;    /* max thumbnail height + 2px */
811}
812
813
814/* Category thumbnails on main page */
815.content UL.thumbnailCategories LI {
816  width: 49.7%;    /* 49.7% for 2 per line, 33.2% for 3 per line*/
817}
818
819/* Set defaults for thumbnails legend */
820UL.thumbnails SPAN.thumbLegend {
821  display: block;  /* display: none; if you don't want legend */
822  height: 4em;    /* legend height (don't set auto to be Gecko friendly)*/
823}
824
825.themeBox {display:inline-table; text-align:center; height:192px; background-color:#eee; margin:5px; -moz-border-radius:5px; overflow:hidden; }
826
827.themeBox IMG {border:1px solid white; margin:0 15px;}
828.themeName {font-size:1.1em; margin:5px 0;}
829.themeActions {display: table-row; font-size:12px; height: 43px; }
830.themeActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
831.themeActions A {}
832
833#themesContent .themeBox IMG {width:150px; height:120px;}
834#themesContent H3 {font-size:16px; text-align:left; border-bottom:1px solid #444; letter-spacing:1px; margin:5px;}
835.themeBoxes {min-height:0;text-align:left;}
836
837h2 { letter-spacing:2px; font-weight:bold;}
838h2:lang(en) { text-transform:capitalize; }
839
840#pluginsMenuSeparator {width:80%; margin:5px auto;}
841
842#helpContent P {text-align:left; margin-left:10px;}
843#helpContent LI, #ftpPage LI {margin-top:10px;}
844#helpContent P.nextStepLink {text-align:center; font-weight:bold; margin-bottom:20px;}
845
846#configContent FIELDSET, #availablePlugins FIELDSET  {border:none;}
847
848/**
849 * Informations box in administration
850 */
851.infos, .errors, .warnings {
852  text-align: left;
853  margin: 5px;
854  padding: 10px 50px 10px 10px;
855  font-weight:bold;
856  background-repeat: no-repeat;
857  background-position: 5px 5px;
858  padding:5px 70px 0pt 53px;
859  min-height: 54px;
860}
861
862.infos {
863  color: #0a0;
864  background-color:#c2f5c2;
865  background-image: url(icon/infos.png);
866}
867
868.errors {
869  color: #f22;
870  background-color: #ffd5dc;
871  background-image: url(icon/errors.png);
872}
873
874.warnings {
875  color: #ee8800;
876  background-color:#ffdd99;
877  background-image: url(icon/warnings.png);
878}
879
880.infos li, .errors li, .warnings li { list-style-type:square; }
881.infos .submit {margin-left:30px;}
882
883.checkActions {text-align:left;padding:0;margin:0;}
884.comment A:hover {border:none;}
885
886.pluginBoxes {
887  text-align:left;
888  position:relative;
889}
890
891.pluginBox {
892  margin-bottom:10px;
893  border-width:1px;
894  border-style:solid;
895  border-radius:5px;
896  -moz-border-radius:5px;
897 }
898.pluginBox table {width:99%;}
899.pluginBox td {text-align:left;}
900.pluginBox td.pluginDesc img {vertical-align:middle;}
901.pluginBoxNameCell {width:180px; vertical-align:top;}
902.pluginBoxes .inactive, .pluginBoxes .uninstalled {opacity:0.8;filter:alpha(opacity=80);}
903
904.pluginMiniBox {
905  display:inline-table; 
906  text-align:center; 
907  width:250px; 
908  height:40px; 
909  margin:5px; 
910  border-width:1px;
911  border-style:solid;
912  border-radius:5px;
913  -moz-border-radius:5px;
914  overflow:hidden; 
915 }
916.pluginMiniBoxNameCell {font-size:1.05em; margin:5px 0;position:relative;}
917.pluginActions {display: table-row; font-size:0.95em; color:#777;}
918.pluginActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
919.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;}
920.showInfo:hover {cursor:pointer}
921
922.warning:before {content:url(icon/warning.png);vertical-align:top;}
923.deactivate_all {text-align:right;font-size:0.95em;}
924.showDetails {text-align:right; margin-bottom:-15px; margin-top:-10px; padding-right:1em;}
925
926.languageBoxes {min-height:0;text-align:left;}
927.languageBox {display:inline-table; text-align:center; width:200px; height:40px; margin:5px; -moz-border-radius:5px;border-radius:5px; overflow:hidden; }
928.languageName {font-size:1.1em; margin:5px 0;}
929.languageActions {display: table-row; font-size:12px; }
930.languageActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
931
932#ui-datepicker-div {-moz-border-radius:5px;}
933#ui-datepicker-div .ui-icon-circle-triangle-w, #ui-datepicker-div .ui-icon-circle-triangle-e {color:transparent;}
934#ui-datepicker-div A.ui-datepicker-prev, #ui-datepicker-div A.ui-datepicker-next {background-color:transparent;}
935#ui-datepicker-div A.ui-datepicker-prev:hover, #ui-datepicker-div A.ui-datepicker-next:hover {-moz-border-radius:5px;}
936
937.HelpActions {
938  float:right;
939  margin:0;
940  padding:0;
941  padding-top:2px;
942  padding-left:3px;
943}
944
945.HelpActions a { border:0; margin:0; }
946.HelpActions a:hover {border:0;}
947.HelpActions li {list-style-image:none; list-style-position:outside; list-style-type:none; text-align:center; text-indent:0pt; }
948
949legend {text-align:left;}
950
951/* local-layout */
952/* You can modify this file */
953
954/* default-colors */
955/* So that non-links are slightly greyed out */
956.content .navigationBar {
957        color: #999;
958}
959
960/* Tables & forms */
961
962INPUT.text, INPUT.password, INPUT.button,
963INPUT.submit, INPUT.reset, INPUT.file,
964SELECT, TEXTAREA {
965  color:#999;
966  background-color: #666;       
967}
968
969INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus {
970  background-color: #444;       /* whitesmoke */
971}
972
973/* some theme set a border on INPUT  which is not pretty for radio/checkbox */
974INPUT[type="radio"], INPUT[type="checkbox"] {
975  border: none; /* <= Opera needs this */
976}
977
978INPUT.radio, INPUT.checkbox {
979  border: none; /* <= IE6 needs this */
980}
981
982
983/**
984 * Header message like upgrade
985 */
986.header_msgs {
987  text-align:center;
988  font-weight: bold;
989  color:#333;
990  background-color: transparent;
991  margin: 1px;
992  padding: 1px;
993}
994
995/**
996 * Header notes box in public/administration
997 */
998.header_notes {
999  border: 1px solid #666;
1000  background: transparent url(icon/note.png) no-repeat right top;
1001  font-weight: bold;
1002  margin: 14px 24px 14px 14px;
1003  padding: 5px 0 0 0;
1004  top: 90px; 
1005  position: absolute;
1006  text-align: right;
1007}
1008
1009LEGEND {
1010  font-weight: bold;
1011  letter-spacing: 1px;
1012  padding: 0 10px;
1013}
1014
1015/* Batch Manager, global mode */
1016#batchManagerGlobal #action p {text-align:left;}
1017#batchManagerGlobal .bulkAction {text-align:left;margin:15px 0;padding:0;}
1018#batchManagerGlobal #action_del_tags ul.tagSelection {margin:0 !important; width:620px;}
1019#batchManagerGlobal #checkActions {text-align:left; margin:0 0 20px 0;}
1020#batchManagerGlobal ul.thumbnails span.wrap1 {margin:5px}
1021#batchManagerGlobal ul.thumbnails span.wrap2 {border:0}
1022#batchManagerGlobal ul.thumbnails span.wrap2:hover {background-color:#7CBA0F;}
1023#batchManagerGlobal #selectedMessage {padding:5px; -moz-border-radius:5px;-webkit-border-radius:5px;}
1024#batchManagerGlobal #selectSet a {border-bottom:1px dotted}
1025#batchManagerGlobal #applyOnDetails {font-style:italic;}
1026#batchManagerGlobal .actionButtons {text-align:left;}
1027#batchManagerGlobal #filterList {padding-left:5px;}
1028#batchManagerGlobal #filterList li {margin-bottom:5px; list-style-type:none;}
1029#batchManagerGlobal a.removeFilter {background: url(icon/remove_filter.png) no-repeat top left;width:7px;height:7px;display:inline-block}
1030#batchManagerGlobal a.removeFilter:hover {background: url(icon/remove_filter_hover.png); border:none;}
1031#batchManagerGlobal .removeFilter span {display:none}
1032#batchManagerGlobal #applyFilterBlock {margin-top:20px;}
1033#batchManagerGlobal .useFilterCheckbox {display:none}
1034
1035
1036/* TokenInput (with Facebook style) */
1037ul.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;}
1038ul.token-input-list li input {border: 0;width: 100px;padding: 3px 8px;background-color: white;margin: 2px 0;-webkit-appearance: caret;}
1039li.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;}
1040li.token-input-token p {display: inline;padding: 0;margin: 0;}
1041li.token-input-token span {color: #a6b3cf;margin-left: 5px;font-weight: bold;cursor: pointer;}
1042li.token-input-selected-token {background-color: #5670a6;border: 1px solid #3b5998;color: #fff;}
1043li.token-input-input-token {float: left;margin: 0;padding: 0;list-style-type: none;width:10px;}
1044div.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;}
1045div.token-input-dropdown p {margin: 0;padding: 5px;font-weight: bold;color: #777;}
1046div.token-input-dropdown ul {margin: 0;padding: 0;}
1047div.token-input-dropdown ul li {background-color: #fff;padding: 3px;margin: 0;list-style-type: none;}
1048div.token-input-dropdown ul li.token-input-dropdown-item {background-color: #fff;}
1049div.token-input-dropdown ul li.token-input-dropdown-item2 {background-color: #fff;}
1050div.token-input-dropdown ul li em {font-weight: bold;font-style: normal;}
1051div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-color: #3b5998;color: #fff;}
1052
1053#mainConfCheck a.addFilter {font-weight:normal;margin-left:20px;}
1054#mainConfCheck a.removeFilter {font-weight:normal;}
1055#mainConfCheck span.property span.filter:first-child a.removeFilter {display:none;} /* can't delete the first field */
1056#mainConfCheck span.filter {display:block;margin-left:20px;}
1057#mainConfCheck .transparent {opacity:0.5;filter:alpha(opacity=50);}
1058#mainConfCheck .order_by_is_custom {display:block;font-weight:normal;font-style:italic;margin-left:20px;}
1059
1060/* Upload Form */
1061#uploadBoxes .file {margin-bottom:5px;text-align:left;}
1062#uploadBoxes {margin-top:20px;}
1063#addUploadBox {margin-bottom:2em;}
1064
1065p#uploadWarningsSummary {text-align:left;margin-bottom:1em;font-size:90%;color:#999;}
1066p#uploadWarningsSummary .showInfo {position:static;display:inline;padding:1px 6px;margin-left:3px;}
1067p#uploadWarnings {display:none;text-align:left;margin-bottom:1em;font-size:90%;color:#999;}
1068p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;}
1069
1070#photosAddContent p.showFieldset {text-align:left;margin: 0 auto 10px auto;width: 650px;}
1071
1072#uploadProgress {width:650px; margin:10px auto;font-size:90%;}
1073#progressbar {border:1px solid #ccc; background-color:#eee;}
1074.ui-progressbar-value { background-image: url(images/pbar-ani.gif); height:10px;margin:-1px;border:1px solid #E78F08;}
1075
1076/* Tag Manager */
1077.warningDeletion {display:none;font-style:italic;}
Note: See TracBrowser for help on using the repository browser.