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

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

admin theme links use text-decoration on hovering instead of border-bottom (css simpler, no box sizing issues on hover ...)

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