source: trunk/admin/themes/default/default-layout.css @ 7733

Last change on this file since 7733 was 7733, checked in by Gotcha, 13 years ago

Merge r7732 from br2.1 to trunk
bug:1813

  • Property svn:eol-style set to LF
File size: 20.4 KB
Line 
1
2/* History tables */
3TABLE.table2 {
4        border: 1px solid #111;
5        margin: 1em auto;
6        padding: 0;
7}
8
9TABLE.table2 TD, TABLE.table2 TH {
10        padding: 0 5px;
11}
12
13TABLE.table2 TR {
14        text-align: left;
15}
16
17TABLE.table2 THEAD TD { padding:7px 10px 3px 10px; }
18TABLE.table2 TR.throw { text-align: center; }
19TABLE.table2 { margin:0pt auto; }
20.sort { display:block; padding:8px 5px 0px 1px; clear: right; float:left; }
21
22
23.hour {
24        white-space: pre;
25}
26
27.number {
28        text-align: right;
29}
30
31TABLE#dailyStats {
32        width: 60%;
33}
34
35TABLE#detailedStats {
36        width: 99%;
37}
38
39/* Plugins, languages tables */
40TABLE.plugins,
41TABLE.languages {
42  min-width: 500px;
43}
44TABLE.plugins A { border: 0; }
45TABLE.plugins TR TD { padding: 4px 10px; }
46TABLE.plugins TR TD.pluginState { padding: 4px 16px; }
47TABLE.languages TR TD { padding: 7px 20px; }
48
49TABLE.plugins TR TD.active,
50TABLE.languages TR TD.active {
51        background: url(icon/plugin_active.gif) no-repeat center left;
52        background-color: inherit; /* IE need it */
53}
54
55TABLE.plugins TR TD.inactive {
56        background: url(icon/plugin_inactive.gif) no-repeat center left;
57        background-color: inherit; /* IE need it */
58}
59
60TABLE.plugins ul.pluginsActions {
61        float: left;
62        padding: 0;
63        margin: 0;
64        width: 60px;
65        list-style: none;
66        text-align: center;
67}
68
69TABLE.plugins ul.pluginsActions li { display: inline; }
70
71/* categoryOrdering */
72FORM#categoryOrdering .orderParams {
73  line-height:30px;
74  margin-bottom:10px;
75}
76
77SELECT.categoryList {
78        width: 100%;
79}
80 
81FORM#categoryOrdering {
82        padding-left: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
83        padding-right: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
84}
85FORM#categoryOrdering p {
86        text-align: left;
87        margin-top: 1em;
88        margin-bottom: 1em;
89}
90UL.categoryUl {
91        list-style: none;
92        padding: 0;
93        margin: 0;
94}
95
96LI.categoryLi {
97        width: 100%;
98        border: 1px solid #666;
99        padding: 0px 5px;
100        margin-bottom: 5px;
101}
102
103FORM#categoryOrdering UL.categoryActions {
104        float: right;
105        height:45px;
106        line-height:45px;
107}
108/* */
109
110/* menuOrdering */
111FORM#menuOrdering {
112        padding-left: 1em;
113        padding-right: 1em;
114}
115FORM#menuOrdering p {
116        text-align: left;
117        margin: 0 10px;
118}
119FORM#menuOrdering p span {
120        float:right;
121}
122FORM#menuOrdering input {
123        vertical-align: middle;
124  margin:0 10px;
125}
126FORM#menuOrdering .menuAuthor {
127  margin: 5px 0 0 40px;
128}
129FORM#menuOrdering .menuSubmit {
130  margin: 20px 0;
131}
132
133UL.menuUl {
134        list-style: none;
135        padding: 0;
136        margin: 0;
137}
138
139LI.menuLi {
140        width: 100%;
141        border: 1px solid #666;
142        padding: 12px 0;
143        margin-bottom: 5px;
144}
145/* */
146
147FORM#catModify TABLE { width: auto; }
148
149FIELDSET.elementEdit A {
150        display: block;
151        float: right;
152}
153
154TABLE.doubleSelect {
155        text-align: center;
156        margin: 0 auto;
157        width: 100%;
158}
159
160TABLE.doubleSelect TD {
161        padding: 0 3px;
162        width: 50%;
163}
164
165TABLE.doubleSelect SELECT.categoryList {
166        width: 100%; max-width: 100%; overflow-x: auto;
167}
168
169FORM#categoryPermissions LI {
170        display:inline;
171        white-space: nowrap;
172}
173
174FIELDSET#mainConfCheck SPAN.property,
175FIELDSET#historyConf SPAN.property,
176FIELDSET#commentsConf SPAN.property,
177FIELDSET#uploadConf SPAN.property,
178FIELDSET#indexDisplayConf SPAN.property,
179FIELDSET#pictureDisplayConf SPAN.property,
180FIELDSET#pictureInfoConf SPAN.property {
181        float: right;
182        text-align: left;
183}
184FIELDSET#mainConfCheck INPUT,
185FIELDSET#historyConf INPUT,
186FIELDSET#commentsConf INPUT,
187FIELDSET#uploadConf INPUT,
188FIELDSET#indexDisplayConf INPUT,
189FIELDSET#pictureDisplayConf INPUT,
190FIELDSET#pictureInfoConf INPUT {
191        float: none;
192}
193
194FIELDSET#mainConf SPAN.property {
195        width: 25%;
196}
197FIELDSET#mainConf TEXTAREA.description {
198        width: 70%;
199}
200
201FIELDSET#mainConfCheck SPAN.property,
202FIELDSET#historyConf SPAN.property,
203FIELDSET#indexDisplayConf SPAN.property,
204FIELDSET#pictureDisplayConf SPAN.property,
205FIELDSET#pictureInfoConf SPAN.property {
206        width: 90%;
207}
208FIELDSET#mainConfCheck INPUT,
209FIELDSET#historyConf INPUT,
210FIELDSET#commentsConf INPUT,
211FIELDSET#indexDisplayConf INPUT,
212FIELDSET#pictureDisplayConf INPUT,
213FIELDSET#pictureInfoConf INPUT {
214        margin-left: 5%;
215}
216FIELDSET#uploadConf SELECT {
217        float: right;
218        margin: 2px 10px 0px;
219}
220FIELDSET#uploadConf INPUT {
221        float: right;
222        margin: 5px 10px 0px;
223}
224FIELDSET#uploadConf SPAN.property {
225        width: 65%;
226}
227FIELDSET#commentsConf SPAN.property {
228        width: 85%;
229}
230
231.statBar {
232        height: 10px;
233        background-color: #ff7700;
234        border: 1px solid #666;
235}
236
237.over{
238position: relative;
239z-index: 0;
240}
241
242.over:hover{
243background-color: transparent;
244z-index: 50;
245}
246
247.over SPAN{ /*CSS for enlarged image*/
248position: absolute;
249background-color: #222;
250padding: 5px;
251left: -1000px;
252border: 1px solid #ff3363;
253visibility: hidden;
254color: black;
255text-decoration: none;
256}
257
258.over SPAN IMG{ /*CSS for enlarged image*/
259border-width: 0;
260padding: 2px;
261}
262
263.over:hover SPAN{ /*CSS for enlarged image on hover*/
264visibility: visible;
265top: 0;
266left: 60px; /*position where enlarged image should offset horizontally */
267}
268
269BODY {
270        margin: 5px;
271        padding: 0;
272        font-size: 0.8em;
273        font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
274        text-align: center; /* be nice to IE5 */
275}
276
277H1 {
278color:#eee;
279letter-spacing:1px;
280text-align: left;
281font-size: 150%;
282font-weight: normal;
283font-style:italic;
284padding: 8px 0 0 10px;
285margin: 0;
286float:left;
287}
288
289#pwgHead {color:#aaa;}
290#pwgHead A {color:#ccc;}
291#pwgHead A:hover {color:#fff;border-bottom:1px solid #fff}
292#pwgHead A#instructions:hover {border:none;}
293
294#headActions {float:right; height:46px; line-height:46px; margin-right:10px;}
295
296A {
297        text-decoration:none;
298        border-bottom: 0;
299}
300A:hover {
301        border-bottom: 1px solid #FF3363;
302}
303A.button, A.button:hover { 
304        border: 0; 
305}
306IMG {
307        border: none;
308}
309
310HR.separation {
311        visibility: hidden;
312        clear: both;
313}
314
315/** General defaults **/
316INPUT, SELECT {
317        margin: 0;
318        font-size: 1em; /* <= some browsers don't set it correctly */
319}
320UL, DL, OL { text-align: left;}
321TABLE { /* horizontaly centered */
322        margin-left: auto;
323        margin-right: auto;
324}
325/* for debugging purpose */
326PRE { text-align:left; }
327
328/** forms **/
329
330FORM { padding: 0em; }
331
332FORM P {
333        text-align: center;
334        margin-top: 2em;
335        margin-bottom: 2em;
336}
337
338form p.field {
339  text-align: left;
340}
341
342FORM FIELDSET P {
343        margin-top: 1em;
344        margin-bottom: 0;
345}
346
347.small {
348        font-size: 80%;
349}
350
351TEXTAREA.description {
352        height: 6em;
353        width: 40em;
354        overflow: auto;
355}
356
357SELECT.categoryList {
358        height: 20em;
359        width: auto;
360}
361
362DIV.comment BLOCKQUOTE {
363        padding: 0.5em;
364        overflow: auto; /* no solution for IE6 */
365        min-height: 2.75em;     /* fix a Gecko bug whith scrollbar and 1 line only */
366}
367
368
369/**
370 * Filter forms are displayed label by label with the input (or select...)
371 * below the label. Use an UL to make a group (radiobox for instance).
372 * Use a SPAN to group objects in line
373 */
374FIELDSET {
375        padding: 1em;
376        margin: 1em;
377        overflow: hidden; /* <- makes Opera happy */
378}
379
380FORM.filter FIELDSET UL {
381        margin: 0;
382}
383FORM.filter FIELDSET UL,
384FORM.filter FIELDSET LABEL {
385        display: block;
386        float: left;
387        margin-right: 1em;
388        padding: 0;
389}
390
391FORM.filter FIELDSET LI {
392        list-style: none;
393        margin-bottom: 0.5em;
394}
395
396FORM.filter FIELDSET LI LABEL {
397        display: inline;
398        float: none;
399}
400
401FORM.filter FIELDSET UL.tagSelection LABEL {
402        display: inline;
403        float: none;
404        margin-right:0.5em;/*reduce from above*/
405}
406
407/* cannot use FIELDSET>LABEL because of IE<=6 */
408FORM.filter FIELDSET LABEL INPUT,
409FORM.filter FIELDSET LABEL SELECT,
410FORM.filter FIELDSET LABEL SPAN,
411FORM.filter FIELDSET LABEL TEXTAREA {
412        display: block;
413        margin: 0.5em 0;
414}
415FORM.filter FIELDSET * LABEL INPUT,
416FORM.filter FIELDSET * LABEL SELECT,
417FORM.filter FIELDSET * LABEL TEXTAREA,
418FORM.filter FIELDSET LABEL SPAN INPUT,
419FORM.filter FIELDSET LABEL SPAN SELECT,
420FORM.filter FIELDSET LABEL SPAN TEXTAREA {
421        display: inline;
422        vertical-align: top;
423        margin: 0 0.5em 0 0;
424}
425
426FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT {
427        margin-right:0;
428}
429
430/* following declaration is important to avoid strange FF behaviour */
431FORM.filter FIELDSET LABEL SPAN SELECT {
432        margin: 0;
433}
434
435FORM.filter FIELDSET P
436{
437        clear: left;
438        display: block;
439}
440
441FORM.filter INPUT[type="submit"] {
442        margin-top: 1.8em;
443}
444
445FORM.properties UL, FORM#update UL {
446        list-style-type: none;
447        margin: 0;
448        padding: 0;
449}
450
451FORM.properties LI, FORM#update UL {
452        margin-bottom: 0.5em;
453        padding: 0;
454        line-height: 1.8em;
455        clear: left;
456}
457
458FORM.properties SPAN.property {
459        font-weight: bold;
460        float: left;
461        width: 50%;
462        text-align: right;
463        margin: 0;
464        padding: 0 0.5em 0 0;
465}
466
467#theHeader H1 {
468        margin-bottom: 0.5em;
469}
470
471/* button tools */
472UL.actions {
473        text-indent: 0;
474        list-style: none;
475}
476UL.actions LI {
477        display: inline;
478}
479UL.actions A {
480        border: none;
481}
482
483UL.tagSelection {
484        width: 99%;
485        margin: 1em 0 1em 0;
486        padding: 0;
487}
488
489UL.tagSelection LI {
490        display:inline-block;
491        width:150px!important;
492        overflow:hidden;
493        white-space: nowrap;
494}
495
496/* jQuery tooltips */
497.cluetip-default #cluetip-outer {
498        position: relative;
499        border: 1px solid #111111;
500        color: #dddddd;
501        background-color: #222222;
502        text-align: left;
503}
504.cluetip-default h3#cluetip-title {
505        margin: 0 0 5px;
506        padding: 8px;
507        color: #666666;
508        background-color: #d3d3d3;
509        font-size: 1.1em;
510        font-weight: bold;
511}
512.cluetip-default #cluetip-inner {
513        padding: 10px;
514}
515
516/* jQuery datepicker */
517img.ui-datepicker-trigger {
518  cursor : pointer;
519  vertical-align: middle; 
520  margin:-3px 5px 2px 5px;
521}
522
523/* jQuery FCBKcomplete */
524/* TextboxList sample CSS */
525ul.holder { margin: 0; border: 1px solid #999; overflow: hidden; height: auto !important; height: 1%; padding: 4px 5px 0; }
526*:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */
527ul.holder li { float: left; list-style-type: none; margin: 0 5px 4px 0; white-space:nowrap;}
528ul.holder li.bit-box, ul.holder li.bit-input input { font: 11px "Lucida Grande", "Verdana"; }
529ul.holder li.bit-box { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; border: 1px solid #CAD8F3; background: #DEE7F8; padding: 1px 5px 2px; }
530ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
531ul.holder li.bit-input input { width: auto; overflow:visible; margin: 0; border: 0px; outline: 0; padding: 3px 0px 2px; } /* no left/right padding here please */
532ul.holder li.bit-input input.smallinput { width: 20px; }
533
534/* Facebook demo CSS */     
535#add { border: 1px solid #999; width: 550px; margin: 50px; padding: 20px 30px 10px; }
536form ol li { list-style-type: none; }
537form ol { font: 11px "Lucida Grande", "Verdana"; margin: 0; padding: 0; }
538form ol li.input-text { margin-bottom: 10px; list-style-type: none; padding-bottom: 10px; }
539form ol li.input-text label { font-weight: bold; cursor: pointer; display: block; font-size: 13px; margin-bottom: 10px; }
540form ol li.input-text input { width: 500px; padding: 5px 5px 6px; font: 11px "Lucida Grande", "Verdana"; border: 1px solid #999; }
541form ul.holder { width: 500px; }
542form ul { margin: 0 !important }
543ul.holder li.bit-box, #apple-list ul.holder li.bit-box { padding-right: 15px; position: relative; z-index:1000;}
544#apple-list ul.holder li.bit-input { margin: 0; }
545#apple-list ul.holder li.bit-input input.smallinput { width: 5px; }
546ul.holder li.bit-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
547ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
548ul.holder li.bit-box a.closebutton { position: absolute; right: 4px; top: 5px; display: block; width: 7px; height: 7px; font-size: 1px; background: url(icon/fcbkcomplete_close.gif); }
549ul.holder li.bit-box a.closebutton:hover { background-position: 7px; }
550ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover { background-position: bottom; }
551
552/* Autocompleter */
553
554.facebook-auto { display: none; position: absolute; width: 512px; background: #eee; }
555.facebook-auto .default { padding: 5px 7px; border: 1px solid #ccc; border-width: 0 1px 1px;font-family:"Lucida Grande","Verdana"; font-size:11px; }
556.facebook-auto ul { display: none; margin: 0; padding: 0; overflow: auto; position:absolute; z-index:9999}
557.facebook-auto ul li { padding: 5px 12px; z-index: 1000; cursor: pointer; margin: 0; list-style-type: none; border: 1px solid #ccc; border-width: 0 1px 1px; font: 11px "Lucida Grande", "Verdana"; background-color: #eee }
558.facebook-auto ul li em { font-weight: bold; font-style: normal; background: #ccc; }
559.facebook-auto ul li.auto-focus { background: #4173CC; color: #fff; }
560.facebook-auto ul li.auto-focus em { background: none; }
561.deleted { background-color:#4173CC !important; color:#ffffff !important;}
562.hidden { display:none;}
563
564#demo ul.holder li.bit-input input { padding: 2px 0 1px; border: 1px solid #999; }
565.ie6fix {height:1px;width:1px; position:absolute;top:0px;left:0px;z-index:1;}
566
567/* Add photos, direct mode */
568#uploadBoxes P {
569  margin:0;
570  margin-bottom:2px;
571  padding:0;
572}
573
574#batchLink {
575  text-align:center;
576}
577
578.category_selection {
579  min-height:65px;
580  margin-top:5px;
581}
582
583.category_selection TABLE {
584  margin:0;
585}
586
587#photosAddContent FIELDSET {
588  width:650px;
589  margin:0 auto 20px auto;
590}
591
592#photosAddContent P {
593  margin:0;
594}
595
596#photosAddContent TH {
597  text-align:right;
598  padding-right: 5px;
599}
600
601#uploadFormSettings input[type="text"] {
602  text-align:right;
603}
604
605#uploadFormSettings TH {
606  width:50%;
607}
608
609#pwgHead {
610  background-color:#464646;
611  height:46px;
612}
613
614html, body {height:100%; margin:0; padding:0;}
615#the_page {min-height:100%; position:absolute; width:100%; padding:0;margin:0;}
616#pwgMain {padding:10px;padding-bottom:60px;}
617
618#footer {
619  position:absolute;
620  bottom:0;
621  width:100%;
622  height:46px;
623  background: url(images/logo.png) no-repeat bottom left;
624  background-color:#464646;
625  color:#aaa;
626  line-height:46px;
627}
628
629#footer A {color:#ccc;}
630#footer A:hover {color:#fff;border-bottom:1px solid #fff;}
631
632#adminHome {
633  text-align:center;
634  margin-bottom:15px;
635  line-height:30px;
636  width:200px;
637  margin-left:5px;
638  -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
639}
640
641#adminHome A {display:block; font-size:1.1em; font-weight:bold;}
642#adminHome A {border:none;}
643
644#piwigoInfos {float:left; margin-left:100px;}
645#pageInfos {float:right; margin-right:10px;}
646
647/* TipTip CSS - Version 1.2 */
648
649#tiptip_holder {
650        display: none;
651        position: absolute;
652        top: 0;
653        left: 0;
654        z-index: 99999;
655}
656
657#tiptip_holder.tip_top {
658        padding-bottom: 5px;
659}
660
661#tiptip_holder.tip_bottom {
662        padding-top: 5px;
663}
664
665#tiptip_holder.tip_right {
666        padding-left: 5px;
667}
668
669#tiptip_holder.tip_left {
670        padding-right: 5px;
671}
672
673#tiptip_content {
674        font-size: 11px;
675        color: #fff;
676        text-shadow: 0 0 2px #000;
677        padding: 4px 8px;
678        border: 1px solid rgba(255,255,255,0.25);
679        background-color: rgb(25,25,25);
680        background-color: rgba(25,25,25,0.92);
681        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
682        border-radius: 3px;
683        -webkit-border-radius: 3px;
684        -moz-border-radius: 3px;
685        box-shadow: 0 0 3px #555;
686        -webkit-box-shadow: 0 0 3px #555;
687        -moz-box-shadow: 0 0 3px #555;
688}
689
690#tiptip_arrow, #tiptip_arrow_inner {
691        position: absolute;
692        border-color: transparent;
693        border-style: solid;
694        border-width: 6px;
695        height: 0;
696        width: 0;
697}
698
699#tiptip_holder.tip_top #tiptip_arrow {
700        border-top-color: #fff;
701        border-top-color: rgba(255,255,255,0.35);
702}
703
704#tiptip_holder.tip_bottom #tiptip_arrow {
705        border-bottom-color: #fff;
706        border-bottom-color: rgba(255,255,255,0.35);
707}
708
709#tiptip_holder.tip_right #tiptip_arrow {
710        border-right-color: #fff;
711        border-right-color: rgba(255,255,255,0.35);
712}
713
714#tiptip_holder.tip_left #tiptip_arrow {
715        border-left-color: #fff;
716        border-left-color: rgba(255,255,255,0.35);
717}
718
719#tiptip_holder.tip_top #tiptip_arrow_inner {
720        margin-top: -7px;
721        margin-left: -6px;
722        border-top-color: rgb(25,25,25);
723        border-top-color: rgba(25,25,25,0.92);
724}
725
726#tiptip_holder.tip_bottom #tiptip_arrow_inner {
727        margin-top: -5px;
728        margin-left: -6px;
729        border-bottom-color: rgb(25,25,25);
730        border-bottom-color: rgba(25,25,25,0.92);
731}
732
733#tiptip_holder.tip_right #tiptip_arrow_inner {
734        margin-top: -6px;
735        margin-left: -5px;
736        border-right-color: rgb(25,25,25);
737        border-right-color: rgba(25,25,25,0.92);
738}
739
740#tiptip_holder.tip_left #tiptip_arrow_inner {
741        margin-top: -6px;
742        margin-left: -7px;
743        border-left-color: rgb(25,25,25);
744        border-left-color: rgba(25,25,25,0.92);
745}
746
747/* Webkit Hacks  */
748@media screen and (-webkit-min-device-pixel-ratio:0) { 
749        #tiptip_content {
750                padding: 4px 8px 5px 8px;
751                background-color: rgba(45,45,45,0.88);
752        }
753        #tiptip_holder.tip_bottom #tiptip_arrow_inner { 
754                border-bottom-color: rgba(45,45,45,0.88);
755        }
756        #tiptip_holder.tip_top #tiptip_arrow_inner { 
757                border-top-color: rgba(20,20,20,0.92);
758        }
759}
760
761/* Set the width of the menubar for the galery */
762#menubar {
763  width: 18em;
764  margin: 10px 0 50px 10px !important;
765}
766.content {
767  margin-left: 20em;  /* = #menubar width + 2em */
768}
769/* Set minimum width of the page before getting a scrollbar */
770/* IE5 and IE6 don't get that */
771BODY {
772  min-width: 60em;  /* ~ 3* #menubar width */
773}
774BODY#thePopuphelpPage {
775  min-width: 0;
776}
777
778#thePopuphelpPage #pwgHead {display:none}
779#thePopuphelpPage #footer  {display:none}
780
781/* Set some sizes according to your maximum thumbnail width and height */
782.content UL.thumbnails SPAN,
783.content UL.thumbnails SPAN.wrap2 A,
784.content UL.thumbnails LABEL,
785.content DIV.thumbnailCategory DIV.illustration {
786  width: 140px;      /* max thumbnail width + 2px */
787}
788.content UL.thumbnails SPAN.wrap2,
789.content DIV.thumbnailCategory DIV.description {
790  height: 140px;    /* max thumbnail height + 2px */
791}
792
793
794/* Category thumbnails on main page */
795.content UL.thumbnailCategories LI {
796  width: 49.7%;    /* 49.7% for 2 per line, 33.2% for 3 per line*/
797}
798
799/* Set defaults for thumbnails legend */
800.content UL.thumbnails SPAN.thumbLegend {
801  display: block;  /* display: none; if you don't want legend */
802  height: 4em;    /* legend height (don't set auto to be Gecko friendly)*/
803}
804
805.themeBox {display:inline-table; text-align:center; height:192px; background-color:#eee; margin:5px; -moz-border-radius:5px; overflow:hidden; }
806
807.themeBox IMG {border:1px solid white; margin:0 15px;}
808.themeName {font-size:1.1em; margin:5px 0;}
809.themeActions {display: table-row; font-size:12px; height: 43px; }
810.themeActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
811.themeActions A {}
812
813#themesContent .themeBox IMG {width:150px; height:120px;}
814#themesContent H3 {font-size:16px; text-align:left; border-bottom:1px solid #444; letter-spacing:1px; margin:5px;}
815.themeBoxes {min-height:0;text-align:left;}
816
817h2 { letter-spacing:2px; font-weight:bold;}
818h2:lang(en) { text-transform:capitalize; }
819
820#pluginsMenuSeparator {width:80%; margin:5px auto;}
821
822#helpContent P {text-align:left; margin-left:10px;}
823#helpContent LI, #ftpPage LI {margin-top:10px;}
824#helpContent P.nextStepLink {text-align:center; font-weight:bold; margin-bottom:20px;}
825
826#configContent FIELDSET, #availablePlugins FIELDSET  {border:none;}
827
828/**
829 * Informations box in administration
830 */
831.infos, .errors, .warnings {
832  text-align: left;
833  margin: 5px;
834  padding: 10px 50px 10px 10px;
835  font-weight:bold;
836  background-repeat: no-repeat;
837  background-position: 5px 5px;
838  padding:5px 70px 0pt 53px;
839  min-height: 54px;
840}
841
842.infos {
843  color: #0a0;
844  background-color:#c2f5c2;
845  background-image: url(icon/infos.png);
846}
847
848.errors {
849  color: #f22;
850  background-color: #ffd5dc;
851  background-image: url(icon/errors.png);
852}
853
854.warnings {
855  color: #ee8800;
856  background-color:#ffdd99;
857  background-image: url(icon/warnings.png);
858}
859
860.infos li, .errors li, .warnings li { list-style-type:square; }
861.infos .submit {margin-left:30px;}
862
863.checkActions {text-align:left;padding:0;margin:0;}
864.comment A:hover {border:none;}
865
866.pluginBox {margin-bottom:10px;-moz-border-radius:5px;}
867.pluginBox table {width:99%}
868.pluginBox td {text-align:left;}
869.pluginBox td.pluginDesc {cursor:pointer;}
870.pluginBox td.pluginDesc img{vertical-align:middle;}
871.pluginBox td em{float:right;}
872.pluginBoxNameCell {width:150px; vertical-align:top;}
873
874.languageBoxes {min-height:0;text-align:left;}
875.languageBox {display:inline-table; text-align:center; width:200px; height:40px; margin:5px; -moz-border-radius:5px; overflow:hidden; }
876.languageName {font-size:1.1em; margin:5px 0;}
877.languageActions {display: table-row; font-size:12px; }
878.languageActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
879
880#ui-datepicker-div {-moz-border-radius:5px;}
881#ui-datepicker-div .ui-icon-circle-triangle-w, #ui-datepicker-div .ui-icon-circle-triangle-e {color:transparent;}
882#ui-datepicker-div A.ui-datepicker-prev, #ui-datepicker-div A.ui-datepicker-next {background-color:transparent;}
883#ui-datepicker-div A.ui-datepicker-prev:hover, #ui-datepicker-div A.ui-datepicker-next:hover {-moz-border-radius:5px;}
884
885.HelpActions {
886  float:right;
887  margin:0;
888  padding:0;
889  padding-top:2px;
890  padding-left:3px;
891}
892
893.HelpActions a { border:0; margin:0; }
894.HelpActions a:hover {border:0;}
895.HelpActions li {list-style-image:none; list-style-position:outside; list-style-type:none; text-align:center; text-indent:0pt; }
896
897legend {text-align:left;}
Note: See TracBrowser for help on using the repository browser.