source: extensions/gally/gally-grum-dark-II/css/theme.css @ 7339

Last change on this file since 7339 was 7339, checked in by grum, 13 years ago

Set themes compatibles with GMaps & ASearchEngine plugins

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