@rahlfantasy/block-explorer
Version:
QRL block explorer
1,085 lines (879 loc) • 18.4 kB
CSS
@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
background: unset ;
}
h3 {
font-family: Roboto;
}
pre {
font-family: Hack;
}
.pushable {
background: #3f3f3f ;
}
.ui .label {
vertical-align: middle;
}
.ui.menu {
margin-bottom: 0;
border-radius: 0px ;
}
.ui.menu .item {
padding-left: 10px;
padding-right: 10px;
}
body.pushable {
background: #3f3f3f ;
}
@media (max-width: 519px) {
.pusher {
margin-top: 40px;
}
}
.ui.label {
overflow: auto;
word-break: break-all;
border-radius: 0px;
}
td a {
font-family: 'Hack';
font-weight: normal;
overflow: auto;
word-break: break-all;
color: #A50B5E;
}
td a:hover {
color: #dc255d;
}
.item:not(.menu) a {
font-family: 'Hack';
color: #A50B5E;
}
.item a:hover {
color: #dc255d;
}
td {
font-weight: normal;
overflow: auto;
word-break: break-all;
}
.value {
overflow: hidden;
word-break: break-all;
color: #000 ;
}
@media (max-width: 519px) {
.ui.statistics .statistic>.value,
.ui.statistic>.value {
font-size: 2rem ;
}
}
td .ui.label {
word-break: keep-all ;
overflow: visible;
}
td .unbreakable {
word-break: keep-all ;
overflow: visible;
}
.breakable {
overflow: hidden;
word-wrap: break-word;
word-break: break-all;
}
.ui.inverted.segment,
.ui.primary.inverted.segment {
background: #0d0820;
}
.footbanner {
/* Increased specificity for SO snippet priority */
position: absolute;
bottom: 0;
width: 100%;
}
.sidebar {
background-color: #0d0820 ;
}
.sidebar a {
font-family: Roboto ;
}
.sidebar a:hover {
font-family: Roboto ;
}
.ui.labeled.icon.menu .item>.icon:not(.dropdown) {
margin-bottom: 0px ;
}
.sidebarConnectionStatus {
position: fixed ;
bottom: 0 ;
margin-left: auto ;
margin-right: auto ;
width: 100%;
}
.fullHeight {
height: 100% ;
}
.fullWidth {
width: 100% ;
}
.main-menu-logo {
margin-top: 10px;
margin-bottom: 0px;
padding-bottom: 5px;
max-width: 70px;
margin-left: auto ;
margin-right: auto ;
width: 50px ;
}
.logoArea {
background-color: #dc255d ;
color: #000 ;
font-family: 'Roboto', sans-serif ;
font-weight: bold;
text-align: center;
font-size: 24px;
min-width: 1em ;
}
.logoArea img {
margin-left: auto ;
margin-right: auto ;
display: block ;
/*margin-bottom: 5px !important;*/
}
.tc-w {
color: #000 ;
}
div.ui.celled.horizontal.list {
color: #0f0f0f ;
}
div.ui.celled.horizontal.list>.item {
border-left: 1px solid rgba(208, 208, 208, 0.8) ;
}
.main-menu-btn {
font-weight: bold;
color: #000 ;
font-family: 'Roboto', sans-serif ;
}
.main-menu-btn .icon {
font-weight: bold;
color: #AFAFAF ;
fill: #AFAFAF ;
width: 40px ;
height: 40px ;
}
.statistic .label {
color: #0f0f0f ;
}
.label>.ui.label {
color: #0d0820 ;
}
.icon.svg.red {
fill: red ;
}
.icon.svg.yellow {
fill: yellow ;
}
.icon.svg.green {
fill: #7ED321 ;
}
/* Hover style for menu items */
.main-menu-btn:hover {
font-weight: bold;
background-color: #fff ;
color: #000 ;
font-family: 'Roboto', sans-serif ;
}
.main-menu-btn.active {
background-color: #6f6f6f ;
color: #000 ;
}
.ui.inverted.menu .active.item:hover {
color: #000 ;
}
.ui.inverted.menu {
background-image: linear-gradient(193deg, #F3F3F3, #D5D5D5) ;
background-attachment: fixed ;
}
.main-menu-btn:hover .icon {
color: #dc255d ;
fill: #dc255d ;
}
.main-menu-btn.active .icon {
color: #fff ;
fill: #fff ;
}
.main-menu-btn.active:hover .icon {
color: #dc255d ;
fill: #dc255d ;
}
/* Exclude Logo Area :hover */
.logoArea:hover {
background-color: #dc255d ;
}
/* Wrapper for all content area */
.main-content-wrapper {
position: relative;
width: 100%;
height: 100%;
min-height: 100%;
padding-left: 120px;
}
.main-content-wrapper .main-content-warning.ui.fixed.secondary.menu {
padding-left: 110px;
/*border-bottom: 1px solid rgba(34,36,38,.15);*/
/*background: #fff;*/
box-shadow: 0 3px 5px 0 rgba(34, 36, 38, .15);
}
/* Main content area */
.main-content {
height: 100%;
min-height: 100%;
padding: 20px;
background-image: url(/img/dots-dark.png) ;
background-position: left top ;
background-repeat: no-repeat ;
}
/* Sub page wrapper in body */
.subPageContent {
padding-top: 60px;
}
/* Main content wrapper for inside a subpage */
.pageSegment {
background-color: rgba(255, 255, 255, 0.1) ;
box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3) ;
border-radius: 0px ;
border: 0px ;
margin-top: 0px ;
}
/* Header for a Sub Page */
.ui .pageHeader {
background-color: #0d0820;
color: #fff;
margin: 0px ;
font-family: 'Roboto', sans-serif ;
font-weight: 300 ;
padding: 10px;
}
.ui .pageHeader .icon {
float: right;
padding-top: 0px ;
}
.ui .pageHeader .content .sub.header {
color: #0f0f0f ;
font-family: 'Roboto', sans-serif ;
}
/* Footer links */
.footer {
display: block;
position: relative;
left: 50%;
bottom: 0px;
transform: translate(-50%, -50%);
margin: 0 auto;
margin-top: 70px;
z-index: -99;
}
.footerLogo {
width: 50px;
}
/* Page Tab Styles */
.tab {
border-radius: 0px ;
}
.ui.tabular.menu .active.item {
border-radius: 0px ;
background-color: #0A0724 ;
color: #fff ;
}
.ui.tabular.menu .item {
background-color: #cacaca ;
color: #0A0724 ;
}
.ui.bottom.attached.tab.segment.active {
background-color: #fafafa ;
color: #0f0f0f ;
}
/* Form Styles */
input {
background-color: #E3E1E3 ;
color: #0A0724 ;
border-radius: 0px ;
}
.ui.label.red {
background-color: #dc255d ;
color: #fff ;
}
.ui.button.red {
background-color: #dc255d ;
box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3) ;
color: #fff ;
border-radius: 0px ;
font-family: Roboto ;
font-size: 14px;
}
.ui.button.plain {
background-color: #f3f3f3 ;
box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.3) ;
border: solid 1px #0d0820 ;
color: #0A0724 ;
border-radius: 0px ;
font-family: Roboto ;
font-size: 14px;
}
.ui.selection.dropdown {
background-color: #E3E1E3 ;
color: #0A0724 ;
box-shadow: 0 ;
border: solid 1px #0d0820 ;
border-radius: 0px ;
}
.tab h2 .content {
color: #0f0f0f ;
}
/* Wallet Created Segments */
.ui.inverted.segment,
.ui.primary.inverted.segment {
background-color: #E3E1E3 ;
box-shadow: 0 ;
border-radius: 0px ;
color: #0A0724 ;
}
/* Transactions */
.transactionRecord {
background: #fafafa ;
color: #0f0f0f ;
border-radius: 0px ;
padding-left: 1em ;
transition: background 0.3s linear;
-webkit-transition: background 0.3s linear;
-moz-transition: background 0.3s linear;
}
.transactionRecord a {
color: #A50B5E ;
font-family: Hack ;
}
.transactionRecord:hover a {
color: #dc255d ;
}
.transactionRecord:hover {
color: #000 ;
background-color: #fff ;
}
.transactionRecordInternal {
background-color: #fff ;
border-radius: 0px ;
padding-left: 0 ;
border: 0 ;
padding: 0 ;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0) ;
margin: 0 ;
}
.transactionTypeImage {
padding-right: 1em ;
}
.transactionAddress {
font-size: 9px;
}
.transactionRecord:hover .transactionAddress {
color: #0f0f0f ;
}
.wordBreak {
word-wrap: break-word;
word-break: break-all;
}
.statusCol {
height: 100% ;
}
#chart {
position: relative;
}
#chartSegment {
min-height: 240px;
border-radius: 0px ;
box-shadow: unset ;
border: unset ;
background: rgba(255, 255, 255, 0.1) ;
background-attachment: fixed ;
}
#myChart {
min-height: 220px;
}
/*
SVG styling
*/
.svg__loading {
height: 150px;
display: block;
margin: auto;
margin-top: 20px;
}
.svg__loading-won {
fill: #DC255D;
}
.svg__loading-lost {
fill: #4A90E2;
}
.svg__loading-new {
fill: #ccc;
}
.svg__loading-open {
fill: #777;
}
/*
"Loading Segments" copy
*/
.snapshot__loading {
position: relative;
font-family: "Roboto", sans-serif;
height: 150px;
padding-top: 20px;
text-align: center;
color: #fafafa;
}
.snapshot__loading-info::after {
width: 0;
opacity: 0.3;
position: absolute;
overflow: hidden;
display: inline-block;
vertical-align: bottom;
padding-left: 0.25em;
content: "\2026";
-webkit-animation: ellipsis 2s infinite;
}
/*
Ellipsis Animation
*/
@-webkit-keyframes ellipsis {
0% {
width: 0.25em;
}
50% {
width: 0.6em;
}
100% {
width: 1em;
}
}
#paginator {
background-color: #fff ;
width: 80px ;
}
.rv-vanilla-modal-fi {
position: absolute;
top: -100%;
left: 50%;
width: 45%;
min-height: 300px;
margin: -300px 0 0 -22.5%;
background: #fff;
z-index: 1000;
-webkit-transition: 0.3s all ease-out;
transition: 0.3s all ease-out;
border-radius: 4px;
-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
.rv-vanilla-modal-is-open {
top: 50%;
}
.rv-vanilla-modal-overlay-fi {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
display: none;
-webkit-transition: .4s opacity linear;
transition: 0.4s opacity linear;
}
.rv-vanilla-modal-is-open {
top: 50%;
}
.rv-vanilla-modal-overlay-fi.is-shown {
opacity: 1;
display: block;
position: fixed;
}
.rv-vanilla-modal-header {
padding: 20px;
background: #0d0820;
border-radius: 4px 4px 0 0;
}
.rv-vanilla-modal-body {
padding: 25px 20px 20px;
overflow: auto;
color: #0d0820;
font-family: 'Roboto';
}
.rv-vanilla-modal-body p {
/*line-height: 40px;*/
margin: 0 0 1em;
}
.rv-vanilla-modal-title {
font-family: 'Roboto';
color: #fff;
margin: 0;
font-size: 18px;
font-weight: 300;
}
.rv-vanilla-modal-close {
color: #fff;
font-family: 'Roboto';
font-size: 20px;
float: right;
display: inline-block;
width: 26px;
height: 26px;
line-height: 26px;
text-align: center;
border-radius: 50%;
border: 0;
cursor: pointer;
background: rgba(255, 255, 255, 0.4);
-webkit-transition: all .2s linear;
transition: all 0.2s linear;
}
.rv-vanilla-modal-close .text {
position: relative;
top: -3px;
}
.rv-vanilla-modal-close:hover {
color: #a50b5e;
background: rgba(255, 255, 255, 0.5);
}
.only-mobile {
display: none;
}
.mobile-explorer {
padding-bottom: 85px;
}
.mobile-explorer>h4.ui.header,
h3.ui.header {
font-family: Roboto;
font-size: 1.5em;
text-align: center;
font-weight: 300;
margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
color: #fff;
background: #0d0820;
display: block ;
}
.mobile-explorer>h3.ui.header>i.icon {
display: none;
}
.mobile-explorer>div.ui.selection.floatright {
float: none;
}
#mainSearch {
width: 400px ;
color: #0F0F0F ;
}
.mobile-explorer>div.ui.selection.floatright>div.ui.icon.fluid.input>input#mainSearch {
width: 90% ;
display: flex ;
margin-left: 5%;
margin-right: 5% ;
z-index: 99 ;
}
.mobile-explorer>div.ui.selection.floatright>div.ui.icon.fluid.input>i.search.link.icon {
margin-right: 5% ;
z-index: 100 ;
}
.mobile-explorer>div.ui.icon.message {
width: 95% ;
margin-left: 2.5%;
margin-right: 2.5%;
display: flex;
}
.mobile-explorer>div.ui.segment.pageSegment {
width: 95% ;
margin-left: 2.5%;
margin-right: 2.5%;
/*display: flex;*/
}
.mobile-explorer>div>.float-right {
box-sizing: initial;
}
.mobile-explorer>div.footer {
padding-top: 50px ;
color: #a0a0a0 ;
}
.mobile-explorer>div.footer strong {
color: #0f0f0f ;
}
.mobile-explorer .pagination.menu a:not(.icon) {
display: none;
}
.mobile-explorer .pageSegment>div.ui.bottom.attached.tab.segment.active>table>tfoot>tr>th {
background: unset ;
}
.mobile-explorer .pageSegment>div.ui.bottom.attached.tab.segment.active>table>tfoot>tr {
box-shadow: unset ;
}
.mobile-explorer .pageSegment>div.ui.bottom.attached.tab.segment.active>table {
background: none
}
.mobile-explorer .menu .item {
color: #000 ;
}
.mobile-explorer .menu .item.active {
background-color: #6f6f6f ;
color: #000 ;
}
.mobile-explorer .ui.menu.four.item .item:hover .icon {
color: #dc255d ;
fill: #dc255d ;
}
.qr-code-container {
display: inline;
background: #fff ;
}
.qr-code-container canvas {
background: #fff ;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
}
.ta-c {
text-align: center;
}
.ta-r {
text-align: right;
}
.lastBlocks {
color: #0f0f0f ;
background-color: #fafafa ;
transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
border-radius: 0px ;
}
.lastBlocks:hover {
color: #000 ;
background-color: #fff ;
}
.lastBlocks:hover .plain {
color: #0f0f0f ;
}
.lastBlocks:hover .cyan {
color: #dc255d ;
}
.miner {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.bl-head {
font-family: Roboto;
font-size: 12px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1;
letter-spacing: normal;
text-align: center;
color: #fafafa;
margin-bottom: 0px ;
padding-bottom: 0px ;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.bl-num {
font-family: Roboto;
font-size: 14px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
line-height: 2;
letter-spacing: 1px;
text-align: center;
}
.text-lipstick {
color: #dc255d ;
}
.bl-data {
font-family: Roboto;
font-size: 12px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.5;
letter-spacing: normal;
color: #fafafa;
padding-top: 6px ;
padding-bottom: 10px ;
padding-left: 0px ;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.bl-first-col {
padding-bottom: 2px ;
padding-top: 10px ;
}
.bl-more {
padding-bottom: 10px ;
padding-top: 16px ;
padding-left: 0px ;
padding-right: 0px ;
}
.statusBoard {
/*background: #eee !important;*/
color: #0f0f0f ;
}
.ui.segment {
background: #eee;
}
.break-word {
word-break: break-word;
}
.ui.attached.segment {
background: #fff;
}
.p0 {
padding: 0px;
}
html {
background-image: linear-gradient(3deg, #F3F3F3, #D5D5D5) ;
background-attachment: fixed ;
}
.ui.message {
border-radius: 0px ;
}
.statusBoard .content strong {
font-family: Roboto ;
color: #A50B5E ;
}
.footer a {
color: #0F0F0F ;
}
.ui.negative.message {
background: #FFFFFF ;
}
.ui.negative.message .header {
color: #dc255d ;
}
.ui.negative.message .close.icon {
color: #dc255d ;
}
#lastBlocks {
max-width: 1288px;
min-width: 100px;
background: #2E3C5A;
color: #000 ;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
}
#txnPageSegment>div.ui.bottom.attached.tab.segment.active {
background: rgba(100, 100, 100, 0.1) ;
}
table {
border-radius: 0px ;
}
.ui.table {
background: rgba(255, 255, 255, 0.2) ;
}
.ui.table td {
color: #0f0f0f;
}
.ui.table th {
color: #fafafa ;
background: rgba(0, 0, 0, 0.3) ;
}
.jsonclick {
border-radius: 0px ;
background-color: #DC255D ;
color: #fff ;
}
.ofe {
font-family: Roboto;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
}
.cyan {
color: #A50B5E;
}
.plain {
color: #0f0f0f;
font-family: Hack;
font-size: 13px;
}
.plain-r {
color: #0f0f0f ;
}
#loadingTransactions {
background: rgba(255, 255, 255, 0.9) ;
}
.t-c {
text-align: center ;
}
.t-l {
text-align: left ;
}
.mb-0 {
margin-bottom: 0px ;
}
.mt-0 {
margin-top: 0px ;
}
.pb-0 {
padding-bottom: 0px ;
}
.pt-0 {
padding-top: 0px ;
}
.pb-5 {
padding-bottom: 5px ;
}
.pl-0 {
padding-left: 0px ;
}
.pr-0 {
padding-right: 0px ;
}
.f-h {
font-family: Hack ;
}
.ui.message .header {
font-family: 'Roboto' ;
}
.ui:not(.icon) {
font-family: 'Roboto' ;
}
.snapshot__loading-info {
color: #0f0f0f ;
}
.ui.small.basic.grey.icon.button.themeToggle {
color: #0f0f0f ;
}
.plain a {
color: #4183c4 ;
}
.lastBlocks:hover .plain a {
color: #0E5091 ;
}
.used {
background-color: rgba(165,37,37,0.85);
color: #fff;
text-decoration: line-through;
padding: 2px ;
font-size: 10px ;
}
.unused {
background-color: rgba(37,165,37,0.6);
padding: 2px ;
font-size: 10px ;
}
span.json-formatter-string {
white-space: pre-wrap ;
}