-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathislrv2.css
More file actions
37 lines (31 loc) · 695 Bytes
/
islrv2.css
File metadata and controls
37 lines (31 loc) · 695 Bytes
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
#header .title {
color: #2E71B6;
font-family: "Computer Modern Serif", serif;
font-weight: normal;
font-size: 3em;
letter-spacing: -0.8px;
line-height: 1.2;
}
h1,
h2,
h3 {
color: #2E71B6;
font-family: "Computer Modern Serif", serif;
font-weight: normal;
}
.book .book-body .page-wrapper .page-inner section.normal h1 {
font-size: 2.5em;
}
.book .book-body .page-wrapper .page-inner section.normal h2 {
font-size: 2em;
font-style: italic;
}
h3>.header-section-number {
display: none;
}
.book .book-body .page-wrapper .page-inner section.normal pre.sourceCode {
background: #FDF5E7;
}
.book .book-body .page-wrapper .page-inner {
max-width: 1000px !important;
}