annotate example.css @ 117:7a5ff24aa572 default tip

Added tag maltfilter-0.20.5 for changeset ed506a76eb31
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 18 Nov 2012 23:43:59 +0200
parents bac5931b8312
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 /* Example CSS stylesheet for Maltfilter
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 * by Matti 'ccr' Hamalainen <ccr tnsp org>
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 */
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 body {
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 margin: 1em;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 background-color: #467;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 color: white;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 }
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 body, p, ul, td, th {
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 font-family: Verdana, Arial, helvetica, sans-serif;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 font-size: 10pt;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14 }
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 a, a:visited, a:active {
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 color: #fc0;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19 }
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21 a:hover {
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 text-decoration: underline;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23 color: white;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 }
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27 h1, h2, h3 {
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 font-family: Arial, sans-serif;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29 font-weight: normal;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30 color: #035;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
31 background: #79a;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
32 padding: 4px;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33 border-bottom: 2px solid black;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
34 }
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36 th {
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37 padding: 2px;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
38 margin: 2px;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39 background: #689;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40 color: #035;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41 text-align: center;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42 }
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44 td {
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45 padding: 4px;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46 margin: 2px;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47 }
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48
47
211d39a4552b Updated example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 33
diff changeset
49 table {
33
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
50 border: 1px solid white;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
51 }
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
52
47
211d39a4552b Updated example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 33
diff changeset
53 table td {
68
bac5931b8312 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 51
diff changeset
54 padding: 2px;
33
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
55 font-size: 8pt;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
56 }
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
57
68
bac5931b8312 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 51
diff changeset
58 table.global .filtered, table.ignored .filtered {
33
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
59 background: #400;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
60 color: red;
9f02bf2207af Addec example CSS stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
61 }
68
bac5931b8312 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 51
diff changeset
62
bac5931b8312 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 51
diff changeset
63 table.filtered tr:hover td {
bac5931b8312 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 51
diff changeset
64 background: black;
bac5931b8312 Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 51
diff changeset
65 }