This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathBiocStyle.css
105 lines (87 loc) · 1.46 KB
/
BiocStyle.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
99
100
101
102
103
104
105
p.caption, caption {
color: inherit;
font-size: 8pt;
}
p.caption {
padding-left: 130px;
padding-right: 85px;
margin-bottom: 20px;
}
caption {
padding: 0;
margin-bottom: 10px;
min-width: 583;
}
.caption-title {
color: #12698C;
font-weight: bold;
}
.caption-label {
font-weight: bold;
}
pre {
margin: 0 150px 0.5em 0;
padding: 0 0 0 65px;
border: 0 none;
/* code chunk bg color */
background-color: #f0f0f0;
white-space: pre;
overflow-x: auto;
font-size: 90%;
}
pre code {
background-color: inherit;
display: block;
padding: 10px 10px 10px 0;
overflow-x: inherit;
font-size: 100%;
}
tt, code, pre {
font-family: 'DejaVu Sans Mono', 'Droid Sans Mono', 'Lucida Console', Consolas, Monaco, monospace;
}
h1, h2, h3, h4, h5, h6 {
font-family: Helvetica, Arial, sans-serif;
margin: 1.2em 150px 0.6em 0;
}
h1.title {
color: #5B8347;
line-height: 1.1em;
margin-top: 25px;
border-bottom: 0;
}
h1, h2, h3 {
color: #6E9358;
}
h1 {
font-size: 18.0pt;
line-height: 1.4em;
border-bottom: 3px #CAA132 solid;
}
h2 {
font-size: 14.5pt;
}
h3, h4 {
font-size: 12pt;
}
.header-section-number {
float: left;
width: 120px;
}
/* document header */
.author {
font-size: 14.5pt;
color: #caa132;
font-weight: bold;
}
.author-name {
font-size: 14.5pt;
font-weight: bold;
font-style: italic;
text-align: left;
}
/* formatting of inline code */
code {
background-color: #f0f0f0;
color: #404040;
font-size: 90%;
}