source: extensions/gally/gally-cuise/css/theme.css @ 7498

Last change on this file since 7498 was 7498, checked in by cljosse, 13 years ago

[Gally's theme 'cuise'] fix bug.

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