-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
97 lines (91 loc) · 1.73 KB
/
Copy pathstyle.css
File metadata and controls
97 lines (91 loc) · 1.73 KB
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
.h-icon-chevron-left {
background: white;
padding: 3px;
border: #eee 1px solid;
color: #666;
}
.fa-rotate-315 {
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-ms-transform: rotate(315deg);
-o-transform: rotate(315deg);
transform: rotate(315deg);
}
.rmdreview {
padding: 1em 1em 1em 5em;
margin-bottom: 0px;
background: #f5f5f5 5px center/3em no-repeat;
position:relative;
}
.rmdreview:before {
content: "\f0e6";
font-family: FontAwesome;
left:10px;
position:absolute;
top:10px;
bottom: 0px;
font-size: 60px;
}
.rmdcaution, .rmdimportant, .rmdnote, .rmdtip, .rmdwarning {
padding: 1em 1em 1em 4em;
margin-bottom: 10px;
background: #f5f5f5 5px center/3em no-repeat;
}
.rmdcaution {
background-image: url("images/caution.png");
}
.rmdimportant {
background-image: url("images/important.png");
}
.rmdnote {
background-image: url("images/note.png");
}
.rmdtip {
background-image: url("images/tip.png");
}
.rmdwarning {
background-image: url("images/warning.png");
}
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
p.flushright {
text-align: right;
}
blockquote > p:last-child {
text-align: right;
}
blockquote > p:first-child {
text-align: inherit;
}
.header-section-number {
padding-right: .2em;
font-weight: 500;
}
.level1 .header-section-number {
display: inline-block;
border-bottom: 3px solid;
}
.level1 h1 {
border-bottom: 1px solid;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
h1.title {
font-weight: 700;
}
.book .book-body .page-wrapper .page-inner section.normal strong {
font-weight: 500;
}