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

Last change on this file since 25748 was 25748, checked in by plg, 10 years ago

feature 2916: add icons for cat_modify, picture_modify and admin top bar

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