comparison luk.css @ 81:8501f1b9bba3

Commonize some of the CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 12:00:53 +0300
parents
children 85068c8513b4
comparison
equal deleted inserted replaced
80:4faf9956741b 81:8501f1b9bba3
1 body {
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:active {
11 outline: none;
12 }
13
14 a:focus {
15 -moz-outline-style: none;
16 }
17
18 a, a:visited, a:active {
19 text-decoration: underline;
20 color: white;
21 }
22
23 #footer {
24 padding-top: 5pt;
25 font-size: 6pt;
26 }
27
28 #controls {
29 padding: 0px;
30 margin: 0px;
31 }
32
33 #controls table * {
34 padding: 0px;
35 margin: 0px;
36 }
37