-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
112 lines (96 loc) · 1.71 KB
/
styles.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
107
108
109
110
111
112
@import url('https://fonts.googleapis.com/css?family=Inter');
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
body {
background-color: #10151A;
background-position: center top;
background-size: 300px 117px;
padding-left: 10%;
padding-right: 10%;
color: #F2F2F2;
font-size: 18px;
font-weight: 400;
font-family: Inter;
margin-top: 10px;
}
hr {
width: 85%;
color: #C4CDD5;
}
.tocify {
background-color: #10151A;
font-size: 14px;
color: #C4CDD5;
border: 0;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
background-color: #FF5517;
border-color: #FF5517;
}
.list-group-item {
background-color: #10151A;
}
h1 {
font-size: 1.4em;
padding-top: 10px;
color: #FF5517;
}
h2 {
font-size: 1.1em;
padding-top: 10px;
color: #03FFFF;
}
h3 {
font-size: 1.1em;
padding-top: 10px;
color: white;
}
.plotly {
margin: 30px;
}
.rt-page-button-current {
color: #FFF;
}
.rt-thead {
background-color: #10151A;
color: #FFFFFF;
text-align: center;
vertical-align: middle;
}
.rt-th-content {
text-align: center;
vertical-align: middle;
}
.ReactTable {
background-color: #171e25;
color: #C4CDD5;
border: none;
font-family: Roboto Mono;
font-size: 0.8em;
}
.rt-th {
border: 0px solid #000000 !important;
padding-top: 15px;
padding-bottom: 15px;
font-weight: 400;
font-family: Inter;
}
.rt-tr {
padding-top: 5px;
padding-bottom: 5px;
}
.rt-pagination {
margin: 0;
background: #171e25;
opacity: 0.5;
border-bottom: 1px solid #C4CDD5;
border-top: 1px solid #C4CDD5;
}
.btn {
color: #FFF;
background: none;
border: none;
padding: 0;
}
#TOC {
margin: 71px 0px 20px 0px;
}