annotate css/mapstyle4.css @ 300:e7aa649b0090 gmap2

Move map label styling into common.css
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 30 Nov 2016 11:20:38 +0200
parents eb98c0758955
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
216
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 body {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 background: #def;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 font-family: "Arial", sans-serif;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 #footer {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 position: absolute;
221
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
8 top: 0px;
216
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 height: 2em;
283
409b795c4784 Some stylesheet fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 221
diff changeset
10 width: auto;
409b795c4784 Some stylesheet fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 221
diff changeset
11 min-width: 30em;
221
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
12 right: 280px;
216
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 margin: 0px;
221
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
14 z-index: 18;
216
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 #footercontent {
221
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
18 text-align: right;
216
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19 padding: 0.5em;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21 color: white;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 font-size: 10pt;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23 text-shadow: 1px 1px 1px #000;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 background: rgba(0,0,0, 0.5);
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 #footercontent span {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29 color: red;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
31
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
32 #sidebar {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33 position: absolute;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
34 right: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 top: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36 bottom: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37 width: 270px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
38 padding: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39 margin: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42 #sidebox {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43 position: absolute;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45 width: 100%;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46 height: 100%;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47 z-index: 5;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
49 overflow: auto;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
50 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
51
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
52 #sidetop {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
53 position: absolute;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
54 z-index: 10;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
55
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
56 width: 100%;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
57 height: 10px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
58 top: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
59 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
60
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
61 #sidebottom {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
62 position: absolute;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
63 z-index: 10;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
64
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
65 width: 100%;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
66 height: 10px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
67 bottom: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
68 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
69
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
70 #sidecontent {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
71 position: relative;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
72 margin: 8px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
73
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
74 color: black;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
75
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
76 font-size: 10pt;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
77 font-family: Arial;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
78
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
79 padding: 1em;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
80 background: #BBDDFF;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
81 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
82
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
83 #sidecontent a {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
84 display: inline-block;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
85 width: 85%;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
86 text-decoration: none;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
87 color: black;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
88 padding: 2px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
89 margin: 2px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
90 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
91
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
92 #sidecontent a:hover {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
93 background: rgba(0,0,0,0.5);
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
94 color: #0f0;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
95 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
96
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
97 #controls {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
98 position: relative;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
99 margin: 8px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
100
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101 font-size: 12px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102 text-align: center;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 padding: 0.5em;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105 background: #BBDDFF;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
108 #sidecoll {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
109 width: 8px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
110 position : absolute;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111 right: 268px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112 top: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
113 bottom: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 min-height: 50px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
115 padding-left: 1px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
116 padding-right: 1px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
117 padding-top: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
118 padding-bottom: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
119 margin: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
120 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
121
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
122 #collbuttondiv {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
123 position: relative;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
124 width: auto;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
125 height: 16px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
126 top: 50%;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
127 margin-top: -8px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
128 padding: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
129
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
130 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
131
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
132 #collbutton {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
133 border: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
134 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
135
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
136 #header {
221
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
137 }
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
138
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
139 #headcontent {
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
140 position: absolute;
283
409b795c4784 Some stylesheet fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 221
diff changeset
141 top: 0em;
409b795c4784 Some stylesheet fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 221
diff changeset
142 left: 0em;
221
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
143 right: 280px;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
144 height: 5em;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
145 z-index: 20;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
146
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
147 vertical-align: top;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
148 color: white;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
149 padding: 8px;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
150
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
151 text-shadow: 2px 2px 1px #000;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
152 font-size: 0.7em;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
153 }
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
154
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
155 #headlogo {
216
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
156 display: none;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
157 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
158
221
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
159 #headcontent h1 {
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
160 font-size: 2em;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
161 padding: 0px;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
162 margin: 0px;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
163 }
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
164
290
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 283
diff changeset
165 .subtitle {
221
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
166 padding: 0px;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
167 margin: 0px;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
168 color: red;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
169 }
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
170
290
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 283
diff changeset
171 .credits {
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 283
diff changeset
172 color: white;
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 283
diff changeset
173 }
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 283
diff changeset
174
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 283
diff changeset
175
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 283
diff changeset
176 .version {
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 283
diff changeset
177 padding-left: 1em;
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 283
diff changeset
178 }
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 283
diff changeset
179
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 283
diff changeset
180 .timestamp {
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 283
diff changeset
181 }
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 283
diff changeset
182
221
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
183 #headcontent div {
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
184 display: inline-block;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
185 }
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
186
290
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 283
diff changeset
187 .controls {
221
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
188 position: absolute;
283
409b795c4784 Some stylesheet fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 221
diff changeset
189 top: 3em;
409b795c4784 Some stylesheet fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 221
diff changeset
190 right: 0.2em;
221
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
191 width: auto;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
192 }
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
193
290
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 283
diff changeset
194 .controls a {
221
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
195 background: rgba(0,0,0,0.5);
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
196 padding: 0.5em;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
197 color: #ddd;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
198 border-radius: 0.5em;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
199 border: 1px solid white;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
200 box-shadow: 2px 2px 2px #000;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
201 }
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
202
290
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 283
diff changeset
203 .controls a:hover {
221
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
204 background: rgba(0,0,0,0.2);
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
205 color: #fff;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
206 border: 1px solid #888;
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
207 }
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
208
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
209
216
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
210 #map {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
211 position: absolute;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
212 left: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
213 top: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
214 right: 280px;
221
83cd4448e206 Some work on alt style.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
215 bottom: 0px;
216
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
216 padding: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
217 margin: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
218 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
219
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
220 #copyrights {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
221 position: absolute;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
222 padding: 0.2em;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
223 left: 80px;
283
409b795c4784 Some stylesheet fixes.
Matti Hamalainen <ccr@tnsp.org>
parents: 221
diff changeset
224 bottom: 0em;
216
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
225 height: auto;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
226 width: auto;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
227 font-size: 8pt;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
228 color: rgba(255,255,255, 0.85);
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
229 text-shadow: 1px 1px 1px #000;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
230 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
231
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
232
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
233 #sidecontent div div {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
234 display: inline-block;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
235 width: 10%;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
236 height: auto;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
237 border: 1px solid black;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
238 }