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

Last change on this file since 19530 was 19530, checked in by rvelices, 11 years ago

cleanup admin css

  • Property svn:eol-style set to LF
File size: 25.6 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%; }
9ul.categoryActions { margin: 0 2px; width: auto; list-style-position:outside;
10  padding: 0; text-indent: 0; list-style: none; text-align: center; }
11.content div.titrePage { padding: 0 0 3px; }
12.content div.comment { margin: 0 0 0.5em 0; padding: 0;
13  overflow: hidden; width: 100%;        /* don't ask why. It's a very usefull trick  */ }
14
15.content DIV.comment A.illustration {
16        display: block;
17        float: left;
18        margin: 0.5em 30px 0 0.5em;
19}
20
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  border-radius: 5px;
42  display: block;
43  width: 120px;
44  height: 120px;
45  cursor: move;
46  margin: 4px;
47        overflow: hidden;
48}
49.clipwrapper {
50  position:relative;
51  width: 96px;
52  height: 96px;
53  margin: 3px;
54}
55.clip {
56  position:absolute;
57}
58
59UL.thumbnails SPAN.wrap1 {
60  margin: 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        border-radius: 4px;
71}
72UL.thumbnails LABEL {
73        position: relative;
74        display: block; 
75        border-bottom: none;
76}
77
78UL.thumbnails IMG {
79        vertical-align: middle;
80        margin-top: 12px;
81}
82
83UL.thumbnails INPUT {
84  position: absolute;
85  left: 2px; top: 2px;
86}
87UL.thumbnails .levelIndicatorB {
88display:block; position:absolute; z-index:100; padding:7px 0 0 2px; color:black; font-weight:bold; font-size:120%;
89}
90UL.thumbnails .levelIndicatorF {
91display:block; position:absolute; z-index:101; padding:8px 0 0 3px; color:white; font-weight:bold; font-size:120%;
92}
93
94/* default-layout.css */
95
96/* History tables */
97TABLE.table2 {
98        border: 1px solid #111;
99        margin: 1em auto;
100        padding: 0;
101}
102
103TABLE.table2 TD, TABLE.table2 TH {
104        padding: 0 5px;
105}
106
107TABLE.table2 TR {
108        text-align: left;
109}
110
111TABLE.table2 THEAD TD { padding:7px 10px 3px 10px; }
112TABLE.table2 TR.throw { text-align: center; }
113TABLE.table2 { margin:0pt auto; }
114.sort { display:block; padding:8px 5px 0px 1px; clear: right; float:left; }
115
116
117.hour {
118        white-space: pre;
119}
120
121.number {
122        text-align: right;
123}
124
125TABLE#dailyStats {
126        width: 60%;
127}
128
129TABLE#detailedStats {
130        width: 99%;
131}
132
133/* Plugins, languages tables */
134TABLE.plugins,
135TABLE.languages {
136  min-width: 500px;
137}
138TABLE.plugins A { border: 0; }
139TABLE.plugins TR TD { padding: 4px 10px; }
140TABLE.languages TR TD { padding: 7px 20px; }
141
142
143/* categoryOrdering */
144FORM#categoryOrdering .orderParams {
145  line-height:30px;
146  margin-bottom:10px;
147}
148
149SELECT.categoryList {
150        width: 100%;
151}
152
153FORM#categoryOrdering p {
154        text-align: left;
155        /* margin-top: 1em; */
156        /* margin-bottom: 1em; */
157}
158UL.categoryUl {
159        list-style: none;
160        padding: 0;
161        margin: 1em;
162}
163
164LI.categoryLi {
165/*
166        width: 100%;
167*/
168        padding: 5px;
169        margin-bottom: 5px;
170  border-radius:5px;
171}
172
173
174/* menuOrdering */
175FORM#menuOrdering {
176        padding-left: 1em;
177        padding-right: 1em;
178}
179FORM#menuOrdering p {
180        text-align: left;
181        margin: 0 10px;
182}
183FORM#menuOrdering p span {
184        float:right;
185}
186FORM#menuOrdering input {
187        vertical-align: middle;
188  margin:0 10px;
189}
190FORM#menuOrdering .menuAuthor {
191  margin: 5px 0 0 40px;
192}
193FORM#menuOrdering .menuSubmit {
194  margin: 20px 0;
195}
196
197UL.menuUl {
198        list-style: none;
199        padding: 0;
200        margin: 0;
201}
202
203LI.menuLi {
204        width: 100%;
205        border: 1px solid #666;
206        padding: 12px 0;
207        margin-bottom: 5px;
208}
209/* */
210
211FORM#catModify TABLE { width: auto; }
212
213#catModify p {
214  line-height: 20px;
215  margin: 0 0 1.5em;
216  text-align: left;
217}
218
219FIELDSET.elementEdit .thumb {
220        display: block;
221        float: right;
222        text-align: center;
223}
224
225TABLE.doubleSelect {
226        text-align: center;
227        margin: 0 auto;
228        width: 100%;
229}
230
231TABLE.doubleSelect TD {
232        padding: 0 3px;
233        width: 50%;
234}
235
236TABLE.doubleSelect SELECT.categoryList {
237        width: 100%; max-width: 100%; overflow-x: auto;
238}
239
240.statBar {
241        height: 10px;
242        background-color: #ff7700;
243        border: 1px solid #666;
244}
245
246.over{
247position: relative;
248z-index: 0;
249}
250
251.over:hover{
252background-color: transparent;
253z-index: 50;
254}
255
256.over SPAN{ /*CSS for enlarged image*/
257position: absolute;
258background-color: #222;
259padding: 5px;
260left: -1000px;
261border: 1px solid #ff3363;
262visibility: hidden;
263color: black;
264text-decoration: none;
265}
266
267.over SPAN IMG{ /*CSS for enlarged image*/
268border-width: 0;
269padding: 2px;
270}
271
272.over:hover SPAN{ /*CSS for enlarged image on hover*/
273visibility: visible;
274top: 0;
275left: 60px; /*position where enlarged image should offset horizontally */
276}
277
278BODY {
279        font-size: 0.8em;
280        font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
281        text-align: center; /* be nice to IE5 */
282        min-width: 60em;  /* ~ 3* #menubar width */
283}
284
285H1 {
286color:#eee;
287letter-spacing:1px;
288text-align: left;
289font-size: 150%;
290font-weight: normal;
291font-style:italic;
292padding: 2px 0 0 10px;
293margin: 0;
294float:left;
295}
296
297#pwgHead {
298        color: #aaa;
299  background-color: #464646;
300        height: 36px;
301}
302
303#pwgHead A {color:#ccc;}
304#pwgHead A:hover {color:#fff;border-bottom:1px solid #fff}
305
306#headActions {float:right; height:36px; line-height:36px; margin-right:10px;}
307
308A {
309        text-decoration:none;
310        border-bottom: 0;
311}
312A:hover {
313        border-bottom: 1px solid #FF3363;
314}
315A.button, A.button:hover {
316        border: 0;
317}
318IMG {
319        border: none;
320}
321
322/** General defaults **/
323INPUT, SELECT {
324        margin: 0;
325        font-size: 1em; /* <= some browsers don't set it correctly */
326}
327UL, DL, OL { text-align: left;}
328TABLE { /* horizontaly centered */
329        margin-left: auto;
330        margin-right: auto;
331}
332/* for debugging purpose */
333PRE { text-align:left; }
334
335/** forms **/
336
337FORM { padding: 0em; }
338
339FORM P {
340        text-align: center;
341        margin:1em;
342}
343
344form p.field {
345  text-align: left;
346}
347
348form p.formButtons {text-align:left;}
349
350FORM FIELDSET P {
351        margin-top: 1em;
352        margin-bottom: 0;
353        text-align:left;
354}
355
356.small {
357        font-size: 80%;
358}
359
360TEXTAREA.description {
361        height: 6em;
362        width: 40em;
363        overflow: auto;
364}
365
366SELECT.categoryList {
367        height: 20em;
368        width: auto;
369}
370
371DIV.comment BLOCKQUOTE {
372        padding: 0.5em;
373        overflow: auto; /* no solution for IE6 */
374        min-height: 2.75em;     /* fix a Gecko bug whith scrollbar and 1 line only */
375}
376
377
378/**
379 * Filter forms are displayed label by label with the input (or select...)
380 * below the label. Use an UL to make a group (radiobox for instance).
381 * Use a SPAN to group objects in line
382 */
383FIELDSET {
384        padding: 1em;
385        margin: 1em;
386}
387
388FORM.filter FIELDSET UL {
389        margin: 0;
390}
391FORM.filter FIELDSET UL,
392FORM.filter FIELDSET LABEL {
393        display: block;
394        float: left;
395        margin-right: 1em;
396        padding: 0;
397}
398
399FORM.filter FIELDSET LI {
400        list-style: none;
401        margin-bottom: 0.5em;
402}
403
404FORM.filter FIELDSET LI LABEL {
405        display: inline;
406        float: none;
407}
408
409FORM.filter FIELDSET UL.tagSelection LABEL {
410        display: inline;
411        float: none;
412        margin-right:0.5em;/*reduce from above*/
413}
414
415/* cannot use FIELDSET>LABEL because of IE<=6 */
416FORM.filter FIELDSET LABEL INPUT,
417FORM.filter FIELDSET LABEL SELECT,
418FORM.filter FIELDSET LABEL SPAN,
419FORM.filter FIELDSET LABEL TEXTAREA {
420        display: block;
421        margin: 0.5em 0;
422}
423FORM.filter FIELDSET * LABEL INPUT,
424FORM.filter FIELDSET * LABEL SELECT,
425FORM.filter FIELDSET * LABEL TEXTAREA,
426FORM.filter FIELDSET LABEL SPAN INPUT,
427FORM.filter FIELDSET LABEL SPAN SELECT,
428FORM.filter FIELDSET LABEL SPAN TEXTAREA {
429        display: inline;
430        vertical-align: top;
431        margin: 0 0.5em 0 0;
432}
433
434/* following declaration is important to avoid strange FF behaviour */
435FORM.filter FIELDSET LABEL SPAN SELECT {
436        margin: 0;
437}
438
439FORM.filter FIELDSET P
440{
441        clear: left;
442        display: block;
443}
444
445/*FORM.filter INPUT[type="submit"] {
446        margin-top: 1.8em;
447}*/
448
449FORM.properties UL, FORM#update UL {
450        list-style-type: none;
451        margin: 0;
452        padding: 0;
453}
454
455FORM.properties LI, FORM#update UL {
456        margin-bottom: 0.5em;
457        padding: 0;
458        line-height: 1.8em;
459        clear: left;
460}
461
462FORM.properties SPAN.property {
463        font-weight: bold;
464        float: left;
465        width: 50%;
466        text-align: right;
467        margin: 0;
468        padding: 0 0.5em 0 0;
469}
470
471#mainConf, #historyConf, #commentsConf, #watermarkConf {border:none}
472
473#configContent label {
474  font-weight: bold;
475}
476
477#notifyAdmin label {
478   white-space:nowrap;
479}
480
481#mainConf li {
482  margin-bottom: 1em;
483}
484
485#theHeader H1 {
486        margin-bottom: 0.5em;
487}
488
489/* button tools */
490UL.actions {
491        text-indent: 0;
492        list-style: none;
493}
494UL.actions LI {
495        display: inline;
496}
497UL.actions A {
498        border: none;
499}
500
501UL.tagSelection {
502        width: 99%;
503        margin: 1em 0 1em 0;
504        padding: 0;
505}
506
507UL.tagSelection LI {
508        display:inline-block;
509        width:150px!important;
510        overflow:hidden;
511        white-space: nowrap;
512}
513
514/* jQuery tooltips */
515.cluetip-outer {
516        position: relative;
517        border: 1px solid #111111;
518        color: #dddddd;
519        background-color: #222222;
520        text-align: left;
521}
522.cluetip-title {
523        margin: 0 0 5px;
524        padding: 8px;
525        color: #666666;
526        background-color: #d3d3d3;
527        font-size: 1.1em;
528        font-weight: bold;
529}
530.cluetip-inner {
531        padding: 10px;
532}
533
534/* jQuery datepicker */
535img.ui-datepicker-trigger {
536  cursor : pointer;
537  vertical-align: middle;
538  margin:-3px 5px 2px 5px;
539}
540
541/* Add photos, direct mode */
542#uploadBoxes P {
543  margin:0;
544  margin-bottom:2px;
545  padding:0;
546}
547
548#batchLink {
549  text-align:center;
550}
551
552.category_selection {
553  min-height:65px;
554  margin-top:5px;
555}
556
557.category_selection TABLE {
558  margin:0;
559}
560
561#photosAddContent {
562  text-align:left;
563}
564
565#photosAddContent FIELDSET {
566  width:650px;
567  margin:0 auto 20px auto;
568}
569
570#photosAddContent P {
571  margin:0;
572}
573
574#photosAddContent TH {
575  text-align:right;
576  padding-right: 5px;
577}
578
579#uploadFormSettings input[type="text"] {
580  text-align:right;
581}
582
583#uploadFormSettings TH {
584  width:50%;
585}
586
587html, body {height:100%; margin:0; padding:0;}
588#the_page {min-height:100%; position:absolute; width:100%; padding:0;margin:0;}
589
590#pwgMain {
591  padding: 10px 5px 60px;
592}
593
594#footer {
595  position:absolute;
596  bottom:0;
597  width:100%;
598        height: 34px;
599        line-height: 34px;
600        background-repeat: no-repeat;
601        background-position: 7px 2px;
602        background-color:#464646;
603  color:#aaa;
604}
605
606#footer A {color:#ccc;}
607#footer A:hover {color:#fff;border-bottom:1px solid #fff;}
608
609#adminHome {
610  text-align:center;
611  margin-bottom:15px;
612  line-height:30px;
613  width:200px;
614  margin-left:5px;
615  -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
616}
617
618#adminHome A {display:block; font-size:1.1em; font-weight:bold;}
619#adminHome A {border:none;}
620
621#piwigoInfos {float:left; margin-left:140px;}
622#pageInfos {float:right; margin-right:10px;}
623
624/* TipTip CSS - Version 1.2 */
625
626#tiptip_holder {
627        display: none;
628        position: absolute;
629        top: 0;
630        left: 0;
631        z-index: 99999;
632}
633
634#tiptip_holder.tip_top {
635        padding-bottom: 5px;
636}
637
638#tiptip_holder.tip_bottom {
639        padding-top: 5px;
640}
641
642#tiptip_holder.tip_right {
643        padding-left: 5px;
644}
645
646#tiptip_holder.tip_left {
647        padding-right: 5px;
648}
649
650#tiptip_content {
651        font-size: 11px;
652        color: #fff;
653        text-shadow: 0 0 2px #000;
654        padding: 4px 8px;
655        border: 1px solid rgba(255,255,255,0.25);
656        background-color: rgb(25,25,25);
657        background-color: rgba(25,25,25,0.92);
658        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
659        border-radius: 3px;
660        -webkit-border-radius: 3px;
661        -moz-border-radius: 3px;
662        box-shadow: 0 0 3px #555;
663        -webkit-box-shadow: 0 0 3px #555;
664        -moz-box-shadow: 0 0 3px #555;
665}
666
667#tiptip_arrow, #tiptip_arrow_inner {
668        position: absolute;
669        border-color: transparent;
670        border-style: solid;
671        border-width: 6px;
672        height: 0;
673        width: 0;
674}
675
676#tiptip_holder.tip_top #tiptip_arrow {
677        border-top-color: #fff;
678        border-top-color: rgba(255,255,255,0.35);
679}
680
681#tiptip_holder.tip_bottom #tiptip_arrow {
682        border-bottom-color: #fff;
683        border-bottom-color: rgba(255,255,255,0.35);
684}
685
686#tiptip_holder.tip_right #tiptip_arrow {
687        border-right-color: #fff;
688        border-right-color: rgba(255,255,255,0.35);
689}
690
691#tiptip_holder.tip_left #tiptip_arrow {
692        border-left-color: #fff;
693        border-left-color: rgba(255,255,255,0.35);
694}
695
696#tiptip_holder.tip_top #tiptip_arrow_inner {
697        margin-top: -7px;
698        margin-left: -6px;
699        border-top-color: rgb(25,25,25);
700        border-top-color: rgba(25,25,25,0.92);
701}
702
703#tiptip_holder.tip_bottom #tiptip_arrow_inner {
704        margin-top: -5px;
705        margin-left: -6px;
706        border-bottom-color: rgb(25,25,25);
707        border-bottom-color: rgba(25,25,25,0.92);
708}
709
710#tiptip_holder.tip_right #tiptip_arrow_inner {
711        margin-top: -6px;
712        margin-left: -5px;
713        border-right-color: rgb(25,25,25);
714        border-right-color: rgba(25,25,25,0.92);
715}
716
717#tiptip_holder.tip_left #tiptip_arrow_inner {
718        margin-top: -6px;
719        margin-left: -7px;
720        border-left-color: rgb(25,25,25);
721        border-left-color: rgba(25,25,25,0.92);
722}
723
724/* Webkit Hacks  */
725@media screen and (-webkit-min-device-pixel-ratio:0) {
726        #tiptip_content {
727                padding: 4px 8px 5px 8px;
728                background-color: rgba(45,45,45,0.88);
729        }
730        #tiptip_holder.tip_bottom #tiptip_arrow_inner {
731                border-bottom-color: rgba(45,45,45,0.88);
732        }
733        #tiptip_holder.tip_top #tiptip_arrow_inner {
734                border-top-color: rgba(20,20,20,0.92);
735        }
736}
737
738/* Set the width of the menubar for the galery */
739#menubar {
740  width: 18em;
741  margin: 10px 0 50px 5px;
742  display: inline;
743  float: left;
744  left: 0;
745}
746
747.content {
748  padding:0 5px 0 0;
749  margin: 0 5px 0 227px;
750  z-index:99;
751}
752
753#thePopuphelpPage {
754  min-width: 0; /*reset default min width because no scrollbar here*/
755}
756
757#thePopuphelpPage #pwgHead {display:none}
758#thePopuphelpPage #footer  {display:none}
759
760.themeBox {display:inline-table; text-align:center; height:192px; background-color:#eee; margin:5px; -moz-border-radius:5px; overflow:hidden; }
761
762.themeBox IMG {border:1px solid white; margin:0 15px;}
763.themeName {font-size:1.1em; margin:5px 0;}
764.themeActions {display: table-row; font-size:12px; height: 43px; }
765.themeActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
766.themeActions A {}
767
768#themesContent .themeBox IMG {width:150px; height:120px;}
769#themesContent H3 {font-size:16px; text-align:left; border-bottom:1px solid #444; letter-spacing:1px; margin:5px;}
770.themeBoxes {min-height:0;text-align:left;}
771
772h2 { letter-spacing:1px; font-weight:bold;}
773h2:lang(en) { text-transform:capitalize; }
774
775#pluginsMenuSeparator {width:80%; margin:5px auto;}
776
777#helpContent P {text-align:left; margin-left:10px;}
778#helpContent LI, #ftpPage LI {margin-top:10px;}
779#helpContent P.nextStepLink {text-align:center; font-weight:bold; margin-bottom:20px;}
780
781#availablePlugins FIELDSET  {border:none;}
782
783/**
784 * Informations box in administration
785 */
786.infos, .errors, .warnings {
787  text-align: left;
788  margin: 5px;
789  padding: 10px 50px 10px 10px;
790  font-weight:bold;
791  background-repeat: no-repeat;
792  background-position: 5px 5px;
793  padding:5px 70px 0pt 53px;
794  min-height: 54px;
795}
796
797.infos {
798  color: #0a0;
799  background-color:#c2f5c2;
800  background-image: url(icon/infos.png);
801}
802
803.errors {
804  color: #f22;
805  background-color: #ffd5dc;
806  background-image: url(icon/errors.png);
807}
808
809.warnings {
810  color: #ee8800;
811  background-color:#ffdd99;
812  background-image: url(icon/warnings.png);
813}
814
815.infos li, .errors li, .warnings li { list-style-type:square; }
816.infos .submit {margin-left:30px;}
817
818.checkActions {text-align:left;padding:0;margin:0;}
819.comment A:hover {border:none;}
820
821.pluginBoxes {
822  text-align:left;
823  position:relative;
824}
825
826.pluginBox {
827  margin-bottom:10px;
828  border-width:1px;
829  border-style:solid;
830  border-radius:5px;
831  -moz-border-radius:5px;
832 }
833.pluginBox table {width:99%;}
834.pluginBox td {text-align:left;}
835.pluginBox td.pluginDesc img {vertical-align:middle;}
836.pluginBoxNameCell {width:180px; vertical-align:top;}
837.pluginBoxes .inactive, .pluginBoxes .uninstalled {opacity:0.8;filter:alpha(opacity=80);}
838
839.pluginMiniBox {
840  display:inline-table;
841  text-align:center;
842  width:250px;
843  height:40px;
844  margin:5px;
845  border-width:1px;
846  border-style:solid;
847  border-radius:5px;
848  -moz-border-radius:5px;
849  overflow:hidden;
850 }
851.pluginMiniBoxNameCell {font-size:1.05em; margin:5px 0;position:relative;}
852.pluginActions {display: table-row; font-size:0.95em; color:#777;}
853.pluginActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
854.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;}
855.showInfo:hover {cursor:pointer;border:none;}
856
857.warning:before {content:url(icon/warning.png);vertical-align:top;}
858.deactivate_all {text-align:right;font-size:0.95em;}
859.showDetails {text-align:right; margin-bottom:-15px; margin-top:-10px; padding-right:1em;}
860
861.languageBoxes {min-height:0;text-align:left;}
862.languageBox {display:inline-table; text-align:center; width:200px; height:40px; margin:5px; -moz-border-radius:5px;border-radius:5px; overflow:hidden; }
863.languageName {font-size:1.1em; margin:5px 0;}
864.languageActions {display: table-row; font-size:12px; }
865.languageActions DIV {display: table-cell; vertical-align: middle; line-height:18px; }
866
867#ui-datepicker-div {-moz-border-radius:5px;}
868#ui-datepicker-div .ui-icon-circle-triangle-w, #ui-datepicker-div .ui-icon-circle-triangle-e {color:transparent;}
869#ui-datepicker-div A.ui-datepicker-prev, #ui-datepicker-div A.ui-datepicker-next {background-color:transparent;}
870#ui-datepicker-div A.ui-datepicker-prev:hover, #ui-datepicker-div A.ui-datepicker-next:hover {-moz-border-radius:5px;}
871
872.HelpActions {
873  float:right;
874  margin:0;
875  padding:0;
876  padding-top:2px;
877  padding-left:3px;
878}
879
880.HelpActions a { border:0; margin:0; }
881.HelpActions a:hover {border:0;}
882.HelpActions li {list-style-image:none; list-style-position:outside; list-style-type:none; text-align:center; text-indent:0pt; }
883
884legend {text-align:left;}
885
886/* local-layout */
887/* You can modify this file */
888
889/* default-colors */
890/* So that non-links are slightly greyed out */
891.content .navigationBar {
892        color: #999;
893}
894
895/* Tables & forms */
896
897SELECT, TEXTAREA {
898  color:#999;
899  background-color: #666;
900}
901
902INPUT:focus, SELECT:focus, TEXTAREA:focus {
903  background-color: #444;       /* whitesmoke */
904}
905
906/* some theme set a border on INPUT  which is not pretty for radio/checkbox */
907INPUT[type="radio"], INPUT[type="checkbox"] {
908  border: none; /* <= Opera needs this */
909}
910
911
912/**
913 * Header message like upgrade
914 */
915.header_msgs {
916  text-align:center;
917  font-weight: bold;
918  color:#333;
919  background-color: transparent;
920  margin: 1px;
921  padding: 1px;
922}
923
924/**
925 * Header notes box in public/administration
926 */
927.header_notes {
928  border: 1px solid #666;
929  background: transparent url(icon/note.png) no-repeat right top;
930  font-weight: bold;
931  margin: 14px 24px 14px 14px;
932  padding: 5px 0 0 0;
933  top: 90px;
934  position: absolute;
935  text-align: right;
936}
937
938LEGEND {
939  font-weight: bold;
940  letter-spacing: 1px;
941  padding: 0 10px;
942}
943
944/* Batch Manager, global mode */
945#batchManagerGlobal #action p {text-align:left;}
946#batchManagerGlobal .bulkAction {text-align:left;margin:15px 0;padding:0;}
947#batchManagerGlobal #action_del_tags ul.tagSelection {margin:0 !important; width:620px;}
948#batchManagerGlobal #checkActions {text-align:left; margin:0 0 20px 0;}
949#batchManagerGlobal ul.thumbnails div.actions {display:none;position:absolute;top:0;right:5px;color:#fff}
950#batchManagerGlobal ul.thumbnails div.actions a {color:#fff;}
951#batchManagerGlobal ul.thumbnails div.actions a:hover {border-color:#fff;}
952#batchManagerGlobal ul.thumbnails span.wrap1:hover div.actions {display:block;}
953#batchManagerGlobal #selectedMessage {padding:5px; border-radius:5px;}
954#batchManagerGlobal #selectSet a {border-bottom:1px dotted;}
955#batchManagerGlobal #applyOnDetails {font-style:italic;}
956#batchManagerGlobal .actionButtons {text-align:left;}
957#batchManagerGlobal #filterList {padding-left:5px;}
958#batchManagerGlobal #filterList li {margin-bottom:5px; list-style-type:none;}
959#batchManagerGlobal a.removeFilter {background: url(icon/remove_filter.png) no-repeat top left;width:7px;height:7px;display:inline-block;}
960#batchManagerGlobal a.removeFilter:hover {background: url(icon/remove_filter_hover.png); border:none;}
961#batchManagerGlobal .removeFilter span {display:none}
962#batchManagerGlobal #applyFilterBlock {margin-top:20px;}
963#batchManagerGlobal .useFilterCheckbox {display:none;}
964
965#batchManagerGlobal #filter_dimension blockquote {margin:5px 0 20px 15px;}
966#batchManagerGlobal #filter_dimension .ui-slider-horizontal {width:650px;margin:5px 0 10px 0;}
967
968
969/* TokenInput (with Facebook style) */
970ul.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;}
971ul.token-input-list li input {border: 0;width: 100px;padding: 3px 8px;background-color: white;margin: 2px 0;-webkit-appearance: caret;}
972li.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;}
973li.token-input-token p {display: inline;padding: 0;margin: 0;}
974li.token-input-token span {color: #a6b3cf;margin-left: 5px;font-weight: bold;cursor: pointer;}
975li.token-input-selected-token {background-color: #5670a6;border: 1px solid #3b5998;color: #fff;}
976li.token-input-input-token {float: left;margin: 0;padding: 0;list-style-type: none;width:10px;}
977div.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;}
978div.token-input-dropdown p {margin: 0;padding: 5px;font-weight: bold;color: #777;}
979div.token-input-dropdown ul {margin: 0;padding: 0;}
980div.token-input-dropdown ul li {background-color: #fff;padding: 3px;margin: 0;list-style-type: none;}
981div.token-input-dropdown ul li.token-input-dropdown-item {background-color: #fff;}
982div.token-input-dropdown ul li.token-input-dropdown-item2 {background-color: #fff;}
983div.token-input-dropdown ul li em {font-weight: bold;font-style: normal;}
984div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-color: #3b5998;color: #fff;}
985
986#mainConf a.addFilter {font-weight:normal;margin-left:20px;}
987#mainConf a.removeFilter {font-weight:normal;}
988#mainConf span.property span.filter:first-child a.removeFilter {display:none;} /* can't delete the first field */
989#mainConf span.filter {display:block;margin-left:20px;}
990#mainConf .transparent {opacity:0.5;filter:alpha(opacity=50);}
991#mainConf .order_by_is_custom {display:block;font-weight:normal;font-style:italic;margin-left:20px;}
992
993/* Upload Form */
994#uploadBoxes .file {margin-bottom:5px;text-align:left;}
995#uploadBoxes {margin-top:20px;}
996#addUploadBox {margin-bottom:2em;}
997
998p#uploadWarningsSummary {text-align:left;margin-bottom:1em;font-size:90%;color:#999;}
999p#uploadWarningsSummary .showInfo {position:static;display:inline;padding:1px 6px;margin-left:3px;}
1000p#uploadWarnings {display:none;text-align:left;margin-bottom:1em;font-size:90%;color:#999;}
1001p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;}
1002
1003#photosAddContent p.showFieldset {text-align:left;margin: 0 auto 10px auto;width: 650px;}
1004
1005#uploadProgress {width:650px; margin:10px auto;font-size:90%;}
1006#progressbar {border:1px solid #ccc; background-color:#eee;}
1007.ui-progressbar-value { background-image: url(images/pbar-ani.gif); height:10px;margin:-1px;border:1px solid #E78F08;}
1008
1009/* Tag Manager */
1010.warningDeletion {display:none;font-style:italic;}
1011
1012#debug { margin-left: 227px; font-size:12px; }
1013
1014/* Album Properties */
1015#albumThumbnail {
1016  width:1%;
1017  padding-right:10px;
1018  text-align:center;
1019}
1020
1021#albumThumbnail img {
1022  border:2px solid #ddd;
1023}
1024
1025#albumLinks {
1026  vertical-align:top;
1027  border-left:2px solid #ddd;
1028  padding-left:10px;
1029}
1030
1031/* Pending Comments */
1032#pendingComments {
1033  padding:0 5px 0 10px;
1034}
1035
1036#pendingComments table {
1037  width:100%;
1038}
1039
1040#pendingComments .bottomButtons {
1041  text-align:left;
1042}
1043
1044FORM#categoryOrdering p.albumTitle {margin:0;}
1045FORM#categoryOrdering p.albumActions {visibility:hidden; margin:0}
1046FORM#categoryOrdering .categoryLi:hover p.albumActions {visibility:visible;}
1047
1048.showCreateAlbum {text-align:left; margin:0 1em 1em 1em;line-height:22px;}
1049#autoOrder p, #createAlbum p {text-align:left; margin:0 0 1em 0;}
1050#autoOrder p.actionButtons, #createAlbum p.actionButtons {margin-bottom:0;}
1051
1052#ftpPage p {text-align:left;margin:1em;}
1053#ftpPage fieldset p {margin:0;}
1054
1055/* watermark configuration screen */
1056#watermarkPositionBox {
1057  border:2px solid #ccc;
1058  width:500px;
1059  padding:5px;
1060  background-color:#e5e5e5;
1061}
1062
1063#watermarkPositionBox label {
1064  font-weight:normal;
1065  display:block;
1066  color:#444;
1067}
1068
1069#watermarkPositionBox label.middle {
1070  margin:50px;
1071  text-align:center;
1072}
1073
1074#watermarkPositionBox label.right {
1075  float:right;
1076}
1077
1078#positionCustomDetails {
1079  margin-left:20px;
1080  display:none;
1081}
1082
1083#positionCustomDetails label {
1084  font-weight:normal;
1085}
1086
1087input[type="text"].dError {border-color:#ff7070; background-color:#FFe5e5;}
1088.dErrorDesc {background-color:red; color:white; padding:0 5px;border-radius:10px; font-weight:bold;cursor:help;}
1089
1090#wImg {max-height:100px;border:2px solid #ccc;margin-top:5px;}
1091#addWatermark {display:none;}
1092
1093.adminMenubarCounter {
1094  background-color:#666;
1095  color:white;
1096  padding:1px 5px;
1097  border-radius:10px;
1098  -moz-border-radius:10px;
1099  -webkit-border-radius:10px;
1100  -border-radius:10px;
1101  margin-left:5px;
1102}
Note: See TracBrowser for help on using the repository browser.