comparison css/mapstyle2.css @ 290:8e120dadd0a5 gmap2

Improve layout and stylesheets slightly.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 17 Nov 2016 17:18:36 +0200
parents 373db5c1fe6f
children eb98c0758955
comparison
equal deleted inserted replaced
289:07530034b221 290:8e120dadd0a5
195 font-size: 2em; 195 font-size: 2em;
196 padding: 0px; 196 padding: 0px;
197 margin: 0px; 197 margin: 0px;
198 } 198 }
199 199
200 #headcontent h2 { 200 .subtitle {
201 font-size: 1.5em; 201 font-size: 1.5em;
202 padding: 0px; 202 padding: 0px;
203 margin: 0px; 203 margin: 0px;
204 color: red; 204 color: red;
205 } 205 }
206 206
207 #headcontent div { 207 .credits {
208 display: inline-block; 208 font-size: 0.75em;
209 } 209 color: white;
210 210 }
211 #headcontent div.controls { 211
212 .version {
213 }
214
215 .timestamp {
216 }
217
218 .controls {
212 position: absolute; 219 position: absolute;
213 right: 280px; 220 right: 280px;
214 width: auto; 221 width: auto;
215 } 222 }
216 223
217 #headcontent div.controls a { 224 .controls a {
218 background: rgba(0,0,0,0.5); 225 background: rgba(0,0,0,0.5);
219 padding: 0.5em; 226 padding: 0.5em;
220 color: #ddd; 227 color: #ddd;
221 border-radius: 0.5em; 228 border-radius: 0.5em;
222 border: 1px solid white; 229 border: 1px solid white;
223 box-shadow: 2px 2px 2px #000; 230 box-shadow: 2px 2px 2px #000;
224 } 231 }
225 232
226 #headcontent div.controls a:hover { 233 .controls a:hover {
227 background: rgba(0,0,0,0.2); 234 background: rgba(0,0,0,0.2);
228 color: #fff; 235 color: #fff;
229 border: 1px solid #888; 236 border: 1px solid #888;
230 } 237 }
231 238