forked from MathiasHarrer/Doing-Meta-Analysis-in-R
-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
98 lines (81 loc) · 1.43 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
@import url('https://fonts.googleapis.com/css?family=Lato:700');
h1, h2, h3, h4, h5, h6, .book-summary {
font-family: 'Lato', sans-serif;
color: #277DB0;
}
#header .subtitle em {
font-style: normal;
font-size: 1em;
color: #777;
margin-bottom: -40px;
}
#header .title {
font-size: 3em;
margin-bottom: -40px;
}
#header .author em {
font-size: 1em;
font-style: normal;
}
#header .date em {
font-size: 0.9em;
}
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
.rmdcomment {
padding: 1em 1em 1em 4em;
margin-bottom: 10px;
background: #f5f5f5;
position:relative;
}
.rmdcomment:before {
content: "\f075";
font-family: FontAwesome;
left:10px;
position:absolute;
font-size: 45px;
}
.rmdachtung {
padding: 1em 1em 1em 4em;
margin-bottom: 10px;
background: #f5f5f5;
position:relative;
}
.rmdachtung:before {
content: "\f06a";
font-family: FontAwesome;
left:10px;
position:absolute;
font-size: 45px;
}
.rmdinfo {
padding: 1em 1em 1em 4em;
margin-bottom: 10px;
background: #f5f5f5;
position:relative;
}
.rmdinfo:before {
content: "\f129";
font-family: FontAwesome;
left:10px;
position:absolute;
font-size: 45px;
}
blockquote {
position: relative;
}
blockquote:hover > .copy-to-clipboard-button {
visibility: visible;
}