annotate www/aprilli.css @ 2808:e343db319675

Updates to april's fools CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 05 Apr 2024 10:48:18 +0300
parents 904911545217
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1778
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 body {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 margin: 1em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 color: #000;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 background: #000 url(img/bluesmoke.gif);
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 font-family: "Comic Sans MS", cursive, sans-serif;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 font-size: 10pt;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 text-transform: uppercase;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 .over {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 text-decoration: line-through;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 img {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 border: none;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 padding: 0px;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 div.batmud {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23 border: none;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 text-align: center;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 padding-top: 1em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29 div.controls {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30 display: flex;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
31 justify-content: space-around;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
32 flex-wrap: wrap;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33
2051
b4185d725b15 April's fools mode CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 1778
diff changeset
34 background: #0d0;
1778
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 margin: 0;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36 padding: 0.5em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37 border: 1px solid black;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
38 box-shadow: 12px 12px 1px #000;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41 div.controls .control {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42 margin-bottom: 0.1em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43 padding: 0.5em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44 border: 1px solid white;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45 text-decoration: none;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46 box-shadow: 2px 2px 1px #000;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
49 div.controls .continent, div.controls .submit {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
50 color: white;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
51 text-shadow: 1px 1px 1px #000;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
52 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
53
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
54 div.controls .continent:hover, div.controls .submit:hover {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
55 color: white;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
56 position: relative;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
57 box-shadow: none;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
58 top: 2px;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
59 left: 2px;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
60 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
61
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
62 div.controls .dropdown {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
63 min-width: 10em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
64 padding: 0;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
65 background: white;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
66 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
67
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
68
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
69 .submit {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
70 color: white;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
71 background: #8a8;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
72 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
73
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
74 .submit:hover {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
75 background: #686;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
76 color: white;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
77 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
78
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
79
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
80 .locTable {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
81 width: 100%;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
82 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
83
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
84 div.locCell, table.locTable td, div.locWizard {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
85 border: 1px solid black;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
86 text-align: center;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
87 font-size: 1em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
88 padding: 0.2em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
89 margin: 0.1em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
90 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
91
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
92 div.locCell {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
93 display: inline-table;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
94 vertical-align: top;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
95 height: 5em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
96 width: 18%;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
97 min-width: 10em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
98 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
99
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
100 div.locWizard {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101 display: inline-table;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102 vertical-align: top;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103 height: 1em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 width: 18%;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105 min-width: 8em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
108 .locTable a, .locTable a:visited, .locTable a:active {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
109 text-decoration: none;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
110 color: white;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
113 .locTable a:hover {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 text-shadow: 1px 1px 2px #000;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
115 text-decoration: underline;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
116 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
117
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
118 div.locHeader {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
119 background: rgba(0,0,0,0.25);
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
120 padding-bottom: 0.25em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
121 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
122
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
123 div.locCoders {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
124 background: rgba(255,255,255,0.15);
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
125 margin-top: 0.25em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
126 padding: 0.15em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
127 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
128
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
129
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
130
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
131 div.quests {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
132 max-width: 49%;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
133 display: inline-block;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
134 vertical-align: top;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
135 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
136
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
137 table.quests {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
138 width: 100%;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
139 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
140
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
141
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
142 table.area {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
143 width: 100%;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
144 color: red;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
145 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
146
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
147 table.area * th {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
148 background: yellow;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
149 border-bottom: 8px solid black;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
150 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
151
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
152 table.area * td {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
153 text-align: center;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
154 background: blue;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
155 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
156
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
157
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
158 .attnbox {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
159 background: black;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
160 padding: 0.5em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
161 color: white;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
162 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
163
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
164
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
165 div.wizInfoBox {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
166 display: inline-table;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
167 height: 100%;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
168 background: black;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
169 padding: 0.5em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
170 margin: 0.5em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
171 color: red;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
172 border: 1px solid white;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
173 border-radius: 0.5em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
174 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
175
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
176 div.wizImage {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
177 display: inline-block;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
178 vertical-align: middle;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
179 max-width: 28%;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
180 padding: 0.5em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
181 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
182
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
183 div.wizImage img {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
184 width: 100%;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
185 height: auto;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
186 border-radius: 1em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
187 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
188
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
189 div.wizInfo {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
190 display: inline-block;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
191 vertical-align: middle;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
192 width: 68%;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
193 padding: 0;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
194 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
195
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
196
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
197 .laenor { background: #955 !important; }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
198 .rothikgen { background: #595 !important; }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
199 .lucentium { background: #559 !important; }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
200 .desolathya { background: #599 !important; }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
201 .furnachia { background: #959 !important; }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
202 .renardy { background: #c70 !important; }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
203 .tormentas { background: #7a0 !important; }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
204 .hcbat { background: #444 !important; }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
205 .special { background: #a06 !important; }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
206 .all { background: #0af !important; }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
207
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
208 .tooltip {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
209 position: absolute;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
210 display: none;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
211 min-width: 200px;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
212 background-color: white;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
213 color: black;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
214 padding: 5px;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
215 font-size: 0.9em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
216 z-index: 11;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
217
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
218 border: 1px solid gray;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
219 border-radius: 8px;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
220 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
221
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
222 .holder { display: block; color: #000; }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
223 * html .tooltip { border-right: 400px solid #fff; }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
224 * html .holder { display: inline-block; position: relative; margin-right: -400px; }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
225
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
226
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
227 a.wizorig { font-weight: bold; }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
228 a.wizrecoder { font-style: italic; }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
229 a.wizmaintainer { }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
230 a.wizexpander { }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
231
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
232
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
233 #contents {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
234 position: absolute;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
235 top: 0;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
236 right: 0;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
237 left: 17em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
238 margin: 0;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
239 padding: 1em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
240 background: #ddd;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
241 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
242
2808
e343db319675 Updates to april's fools CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 2342
diff changeset
243
e343db319675 Updates to april's fools CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 2342
diff changeset
244 @keyframes blinker {
e343db319675 Updates to april's fools CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 2342
diff changeset
245 50% {
e343db319675 Updates to april's fools CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 2342
diff changeset
246 opacity: 0;
e343db319675 Updates to april's fools CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 2342
diff changeset
247 }
e343db319675 Updates to april's fools CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 2342
diff changeset
248 }
e343db319675 Updates to april's fools CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 2342
diff changeset
249
1778
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
250 #contents h1 {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
251 font-size: 2.5em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
252 margin-top: 0px;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
253 background: yellow;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
254 padding: 0.2em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
255 color: white;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
256 text-shadow: 2px 2px 2px #000;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
257 text-transform: capitalize;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
258 marquee-style: scroll;
2808
e343db319675 Updates to april's fools CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 2342
diff changeset
259 animation: blinker 1s step-start infinite;
1778
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
260 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
261
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
262 #contents a {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
263 color: white;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
264 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
265
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
266 #contents a:hover {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
267 color: red;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
268
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
269 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
270
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
271
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
272 h2,h3 {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
273 padding: 0.5em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
274 background: black;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
275 color: white;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
276 text-shadow: 2px 2px 2px #000;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
277 text-transform: capitalize;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
278 marquee-style: scroll;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
279 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
280
2342
904911545217 Menu layout and the corresponding CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 2051
diff changeset
281 #mainMenuBox, #extraBox {
1778
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
282 position: fixed;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
283 width: 15em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
284
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
285 padding: 0.2em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
286
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
287 background: red;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
288 color: black;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
289 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
290
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
291 #extraBox {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
292 z-index: 4;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
293 bottom: 0;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
294 display: inline-table;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
295 text-align: center;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
296 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
297
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
298 #extraBox:hover {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
299 z-index: 8;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
300 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
301
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
302 #extraBox a {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
303 display: inline-table;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
304 color: white;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
305 text-decoration: none;
2051
b4185d725b15 April's fools mode CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 1778
diff changeset
306 background: #e00;
1778
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
307 padding: 0.4em;
2051
b4185d725b15 April's fools mode CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 1778
diff changeset
308 border: 8px solid #00f;
1778
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
309 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
310
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
311 #extraBox a:hover {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
312 color: black;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
313 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
314
2342
904911545217 Menu layout and the corresponding CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 2051
diff changeset
315 #mainMenuBox {
1778
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
316 z-index: 5;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
317 top: 0;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
318 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
319
2342
904911545217 Menu layout and the corresponding CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 2051
diff changeset
320 #mainMenuCtn a {
1778
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
321 font-size: 1em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
322 text-decoration: none;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
323 color: black;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
324
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
325 display: block;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
326 background: cyan;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
327 margin: 0.2em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
328
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
329 padding: 0.5em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
330 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
331
2342
904911545217 Menu layout and the corresponding CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 2051
diff changeset
332 #mainMenuCtn a:hover {
1778
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
333 color: white;
2051
b4185d725b15 April's fools mode CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 1778
diff changeset
334 background: #0f0;
1778
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
335 text-shadow: 2px 2px 2px #000;
2808
e343db319675 Updates to april's fools CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 2342
diff changeset
336 text-align: right;
1778
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
337 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
338
2342
904911545217 Menu layout and the corresponding CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 2051
diff changeset
339 #mainMenuBox h1, #extraBox h1 {
1778
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
340 margin: 0px;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
341 padding-top: 0.5em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
342 padding-bottom: 0.5em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
343 font-size: 1.5em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
344 color: white;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
345 text-align: center;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
346 text-shadow: 8px 8px 8px #000;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
347 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
348
2342
904911545217 Menu layout and the corresponding CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 2051
diff changeset
349 #mainMenuBox h1 a {
1778
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
350 text-decoration: none;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
351 color: white;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
352 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
353
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
354
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
355 div.advert {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
356 display: none;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
357 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
358
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
359
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
360 #contents a.gmapLink {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
361 text-shadow: 1px 1px 1px #000;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
362 font-size: 1.5em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
363 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
364
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
365 #contents a.mapLink {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
366 text-decoration: underline;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
367 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
368
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
369 li {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
370 margin-bottom: 1em;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
371 }
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
372
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
373 .alpha {
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
374 marquee-style: scroll;
66de97fac646 Add missing files.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
375 }