source: branches/2.2/admin/themes/default/theme.css @ 10650

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

feature:2269 merge r10648&r10649 from trunk

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