insight-ui-zcash/public/src/css/common.css

676 lines
12 KiB
CSS
Raw Normal View History

2014-01-06 11:12:14 -08:00
/* Sticky footer styles
-------------------------------------------------- */
@charset "UTF-8";
2014-01-06 11:12:14 -08:00
html,
body {
2014-01-15 12:40:29 -08:00
color: #373D42;
2014-01-23 05:58:03 -08:00
font-family: 'Ubuntu', sans-serif;
2014-01-06 11:12:14 -08:00
height: 100%;
/* The html and body elements cannot have any padding or margin. */
}
2014-01-16 11:46:00 -08:00
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
color: #373D42;
2014-01-23 05:58:03 -08:00
font-family: 'Ubuntu', sans-serif;
2014-01-16 11:46:00 -08:00
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide {
display: none !important;
}
2014-02-10 14:04:26 -08:00
/* Styling for the ngProgress itself */
2014-02-10 11:08:36 -08:00
#ngProgress {
2014-02-18 10:09:11 -08:00
background-color: #6C9032 !important;
2014-02-10 11:30:23 -08:00
box-shadow: none !important;
color: #373D42 !important;
2014-02-18 10:09:11 -08:00
height: 3px !important;
2014-02-10 14:04:26 -08:00
margin: 0;
opacity: 0;
padding: 0;
z-index: 99998;
/* Add CSS3 styles for transition smoothing */
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
/* Styling for the ngProgress-container */
#ngProgress-container {
position: fixed;
margin: 0;
padding: 0;
2014-02-18 10:09:11 -08:00
top: 63px;
2014-02-10 14:04:26 -08:00
left: 0;
right: 0;
z-index: 99999;
2014-02-10 11:08:36 -08:00
}
2014-01-06 11:12:14 -08:00
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto;
/* Negative indent footer by its height */
2014-01-21 10:10:34 -08:00
margin: 0 auto -51px;
2014-01-06 11:12:14 -08:00
/* Pad bottom by footer height */
padding: 0 0 75px;
2014-01-06 11:12:14 -08:00
}
2014-01-23 05:58:03 -08:00
.m10h { margin: 0 10px; }
.m20h { margin: 0 20px; }
.m5v { margin: 5px 0; }
.m20v { margin: 20px 0; }
.m10v { margin: 10px 0; }
.m50v { margin: 50px 0; }
.m10b { margin-bottom: 10px; }
2014-02-17 11:14:14 -08:00
.m10l { margin-left: 10px; }
2014-01-17 11:18:27 -08:00
2014-01-23 05:58:03 -08:00
.vm { vertical-align: middle; }
2014-01-17 11:18:27 -08:00
.bgwhite {
background-color: white;
}
2014-02-19 12:35:24 -08:00
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
margin-left: 0;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
background-color: #F0F7E2;
}
2014-02-18 10:09:11 -08:00
.navbar-default .navbar-toggle {
border-color: #fff;
margin-top: 15px;
}
.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #373D42;}
2014-01-15 08:15:10 -08:00
.navbar-default {
background-color: #8DC429;
2014-02-19 12:35:24 -08:00
margin: 0;
2014-01-15 08:15:10 -08:00
}
.navbar-default .navbar-nav>li>a {
color: #F4FBE8;
2014-01-23 05:58:03 -08:00
font-family: 'Ubuntu', sans-serif;
2014-02-18 10:09:11 -08:00
padding-left: 25px;
padding-right: 25px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus {
background-color: #6C9032;
color: #fff;
2014-01-15 08:15:10 -08:00
}
2014-02-18 10:09:11 -08:00
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a:hover {
2014-01-15 08:15:10 -08:00
background-color: #fff;
}
.navbar-form .form-group {
display: block;
}
.navbar-form {
width: 35%;
2014-02-18 10:09:11 -08:00
margin-top: 15px;
}
@media (max-width: 991px) {
.status {
margin: 0;
}
.navbar-form {
width: 15%;
2014-02-03 13:16:35 -08:00
}
}
@media (max-width: 767px) {
2014-02-03 13:16:35 -08:00
.navbar-form {
width: auto;
}
}
2014-02-03 05:35:12 -08:00
.nav-tabs.nav-justified>li>a:hover {
cursor: pointer;
}
.insight {
font-family: 'Ubuntu', sans-serif;
font-size: 34px;
font-style: italic;
2014-02-13 06:29:21 -08:00
font-weight: 700;
overflow: hidden;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #fffffe;
}
.navbar-default .navbar-brand {
color: #FFFFFF;
2014-02-18 10:09:11 -08:00
padding: 22px 15px;
}
2014-01-15 08:15:10 -08:00
.navbar-form .form-control {
2014-01-23 05:58:03 -08:00
background-color: #7CAD23;
2014-01-20 12:18:21 -08:00
border-radius: 3px;
2014-01-23 05:58:03 -08:00
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border: 0;
2014-01-15 08:15:10 -08:00
-webkit-box-shadow: 1px 1px 0px 0px rgba(255,255,255,0.41), inset 1px 1px 3px 0px rgba(0,0,0,0.10);
2014-01-23 05:58:03 -08:00
-moz-box-shadow: 1px 1px 0px 0px rgba(255,255,255,0.41), inset 1px 1px 3px 0px rgba(0,0,0,0.10);
2014-01-15 08:15:10 -08:00
box-shadow: 1px 1px 0px 0px rgba(255,255,255,0.41), inset 1px 1px 3px 0px rgba(0,0,0,0.10);
}
2014-02-18 10:09:11 -08:00
.navbar-nav>li>a {
padding-top: 22px;
padding-bottom: 22px;
}
2014-01-15 08:15:10 -08:00
#search {
color: #fff;
2014-01-23 05:58:03 -08:00
font-family: 'Ubuntu', sans-serif;
2014-01-15 08:15:10 -08:00
}
2014-02-12 07:57:50 -08:00
#search.loading {
background-image: url('/img/loading.gif');
background-position: 5px center;
background-repeat: no-repeat;
padding-left: 25px;
}
#search::-webkit-input-placeholder {
2014-01-15 08:15:10 -08:00
color: #BCDF7E;
2014-01-23 05:58:03 -08:00
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
2014-01-23 05:58:03 -08:00
font-style: italic;
font-weight: 100;
2014-01-15 08:15:10 -08:00
}
#search::-moz-placeholder {
2014-01-15 08:15:10 -08:00
color: #BCDF7E;
2014-01-23 05:58:03 -08:00
font-family: 'Ubuntu', sans-serif;
font-size: 14px;
2014-01-23 05:58:03 -08:00
font-weight: 100;
2014-01-15 08:15:10 -08:00
}
2014-01-20 12:18:21 -08:00
.status {
2014-01-23 05:58:03 -08:00
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #597338;
2014-01-20 12:18:21 -08:00
border-radius: 3px;
2014-02-18 10:09:11 -08:00
margin: 15px 0;
padding: 8px 10px;
font-size: 12px;
color: #eee;
text-align: center;
margin-right: 10px;
2014-01-20 12:18:21 -08:00
}
.status .tooltip {
margin: 0;
}
2014-01-20 12:18:21 -08:00
2014-01-15 12:40:29 -08:00
.col-gray {
2014-01-23 05:58:03 -08:00
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
2014-01-16 09:17:24 -08:00
background-color: #F4F4F4;
2014-01-15 12:40:29 -08:00
border-radius: 5px;
padding: 14px;
2014-02-10 08:45:41 -08:00
border: 1px solid #eee;
2014-01-15 12:40:29 -08:00
}
.col-gray-responsive {
width: auto;
}
.col-gray-fixed {
2014-02-17 11:14:14 -08:00
margin-top: 15px;
position: fixed;
width: 250px;
2014-02-10 06:34:36 -08:00
border: 1px solid #eee;
z-index: 1;
}
@media (max-width: 768px) {
.col-gray-fixed {
width:100%;
}
}
@media (max-width: 995px) {
.col-gray-fixed {
position:static;
width: 100%;
}
}
@media (min-width: 1200px) {
.col-gray-fixed {
width: 280px;
}
}
2014-01-16 09:17:24 -08:00
.ellipsis {
2014-01-15 12:40:29 -08:00
display: block;
overflow: hidden;
text-overflow: ellipsis;
2014-01-23 05:58:03 -08:00
white-space: nowrap;
2014-01-15 12:40:29 -08:00
}
2014-01-16 09:17:24 -08:00
.line20 {
border: 1px solid #D4D4D4;
margin-bottom: 15px;
}
.line10 {
border: 1px solid #EAEAEA;
margin: 10px 0;
}
2014-01-15 12:40:29 -08:00
.block-id {
2014-01-23 05:58:03 -08:00
background-color: #373D42;
2014-01-15 12:40:29 -08:00
border: 3px solid #FFFFFF;
margin: 0 auto;
2014-01-23 05:58:03 -08:00
width: 165px;
color: #fff;
text-align: center;
2014-01-15 12:40:29 -08:00
}
.block-id span {
2014-02-17 11:14:14 -08:00
font-size: 40px;
margin: 30px 0;
}
.block-id h2 {
2014-01-15 12:40:29 -08:00
color: #FFFFFF;
2014-01-23 05:58:03 -08:00
font-weight: bold;
2014-01-15 12:40:29 -08:00
line-height: 30px;
font-size: 24px;
margin-top: 0;
margin-bottom: 10px;
2014-01-15 12:40:29 -08:00
}
.icon-block {
2014-01-23 05:58:03 -08:00
color: #FFFFFF;
font-size: 35px;
margin-top: 10px;
2014-01-15 12:40:29 -08:00
}
2014-02-07 12:20:54 -08:00
.icon-block h3 {
color: #fff;
}
2014-01-16 09:17:24 -08:00
.block-tx {
2014-01-23 05:58:03 -08:00
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background-color: #F4F4F4;
2014-01-16 09:17:24 -08:00
border-radius: 2px;
2014-01-20 10:31:02 -08:00
margin: 20px 0 10px;
2014-01-23 05:58:03 -08:00
overflow: hidden;
2014-01-20 10:31:02 -08:00
padding: 15px;
2014-02-10 06:34:36 -08:00
border: 1px solid #eee;
2014-01-20 10:31:02 -08:00
}
2014-01-17 11:18:27 -08:00
.btn {
2014-01-16 09:17:24 -08:00
border-radius: 2px;
2014-01-17 11:18:27 -08:00
}
.btn-primary {
2014-01-23 05:58:03 -08:00
background-color: #8DC429;
2014-01-17 11:18:27 -08:00
border: 2px solid #76AF0F;
2014-01-16 09:17:24 -08:00
}
2014-01-17 11:18:27 -08:00
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-primary.active, .open .dropdown-toggle.btn-primary,
.btn-success:hover, .btn-success:focus, .btn-success:active,
.btn-success.active, .open .dropdown-toggle.btn-success,
.btn-danger:hover, .btn-danger:focus, .btn-danger:active,
.btn-danger.active, .open .dropdown-toggle.btn-danger {
2014-01-23 05:58:03 -08:00
background-color: #fff;
2014-01-16 09:17:24 -08:00
border: 2px solid #ccc;
color: #373D42;
}
2014-02-17 11:14:14 -08:00
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
background-color: #fff;
}
2014-01-17 11:18:27 -08:00
.btn-default {
2014-01-23 05:58:03 -08:00
background-color: #E7E7E7;
2014-01-17 11:18:27 -08:00
}
.btn-success {
2014-01-23 05:58:03 -08:00
background-color: #2FA4D7;
2014-01-17 11:18:27 -08:00
border: 2px solid #237FA7;
}
.btn-danger {
2014-01-23 05:58:03 -08:00
background-color: #AC0015;
2014-01-17 11:18:27 -08:00
border: 2px solid #6C0000;
}
.txvalues {
display: inline-block;
2014-02-07 11:42:26 -08:00
padding: .7em 2em;
font-size: 13px;
text-transform: uppercase;
font-weight:100;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
@media (max-width: 768px) {
.txvalues {
display: block;
margin: 5px;
}
2014-02-07 11:42:26 -08:00
}
.txvalues-primary {
2014-02-07 11:42:26 -08:00
background-color: #8DC429;
}
.txvalues-default {
2014-02-19 12:35:24 -08:00
background-color: #EBEBEB;
2014-02-07 11:42:26 -08:00
color: #333;
}
.txvalues-success {
2014-02-07 11:42:26 -08:00
background-color: #2FA4D7;
}
.txvalues-danger {
2014-02-07 11:42:26 -08:00
background-color: #AC0015;
}
2014-01-23 05:58:03 -08:00
.progress-bar-info { background-color: #8DC429; }
2014-01-21 12:20:05 -08:00
2014-01-06 11:12:14 -08:00
/* Set the fixed height of the footer here */
#footer {
2014-01-21 09:58:04 -08:00
background-color: #373D42;
color: #fff;
2014-01-23 05:58:03 -08:00
height: 51px;
2014-01-22 13:13:43 -08:00
overflow: hidden;
2014-01-06 11:12:14 -08:00
}
2014-01-22 13:13:43 -08:00
#footer a.insight {
2014-01-21 09:58:04 -08:00
font-size: 20px;
text-decoration: none;
color: #fff;
}
#footer a.insight:hover {
color: #fffffe;
2014-01-21 09:58:04 -08:00
}
2014-01-23 05:58:03 -08:00
#footer a.insight small { font-size: 11px; }
.line-footer { border-top: 2px dashed #ccc; }
2014-01-21 09:58:04 -08:00
2014-01-16 09:17:24 -08:00
.line-bot {
border-bottom: 2px solid #EAEAEA;
2014-01-23 05:58:03 -08:00
padding: 0 0 10px 0;
2014-01-16 09:17:24 -08:00
}
2014-01-23 05:58:03 -08:00
.line-mid { padding: 15px 0;}
2014-01-16 09:17:24 -08:00
.line-top {
border-top: 1px solid #EAEAEA;
padding: 15px 0 0 0;
2014-01-16 09:17:24 -08:00
}
2014-01-06 11:12:14 -08:00
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
2014-02-18 10:09:11 -08:00
#wrap > .container { padding: 70px 15px 0; }
2014-01-23 05:58:03 -08:00
#footer > .container { padding: auto 15px; }
2014-01-06 11:12:14 -08:00
2014-01-23 05:58:03 -08:00
.code { font-size: 80%; }
2014-01-23 05:58:03 -08:00
.address { font-size: 11px; }
.no_matching {
2014-01-24 07:08:09 -08:00
-moz-border-radius-bottomleft: 2px;
-moz-border-radius-bottomright: 2px;
-webkit-border-bottom-left-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
background-color: #FFFFFF;
2014-01-24 07:08:09 -08:00
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-top: none;
border: 1px solid #64920F;
padding: 10px 20px;
position: absolute;
2014-01-24 07:08:09 -08:00
text-align: center;
top: 45px;
width: 300px;
}
/*Animations*/
.fader.ng-enter {
opacity: 0;
2014-01-23 05:58:03 -08:00
-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s;
}
2014-01-23 05:58:03 -08:00
.fader.ng-enter-active { opacity: 1; }
2014-01-17 11:18:27 -08:00
.tx-bg {
background-color: #F4F4F4;
2014-01-23 05:58:03 -08:00
left: 0;
2014-01-17 11:18:27 -08:00
min-height: 340px;
position: absolute;
top: 0;
2014-01-23 05:58:03 -08:00
width: 100%;
2014-01-17 11:18:27 -08:00
z-index: -9999;
}
.badge {
2014-01-23 05:58:03 -08:00
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
background-color: #999999;
border-radius: 9px;
color: #ffffff;
font-size: 12.025px;
font-weight: bold;
2014-01-23 05:58:03 -08:00
padding: 1px 9px 2px;
white-space: nowrap;
}
2014-01-23 05:58:03 -08:00
.badge:hover {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
2014-01-20 18:01:07 -08:00
2014-01-23 05:58:03 -08:00
.badge-error { background-color: #b94a48; }
.badge-error:hover { background-color: #953b39; }
.badge-warning { background-color: #f89406; }
.badge-warning:hover { background-color: #c67605; }
.badge-success { background-color: #468847; }
.badge-success:hover { background-color: #356635; }
.badge-info { background-color: #3a87ad; }
.badge-info:hover { background-color: #2d6987; }
.badge-inverse { background-color: #333333; }
.badge-inverse:hover { background-color: #1a1a1a; }
2014-01-20 18:01:07 -08:00
2014-01-21 14:40:41 -08:00
.status .t {
2014-01-21 12:46:42 -08:00
color: white;
}
2014-01-23 05:58:03 -08:00
.status .text-danger { background: red; }
2014-01-21 14:40:41 -08:00
.status .text-warning {
background: yellow;
color: black;
}
.btn-copy {
2014-01-22 05:19:52 -08:00
color: #9b9b9b;
2014-01-23 05:58:03 -08:00
display: inline-block;
height: 16px;
width: 16px;
outline: none;
vertical-align: sub;
}
.btn-expand {
color: #9b9b9b;
vertical-align: middle;
2014-01-22 05:19:52 -08:00
}
2014-02-17 12:19:22 -08:00
.btn-copy:hover, .btn-expand:hover {
color: #000;
text-decoration: none;
2014-02-17 12:19:22 -08:00
}
.btn-copy {
background: transparent url('/img/icons/copy.png') center center no-repeat;
}
.btn-copy .tooltip {
display: block;
margin-left: 20px;
margin-top: -2px;
opacity: 0;
}
.btn-copy.zeroclipboard-is-hover { color: #2a6496; }
.btn-copy.zeroclipboard-is-active .tooltip { opacity: 1; }
2014-01-23 05:58:03 -08:00
@media (max-width: 991px) {
.btn-copy {
2014-02-10 14:04:26 -08:00
display: none;
}
}
.txid {
line-height: 26px;
}
.tx-id {
background-color: #373D42;
border: 3px solid #FFFFFF;
margin: 0 auto;
width: 165px;
color: #FFFFFF;
text-align: center;
}
2014-02-17 12:19:22 -08:00
.tx-id span {
font-size: 40px;
margin: 30px 0;
}
.page-header { margin-top: 0; }
2014-01-30 13:39:00 -08:00
/* Index */
#home .btn-more {
border-top: 1px solid #ddd;
margin: 30px auto 0;
text-align: center;
width: 90%;
}
#home .btn-more .btn-default {
margin-top: -23px;
}
2014-02-11 11:48:25 -08:00
#powered .powered-text {
border-top: 1px solid #ddd;
margin: 30px auto 0;
text-align: center;
width: 90%;
}
#powered .powered-text small {
background-color: #f4f4f4;
padding: 4px;
position: relative;
top: -12px;
}
#powered a {
background-repeat: no-repeat;
background-position: center center;
display: inline-block;
float: left;
height: 45px;
}
#powered a.bitcore {
background-image: url('http://bitcore.io/images/logo.svg');
background-size: 80px;
width: 30%;
}
#powered a.nodejs {
background-image: url('/img/nodejs.png');
background-size: 80px;
width: 30%;
}
#powered a.angularjs {
background-image: url('/img/angularjs.png');
background-size: 50px;
width: 20%;
}
#powered a.leveldb {
background-image: url('/img/leveldb.png');
background-size: 50px;
width: 20%;
}
2014-02-12 08:11:27 -08:00
@keyframes rotateThis {
from { transform: scale( 1 ) rotate( 0deg ); }
to { transform: scale( 1 ) rotate( 360deg ); }
}
@-webkit-keyframes rotateThis {
from { -webkit-transform: scale( 1 ) rotate( 0deg ); }
to { -webkit-transform: scale( 1 ) rotate( 360deg ); }
}
.icon-rotate {
animation-name: rotateThis;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateThis;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
.transaction-vin-vout {
}
2014-02-23 21:33:47 -08:00
.v_highlight {
background-color: #8DC429;
overflow: hidden;
color: #fff;
}
2014-02-23 21:33:47 -08:00
a.v_highlight_more {
background-color: #8DC429;
color: #fff;
}
.secondary_navbar {
width: 100%;
background: #fff;
position: fixed;
top: 64px;
left: 0;
border: 1px solid #eee;
padding: 10px;
text-align: center;
z-index: 10000;
}