annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
81
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 body {
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 margin: 1em;
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 background: black;
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 color: white;
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 font-family: Verdana, Arial, helvetica, sans-serif;
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 font-size: 10pt;
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 }
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 a:active {
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 outline: none;
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 }
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14 a:focus {
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 -moz-outline-style: none;
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 }
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 a, a:visited, a:active {
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19 text-decoration: underline;
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20 color: white;
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21 }
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23 #footer {
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 padding-top: 5pt;
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 font-size: 6pt;
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26 }
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 #controls {
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29 padding: 0px;
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30 margin: 0px;
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
31 }
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
32
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33 #controls table * {
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
34 padding: 0px;
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 margin: 0px;
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36 }
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37