-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathxhtml11.css
64 lines (51 loc) · 967 Bytes
/
xhtml11.css
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
html { font-family: sans-serif; }
div#content, div#header
{
width: 80%;
margin-left: auto; margin-right: auto;
}
h1 { color: #9e8100; font-size: 1.4em }
h2 { color: #9e8100; font-size: 1.3em }
h3 { color: #9e8100; font-size: 1.2em }
h4 { color: #9e8100; font-size: 1.1em }
h5 { color: #9e8100; font-size: 1.0em }
h6 { color: #9e8100; font-size: 0.9em }
a:link, a:visited
{
color: #9e8100;
text-decoration: none;
}
a:hover
{
color: #a40000;
text-decoration: underline;
}
div#toc
{
width: 30%; float: left;
margin-bottom: 10px; margin-right: 20px;
padding-top: 10px; padding-bottom: 10px;
padding-left: 1em;
background-color: #eeeeef;
font-size: 10pt;
position: static;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
overflow: hidden;
}
div.toclevel1
{
margin-top: 1em;
padding-left: 10px;
}
div.toclevel2
{
margin-left: 2em;
padding-left: 10px;
}
div.toclevel3
{
margin-left: 4em;
padding-left: 10px;
}