annotate luk.css @ 103:38e9772901f1

Add in hdd.fi advertisement.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 03 May 2013 21:55:22 +0300
parents c77a48f6ad75
children f4756a8665aa
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 }
103
38e9772901f1 Add in hdd.fi advertisement.
Matti Hamalainen <ccr@tnsp.org>
parents: 99
diff changeset
47
38e9772901f1 Add in hdd.fi advertisement.
Matti Hamalainen <ccr@tnsp.org>
parents: 99
diff changeset
48 div.advert {
38e9772901f1 Add in hdd.fi advertisement.
Matti Hamalainen <ccr@tnsp.org>
parents: 99
diff changeset
49 text-align: center;
38e9772901f1 Add in hdd.fi advertisement.
Matti Hamalainen <ccr@tnsp.org>
parents: 99
diff changeset
50 padding: 5pt;
38e9772901f1 Add in hdd.fi advertisement.
Matti Hamalainen <ccr@tnsp.org>
parents: 99
diff changeset
51 }
38e9772901f1 Add in hdd.fi advertisement.
Matti Hamalainen <ccr@tnsp.org>
parents: 99
diff changeset
52
38e9772901f1 Add in hdd.fi advertisement.
Matti Hamalainen <ccr@tnsp.org>
parents: 99
diff changeset
53 div.advert a {
38e9772901f1 Add in hdd.fi advertisement.
Matti Hamalainen <ccr@tnsp.org>
parents: 99
diff changeset
54 text-decoration: none;
38e9772901f1 Add in hdd.fi advertisement.
Matti Hamalainen <ccr@tnsp.org>
parents: 99
diff changeset
55 padding: 5pt;
38e9772901f1 Add in hdd.fi advertisement.
Matti Hamalainen <ccr@tnsp.org>
parents: 99
diff changeset
56 background: red;
38e9772901f1 Add in hdd.fi advertisement.
Matti Hamalainen <ccr@tnsp.org>
parents: 99
diff changeset
57 -moz-border-radius: 5pt;
38e9772901f1 Add in hdd.fi advertisement.
Matti Hamalainen <ccr@tnsp.org>
parents: 99
diff changeset
58 border-radius: 5pt;
38e9772901f1 Add in hdd.fi advertisement.
Matti Hamalainen <ccr@tnsp.org>
parents: 99
diff changeset
59 box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
38e9772901f1 Add in hdd.fi advertisement.
Matti Hamalainen <ccr@tnsp.org>
parents: 99
diff changeset
60 }