-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
86 lines (71 loc) · 1.05 KB
/
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
body {
margin: 0;
font-family: Verdana, sans-serif;
}
#header {
background: rgb(226, 198, 255);
padding: 5px 5px 10px 7px;
height: 45px;
line-height: 45px;
border-bottom: 1px solid black;
}
#header span {
display: inline-block;
vertical-align: middle;
line-height: normal;
padding-right: 10px;
font-size: 1.5em;
}
#context {
padding-left: 40px;
padding-top: 10px;
}
h1, h2 {
font-weight: bold;
}
h1 {
font-size: 1.5em;
margin-top: 15px;
margin-bottom: 20px;
}
h2 {
font-size: 1.2em;
margin-top: 15px;
margin-bottom: 15px;
}
p {
margin-bottom: 15px;
}
h2.project {
height: 48px;
}
h2.project span {
display: inline-block;
vertical-align: middle;
line-height: normal;
padding-right: 15px;
}
li, table {
margin-bottom: 4px;
margin-top: 4px;
}
ul {
margin-bottom: 15px;
}
td {
padding-top: 4px;
padding-bottom: 4px;
padding-right: 10px;
}
li {
list-style: disc;
margin-left: 40px;
}
#footer {
padding-top: 10px;
padding-bottom: 10px;
font-style: italic;
}
pre {
font-family: monospace;
}