-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
80 lines (68 loc) · 1.16 KB
/
style.css
File metadata and controls
80 lines (68 loc) · 1.16 KB
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
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
h1 {
font-size: 26px;
color: #4b4b4b;
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1.title {
padding-top: 20px;
font-size: 30px;
color: #4b4b4b;
}
h2 {
font-size: 22px;
color: #4b4b4b;
}
h3 {
font-size: 20px;
color: #4b4b4b;
}
h4 {
color: #4b4b4b;
line-height: 1.3;
}
body {
background-color: #f0f8ff;
font-size: 14px;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #4b4b4b;
}
.navbar {
background-color: #fdfdfd;
border: 4px solid #fdfdfd;
margin-bottom: 40px;
}
.navbar-brand {
font-size: 20px;
color: #D67D87 !important;
}
div.tocify {
border-radius: 0px;
}
#TOC {
margin-top: 50px !important;
}
pre {
border-radius: 0px;
background-color: #fdfdfd;
border: 1px solid #6b6b6b;
}
hr {
border-top: 1px solid #cbcbcb;
}
img {
border: 1px solid #cbcbcb;
width: 70%;
padding: 5px;
background-color: white;
display: block;
margin-left: auto;
margin-right: auto;
}
div.DOI img {
border: none !important;
width: 180px !important;
padding: 0px !important;
background: none !important;
display: inline-block !important;
}