generated from rstudio/bookdown-demo
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
75 lines (65 loc) · 1.16 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
.remark {
padding-top:15px;
padding-left: 15px;
margin: 2px;
background: #f5f5f5;
position:relative;
}
.remark:before {
left:10px;
position:absolute;
top:5px;
font-size: 18px;
font-weight: bold;
}
.example {
background-color: #f5f5f5;
padding: 5px 10px;
}
.adamCitation {
background-color: #f5f5f5;
padding: 5px 10px;
}
/* Open review styles */
.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;
}