comparison css/mapstyle4.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 409b795c4784
children eb98c0758955
comparison
equal deleted inserted replaced
289:07530034b221 290:8e120dadd0a5
173 font-size: 2em; 173 font-size: 2em;
174 padding: 0px; 174 padding: 0px;
175 margin: 0px; 175 margin: 0px;
176 } 176 }
177 177
178 #headcontent h2 { 178 .subtitle {
179 font-size: 1.5em;
180 padding: 0px; 179 padding: 0px;
181 margin: 0px; 180 margin: 0px;
182 color: red; 181 color: red;
182 }
183
184 .credits {
185 color: white;
186 }
187
188
189 .version {
190 padding-left: 1em;
191 }
192
193 .timestamp {
183 } 194 }
184 195
185 #headcontent div { 196 #headcontent div {
186 display: inline-block; 197 display: inline-block;
187 } 198 }
188 199
189 #headcontent div.controls { 200 .controls {
190 position: absolute; 201 position: absolute;
191 top: 3em; 202 top: 3em;
192 right: 0.2em; 203 right: 0.2em;
193 width: auto; 204 width: auto;
194 } 205 }
195 206
196 #headcontent div.controls a { 207 .controls a {
197 background: rgba(0,0,0,0.5); 208 background: rgba(0,0,0,0.5);
198 padding: 0.5em; 209 padding: 0.5em;
199 color: #ddd; 210 color: #ddd;
200 border-radius: 0.5em; 211 border-radius: 0.5em;
201 border: 1px solid white; 212 border: 1px solid white;
202 box-shadow: 2px 2px 2px #000; 213 box-shadow: 2px 2px 2px #000;
203 } 214 }
204 215
205 #headcontent div.controls a:hover { 216 .controls a:hover {
206 background: rgba(0,0,0,0.2); 217 background: rgba(0,0,0,0.2);
207 color: #fff; 218 color: #fff;
208 border: 1px solid #888; 219 border: 1px solid #888;
209 } 220 }
210 221