-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
71 lines (71 loc) · 977 Bytes
/
main.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
65
66
67
68
69
70
71
html {
font-family:"Segoe UI","MS Sans Serif",serif;
font-size:12pt;
height:100%;
}
body {
margin:0;
padding:0;
height:100%;
}
iframe {
border:0;
margin:0;
padding:0;
}
#Container {
height:100%;
}
#TableOfContents {
float:left;
width:290px;
border-right:2px solid black;
height:100%;
background-color:#EEEEEE;
overflow:scroll;
overflow-x:hidden;
overflow-y:auto;
}
#ContentContainer {
margin-left:277px;
height:100%;
overflow:hidden; /* fix mysterious 2px white margin at bottom */
}
#Content {
width:100%;
height:100%;
}
h3 {
text-decoration:none;
}
blockquote {
margin-right:0px;
}
ul {
margin-left:15px;
padding-left:10px;
}
li {
padding-bottom:4px;
list-style:disc;
margin-left:-7px;
}
.ChildLi {
list-style:none;
margin-left:-10px;
}
#Footer {
position:absolute;
left:5px;
bottom:5px;
display:table;
}
#FooterText {
display:table-cell;
vertical-align:middle;
padding-left:10px;
}
.Hider {
cursor:pointer;
font-family:"Consolas";
}