source: extensions/GMaps/gmaps2.css @ 7178

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

KML files manager implemented + fixe some small bugs + forgotten file for the search page

File size: 2.4 KB
Line 
1
2div.gmapsPopup div.ui-dialog-titlebar {
3  display:block;
4  font-size:80%;
5  font-weight:bold;
6  margin:1px;
7  height:16px;
8  font-size:12px;
9  font-family:sans-serif;
10}
11
12div.gmapsPopup span.ui-icon-closethick {
13  display:block;
14
15}
16
17div.gmapsPopup {
18  color:#000000;
19  background:#ffffff;
20  border:8px solid #ffffff;
21  -moz-border-radius:8px;
22  -webkit-border-radius:8px;
23  -khtml-border-radius:8px;
24  border-radius:8px;
25}
26
27div.gmapsPopup div.ui-dialog-titlebar a {
28  -moz-border-radius:2px;
29  -webkit-border-radius:2px;
30  -khtml-border-radius:2px;
31  border-radius:2px;
32  border:1px solid #CCCCCC;
33  color:#000000;
34  display:inline-block;
35  width:11px;
36  height:11px;
37  padding:1px;
38  position:relative;
39  text-align:center;
40  top:-1px;
41  float:right;
42  font-size:9px;
43}
44div.gmapsPopup div.ui-dialog-titlebar a:hover {
45  background:#808080;
46  border:1px solid #ffffff;
47  color:#ffffff;
48}
49
50.ui-widget-overlay {
51  background:none repeat scroll 0 0 #000000;
52  left:0;
53  opacity:0.75;
54  position:absolute;
55  top:0;
56}
57
58#gmapsBoundMap, #gmapsCenterMap, #gmapsBoundKml {
59  margin-right:4px;
60}
61
62#ciGMIWC_title {
63  font-size:150%;
64}
65#ciGMIWC_thumb {
66  height:150px;
67  min-width:250px;
68  text-align:center;
69  width:100%;
70}
71#ciGMIWC_thumb tr {
72  vertical-align:middle;
73}
74#ciGMIWC_picnum {
75  font-style:italic;
76  position:relative;
77  text-align:right;
78  top:10px;
79}
80#ciGMIWC_img {
81  cursor:pointer;
82}
83
84#ciWALeft {
85  cursor:pointer;
86  width:28px;
87  height:56px;
88  background:transparent url(./img/waLeftI.png) no-repeat 0 0;
89  display:inline-block;
90}
91#ciWALeft:hover {
92  background:transparent url(./img/waLeftA.png) no-repeat 0 0;
93}
94
95#ciWARight {
96  cursor:pointer;
97  width:28px;
98  height:56px;
99  background:transparent url(./img/waRightI.png) no-repeat 0 0;
100  display:inline-block;
101}
102#ciWARight:hover {
103  background:transparent url(./img/waRightA.png) no-repeat 0 0;
104}
105
106#ciGMIWC_showcat {
107  background:#ffffff;
108  height:150px;
109  top:-160px;
110  position:relative;
111}
112
113#ciGMIWC_showcatList ul li a {
114  color:#0088EE;
115}
116#ciGMIWC_showcatList ul li a:hover {
117  color:#FF7700;
118}
119
120#gmapsNbPhotos {
121  font-size:80%;
122  font-weight:normal;
123  margin-left:3px;
124  position:relative;
125  top:-3px;
126}
127#gmapsLoading {
128  background:none repeat scroll 0 0 #FFFFFF;
129  position:absolute;
130  top:0;
131  width:90%;
132}
133#gmapsLoading span {
134  margin-left:3px;
135  position:relative;
136  top:-3px;
137}
138
139#iDialogGMapWaiting {
140  position:absolute;
141  z-index:1500;
142  background:#ffffff;
143  opacity:0.55;
144  filter:alpha(opacity:55);
145}
Note: See TracBrowser for help on using the repository browser.