Revision 104, 0.6 kB
(checked in by broder, 17 years ago)
|
Altered site CSS to be able to use it with Trac
|
Line | |
---|
1 |
body { |
---|
2 |
font-size: inherit; |
---|
3 |
padding-top: 0.5em; |
---|
4 |
} |
---|
5 |
h1 { |
---|
6 |
margin: auto; |
---|
7 |
} |
---|
8 |
#header h1 { |
---|
9 |
font-size: 275%; |
---|
10 |
border-bottom: none; |
---|
11 |
} |
---|
12 |
#metanav { |
---|
13 |
margin-bottom: 2em; |
---|
14 |
} |
---|
15 |
#content h1 { |
---|
16 |
font-size: 200%; |
---|
17 |
padding: 0.5em 0; |
---|
18 |
} |
---|
19 |
#content h2 { |
---|
20 |
font-size: 150%; |
---|
21 |
} |
---|
22 |
.wikipage { |
---|
23 |
padding-left: 0; |
---|
24 |
} |
---|
25 |
.wikipage h1, .wikipage h2, .wikipage h3 { |
---|
26 |
margin-left: 0; |
---|
27 |
} |
---|
28 |
.nav li { |
---|
29 |
line-height: inherit; |
---|
30 |
} |
---|
31 |
:link, :visited { |
---|
32 |
border-bottom: none; |
---|
33 |
} |
---|
34 |
:link:hover, :visited:hover { |
---|
35 |
background-color: transparent; |
---|
36 |
} |
---|
37 |
:link:hover { |
---|
38 |
color: #06c; |
---|
39 |
} |
---|
40 |
:visited:hover { |
---|
41 |
color: #039; |
---|
42 |
} |
---|