-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathstyle.css
59 lines (53 loc) · 1.02 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
.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;
}
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;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border-radius: 4px;
font-size: 16px;
}
.warning {
color: #856404;
background-color: #fff3cd;
border: 1px solid #ffeeba;
}
.primary {
color: #004085;
background-color: #cce5ff;
border: 1px solid #b8daff;
}