-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
57 lines (55 loc) · 1.07 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
.rmdcaution, .rmdimportant, .rmdnote, .rmdtip, .rmdwarning, .rmdlove, .rmdpseudocode, .rmdexercises {
padding: 1em 1em 1em 4em;
margin-bottom: 10px;
background: #f5f5f3 5px center/3em no-repeat;
}
.rmdcaution {
background-image: url("images/icons/caution.png");
}
.rmdimportant {
background-image: url("images/icons/important.png");
}
.rmdnote {
background-image: url("images/icons/note.png");
}
.rmdtip {
background-image: url("images/icons/tip.png");
}
.rmdwarning {
background-image: url("images/icons/warning.png");
}
.rmdlove {
background-image: url("images/icons/love.png");
}
.rmdpseudocode {
background-image: url("images/icons/pseudocode.png");
}
.rmdexercises {
background-image: url("images/icons/exercises.png");
}
p.caption {
color: #00998a;
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;
}
h1 {
color: #00998a;
}