]> git.armaanb.net Git - stagit.git/blob - style.css
Refactor style.css
[stagit.git] / style.css
1 body {
2         font-family: monospace;
3         color: #333;
4         background-color: #fff;
5 }
6
7 h1, h2, h3, h4, h5, h6 {
8         margin: 0;
9 }
10
11 img, h1, h2 {
12         vertical-align: middle;
13 }
14
15 table thead td {
16         font-weight: bold;
17 }
18
19 table td {
20         padding: 0 0.4em;
21 }
22
23 #content table tr:hover td {
24         background-color: #eee;
25 }
26
27 h1, h2, h3, h4, h5, h6 {
28         font-size: 1em;
29 }
30
31 .desc {
32         font-size: 100%;
33         color: #777;
34 }
35
36 hr {
37         color: #777;
38         background-color: #777;
39         border: 0;
40         border-top: 1px solid #777;
41 }