summaryrefslogtreecommitdiff
path: root/templates/stylesheet.css
blob: dca7593d226a5747fc93307439f1543db1a2103b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
 * template.css
 *
 * Patrick Simianer <p@simianer.de>
 * YYYY-MM-DD
 */

* {
    margin:0;
    padding:0
}

/* by tag */
a       { text-decoration:underline }
a:hover { text-decoration:none }
abbr { border-bottom:1px dotted #000 }
del { text-decoration:line-through }

/* by class */
.small { font-size:80% }
.large { font-size:120% }
.right  { text-align:right }
.center { text-align:center }
.ok   { color:green }
.warn { color:yellow }
.err  { color:red }

/* by id */