2017-06-19 16:42:18 +09:00
|
|
|
@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;
|
|
|
|
|
}
|
|
|
|
|
|
2018-04-25 13:59:25 +09:00
|
|
|
.capitalize {
|
|
|
|
|
text-transform: capitalize;
|
|
|
|
|
}
|
|
|
|
|
|
2017-06-19 16:42:18 +09:00
|
|
|
.textlogo {
|
|
|
|
|
color: #FFF;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
font-family: 'Montserrat';
|
|
|
|
|
line-height: 50px;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
letter-spacing: -0.02em;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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: #494949;
|
|
|
|
|
color: #fab915;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bg.icon-buy-bitcoin2:before {
|
|
|
|
|
content: "\e906";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-bitcoinlogoplain:before {
|
|
|
|
|
content: "\e904";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-bitcoinlogoplain {
|
|
|
|
|
font-family: 'icomoon' !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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: #494949;
|
|
|
|
|
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: #494949 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#restore {
|
|
|
|
|
color: #494949 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.onboarding-topic, div.onboarding-description, div.onboarding-tldr, #lead, .onboarding .bar.bar-header button {
|
|
|
|
|
color: #FFF !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.onboarding .button.button-secondary {
|
|
|
|
|
color: #494949 !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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button.button.button-secondary {
|
|
|
|
|
color: #494949 !important;
|
|
|
|
|
}
|
|
|
|
|
|
2017-06-20 15:06:12 +09:00
|
|
|
#wallet-backup-phrase .backup-phrase {
|
|
|
|
|
color: inherit !important;
|
|
|
|
|
}
|
|
|
|
|
|
2017-06-19 16:42:18 +09:00
|
|
|
#wallet-backup-phrase-step-2 .select-word {
|
|
|
|
|
color: #FFF !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#pin .circle-Bitcoin\.com {
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
box-shadow: 0 0 3px 0px #5b5b5b;
|
|
|
|
|
transition: background-color .2s ease-in-out;
|
|
|
|
|
padding: 7%;
|
|
|
|
|
margin: 5%;
|
|
|
|
|
border: 1px solid #fab915;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#pin .filled-Bitcoin\.com {
|
|
|
|
|
background-color: #fab915;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.slide-success__background.fill-screen {
|
|
|
|
|
background-color: #fab915 !important;
|
|
|
|
|
}
|
2017-07-05 11:33:25 +09:00
|
|
|
|
|
|
|
|
.chart-container {
|
|
|
|
|
font-family: 'Varela Round', sans-serif;
|
|
|
|
|
width:100%;
|
|
|
|
|
height:100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ct-series-a .ct-area {
|
|
|
|
|
fill: #FDE9BE;
|
|
|
|
|
}
|
2017-12-27 17:26:23 +00:00
|
|
|
|
|
|
|
|
#bch-chart .ct-area {
|
|
|
|
|
fill: #008917;
|
|
|
|
|
}
|
|
|
|
|
|
2017-07-05 11:33:25 +09:00
|
|
|
.ct-area {
|
|
|
|
|
opacity:.6 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ct-series-a .ct-line,
|
|
|
|
|
.ct-series-a .ct-point {
|
|
|
|
|
stroke: #F9B016;
|
|
|
|
|
stroke-width: 2px;
|
|
|
|
|
}
|
2017-12-27 17:26:23 +00:00
|
|
|
|
|
|
|
|
#bch-chart .ct-series-a .ct-line,
|
|
|
|
|
#bch-chart .ct-series-a .ct-point {
|
|
|
|
|
stroke: #46C05C;
|
|
|
|
|
stroke-width: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-07-05 11:33:25 +09:00
|
|
|
.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;
|
|
|
|
|
font-size: 1.6em;
|
2017-07-06 14:13:37 +09:00
|
|
|
width: 100%;
|
|
|
|
|
display: block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-top: 20px;
|
2017-07-05 11:33:25 +09:00
|
|
|
}
|
|
|
|
|
.high-price {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
font-size: 1em;
|
2017-07-06 14:13:37 +09:00
|
|
|
width: 100%;
|
|
|
|
|
height: 64px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-top: 20px;
|
2017-07-05 11:33:25 +09:00
|
|
|
}
|
|
|
|
|
.low-price {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
font-size: 1em;
|
2017-07-06 14:13:37 +09:00
|
|
|
width: 100%;
|
|
|
|
|
height: 64px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-top: 20px;
|
2017-07-05 11:33:25 +09:00
|
|
|
}
|
|
|
|
|
.light-yellow {
|
2017-07-06 14:13:37 +09:00
|
|
|
color:#555;
|
2017-07-05 11:33:25 +09:00
|
|
|
}
|
2017-07-06 14:13:37 +09:00
|
|
|
|
2017-12-27 17:26:23 +00:00
|
|
|
.light-green {
|
|
|
|
|
color:#26B03C;
|
|
|
|
|
}
|
|
|
|
|
|
2017-07-06 14:13:37 +09:00
|
|
|
.icon-chart {
|
2017-07-07 11:36:04 +09:00
|
|
|
background-color: #494949;
|
|
|
|
|
background-image: url('../img/chart.svg');
|
2017-07-06 14:13:37 +09:00
|
|
|
}
|
|
|
|
|
|
2018-02-14 16:35:57 +00:00
|
|
|
.icon-shapeshift {
|
|
|
|
|
background-color: #494949;
|
|
|
|
|
background-image: url('../img/shapeshifticon.png');
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-15 17:51:26 +00:00
|
|
|
.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');
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-16 15:17:03 +00:00
|
|
|
.icon-reddit {
|
|
|
|
|
background-color: #494949;
|
|
|
|
|
background-image: url('../img/icon-reddit.svg');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-twitter {
|
|
|
|
|
background-color: #494949;
|
|
|
|
|
background-image: url('../img/icon-twitter.svg');
|
|
|
|
|
}
|
|
|
|
|
|
2018-03-22 15:44:21 +09:00
|
|
|
.icon-sign-message {
|
|
|
|
|
background-color: #494949;
|
|
|
|
|
background-image: url('../img/icon-sign-message.svg');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.icon-verify-message {
|
|
|
|
|
background-color: #494949;
|
|
|
|
|
background-image: url('../img/icon-verify-message.svg');
|
|
|
|
|
}
|
|
|
|
|
|
2018-02-16 15:17:03 +00:00
|
|
|
.icon-share {
|
|
|
|
|
background-color: #494949;
|
|
|
|
|
background-image: url('../img/icon-share.svg');
|
|
|
|
|
}
|
|
|
|
|
|
2017-07-06 14:13:37 +09:00
|
|
|
.tabs .tab-item .icon {
|
|
|
|
|
background-size: contain;
|
|
|
|
|
}
|
|
|
|
|
|
2017-12-27 17:26:23 +00:00
|
|
|
.shapeshift-banner {
|
|
|
|
|
background: url(../img/shapeshiftbg.jpg) center center no-repeat #28394d;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
box-shadow: 0px 5px 10px 0px #cccccc;
|
|
|
|
|
height: 5em;
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-07 16:36:33 +09:00
|
|
|
.shapeshift-logo {
|
|
|
|
|
display: block;
|
|
|
|
|
float: left;
|
|
|
|
|
max-height: 100%;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-06 22:12:33 +09:00
|
|
|
.bitpay-banner {
|
|
|
|
|
background: #1A3A8B;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
box-shadow: 0px 5px 10px 0px #cccccc;
|
|
|
|
|
height: 5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bitpay-logo {
|
|
|
|
|
display: block;
|
|
|
|
|
max-height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 4em;
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-07 16:36:33 +09:00
|
|
|
.egifter-banner {
|
|
|
|
|
background: #1A3A8B;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
box-shadow: 0px 5px 10px 0px #cccccc;
|
|
|
|
|
height: 5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.egifter-logo {
|
2017-12-27 17:26:23 +00:00
|
|
|
display: block;
|
|
|
|
|
max-height: 100%;
|
2018-08-07 16:36:33 +09:00
|
|
|
width: 100%;
|
|
|
|
|
height: 4em;
|
2017-12-27 17:26:23 +00:00
|
|
|
}
|