mirror of
https://github.com/FlipsideCrypto/hopdrop.git
synced 2026-02-06 03:07:11 +00:00
112 lines
1.7 KiB
CSS
112 lines
1.7 KiB
CSS
|
|
@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: #C4CDD5;
|
|
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;
|
|
} |