262 lines
4.7 KiB
CSS
262 lines
4.7 KiB
CSS
@font-face {
|
|
font-family:"Montserrat";
|
|
src:url('../fonts/Montserrat-Regular.ttf');
|
|
font-style:normal;font-weight:400;
|
|
}
|
|
|
|
@font-face {
|
|
font-family:"Montserrat";
|
|
src:url('../fonts/Montserrat-Bold.ttf');
|
|
font-style:normal;font-weight:700;
|
|
}
|
|
|
|
@font-face{
|
|
font-family:'ProximaNova';
|
|
src:url('../fonts/ProximaNova-Regular.otf');
|
|
font-weight:normal;
|
|
font-style:normal;
|
|
}
|
|
|
|
@font-face{
|
|
font-family:'ProximaNova';
|
|
src:url('../fonts/ProximaNova-Semibold.otf');
|
|
font-weight:bold;
|
|
font-style:bold;
|
|
}
|
|
|
|
body {
|
|
font-family:'ProximaNova' !important;
|
|
}
|
|
|
|
.textlogo {
|
|
color: #FFF;
|
|
font-size: 22px;
|
|
font-weight: 400;
|
|
font-family: 'Montserrat';
|
|
line-height: 50px;
|
|
margin-left: 20px;
|
|
letter-spacing: -0.02em;
|
|
position: relative;
|
|
top: -2px;
|
|
}
|
|
|
|
.textlogo .moon-symbol {
|
|
color: #fab915;
|
|
margin-right: 1px;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
|
|
.bg.icon-bitcoincom:before {
|
|
content: "\e904";
|
|
}
|
|
|
|
.bg.icon-bitcoincom {
|
|
font-family: 'icomoon' !important;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
padding-top: 8px;
|
|
padding-left: 11px;
|
|
background-color: #000;
|
|
color: #fab915;
|
|
}
|
|
|
|
.bg.icon-buy-bitcoin2:before {
|
|
content: "\e906";
|
|
}
|
|
|
|
.bg.icon-buy-bitcoin2 {
|
|
font-family: 'icomoon' !important;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
padding-top: 0px;
|
|
padding-left: 2px;
|
|
background-color: #000;
|
|
color: #fab915;
|
|
font-size: 36px;
|
|
}
|
|
|
|
ion-header-bar.bar-royal {
|
|
background-color: #000 !important;
|
|
border-bottom-style: solid;
|
|
border-bottom-width: 4px;
|
|
}
|
|
.bitcoin-com-page-header .textlogo {
|
|
font-size: 42px;
|
|
color: #8b8b8b;
|
|
}
|
|
.bitcoin-com-page-header {
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#get-started {
|
|
background-color: #191919 !important;
|
|
}
|
|
|
|
#restore {
|
|
color: #191919 !important;
|
|
}
|
|
|
|
div.onboarding-topic, div.onboarding-description, div.onboarding-tldr, #lead, .onboarding .bar.bar-header button {
|
|
color: #FFF !important;
|
|
}
|
|
|
|
.onboarding .button.button-secondary {
|
|
color: #191919 !important;
|
|
}
|
|
|
|
div.onboarding-topic {
|
|
font-weight: 600;
|
|
}
|
|
|
|
#onboarding-collect-email {
|
|
background: #23d111 !important;
|
|
}
|
|
|
|
#email-form button {
|
|
background: #fab915 !important;
|
|
}
|
|
|
|
.big-icon-svg > .bg.green {
|
|
background: #fab915 !important;
|
|
}
|
|
|
|
.chart-container {
|
|
font-family: 'Varela Round', sans-serif;
|
|
width:100%;
|
|
height:auto;
|
|
box-shadow: 0px 0px 24px -5px rgba(0,0,0,0.75);
|
|
}
|
|
|
|
.ct-series-a .ct-area {
|
|
fill: #FDE9BE;
|
|
}
|
|
|
|
#bch-chart .ct-area {
|
|
fill: #008917;
|
|
}
|
|
|
|
.ct-area {
|
|
opacity:.6 !important;
|
|
}
|
|
|
|
.ct-series-a .ct-line,
|
|
.ct-series-a .ct-point {
|
|
stroke: #F9B016;
|
|
stroke-width: 2px;
|
|
}
|
|
|
|
#bch-chart .ct-series-a .ct-line,
|
|
#bch-chart .ct-series-a .ct-point {
|
|
stroke: #46C05C;
|
|
stroke-width: 2px;
|
|
}
|
|
|
|
.ct-labels {
|
|
border: red thin solid;
|
|
}
|
|
.chart-header {
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
width:100%;
|
|
height:10%;
|
|
color: white;
|
|
|
|
}
|
|
.latest-price {
|
|
box-sizing: border-box;
|
|
padding: .6em .2em 0 .4em;
|
|
font-size: 1.6em;
|
|
background-color: #F9B016;
|
|
width:40%;
|
|
}
|
|
.high-price {
|
|
box-sizing: border-box;
|
|
padding:.7em 1em;
|
|
font-size: 1em;
|
|
background-color: #EFA406;
|
|
width:30%;
|
|
height:inherit;
|
|
}
|
|
.low-price {
|
|
box-sizing: border-box;
|
|
padding:.7em 0em;
|
|
font-size: 1em;
|
|
background-color: #EFA406;
|
|
width:30%;
|
|
height:inherit;
|
|
}
|
|
.light-yellow {
|
|
color:#FFD579;
|
|
}
|
|
|
|
.light-green {
|
|
color:#26B03C;
|
|
}
|
|
|
|
.icon-shapeshift {
|
|
background-color: #494949;
|
|
background-image: url('../img/shapeshifticon.png');
|
|
}
|
|
|
|
.icon-games {
|
|
background-color: #494949;
|
|
background-image: url('../img/icon-games.svg');
|
|
}
|
|
|
|
.icon-mining {
|
|
background-color: #494949;
|
|
background-image: url('../img/icon-mining.svg');
|
|
}
|
|
|
|
.icon-news {
|
|
background-color: #494949;
|
|
background-image: url('../img/icon-news.svg');
|
|
}
|
|
|
|
.icon-tools {
|
|
background-color: #494949;
|
|
background-image: url('../img/icon-tools.svg');
|
|
}
|
|
|
|
.icon-reddit {
|
|
background-color: #494949;
|
|
background-image: url('../img/icon-reddit.svg');
|
|
}
|
|
|
|
.icon-twitter {
|
|
background-color: #494949;
|
|
background-image: url('../img/icon-twitter.svg');
|
|
}
|
|
|
|
.icon-share {
|
|
background-color: #494949;
|
|
background-image: url('../img/icon-share.svg');
|
|
}
|
|
|
|
.shapeshift-banner {
|
|
background: url(../img/shapeshiftbg.jpg) center center no-repeat #28394d;
|
|
padding: 10px;
|
|
box-shadow: 0px 5px 10px 0px #cccccc;
|
|
height: 5em;
|
|
}
|
|
|
|
.shapeshift-logo {
|
|
display: block;
|
|
float: left;
|
|
max-height: 100%;
|
|
max-width: 100%;
|
|
}
|