annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
jeskko
parents:
diff changeset
1 body {
115
571f552e3176 Fix image paths.
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
2 background-image: url(../img/dark.jpg);
215
6d9e3a63d6e1 Some work on alt stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 208
diff changeset
3 font-family: "Arial", sans-serif;
2
jeskko
parents:
diff changeset
4 }
jeskko
parents:
diff changeset
5
jeskko
parents:
diff changeset
6 #footer {
jeskko
parents:
diff changeset
7 position: absolute;
jeskko
parents:
diff changeset
8 bottom: 0px;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
9 height: 2em;
2
jeskko
parents:
diff changeset
10 left: 0px;
5
903f9077f971 marker list, some initial marker json stuff
jeskko
parents: 4
diff changeset
11 right: 0px;
2
jeskko
parents:
diff changeset
12 margin: 0px;
jeskko
parents:
diff changeset
13 }
jeskko
parents:
diff changeset
14
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
15 #footercontent {
2
jeskko
parents:
diff changeset
16 position: absolute;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
17
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
18 left: 0.2em;
195
20958bb31ee6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 194
diff changeset
19 right: 300px;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
20 top: 0.25em;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
21
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
22 padding: 0.5em;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
23
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
24 color: white;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
25 font-size: 10pt;
8
6b9559bb9a5d leiskaa
jeskko
parents: 7
diff changeset
26 }
6b9559bb9a5d leiskaa
jeskko
parents: 7
diff changeset
27
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
28 #footercontent span {
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
29 color: red;
8
6b9559bb9a5d leiskaa
jeskko
parents: 7
diff changeset
30 }
2
jeskko
parents:
diff changeset
31
48
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
32 #sidebar {
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
33 position: absolute;
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
34 right: 0px;
195
20958bb31ee6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 194
diff changeset
35 top: 0px;
20958bb31ee6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 194
diff changeset
36 bottom: 0px;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
37 width: 270px;
48
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
38 padding: 0px;
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
39 margin: 0px;
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
40 }
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
41
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
42 #sidebox {
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
43 position: absolute;
115
571f552e3176 Fix image paths.
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
44 background: url(../img/gray.jpg) repeat-y 2px 0px;
48
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
45
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
46 width: 100%;
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
47 height: 100%;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
48 z-index: 5;
48
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
49 }
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
50
8
6b9559bb9a5d leiskaa
jeskko
parents: 7
diff changeset
51 #sidetop {
6b9559bb9a5d leiskaa
jeskko
parents: 7
diff changeset
52 position: absolute;
115
571f552e3176 Fix image paths.
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
53 background-image: url(../img/graytop.jpg);
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
54 z-index: 10;
48
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
55
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
56 width: 100%;
195
20958bb31ee6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 194
diff changeset
57 height: 10px;
20958bb31ee6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 194
diff changeset
58 top: 0px;
8
6b9559bb9a5d leiskaa
jeskko
parents: 7
diff changeset
59 }
6b9559bb9a5d leiskaa
jeskko
parents: 7
diff changeset
60
6b9559bb9a5d leiskaa
jeskko
parents: 7
diff changeset
61 #sidebottom {
6b9559bb9a5d leiskaa
jeskko
parents: 7
diff changeset
62 position: absolute;
115
571f552e3176 Fix image paths.
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
63 background-image: url(../img/graybottom.jpg);
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
64 z-index: 10;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
65
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
66 width: 100%;
195
20958bb31ee6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 194
diff changeset
67 height: 10px;
20958bb31ee6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 194
diff changeset
68 bottom: 0px;
2
jeskko
parents:
diff changeset
69 }
jeskko
parents:
diff changeset
70
jeskko
parents:
diff changeset
71 #sidecontent {
48
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
72 position: absolute;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
73 z-index: 15;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
74
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
75 top: 140px;
195
20958bb31ee6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 194
diff changeset
76 bottom: 16px;
48
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
77
195
20958bb31ee6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 194
diff changeset
78 right: 8px;
20958bb31ee6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 194
diff changeset
79 left: 8px;
48
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
80
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
81 color: black;
5
903f9077f971 marker list, some initial marker json stuff
jeskko
parents: 4
diff changeset
82 overflow: auto;
48
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
83
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
84 font-size: 10pt;
215
6d9e3a63d6e1 Some work on alt stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 208
diff changeset
85 font-family: Arial;
195
20958bb31ee6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 194
diff changeset
86
20958bb31ee6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 194
diff changeset
87 padding: 0.5em;
20958bb31ee6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 194
diff changeset
88 background: rgba(0,0,0, 0.3);
20958bb31ee6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 194
diff changeset
89
215
6d9e3a63d6e1 Some work on alt stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 208
diff changeset
90 border-radius: 0.5em;
6d9e3a63d6e1 Some work on alt stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 208
diff changeset
91 box-shadow: 0px 0px 6px #000;
2
jeskko
parents:
diff changeset
92 }
jeskko
parents:
diff changeset
93
48
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
94 #sidecontent a {
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
95 display: inline-block;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
96 width: 85%;
48
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
97 text-decoration: none;
215
6d9e3a63d6e1 Some work on alt stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 208
diff changeset
98 color: white;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
99 padding: 2px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
100 margin: 2px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
101 border-radius: 4px;
215
6d9e3a63d6e1 Some work on alt stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 208
diff changeset
102 text-shadow: 1px 1px 1px #000;
48
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
103 }
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
104
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
105 #sidecontent a:hover {
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
106 background: rgba(0,0,0,0.5);
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
107 color: #0f0;
48
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
108 }
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
109
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
110 #controls {
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
111 position: absolute;
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
112
195
20958bb31ee6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 194
diff changeset
113 top: 16px;
48
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
114 right: 16px;
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
115 left: 16px;
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
116
195
20958bb31ee6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 194
diff changeset
117 font-size: 12px;
48
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
118 text-align: center;
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
119 }
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
120
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
121 #controls span {
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
122 text-shadow: 1px 1px 1px #000;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
123 border: 1px solid black;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
124 margin: 2px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
125 display: inline-table;
48
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
126 }
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
127
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
128 #controls * a {
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
129 text-decoration: none;
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
130 color: black;
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
131 padding: 6px;
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
132 }
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
133
5d7e695d0ed8 Cleanups.
ccr@tnsp.org
parents: 18
diff changeset
134
2
jeskko
parents:
diff changeset
135 #sidecoll {
jeskko
parents:
diff changeset
136 width: 8px;
115
571f552e3176 Fix image paths.
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
137 background-image: url(../img/graystrip.jpg);
2
jeskko
parents:
diff changeset
138 position : absolute;
195
20958bb31ee6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 194
diff changeset
139 right: 268px;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
140 top: 0px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
141 bottom: 0px;
2
jeskko
parents:
diff changeset
142 min-height: 50px;
jeskko
parents:
diff changeset
143 padding-left: 1px;
jeskko
parents:
diff changeset
144 padding-right: 1px;
jeskko
parents:
diff changeset
145 padding-top: 0px;
jeskko
parents:
diff changeset
146 padding-bottom: 0px;
jeskko
parents:
diff changeset
147 margin: 0px;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
148 }
2
jeskko
parents:
diff changeset
149
jeskko
parents:
diff changeset
150 #collbuttondiv {
jeskko
parents:
diff changeset
151 position: relative;
jeskko
parents:
diff changeset
152 width: auto;
jeskko
parents:
diff changeset
153 height: 16px;
jeskko
parents:
diff changeset
154 top: 50%;
jeskko
parents:
diff changeset
155 margin-top: -8px;
jeskko
parents:
diff changeset
156 padding: 0px;
jeskko
parents:
diff changeset
157
jeskko
parents:
diff changeset
158 }
jeskko
parents:
diff changeset
159
jeskko
parents:
diff changeset
160 #collbutton {
jeskko
parents:
diff changeset
161 border: 0px;
jeskko
parents:
diff changeset
162 }
jeskko
parents:
diff changeset
163
jeskko
parents:
diff changeset
164 #header {
jeskko
parents:
diff changeset
165 position: absolute;
jeskko
parents:
diff changeset
166 left: 0px;
jeskko
parents:
diff changeset
167 right: 0px;
jeskko
parents:
diff changeset
168 top: 0px;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
169 height: 120px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
170 padding: 8px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
171 }
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
172
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
173 #headcontent {
216
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
174 display: inline-block;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
175 vertical-align: top;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
176 color: white;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
177 height: 100%;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
178 padding: 0px;
216
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
179 margin-left: 2em;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
180
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
181 text-shadow: 0px 0px 4px #000;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
182 font-size: 0.7em;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
183 }
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
184
216
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
185 #headlogo {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
186 display: inline-block;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
187 vertical-align: top;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
188 width: 150px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
189 height: 90px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
190 padding: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
191 background: url(../img/batmud_logo2.png) no-repeat 0px 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
192 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
193
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
194 #headcontent h1 {
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
195 font-size: 2em;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
196 padding: 0px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
197 margin: 0px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
198 }
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
199
290
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
200 .subtitle {
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
201 font-size: 1.5em;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
202 padding: 0px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
203 margin: 0px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
204 color: red;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
205 }
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
206
290
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
207 .credits {
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
208 font-size: 0.75em;
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
209 color: white;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
210 }
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
211
290
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
212 .version {
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
213 }
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
214
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
215 .timestamp {
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
216 }
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
217
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
218 .controls {
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
219 position: absolute;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
220 right: 280px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
221 width: auto;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
222 }
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
223
290
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
224 .controls a {
208
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
225 background: rgba(0,0,0,0.5);
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
226 padding: 0.5em;
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
227 color: #ddd;
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
228 border-radius: 0.5em;
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
229 border: 1px solid white;
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
230 box-shadow: 2px 2px 2px #000;
2
jeskko
parents:
diff changeset
231 }
jeskko
parents:
diff changeset
232
290
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
233 .controls a:hover {
208
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
234 background: rgba(0,0,0,0.2);
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
235 color: #fff;
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
236 border: 1px solid #888;
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
237 }
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
238
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
239
2
jeskko
parents:
diff changeset
240 #map {
jeskko
parents:
diff changeset
241 position: absolute;
jeskko
parents:
diff changeset
242 left: 0px;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
243 top: 100px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
244 right: 280px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
245 bottom: 2em;
2
jeskko
parents:
diff changeset
246 padding: 0px;
jeskko
parents:
diff changeset
247 margin: 0px;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
248
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
249 box-shadow: 10px 10px 5px #000;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
250 }
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
251
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
252 #copyrights {
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
253 position: absolute;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
254 padding: 0.2em;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
255 left: 80px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
256 bottom: 4em;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
257 height: auto;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
258 width: auto;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
259 font-size: 8pt;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
260 color: rgba(255,255,255, 0.85);
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
261 text-shadow: 1px 1px 1px #000;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
262 }
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
263
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
264
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
265 .labels {
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
266 color: white;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
267 background: black;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
268 font-family: "Arial", sans-serif;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
269 font-weight: bold;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
270 font-size: 10px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
271 white-space: nowrap;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
272 padding: 2px;
215
6d9e3a63d6e1 Some work on alt stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 208
diff changeset
273 border: 1px dotted black;
6d9e3a63d6e1 Some work on alt stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 208
diff changeset
274 border-radius: 5px;
2
jeskko
parents:
diff changeset
275 }
jeskko
parents:
diff changeset
276
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
277
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
278 #sidecontent div div {
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
279 display: inline-block;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
280 width: 10%;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
281 height: auto;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
282 border-radius: 0.5em;
215
6d9e3a63d6e1 Some work on alt stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 208
diff changeset
283 border: 1px solid black;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
284 }