annotate css/common.css @ 297:537620c8f53b gmap2

Fix CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 20 Nov 2016 20:56:06 +0200
parents 625cac7c230d
children ce52a0b7b281
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
218
373db5c1fe6f Add separate CSS stylesheet file for common color defs.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 .c_laenor div { background: #955; }
373db5c1fe6f Add separate CSS stylesheet file for common color defs.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 .c_rothikgen div { background: #595; }
373db5c1fe6f Add separate CSS stylesheet file for common color defs.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 .c_lucentium div { background: #559; }
373db5c1fe6f Add separate CSS stylesheet file for common color defs.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 .c_desolathya div { background: #599; }
373db5c1fe6f Add separate CSS stylesheet file for common color defs.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 .c_furnachia div { background: #959; }
373db5c1fe6f Add separate CSS stylesheet file for common color defs.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 .c_renardy div { background: #c70; }
373db5c1fe6f Add separate CSS stylesheet file for common color defs.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 .c_tormentas div { background: #7a0; }
373db5c1fe6f Add separate CSS stylesheet file for common color defs.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 .c_hcbat div { background: #444; }
373db5c1fe6f Add separate CSS stylesheet file for common color defs.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 .c_special div { background: #a06; }
373db5c1fe6f Add separate CSS stylesheet file for common color defs.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 .c_all div { background: #0af; }
295
eb98c0758955 Move some common things to common.css
Matti Hamalainen <ccr@tnsp.org>
parents: 293
diff changeset
11
eb98c0758955 Move some common things to common.css
Matti Hamalainen <ccr@tnsp.org>
parents: 293
diff changeset
12 #controls span {
eb98c0758955 Move some common things to common.css
Matti Hamalainen <ccr@tnsp.org>
parents: 293
diff changeset
13 border: 1px solid black;
296
625cac7c230d Use CSS class instead of direct style / background color manipulation.
Matti Hamalainen <ccr@tnsp.org>
parents: 295
diff changeset
14 margin: 0.15em;
295
eb98c0758955 Move some common things to common.css
Matti Hamalainen <ccr@tnsp.org>
parents: 293
diff changeset
15 display: inline-table;
296
625cac7c230d Use CSS class instead of direct style / background color manipulation.
Matti Hamalainen <ccr@tnsp.org>
parents: 295
diff changeset
16 border-radius: 0.2em;
295
eb98c0758955 Move some common things to common.css
Matti Hamalainen <ccr@tnsp.org>
parents: 293
diff changeset
17 }
eb98c0758955 Move some common things to common.css
Matti Hamalainen <ccr@tnsp.org>
parents: 293
diff changeset
18
eb98c0758955 Move some common things to common.css
Matti Hamalainen <ccr@tnsp.org>
parents: 293
diff changeset
19 #controls span a {
eb98c0758955 Move some common things to common.css
Matti Hamalainen <ccr@tnsp.org>
parents: 293
diff changeset
20 text-decoration: none;
eb98c0758955 Move some common things to common.css
Matti Hamalainen <ccr@tnsp.org>
parents: 293
diff changeset
21 color: black;
297
537620c8f53b Fix CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 296
diff changeset
22 margin: 1em;
295
eb98c0758955 Move some common things to common.css
Matti Hamalainen <ccr@tnsp.org>
parents: 293
diff changeset
23 }
eb98c0758955 Move some common things to common.css
Matti Hamalainen <ccr@tnsp.org>
parents: 293
diff changeset
24
296
625cac7c230d Use CSS class instead of direct style / background color manipulation.
Matti Hamalainen <ccr@tnsp.org>
parents: 295
diff changeset
25 #controls div {
625cac7c230d Use CSS class instead of direct style / background color manipulation.
Matti Hamalainen <ccr@tnsp.org>
parents: 295
diff changeset
26 padding-bottom: 1em;
625cac7c230d Use CSS class instead of direct style / background color manipulation.
Matti Hamalainen <ccr@tnsp.org>
parents: 295
diff changeset
27 }
625cac7c230d Use CSS class instead of direct style / background color manipulation.
Matti Hamalainen <ccr@tnsp.org>
parents: 295
diff changeset
28
625cac7c230d Use CSS class instead of direct style / background color manipulation.
Matti Hamalainen <ccr@tnsp.org>
parents: 295
diff changeset
29 #controls span.visible { background: white; }
625cac7c230d Use CSS class instead of direct style / background color manipulation.
Matti Hamalainen <ccr@tnsp.org>
parents: 295
diff changeset
30 #controls span.hidden { background: red; }
625cac7c230d Use CSS class instead of direct style / background color manipulation.
Matti Hamalainen <ccr@tnsp.org>
parents: 295
diff changeset
31