-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathstyle.css
43 lines (39 loc) · 856 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
.page-inner {
max-width: 1000px !important;
}
.book.font-size-0 .book-body .page-inner section {
font-size: 1em !important;
}
.book.font-size-1 .book-body .page-inner section {
font-size: 1.5em !important;
}
.book.font-size-2 .book-body .page-inner section {
font-size: 2em !important;
}
.book.font-size-3 .book-body .page-inner section {
font-size: 2.5em !important;
}
.book.font-size-4 .book-body .page-inner section {
font-size: 3em !important;
}
/* Styles below here were customized before standardization.
Try to get rid of these! */
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
.book .book-body .page-wrapper .page-inner section.normal img.robot {
float: left;
height: 75px;
margin-right: 20px;
}