forked from bioinformatics-core-shared-training/r-intro
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyles.css
More file actions
48 lines (48 loc) · 684 Bytes
/
styles.css
File metadata and controls
48 lines (48 loc) · 684 Bytes
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
h1 {
font-size: 24px;
}
h1.title {
font-size: 28px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 14px;
}
h6 {
font-size: 12px;
}
img {
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
blockquote {
background: #efefef;
border-left: 5px solid #ddd;
}
blockquote p,ul,ol {
font-size: .9em;
}
.rmdblock {
padding: 0.5em 0.25em 0.25em 0.5em;
margin-top: 20px;
margin-bottom: 20px;
background: #cce6ff;
}
.renderedblock {
padding: 0.5em 0.25em 0.25em 0.5em;
margin-top: 20px;
margin-bottom: 20px;
border-style: solid;
border-color: #BBBBBB;
border-width: 1px;
background: #fafbfb;
}