html,
body {
height: 100%;
font-family: konnect;
}
@font-face {
font-family: 'konnect';
src: url('../fonts/KonnectSemiBold.otf') format('opentype');
}
body {
background-image: url("../images/background2.png");
background-color: linear-gradient(to right bottom, #17a7b6, #00bbc0, #00cec7, #00e2c8, #34f5c6);
background-repeat: no-repeat;
background-size: cover;
}
#whitecontent {
font-weight: bold;
color: black;
}
#whitecontent a {
color: #fff;
}
#jsalert {
color: #fff;
}
#jsalert a {
color: black;
}
#wallet small,
i {
color: #fff;
}
#newAddress small,
i {
color: #fff;
}
#newSegWit small,
i {
color: #fff;
}
#newSegWit a {
color: black;
}
#newMultiSig small,
i {
color: #fff;
}
#newMultiSig a {
color: black;
font-weight: 1000;
}
#newTimeLocked small,
a {
color: #fff;
}
#newHDaddress small,
i {
color: #fff;
}
#newTransaction small {
color: #fff;
}
#newTransaction a {
color: black;
}
.displaynone {
display: none;
}
#wrap {
min-height: 100%;
height: auto;
/* Negative indent footer by its height */
margin: 0 auto -60px;
/* Pad bottom by footer height */
padding: 0 0 60px;
}
#footer {
height: 60px;
background-color: #f5f5f5;
padding-top: 20px;
}
.alert {
overflow: hidden;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
display: block;
}
#fees .txi_regular {
background: #d3d3d3;
}
#fees .txi_segwit {
background: #bae1ff;
}
#fees .txi_multisig {
background: #baffc9;
}
#fees .txi_hodl {
background: #ffdfba;
}
#fees .txi_unknown {
background: #ffb3ba;
}
#fees .txo_p2pkh {
background: #E679C8;
}
#fees .txo_p2sh {
background: #FAFE92;
}
#fees .txinputs {}
#fees .txoutputs {}
.hideOverflow {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
#fees .slider {
-webkit-appearance: none;
appearance: none;
width: 100%;
height: 30px;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
border: 2px dotted #c3c3c3;
}
#fees .sliderbtn {
height: 30px;
width: 30px;
padding: 0px;
margin: 0px;
border: 0px;
}
#fees .slider:hover {
opacity: 1;
}
#fees .slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 32px;
height: 32px;
border: 0;
background: url('https://coinb.in/images/btc32x.png');
cursor: pointer;
}
#fees .slider::-moz-range-thumb {
width: 32px;
height: 32px;
border: 0;
background: url('https://coinb.in/images/btc32x.png');
cursor: pointer;
}
#fees .total {
font-size: 100px;
}
#discord,
#twitter {
margin-left: 50px;
color: black;
font-size: 30px;
}
#web {
color: black;
font-size: 30px;
}