forked from gcallah/algorithms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
final.css
132 lines (108 loc) · 1.75 KB
/
final.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
body {
margin: 0;
padding: 0;
font-size: 16px;
color: #000;
background: #fff;
}
table {
margin: 8px 40px 8px 40px;
}
table, th, td {
page-break-inside: avoid;
border: 1px solid black;
}
th, td {
padding: 10px;
}
td {
background: #fff;
}
th {
background: #afd;
}
ol, ul, dl, li {
margin: 8px 12px 8px 12px;
}
p {
margin: 8px 40px 8px 40px;
padding: 0;
line-height: 140%;
}
blockquote {
margin: 12px 48px 12px 48px;
padding: 0;
line-height: 140%;
font-weight: bold;
}
h1,h2,h3,h4,h5 {
font-weight: bold;
}
h1 {
margin: 28px 8px 24px 8px;
text-align: center;
font-weight: 300;
font-size: 36px;
background-color: #339;
color: #cfe;
}
h2 {
font-size: 32px;
margin: 24px 16px 20px 16px;
color: #066;
}
h2.subhead {
font-weight:
normal;
margin-top:
0;
}
h3 {
font-size: 28px;
margin: 20px 24px 16px 24px;
color: #633;
font-weight: bold;
}
h4 {
font-size: 24px;
margin: 16px 32px 12px 32px;
color: #339;
font-weight: bold;
}
/* HEADER */
/* not used at present */
#header {
width: auto;
height: 40px;
padding: 10px 40px;
background: #285D91;
line-height: 40px;
color: #ffc;
overflow: hidden;
}
#header a:link, #header a:visited {
color: #fff;
}
#header a:focus , #header a:hover {
text-decoration: underline;
}
#branding {
float: left;
}
#branding h1 {
padding: 0;
margin: 0 20px 0 0;
font-weight: 300;
font-size: 24px;
color: #ffcc33;
}
#branding h1, #branding h1 a:link, #branding h1 a:visited {
color: #ffcc33;
}
#branding h2 {
padding: 0 10px;
font-size: 14px;
margin: -8px 0 8px 0;
font-weight: normal;
color: #ffc;
}