source: extensions/gally/gally-graphite/css/theme.css @ 16019

Last change on this file since 16019 was 16019, checked in by grum, 12 years ago

feature:2664- compatibility with Piwigo 2.4

  • Property svn:executable set to *
File size: 21.9 KB
Line 
1/* -----------------------------------------------------------------------------
2  GRUM:GRAPHITE
3  Theme for Piwigo
4  ------------------------------------------------------------------------------
5  file: gally/graphite/theme.css
6  file version: 1.5.0
7  ------------------------------------------------------------------------------
8  author: grum at grum.fr
9  << May the Little SpaceFrog be with you >>
10  ------------------------------------------------------------------------------
11  Graphite for template "Gally"
12----------------------------------------------------------------------------- */
13
14
15div.errors {
16  background:#FFB0B0;
17  border:4px solid #A04040;
18  color:#A04040;
19  padding:8px;
20}
21div.errors a {
22  color:#FF0000;
23  font-weight:bold;
24}
25div.errors button {
26  color:#ffffff;
27  background:#802020;
28  outline:none;
29}
30div.errors button:hover {
31  color:#FFB0B0;
32}
33div.errors button:active {
34  color:#802020;
35  background:#ffffff;
36}
37
38
39div.infos {
40  background:#B0FFB0;
41  border:4px solid #40A040;
42  color:#40A040;
43  padding:8px;
44}
45div.infos a {
46  color:#00FF00;
47  font-weight:bold;
48}
49div.infos button {
50  color:#ffffff;
51  background:#208020;
52}
53div.infos button:hover {
54  color:#B0FFB0;
55}
56div.infos button:active {
57  color:#208020;
58  background:#ffffff;
59}
60
61div.errors ul, div.infos ul {
62  text-align:justify;
63  padding-left:16px;
64}
65
66div.errors ul li, div.infos ul li {
67  margin-bottom:4px;
68}
69
70div.ui-widget-overlay {
71  background:#333333;
72  opacity:0.88;
73  filter:alpha(opacity:88);
74  position:absolute;
75  left:0px;
76  top:0px;
77}
78
79.ui-dialog-buttonpane {
80  margin-bottom:8px;
81}
82
83
84/*
85 page
86*/
87body, #menubar {
88  background-color:#333333;
89  color:#999999;
90  overflow-x:visible;
91}
92
93a {
94  color:#f0f0f0;
95}
96
97#menubar p.totalImages {
98  font-style:italic;
99}
100
101
102a.button, a.navButton {
103  display:inline-block;
104  /*display:table-cell;*/
105  width:22px;
106  height:22px;
107}
108
109a.button, a.navButton, span.button, #icon_menu {
110  background-image:url(./../icon/buttons.png);
111  background-repeat:no-repeat;
112}
113
114/* menu */
115#icon_menu.button, #icon_menu.button2 {
116  width:26px;
117  height:22px;
118  display:inline-block;
119}
120#icon_menu.button {
121  background-position:0px -66px;
122}
123#icon_menu.button:hover {
124  background-position:0px -88px;
125}
126
127#icon_menu.button2 {
128  background-position:-44px -66px;
129}
130#icon_menu.button2:hover {
131  background-position:-44px -88px;
132}
133
134
135#thePicturePage #icon_menu.button {
136  width:22px;
137  height:20px;
138  background-position:-1078px 0px;
139}
140#thePicturePage #icon_menu.button:hover {
141  background-position:-1078px -22px;
142}
143
144#thePicturePage #icon_menu.button2 {
145  width:22px;
146  height:20px;
147  background-position:-1100px 0px;
148}
149#thePicturePage #icon_menu.button2:hover {
150  background-position:-1100px -22px;
151}
152
153
154
155
156/* index.tpl */
157
158#icon_caddie {
159  background-position:0px 0;
160}
161#icon_caddie:hover {
162  background-position:0px -22px;
163}
164
165#icon_category_edit {
166  background-position:-66px 0;
167}
168#icon_category_edit:hover {
169  background-position:-66px -22px;
170}
171
172#icon_search_rules {
173  background-position:-396px 0;
174}
175#icon_search_rules:hover {
176  background-position:-396px -22px;
177}
178
179#icon_start_slideshow {
180  background-position:-440px 0;
181}
182#icon_start_slideshow:hover {
183  background-position:-440px -22px;
184}
185
186#icon_flat {
187  background-position:-198px 0;
188}
189#icon_flat:hover {
190  background-position:-198px -22px;
191}
192
193#icon_normal_mode {
194  background-position:-308px 0;
195}
196#icon_normal_mode:hover {
197  background-position:-308px -22px;
198}
199
200#icon_calendar {
201  background-position:-22px 0;
202}
203#icon_calendar:hover {
204  background-position:-22px -22px;
205}
206
207#icon_calendar_created {
208  background-position:-44px 0;
209}
210#icon_calendar_created:hover {
211  background-position:-44px -22px;
212}
213
214#icon_sort {
215  background-position:-1144px 0;
216}
217#icon_sort:hover {
218  background-position:-1144px -22px;
219}
220
221/* about.tpl */
222/* comments.tpl */
223/* identification.tpl */
224/* nbm.tpl */
225/* notification.tpl */
226/* password.tpl */
227/* tags.tpl */
228/* profile.tpl */
229/* register.tpl */
230/* upload.tpl */
231#icon_home {
232  background-position:-242px 0;
233}
234#icon_home:hover {
235  background-position:-242px -22px;
236}
237
238/* identification.tpl */
239/* menubar_identification.tpl */
240#icon_lost_password {
241  background-position:-264px 0;
242}
243#icon_lost_password:hover {
244  background-position:-264px -22px;
245}
246
247#icon_register, #icon_register2, #icon_register3 {
248  background-position:-330px 0;
249}
250#icon_register:hover, #icon_register2:hover, #icon_register3:hover {
251  background-position:-330px -22px;
252}
253
254#icon_lost_password, #icon_lost_password2, #icon_lost_password3 {
255  background-position:-264px 0;
256}
257#icon_lost_password:hover, #icon_lost_password2:hover, #icon_lost_password3:hover {
258  background-position:-264px -22px;
259}
260
261/* menubar_categories.tpl */
262#icon_start_filter {
263  background-position:-1012px 0px;
264  height: 22px;
265  margin-top: 2px;
266  width: 22px;
267}
268#icon_start_filter:hover {
269  background-position:-1012px -22px;
270}
271
272#icon_stop_filter {
273  background-position:-1034px 0px;
274  width:16px;
275  height:16px;
276}
277#icon_stop_filter:hover {
278  background-position:-1034px -22px;
279}
280
281/* picture.tpl */
282#icon_high_res {
283  background-position:-176px 0;
284}
285#icon_high_res:hover {
286  background-position:-176px -22px;
287}
288
289#icon_stop_slideshow {
290  background-position:-418px 0;
291}
292#icon_stop_slideshow:hover {
293  background-position:-418px -22px;
294}
295
296#icon_metadata {
297  background-position:-286px 0;
298}
299#icon_metadata:hover {
300  background-position:-286px -22px;
301}
302
303#icon_save {
304  background-position:-374px 0;
305}
306#icon_save:hover {
307  background-position:-374px -22px;
308}
309
310#icon_favorite {
311  background-position:-132px 0;
312}
313#icon_favorite:hover {
314  background-position:-132px -22px;
315}
316
317#icon_del_favorite {
318  background-position:-154px 0;
319}
320#icon_del_favorite:hover {
321  background-position:-154px -22px;
322}
323
324#icon_delall_favorite {
325  background-position:-154px 0;
326}
327#icon_delall_favorite:hover {
328  background-position:-154px -22px;
329}
330
331#icon_representative {
332  background-position:-352px 0;
333}
334#icon_representative:hover {
335  background-position:-352px -22px;
336}
337
338#icon_preferences {
339  background-position:-66px 0;
340}
341#icon_preferences:hover {
342  background-position:-66px -22px;
343}
344
345#icon_derivatives {
346  background-position:-1122px 0;
347}
348#icon_derivatives:hover {
349  background-position:-1122px -22px;
350}
351
352/* tags.tpl */
353#icon_cloud {
354  background-position:-462px 0;
355}
356#icon_cloud:hover {
357  background-position:-462px -22px;
358}
359
360#icon_tag_letters {
361  background-position:-484px 0;
362}
363#icon_tag_letters:hover {
364  background-position:-484px -22px;
365}
366
367/* picture_nav_buttons.tpl */
368#icon_last {
369  background-position:-704px 0;
370}
371#icon_last:hover {
372  background-position:-704px -22px;
373}
374#icon_last_unactive {
375  background-position:-704px -44px;
376  cursor:default;
377}
378#icon_right {
379  background-position:-748px 0;
380}
381#icon_right:hover {
382  background-position:-748px -22px;
383}
384#icon_right_unactive {
385  background-position:-748px -44px;
386  cursor:default;
387}
388#icon_play {
389  background-position:-792px 0;
390}
391#icon_play:hover {
392  background-position:-792px -22px;
393}
394
395#icon_pause {
396  background-position:-814px 0;
397}
398#icon_pause:hover {
399  background-position:-814px -22px;
400}
401
402#icon_up {
403  background-position:-770px 0;
404}
405#icon_up:hover {
406  background-position:-770px -22px;
407}
408
409#icon_left {
410  background-position:-726px 0;
411}
412#icon_left:hover {
413  background-position:-726px -22px;
414}
415#icon_left_unactive {
416  background-position:-726px -44px;
417  cursor:default;
418}
419#icon_first {
420  background-position:-682px 0;
421}
422#icon_first:hover {
423  background-position:-682px -22px;
424}
425#icon_first_unactive {
426  background-position:-682px -44px;
427  cursor:default;
428}
429
430#icon_start_repeat {
431  background-position:-858px 0;
432}
433#icon_start_repeat:hover {
434  background-position:-858px -22px;
435}
436
437#icon_stop_repeat {
438  background-position:-836px 0;
439}
440#icon_stop_repeat:hover {
441  background-position:-836px -22px;
442}
443
444#icon_dec_period {
445  background-position:-880px 0;
446}
447#icon_dec_period:hover {
448  background-position:-880px -22px;
449}
450#icon_dec_period_unactive {
451  background-position:-880px -44px;
452  cursor:default;
453}
454#icon_inc_period {
455  background-position:-902px 0;
456}
457#icon_inc_period:hover {
458  background-position:-902px -22px;
459}
460#icon_inc_period_unactive {
461  background-position:-902px -44px;
462  cursor:default;
463}
464
465/* popuphelp.tpl */
466/* search_rules.tpl */
467#icon_exit {
468  background-position:-660px 0;
469}
470#icon_exit:hover {
471  background-position:-660px -22px;
472}
473
474/* search.tpl */
475#icon_help {
476  background-position:-220px 0;
477}
478#icon_help:hover {
479  background-position:-220px -22px;
480}
481
482/* pseudo icons */
483span.id_recent {
484  background-position:-550px 0;
485  height: 11px;
486  width: 11px;
487  margin: -3px -3px 2px 2px;
488}
489span.id_recent_cat {
490  background-position:-550px 0;
491  height: 11px;
492  width: 11px;
493  position: relative;
494  top: -5px;
495  left:-6px;
496}
497span.id_recent_cat_by_child {
498  background-position:-572px 0;
499  height: 16px;
500  width: 18px;
501  position: relative;
502  left:-6px;
503}
504span.id_delete {
505  background-position:-594px 0;
506  height: 16px;
507  width: 16px;
508}
509span.id_delete:hover {
510  background-position:-594px -22px;
511}
512span.id_edit {
513  background-position:-616px 0;
514  height: 16px;
515  width: 16px;
516}
517span.id_edit:hover {
518  background-position:-616px -22px;
519}
520span.id_validate {
521  background-position:-638px 0;
522  height: 16px;
523  width: 16px;
524}
525span.id_validate:hover {
526  background-position:-638px -22px;
527}
528
529div.description span.id_recent_cat {
530  top: 0px;
531  left:-4px;
532}
533
534
535
536/*
537 page : title
538*/
539.titrePage, .navigationBar, #imageHeaderBar {
540  background-color:#606060;
541}
542
543ul.categoryActions li.selector {
544  top: -3px;
545}
546
547
548#menuswitcher {
549  top: 4px;
550}
551
552/*
553 page content : thumbnails
554*/
555
556#additional_infoTOP, #additional_infoBOTTOM {
557  border-top:1px solid #404040;
558  border-bottom:1px solid #404040;
559}
560
561.additional_info {
562  border-right:1px #606060 dotted;
563}
564
565#thumbnails {
566  font-size:80%;
567  font-weight:bold;
568}
569
570.titrePage .categoryActions {
571  margin: 2px 2px 0 0;
572}
573
574a span.wrap2 img{
575  border:1px #707070 solid;
576}
577
578a:hover span.wrap2 img{
579  border:1px #f0f0f0 solid;
580}
581
582/*
583  page content : categories thumbnails
584*/
585ul.thumbnailCategories {
586  padding:0 0 0 2%;
587}
588
589.thumbnailCategory {
590  border-bottom: 3px #606060 solid;
591  background-color:#404040;
592}
593
594.thumbnailCategory:hover {
595  background-color:#606060;
596}
597
598.illustration a img {
599  border:1px #606060 solid;
600}
601
602.fixHeight {
603    clear:both;
604}
605
606.illustration a:hover img {
607  border:1px #f0f0f0 solid;
608}
609
610p.thumbCatDesc {
611  border-top:1px #606060 dotted;
612  text-align:justify;
613}
614
615div ul.thumbnails {
616  padding:0;
617}
618
619.content ul.thumbnails img.newImage {
620  border:none;
621  left:5px;
622  top:-2px;
623  position:relative;
624}
625
626.content ul.thumbnails span.wrap2 {
627  display:table-cell;
628  margin:0;
629  padding:0;
630  vertical-align:middle;
631  border:none;
632}
633
634.content ul.thumbnails table.wrap1 tr.imgRow td {
635  vertical-align:middle;
636  -moz-border-radius: 8px;  /* round corners with Geko */
637  -webkit-border-radius: 8px;  /* round corners with webkit */
638  -khtml-border-radius: 8px;  /* round corners with khtml */
639  border-radius:8px; /* round corners with CSS3 compliant browsers */
640  border:none;
641}
642
643.content ul.thumbnails table.wrap1 tr.nfoRow {
644  visibility:hidden;
645}
646
647.content ul.thumbnails table.wrap1:hover tr.nfoRow {
648  visibility:visible;
649}
650
651table.wrap1 {
652  padding:20px 15px;
653}
654
655div ul.thumbnails li {
656  width: auto;
657  height: auto;
658}
659
660
661/*
662 * page :profile
663*/
664form#profile {
665  padding-bottom:20px;
666}
667
668
669/*
670 * page :search
671*/
672form.filter {
673  padding-bottom:20px;
674}
675
676/*
677 * page:help
678*/
679.help {
680  margin:8px;
681}
682
683/*
684 page : copyright
685*/
686#copyright {
687  font-size:10px;
688  border-top:2px #606060 solid;
689  background:#404040;
690}
691
692/*
693 page : menubar
694*/
695#menubar {
696 border:1px #606060 solid;
697 padding-bottom:30px;
698}
699
700#menubar dt {
701 background-color: #606060;
702}
703
704/*
705 calendar bar
706*/
707.calItem, .calItemP, .calItemN {
708  border:1px #606060 solid;
709}
710
711.calItem:hover, .calItemP:hover, .calItemN:hover {
712  background-color:#606060;
713}
714
715.calendarBar {
716  text-align:center;
717}
718
719.calItemP {
720  border-left-width:8px;
721  float:left;
722}
723.calItemN {
724  border-right-width:8px;
725  float:right;
726}
727
728table.calMonth {
729  border:1px #606060 solid;
730  background:transparent url('./../icon/calendar-bg.png');
731}
732
733table.calMonth thead {
734  background-color:#606060;
735}
736
737table.calMonth tbody {
738  color:#f0f0f0;
739}
740
741table.calMonth tbody td.calDayCellFull, table.calMonth tbody td.calDayCellEmpty {
742  background:#333333;
743  border:1px #606060 solid;
744  overflow:hidden;
745}
746
747
748.calBackDate {
749  color:#000000;
750}
751
752.calendarCalBar {
753  border-bottom:1px dotted #606060;
754  padding-left:10px;
755}
756
757div.calImg {
758  position:relative;
759  left:8px;
760  top:8px;
761}
762
763table.calMonth td.calDayCellFull:hover {
764  background-color:#606060;
765}
766
767table.calMonth {
768  margin-left:auto;
769  margin-right:auto;
770  left:0px;
771}
772
773td.calDayCellEmpty  {
774  color:#606060;
775}
776
777
778
779/*
780  inputs
781*/
782input[type="text"], input[type="password"], select, textarea, file {
783 font-family: monospace;
784 background: #f0f0f0;
785 color:#333333;
786 border:none;
787 margin:0px;
788}
789
790input:focus, select:focus {
791  background: #ffffff;
792  color:#000000;
793}
794
795input[type="submit"], input[type="button"], input[type="reset"], button {
796  font-family: monospace;
797  border-bottom:1px #606060 solid;
798  border-right:1px #606060 solid;
799  border-top:1px #ffffff solid;
800  border-left:1px #ffffff solid;
801  margin-top:1px;
802  cursor: pointer;
803}
804
805input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
806  border-bottom:1px #ffffff solid;
807  border-right:1px #ffffff solid;
808  border-top:1px #606060 solid;
809  border-left:1px #606060 solid;
810}
811
812fieldset {
813  border:1px #606060 dotted;
814  margin:3px;
815  padding:8px;
816}
817
818fieldset legend {
819  padding-left:3px;
820  padding-right:3px;
821  background-color:#333333;
822}
823
824
825
826/*
827  picture page
828*/
829.switchBox {
830  -moz-border-radius:4px;
831  -webkit-border-radius:4px;
832  -khtml-border-radius:4px;
833  border-radius:4px;
834  background-color: #333333;
835  border: 1px solid #ffffff;
836  margin-left:4px;
837  z-index:15000;
838  margin-top:12px;
839}
840
841.switchBoxTitle {
842  font-size: 12px;
843  font-weight: bold;
844}
845
846.switchBoxCat {
847  margin-top:25px;
848}
849
850#thePicturePage #titrePageID {
851  float: left;
852  height: 20px;
853  padding:0 0 0 3px;
854}
855#thePicturePage #menuswitcher {
856  left:0;
857  top:0;
858  height: 20px;
859}
860
861#theImgHighBg {
862  background-color:#333333;
863  opacity:0.96;
864  filter:alpha(opacity:96);
865}
866
867#theImgHighContainer {
868  background:#FFFFFF url(./../icon/processing.gif) no-repeat scroll 82px 42px;
869}
870
871#theImgHighCloseButton {
872  width:15px;
873  height:15px;
874  background:transparent url(./../icon/buttons.png) no-repeat scroll -946px 0px;
875  top:-8px;
876  right:8px;
877  cursor:pointer;
878}
879#theImgHighCloseButton:hover {
880  background-position:-946px -22px;
881}
882
883#theImgHighZoomButton {
884  width:15px;
885  height:15px;
886  top:-8px;
887  right:28px;
888  cursor:pointer;
889  background:transparent url(./../icon/buttons.png);
890}
891
892#theImgHighZoomButton.fit {
893  background-position:-968px 0px;
894}
895#theImgHighZoomButton.fit:hover {
896  background-position:-968px -22px;
897}
898
899#theImgHighZoomButton.full {
900  background-position:-990px 0px;
901}
902#theImgHighZoomButton.full:hover {
903  background-position:-990px -22px;
904}
905
906.imageNumber {
907  border:1px #999999 solid;
908}
909
910#theImgContainer {
911  border:8px #ffffff solid;
912}
913
914#imageHeaderBar {
915  height:20px;
916}
917
918#imageHeaderBar .browsePath h2 {
919  font-weight:normal;
920}
921
922#imageToolBarContainer {
923  top:-2px;
924  border-bottom:1px #606060 solid;
925}
926
927#navThumbPrevContainer {
928  top:-1px;
929  left:0px;
930  height:200px;
931  border-bottom:1px #606060 solid;
932  border-right:1px #606060 solid;
933  background:#404040;
934}
935
936#navThumbNextContainer {
937  top:-1px;
938  right:0px;
939  height:200px;
940  border-bottom:1px #606060 solid;
941  border-left:1px #606060 solid;
942  background:#404040;
943}
944
945.imageToolBarBg {
946  background:#404040;
947  z-index:-1;
948  left:0px;
949}
950
951#navThumbNext, #navThumbPrev {
952  top:53px;
953}
954
955.navThumbPrevContent a img, .navThumbNextContent a img {
956  border:1px #606060 solid;
957}
958
959.navThumbPrevContent a:hover img, .navThumbNextContent a:hover img {
960  border:1px #f0f0f0 solid;
961}
962
963#imageToolBar {
964  top:0px;
965}
966
967#imageToolBar h2 {
968  color:#f0f0f0;
969  margin-top:6px;
970}
971
972#imageInfosContainer {
973  margin-left:50px;
974  margin-right:50px;
975}
976
977table.infoTable td.cTitle {
978  width:10%;
979}
980
981table.infoTable td.cNfo {
982  width:16%;
983}
984
985.infoTable {
986  margin:auto;
987  font-size:90%;
988  max-width:90%;
989  color:#f0f0f0;
990  z-index:200;
991  border-collapse:collapse;
992  position:relative;
993}
994
995.infoTable td {
996  padding-bottom:5px;
997  padding-left:4px;
998  padding-right:5px;
999}
1000
1001.infoTable td.value, .infoTable td.label {
1002  padding-right:15px;
1003}
1004
1005.infoTable .label {
1006  font-weight:bold;
1007  border-left:1px dotted #606060;
1008}
1009
1010.infoTable tr:hover {
1011  background-color:#606060;
1012  cursor:default;
1013}
1014.infoTable tr.emptyrow:hover {
1015  background:transparent;
1016}
1017.infoTable tr.emptyrow td {
1018  height:4px;
1019  padding:0px;
1020}
1021
1022#updateRate {
1023  margin-right:25px;
1024  float:left;
1025}
1026#rateForm {
1027  float:left;
1028  position:relative;
1029  top:-2px;
1030}
1031#rateForm input[type="button"].rateButtonStarFull,
1032#rateForm input[type="button"].rateButtonStarFull:focus,
1033#rateForm input[type="submit"].rateButtonStarFull  {
1034  background: url('./../icon/buttons.png') no-repeat scroll; 
1035  background-position:-111px 1px; 
1036  width:16px; 
1037  height:16px;
1038  outline:none;
1039}
1040
1041#rateForm input[type="button"].rateButtonStarEmpty,
1042#rateForm input[type="button"].rateButtonStarEmpty:focus,
1043#rateForm input[type="submit"].rateButtonStarEmpty {
1044  background: url('./../icon/buttons.png') no-repeat scroll; 
1045  background-position:-89px 1px; 
1046  width:16px; 
1047  height:16px;
1048  outline:none;
1049}
1050
1051#rateForm input[type="button"],
1052#rateForm  input[type="button"]:active,
1053#rateForm input[type="submit"],
1054#rateForm  input[type="submit"]:active {
1055  cursor:pointer;
1056  border:none;
1057  padding:0;
1058}
1059
1060#privacyLevelBox {
1061  font-weight:normal;
1062}
1063
1064#privacyLevelBox a {
1065  cursor:pointer;
1066}
1067
1068#iPrivacyLevelLink {
1069  cursor:pointer;
1070  font-style:italic;
1071}
1072#theComments {
1073  background:#404040;
1074}
1075
1076#theCommentBG {
1077  position:absolute;
1078  top:0;
1079  width:100%;
1080  z-index:-1;
1081}
1082
1083#theComments div.navigationBar {
1084  bottom:0;
1085  position:absolute;
1086  width:100%;
1087}
1088
1089.commentDetail {
1090  border-bottom:1px dotted #606060;
1091  clear:both;
1092}
1093
1094.commentDetail ul {
1095  list-style-type:none;
1096  padding:4px;
1097}
1098.commentDetail ul li {
1099  display:inline;
1100}
1101
1102.commentDetail .description .author,
1103.commentDetail .description .date {
1104  font-weight:bold;
1105  color:#f0f0f0;
1106}
1107
1108.commentDetail .description blockquote {
1109  margin:0;
1110  padding:4px 4px 8px 12px;
1111  text-align:justify;
1112}
1113
1114.commentDetail fieldset legend {
1115  background:none;
1116}
1117
1118#titleComment h3:hover {
1119  background:#606060;
1120}
1121
1122.comment_icon {
1123  height:10px;
1124  position:absolute;
1125  right:0;
1126  top:2px;
1127}
1128
1129
1130#imageMetaBg {
1131  position:absolute;
1132  width:100%;
1133  height:100%;
1134  z-index:-1;
1135}
1136
1137#theTabs {
1138}
1139
1140#theTabsBg {
1141  background:#404040;
1142  border-top:1px solid #606060;
1143  position:absolute;
1144  top:20px;
1145}
1146
1147#theTabsheets li.tab {
1148  background-color:#404040;
1149  border:1px solid #606060;
1150  display:block;
1151  float:left;
1152  margin:0 0 0 4px;
1153  padding:2px 8px;
1154  position:relative;
1155}
1156
1157#theTabsheets li.tab:hover {
1158  background-color:#606060;
1159}
1160
1161#theTabsheets li.ui-tabs-selected:hover  {
1162  background-color:#404040;
1163}
1164
1165#theTabsheets li.ui-tabs-selected {
1166  padding:4px 8px;
1167  top:-5px;
1168  border-top-width:3px;
1169  border-bottom-width:0px;
1170}
1171
1172
1173#theTabsContainer .navigationBar {
1174  text-align:right;
1175}
1176
1177
1178
1179/*
1180  tags
1181*/
1182#fullTagCloud, table.tagLetters  {
1183    margin-left:120px;
1184    margin-right:120px;
1185}
1186
1187#fullTagCloud SPAN a:hover {
1188  background:#606060;
1189}
1190
1191#menuTagCloud SPAN {
1192  margin:0px;
1193}
1194
1195.nbEntries {
1196  text-align:right;
1197}
1198
1199.tagaddbutton {
1200  left:-4px;
1201  position:relative;
1202  top:-3px;
1203}
1204span.add_tag {
1205  background:transparent url('./../icon/buttons.png') no-repeat scroll;
1206  background-position:-528px 0px;
1207  width:7px;
1208  height:7px;
1209  display:inline-block;
1210}
1211span.add_tag:hover {
1212  background-position:-528px -22px;
1213}
1214
1215.mandatorystar {
1216  color:#A04040;
1217}
1218
1219.mandatorynfo {
1220  font-size:90%;
1221  margin:0 0 4px 8px
1222}
1223
1224/*
1225  help
1226*/
1227#thePopuphelpPage h1 {
1228  background:#606060;
1229}
1230
1231/*
1232 * notification
1233 */
1234span.rssFeed {
1235  display:inline-block;
1236  width:11px;
1237  height:14px;
1238  background-image:url(./../icon/buttons.png);
1239  background-repeat:no-repeat;
1240  background-position:-924px 0;
1241  margin-right: 4px;
1242  position: relative;
1243  top: 2px;
1244}
1245
1246
1247
1248
1249/*
1250 * tips
1251 */
1252
1253#iSimpleTipContent {
1254  background: #ffffff;
1255  border: none;
1256  color: #303030;
1257  font-family: sans-serif;
1258  font-size: 11px;
1259  max-width: 250px;
1260  padding: 4px;
1261  min-height: 15px;
1262}
1263#iSimpleTipShadow, #iSimpleTipContent {
1264  -moz-border-radius:4px;
1265  -webkit-border-radius:4px;
1266  -khtml-border-radius:4px;
1267  border-radius:4px;
1268}
1269
1270#iSimpleTipContent span.title {
1271  font-weight:bold;
1272}
1273#iSimpleTipContent ul, #iSimpleTipContent ol {
1274  margin:4px;
1275  padding-left:15px;
1276}
1277
1278#iSimpleTipContent img {
1279  margin:8px;
1280}
1281
1282#iSimpleTipContent span.navDesc {
1283  text-align:center;
1284  display:block;
1285}
1286
1287#iSimpleTipContent span.navAction {
1288  font-weight:bold;
1289}
1290#iSimpleTipContent span.navTitle {
1291  font-style:italic;
1292}
1293
1294.cSimpleTipArrow {
1295    background-image: url("./../icon/sTipArrows.png");
1296}
1297
1298.cSimpleTipArrow {
1299    background-repeat: no-repeat;
1300    height: 12px;
1301    position: absolute;
1302    width: 12px;
1303}
1304
1305
1306/*
1307 vd language switch plugin
1308*/
1309div.content ul.categoryActions li.menuf ul li a,
1310div.content ul.categoryActions li.menuf ul li a:visited {
1311  height:27px;
1312  line-height:27px;
1313  margin-top:2px;
1314}
1315
1316div.content ul.categoryActions li.menuf ul li a,
1317div.content ul.categoryActions li.menuf ul li.languageSwitchBoxTitle {
1318  color:#999999;
1319}
1320div.content ul.categoryActions li.menuf ul li a:hover {
1321  color:#f0f0f0;
1322}
1323
1324
1325div.content ul.categoryActions li.menuf ul.flag-pan .flags:hover,
1326div.content ul.categoryActions li.menuf a img.flags {
1327  border:1px solid #606060;
1328}
1329
1330div.content ul.categoryActions li.menuf ul.flag-pan .flags {
1331  border:1px solid #303030;
1332}
1333
1334ul.flag-pan {
1335  background-color:#404040;
1336  border:2px solid #606060;
1337}
1338
1339/*
1340 * PWG Stuff plugin compatibility
1341*/
1342div.stuffs {
1343  margin:0px;
1344}
1345
1346div.stuffs h2 {
1347  margin-top:0px;
1348}
1349
1350/*
1351 * Comment editor compatibility
1352*/
1353div#ce-content.content, div#ce-message-block.content {
1354  background-color:#333333;
1355  border:2px solid #606060;
1356}
1357
1358
1359
1360/*
1361 * GMaps compatibility
1362 */
1363#icon_gmaps.size42x28 {
1364  background:url(./../icon/gmaps/i42x28.png);
1365  width:42px;
1366  height:28px;
1367}
1368#icon_gmaps.size42x28:hover {
1369  background:url(./../icon/gmaps/i42x28_h.png);
1370}
1371#icon_gmaps.size28x28 {
1372  background:url(./../icon/gmaps/i28x28.png);
1373  width:28px;
1374  height:28px;
1375}
1376#icon_gmaps.size28x28:hover {
1377  background:url(./../icon/gmaps/i28x28_h.png);
1378}
Note: See TracBrowser for help on using the repository browser.