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