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

Last change on this file since 13004 was 13004, checked in by plg, 12 years ago

feature 2559: minor redesign on configuration screens

  • hide "rate_anonymous" when "rate" is deactivated
  • hide "email_admin_on_new_user" when "allow_user_registration" is deactivated
  • move history settings on main tab
  • turn the 3 lines for history into a single line with 3 checkboxes
  • for comments, turn the "notify admin" settings into a single line with 4 checkboxes

TODO: remove obsolete language keys

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