comparison css/mapstyle1.css @ 281:f697708ba6d9 gmap2

Fix CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 16 Apr 2015 22:05:08 +0300
parents 373db5c1fe6f
children 409b795c4784
comparison
equal deleted inserted replaced
280:632e61498905 281:f697708ba6d9
1 body { 1 body {
2 font-family: Verdana; 2 font-family: "Verdana", sans-serif;
3 font-size: 14px;
3 background: url(../img/wood2.jpg) black repeat; 4 background: url(../img/wood2.jpg) black repeat;
4 } 5 }
5 6
6 #footer { 7 #footer {
7 position: absolute; 8 position: absolute;
20 top: 0.25em; 21 top: 0.25em;
21 22
22 padding: 0.5em; 23 padding: 0.5em;
23 24
24 color: white; 25 color: white;
25 font-size: 10pt;
26 26
27 background: rgba(0,0,0, 0.6); 27 background: rgba(0,0,0, 0.6);
28 border-radius: 0.2em; 28 border-radius: 0.2em;
29 } 29 }
30 30
83 right: 16px; 83 right: 16px;
84 left: 16px; 84 left: 16px;
85 85
86 color: black; 86 color: black;
87 overflow: auto; 87 overflow: auto;
88
89 font-size: 10pt;
90 font-family: Times;
91 } 88 }
92 89
93 #sidecontent a { 90 #sidecontent a {
94 display: inline-block; 91 display: inline-block;
95 width: 85%; 92 width: 85%;
112 top: 28px; 109 top: 28px;
113 right: 16px; 110 right: 16px;
114 left: 16px; 111 left: 16px;
115 112
116 text-align: center; 113 text-align: center;
114 font-size: 0.7em;
117 } 115 }
118 116
119 #controls span { 117 #controls span {
120 text-shadow: 1px 1px 1px #000; 118 text-shadow: 1px 1px 1px #000;
121 border: 1px solid black; 119 border: 1px solid black;
174 color: white; 172 color: white;
175 height: 100%; 173 height: 100%;
176 padding: 0px; 174 padding: 0px;
177 margin-left: 2em; 175 margin-left: 2em;
178 176
179 text-shadow: 0px 0px 4px #000; 177 text-shadow: 1px 1px 1px #000;
180 font-size: 0.7em;
181 } 178 }
182 179
183 #headlogo { 180 #headlogo {
184 display: inline-block; 181 display: inline-block;
185 vertical-align: top; 182 vertical-align: top;
245 padding: 0.2em; 242 padding: 0.2em;
246 left: 80px; 243 left: 80px;
247 bottom: 4em; 244 bottom: 4em;
248 height: auto; 245 height: auto;
249 width: auto; 246 width: auto;
250 font-size: 8pt; 247 font-size: 0.8em;
251 color: rgba(255,255,255, 0.85); 248 color: rgba(255,255,255, 0.85);
252 text-shadow: 1px 1px 1px #000; 249 text-shadow: 1px 1px 1px #000;
253 } 250 }
254 251
255 252
256 .labels { 253 .labels {
257 color: white; 254 color: white;
258 background: black; 255 background: black;
259 font-family: "Arial", sans-serif; 256 font-family: "Arial", sans-serif;
260 font-weight: bold; 257 font-weight: bold;
261 font-size: 10px; 258 font-size: 1em;
262 white-space: nowrap; 259 white-space: nowrap;
263 padding: 2px; 260 padding: 2px;
264 border: 1px dotted white; 261 border: 1px dotted white;
265 } 262 }
266 263