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

Last change on this file since 12670 was 12670, checked in by rvelices, 12 years ago

removed unused css rules

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