annotate luk.css @ 99:c77a48f6ad75

Highlight the mobile version link.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 22 Dec 2012 14:58:22 +0200
parents eea1ab9aff46
children 38e9772901f1
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;
84
adaad33f929c Improve mobile mode.
Matti Hamalainen <ccr@tnsp.org>
parents: 83
diff changeset
31 overflow: hidden;
81
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
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
34 #controls table * {
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 padding: 0px;
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36 margin: 0px;
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37 }
84
adaad33f929c Improve mobile mode.
Matti Hamalainen <ccr@tnsp.org>
parents: 83
diff changeset
38
adaad33f929c Improve mobile mode.
Matti Hamalainen <ccr@tnsp.org>
parents: 83
diff changeset
39 #contents {
adaad33f929c Improve mobile mode.
Matti Hamalainen <ccr@tnsp.org>
parents: 83
diff changeset
40 overflow: auto;
95
eea1ab9aff46 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 84
diff changeset
41 }
eea1ab9aff46 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 84
diff changeset
42
99
c77a48f6ad75 Highlight the mobile version link.
Matti Hamalainen <ccr@tnsp.org>
parents: 95
diff changeset
43 #controls a.mobile {
c77a48f6ad75 Highlight the mobile version link.
Matti Hamalainen <ccr@tnsp.org>
parents: 95
diff changeset
44 color: white;
c77a48f6ad75 Highlight the mobile version link.
Matti Hamalainen <ccr@tnsp.org>
parents: 95
diff changeset
45 background: red;
95
eea1ab9aff46 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 84
diff changeset
46 }