forked from gcallah/algorithms
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
175 lines (145 loc) · 2.38 KB
/
style.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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
body {
margin: 0;
padding: 0;
font-size: 20px;
color: #333;
background: #dff;
}
table {
margin: 8px 40px 8px 40px;
border-collapse: collapse;
}
th {
border: 1px solid black;
font-weight: normal;
}
th, td {
padding: 8px;
}
td {
background: #dff;
}
td#languages {
color: #dff;
background: #245;
}
th#chapter-head {
font-size: 20px;
color: #245;
background: #cff;
}
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: #245;
color: #dff;
}
h2 {
font-size: 32px;
margin: 24px 16px 20px 16px;
color: #245;
}
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;
}
figure {
text-align: center;
/* margin: 12px 20px 12px 100px; */
}
figcaption {
color: #606;
font-style: italic;
text-align: center;
margin: 16px 20px 12px 20px;
}
.illustr-container {
width: 1000px;
height: 400px;
flex: 1;
margin: 20px 20px 0 0;
overflow: auto;
}
.illustr-text {
display: inline-block;
vertical-align: center;
width: 33%;
}
.illustration {
display: inline-block;
float: right;
vertical-align: top;
}