-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
74 lines (65 loc) · 956 Bytes
/
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
/* Need to adjust the navbar behaviour so the navbar doesn't wrap */
.navbar-nav {
position: fixed;
left: 150px;
width: 1000px;
}
.navbar-right {
position: fixed;
left: 80%;
width: 300px;
}
.navbar-header {
position: fixed;
left: 30px;
width: 97%;
}
.nav {
font-size: 15px;
}
body {
font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 2;
}
/* Add lines under chapter headers */
.level1 .header-section-number {
display: inline-block;
border-bottom: 3px solid;
}
.level1 h1 {
border-bottom: 1px solid;
}
h1 {
font-size: 32px;
}
h1.title {
font-size: 32px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 20px;
font-style: italic;
font-weight: 100;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
img {
display: block;
margin: auto;
}
img-circle {
border-radius: 50%;
}
/* This makes the link at top visible */
.book .book-header h1 {
opacity: 1;
}