annotate css/mapstyle2.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
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
2
jeskko
parents:
diff changeset
121 #sidecoll {
jeskko
parents:
diff changeset
122 width: 8px;
115
571f552e3176 Fix image paths.
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
123 background-image: url(../img/graystrip.jpg);
2
jeskko
parents:
diff changeset
124 position : absolute;
195
20958bb31ee6 Moar work.
Matti Hamalainen <ccr@tnsp.org>
parents: 194
diff changeset
125 right: 268px;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
126 top: 0px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
127 bottom: 0px;
2
jeskko
parents:
diff changeset
128 min-height: 50px;
jeskko
parents:
diff changeset
129 padding-left: 1px;
jeskko
parents:
diff changeset
130 padding-right: 1px;
jeskko
parents:
diff changeset
131 padding-top: 0px;
jeskko
parents:
diff changeset
132 padding-bottom: 0px;
jeskko
parents:
diff changeset
133 margin: 0px;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
134 }
2
jeskko
parents:
diff changeset
135
jeskko
parents:
diff changeset
136 #collbuttondiv {
jeskko
parents:
diff changeset
137 position: relative;
jeskko
parents:
diff changeset
138 width: auto;
jeskko
parents:
diff changeset
139 height: 16px;
jeskko
parents:
diff changeset
140 top: 50%;
jeskko
parents:
diff changeset
141 margin-top: -8px;
jeskko
parents:
diff changeset
142 padding: 0px;
jeskko
parents:
diff changeset
143
jeskko
parents:
diff changeset
144 }
jeskko
parents:
diff changeset
145
jeskko
parents:
diff changeset
146 #collbutton {
jeskko
parents:
diff changeset
147 border: 0px;
jeskko
parents:
diff changeset
148 }
jeskko
parents:
diff changeset
149
jeskko
parents:
diff changeset
150 #header {
jeskko
parents:
diff changeset
151 position: absolute;
jeskko
parents:
diff changeset
152 left: 0px;
jeskko
parents:
diff changeset
153 right: 0px;
jeskko
parents:
diff changeset
154 top: 0px;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
155 height: 120px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
156 padding: 8px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
157 }
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
158
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
159 #headcontent {
216
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
160 display: inline-block;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
161 vertical-align: top;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
162 color: white;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
163 height: 100%;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
164 padding: 0px;
216
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
165 margin-left: 2em;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
166
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
167 text-shadow: 0px 0px 4px #000;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
168 font-size: 0.7em;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
169 }
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
170
216
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
171 #headlogo {
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
172 display: inline-block;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
173 vertical-align: top;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
174 width: 150px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
175 height: 90px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
176 padding: 0px;
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
177 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
178 }
ccb8e748a03f Some stylesheet and HTML work.
Matti Hamalainen <ccr@tnsp.org>
parents: 215
diff changeset
179
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
180 #headcontent h1 {
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
181 font-size: 2em;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
182 padding: 0px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
183 margin: 0px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
184 }
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
185
290
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
186 .subtitle {
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
187 font-size: 1.5em;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
188 padding: 0px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
189 margin: 0px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
190 color: red;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
191 }
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
192
290
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
193 .credits {
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
194 font-size: 0.75em;
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
195 color: white;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
196 }
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
197
290
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
198 .version {
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
199 }
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
200
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
201 .timestamp {
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
202 }
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
203
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
204 .controls {
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
205 position: absolute;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
206 right: 280px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
207 width: auto;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
208 }
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
209
290
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
210 .controls a {
208
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
211 background: rgba(0,0,0,0.5);
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
212 padding: 0.5em;
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
213 color: #ddd;
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
214 border-radius: 0.5em;
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
215 border: 1px solid white;
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
216 box-shadow: 2px 2px 2px #000;
2
jeskko
parents:
diff changeset
217 }
jeskko
parents:
diff changeset
218
290
8e120dadd0a5 Improve layout and stylesheets slightly.
Matti Hamalainen <ccr@tnsp.org>
parents: 218
diff changeset
219 .controls a:hover {
208
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
220 background: rgba(0,0,0,0.2);
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
221 color: #fff;
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
222 border: 1px solid #888;
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
223 }
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
224
ce92bb3e3a02 More work on stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 195
diff changeset
225
2
jeskko
parents:
diff changeset
226 #map {
jeskko
parents:
diff changeset
227 position: absolute;
jeskko
parents:
diff changeset
228 left: 0px;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
229 top: 100px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
230 right: 280px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
231 bottom: 2em;
2
jeskko
parents:
diff changeset
232 padding: 0px;
jeskko
parents:
diff changeset
233 margin: 0px;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
234
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
235 box-shadow: 10px 10px 5px #000;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
236 }
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
237
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
238 #copyrights {
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
239 position: absolute;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
240 padding: 0.2em;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
241 left: 80px;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
242 bottom: 4em;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
243 height: auto;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
244 width: auto;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
245 font-size: 8pt;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
246 color: rgba(255,255,255, 0.85);
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
247 text-shadow: 1px 1px 1px #000;
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
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 #sidecontent div div {
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
252 display: inline-block;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
253 width: 10%;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
254 height: auto;
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
255 border-radius: 0.5em;
215
6d9e3a63d6e1 Some work on alt stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 208
diff changeset
256 border: 1px solid black;
194
6fefa0f6af05 Some work on second style.
Matti Hamalainen <ccr@tnsp.org>
parents: 115
diff changeset
257 }