216 lines
2.6 KiB
CSS
216 lines
2.6 KiB
CSS
body {
|
|
padding: 80px 40px;
|
|
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
|
/* background-image: url('/images/background2.png');*/
|
|
}
|
|
|
|
#index-search {
|
|
width: 80%;
|
|
}
|
|
|
|
.nav-search input {
|
|
width: 400px !important;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.view_tx {
|
|
text-align: center;
|
|
}
|
|
|
|
.block-last {
|
|
margin: 0;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.block-next {
|
|
margin: 0;
|
|
margin-left: 10px;
|
|
}
|
|
#chart3 .jqplot-xaxis {
|
|
display: none;
|
|
}
|
|
|
|
.data {
|
|
display: block;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
|
|
.txid {
|
|
width: 100%;
|
|
display:block;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.panel-address-summary {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
/* datatable tweaks */
|
|
table {
|
|
width: 100% !important;
|
|
}
|
|
.dataTables_info, .dataTables_length {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.dataTables_info {
|
|
display: hidden !important;
|
|
}
|
|
|
|
.dataTables_length {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.dataTables_paginate {
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.tab-pane {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
table a:not(.btn),.table a:not(.btn){
|
|
text-decoration:none
|
|
}
|
|
|
|
tr {
|
|
width: 100%;
|
|
}
|
|
|
|
.footer-padding {
|
|
height: 50px;
|
|
width: 100%;
|
|
}
|
|
|
|
.summary-table {
|
|
margin: 0px !important;
|
|
}
|
|
|
|
#loading-icon {
|
|
width: 30px;
|
|
margin: 10px 10px;
|
|
}
|
|
|
|
.menu-text {
|
|
margin-left:5px;
|
|
}
|
|
|
|
#twitter-icon,
|
|
#facebook-icon,
|
|
#googleplus-icon,
|
|
#bitcointalk-icon,
|
|
#website-icon,
|
|
#github-icon,
|
|
#slack-icon,
|
|
#discord-icon,
|
|
#telegram-icon,
|
|
#reddit-icon,
|
|
#youtube-icon {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.connections {
|
|
position: absolute;
|
|
bottom: 15px;
|
|
right: 15px;
|
|
}
|
|
|
|
#lblBlockcount {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#twitter-icon img,
|
|
#facebook-icon img,
|
|
#googleplus-icon img,
|
|
#bitcointalk-icon img,
|
|
#website-icon img,
|
|
#github-icon img,
|
|
#slack-icon img,
|
|
#discord-icon img,
|
|
#telegram-icon img,
|
|
#reddit-icon img,
|
|
#youtube-icon img{
|
|
width: 40px;
|
|
margin: 5px 5px;
|
|
}
|
|
|
|
#market_menu {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#hashratepanel span,
|
|
#difficultypanel span,
|
|
#supplypanel span,
|
|
#masternodepanel span,
|
|
#pricepanel span{
|
|
margin: 0 5px 0 5px;
|
|
top: 0;
|
|
}
|
|
|
|
.label a:link {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.label a:visited {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.label a:hover {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.label a:active {
|
|
color: #ffffff;
|
|
}
|
|
|
|
@media(max-width:767px){
|
|
body {
|
|
padding: 0px;
|
|
padding-top:60px;
|
|
}
|
|
}
|
|
|
|
@media(max-width:1096px){
|
|
.nav-search input {
|
|
width: 300px !important;
|
|
}
|
|
}
|
|
|
|
@media(max-width:865px){
|
|
.nav-search input {
|
|
width: 150px !important;
|
|
}
|
|
}
|
|
.table>tbody>tr>td.addr-summary {
|
|
line-height: 7.7;
|
|
font-size: 1.3em;
|
|
font-weight: 800;
|
|
text-align: center;
|
|
}
|
|
|
|
.qrcode {
|
|
/*position: absolute;
|
|
top: 65px;
|
|
right: 15px;*/
|
|
}
|
|
|
|
.footer-logo {
|
|
height: 40px;
|
|
position: absolute;
|
|
bottom: 0px;
|
|
}
|
|
|
|
.logo-main {
|
|
padding: 0 15px;
|
|
}
|
|
|
|
@media(max-width:767px){
|
|
.logo-main {
|
|
padding: 0 15px 0 30px;
|
|
}
|
|
}
|
|
|
|
.decimal {
|
|
font-size: 0.7em;
|
|
} |