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

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

feature 2584: redesign on add photos screens

[Administration > Photos > Add] tabs become: {Web Form, Applications, FTP + Synchronization}

admin screen for pLoader is replaced by a more generic screen for applications

thanks to multisize, FTP+sync method becomes simpler

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