annotate herbs/style.css @ 84:7ec0ad742009

Rename directory.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Mar 2015 10:11:04 +0200
parents info/style.css@3428ff77ff47
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
82
3428ff77ff47 More work, adding filtering.
Matti Hamalainen <ccr@tnsp.org>
parents: 0
diff changeset
1 body {background: black; color: white; font-family: arial,helvetica;}
0
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
2 a {color: white; text-decoration: none;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
3 a:visited {color: white; text-decoration: none;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
4 th {font-weight: bold; background: #08f; text-align: left;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
5 table { border-collapse: collapse; }
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
6 tr { background: #024;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
7 tr.even { background: #036;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
8 td {padding: 0 2em 0 0;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
9 caption {font-size: 16px; font-weight: bold; background: blue;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
10 .lf {font-family: courier, fixed; background: black; color: lime;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
11 .hf {font-family: courier, fixed; background: black; color: green;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
12 .pl {font-family: courier, fixed; background: black; color: lime;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
13 .va {font-family: courier, fixed; background: black; color: lime;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
14 .fi {font-family: courier, fixed; background: black; color: gold;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
15 .hg {font-family: courier, fixed; background: black; color: magenta;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
16 .hi {font-family: courier, fixed; background: black; color: magenta;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
17 .de {font-family: courier, fixed; background: black; color: gold;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
18 .sw {font-family: courier, fixed; background: black; color: red;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
19 .ru {font-family: courier, fixed; background: black; color: grey;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
20 .sh {font-family: courier, fixed; background: black; color: yellow;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
21 .be {font-family: courier, fixed; background: black; color: gold;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
22 .ju {font-family: courier, fixed; background: black; color: green;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
23 .tu {font-family: courier, fixed; background: black; color: lightgrey;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
24 .wa {font-family: courier, fixed; background: black; color: cyan;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
25 .mo {font-family: courier, fixed; background: black; color: magenta;}
a928c3c75c5f Initial import.
ccr@tnsp.org
parents:
diff changeset
26 .ba {font-family: courier, fixed; background: black; color: red;}