-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
/
Copy pathplotly-style.css
106 lines (89 loc) · 2.17 KB
/
plotly-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
99
100
101
102
103
104
105
106
.navbar-default {
background-color: #fff;
}
.navbar {
border-bottom: 1px solid #e7e7e7;
}
.navbar-brand {
font-family: "Open Sans", sans-serif;
padding: 10px 10px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 0;
}
.body {
font-family: "Open Sans", sans-serif;
}
.navbar-brand img {
height: 30px;
margin-top: 4px;
}
.navbar .container {
padding-top: 8px;
}
code {
color: #2c3e50 !important;
}
.alert-info {
background: lightgrey;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background: lightgrey;
}
dt {
font-weight: normal;
}
dd {
margin-left: 20px;
}
blockquote {
font-size: 15px;
border-left: none;
}
li {
margin-top: 8px;
margin-bottom: 8px;
}
code {
background-color: #f5f5f5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "jubilat", sans-serif;
}
@font-face {
font-family: "jubilat";
src: url("https://use.typekit.net/af/275f06/00000000000000003b9b0d24/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
format("woff2"),
url("https://use.typekit.net/af/275f06/00000000000000003b9b0d24/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
format("woff"),
url("https://use.typekit.net/af/275f06/00000000000000003b9b0d24/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
format("opentype");
font-display: auto;
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "jubilat";
src: url("https://use.typekit.net/af/d16a24/00000000000000003b9b0d22/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3")
format("woff2"),
url("https://use.typekit.net/af/d16a24/00000000000000003b9b0d22/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3")
format("woff"),
url("https://use.typekit.net/af/d16a24/00000000000000003b9b0d22/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3")
format("opentype");
font-display: auto;
font-style: normal;
font-weight: 500;
}
a {
color: #506784 !important;
}
a:hover {
color: #0d67bf !important;
}