comparison luk1.css @ 81:8501f1b9bba3

Commonize some of the CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 12:00:53 +0300
parents 7dd647a01fb6
children 85068c8513b4
comparison
equal deleted inserted replaced
80:4faf9956741b 81:8501f1b9bba3
1 body { 1 @import url("luk.css");
2 margin: 1em;
3 background: black;
4 color: white;
5
6 font-family: Verdana, Arial, helvetica, sans-serif;
7 font-size: 10pt;
8 }
9
10 a, a:visited, a:active {
11 text-decoration: underline;
12 color: white;
13 }
14 2
15 a:hover { 3 a:hover {
16 text-decoration: underline; 4 text-decoration: underline;
17 color: #555; 5 color: #555;
18 } 6 }
168 background: black; 156 background: black;
169 padding: 2pt; 157 padding: 2pt;
170 border: 1px solid gray; 158 border: 1px solid gray;
171 } 159 }
172 160
173 #footer {
174 padding-top: 5pt;
175 font-size: 5pt;
176 }
177
178 #controls {
179 padding: 0px;
180 margin: 0px;
181 }
182
183 #controls table * {
184 padding: 0px;
185 margin: 0px;
186 }
187
188 #controls a { 161 #controls a {
189 padding: 5pt; 162 padding: 5pt;
190 margin-bottom: 30pt; 163 margin-bottom: 30pt;
191 // border: 1px solid rgba(10,114,133,0.3); 164 // border: 1px solid rgba(10,114,133,0.3);
192 -moz-border-radius: 8px; 165 -moz-border-radius: 8px;