source: branches/2.4/admin/themes/default/theme.css @ 17929

Last change on this file since 17929 was 17929, checked in by mistic100, 12 years ago

Merged revision(s) r17928 from trunk:
small css fixes:

make disabled options visible with clear,
remove border on .showInfo:hover, avoiding clipping on some pages with roma

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