ethstats-server/public/css/style.css

320 lines
4.4 KiB
CSS
Raw Normal View History

2015-04-05 18:22:49 +02:00
html {
width: 100%;
}
2015-01-20 19:29:31 +01:00
body {
2015-04-05 18:22:49 +02:00
width: 100%;
2015-04-04 21:35:45 +02:00
min-width: 1900px;
2015-01-20 19:29:31 +01:00
font-smooth: auto;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
}
2015-04-09 23:36:29 +02:00
.propagationBox {
position: relative;
width: 8px;
height: 8px;
float: left;
top: 8px;
margin-right: 5px;
}
.bg-success,
.text-success .propagationBox {
2015-04-06 01:28:42 +02:00
background: #7bcc3a;
}
2015-04-05 18:22:49 +02:00
2015-04-09 23:36:29 +02:00
.bg-info,
.text-info .propagationBox {
2015-04-06 01:28:42 +02:00
background: #10a0de;
2015-04-05 18:22:49 +02:00
}
2015-04-09 23:36:29 +02:00
.bg-warning,
.text-warning .propagationBox {
2015-04-06 01:28:42 +02:00
background: #FFD162;
}
2015-04-09 23:36:29 +02:00
.bg-orange,
.text-orange .propagationBox {
2015-04-09 16:21:28 +02:00
background: #ff8a00;
}
2015-04-09 23:36:29 +02:00
.bg-danger,
.text-danger .propagationBox {
2015-04-06 01:28:42 +02:00
background: #F74B4B;
}
2015-04-09 23:36:29 +02:00
.text-gray .propagationBox {
border: 1px solid #777;
}
2015-04-09 16:21:28 +02:00
.bg-success,
.bg-info,
.bg-warning,
.bg-orange,
.bg-danger {
color: #000;
}
2015-04-06 12:47:11 +02:00
.text-gray {
color: #777 !important;
2015-04-06 12:47:11 +02:00
}
2015-04-06 12:55:33 +02:00
.text-orange {
color: #ff8a00;
}
2015-04-06 01:28:42 +02:00
.container-fluid {
padding-left: 30px;
padding-right: 30px;
}
.stat-holder {
2015-03-05 16:34:10 +01:00
background: #090909;
border: 1px solid rgba(255,255,255,0.05);
2015-01-20 19:29:31 +01:00
}
2015-04-06 01:28:42 +02:00
.big-info {
padding-bottom: 15px;
padding-top: 15px;
2015-04-05 18:22:49 +02:00
}
2015-01-20 19:29:31 +01:00
.big-info .icon-full-width i {
display: block;
2015-03-05 16:34:10 +01:00
width: 85px;
height: 70px;
font-size: 70px;
line-height: 70px;
margin-right: 15px;
2015-04-06 01:28:42 +02:00
margin-left: -15px;
2015-01-20 19:29:31 +01:00
}
.big-info span {
opacity: 0.7;
}
2015-04-06 01:28:42 +02:00
.big-info span.small-title,
.big-info div.small-title-miner {
2015-01-20 19:29:31 +01:00
display: block;
2015-04-06 07:33:01 +02:00
}
span.small-title,
div.small-title-miner {
2015-01-20 19:29:31 +01:00
font-weight: 700;
2015-03-05 16:34:10 +01:00
font-size: 14px;
2015-01-20 19:29:31 +01:00
line-height: 20px;
letter-spacing: 1px;
text-transform: uppercase;
2015-04-06 01:28:42 +02:00
color: #aaa;
2015-03-27 17:52:42 +01:00
}
2015-01-20 19:29:31 +01:00
.big-info span.big-details {
display: block;
font-weight: 200;
2015-03-05 16:34:10 +01:00
font-size: 50px;
line-height: 55px;
2015-01-20 19:29:31 +01:00
letter-spacing: -4px;
}
2015-03-27 17:52:42 +01:00
.big-info.chart span.big-details {
padding-top: 15px;
}
2015-04-06 01:28:42 +02:00
.big-info.chart {
height: 120px;
-webkit-box-sizing: border-box
box-sizing: border-box;
}
.big-info.chart.double-chart {
height: 242px;
}
.blocks-holder {
2015-04-06 16:33:55 +02:00
width: 288px;
2015-04-06 01:28:42 +02:00
padding-top: 5px;
2015-04-06 16:33:55 +02:00
margin-left: -2px;
2015-04-06 01:28:42 +02:00
}
.blocks-holder div.small-title-miner {
font-size: 12px;
font-weight: normal;
letter-spacing: 0px;
text-transform: none;
white-space: nowrap;
-webkit-font-smoothing: subpixel-antialiased;
-moz-font-smoothing: subpixel-antialiased;
2015-04-06 03:55:46 +02:00
color: #777;
2015-04-06 01:28:42 +02:00
}
.blocks-holder .block-count {
float: right;
line-height: 18px;
color: #aaa;
}
.blocks-holder .block {
width: 6px;
height: 6px;
margin: 2px 1px 6px 1px;
float: left;
-webkit-border-radius: 1px;
border-radius: 1px;
2015-04-06 07:33:01 +02:00
opacity: .8;
}
2015-04-06 16:33:55 +02:00
.blocks-holder .block:first-child {
margin-left: 0px;
}
.blocks-holder .block:last-child {
margin-right: 0px;
}
2015-04-06 07:33:01 +02:00
.page-latency {
position: absolute;
top: 400px;
left: 15px;
}
.page-latency .small-title {
letter-spacing: 0px;
opacity: .8;
2015-04-06 01:28:42 +02:00
}
2015-03-27 17:52:42 +01:00
.jqstooltip {
}
.jqsfield {
position: relative;
padding: 5px 0;
2015-04-02 18:52:24 +02:00
width: auto;
left: -50%;
2015-03-27 17:52:42 +01:00
word-wrap: wrap;
text-align: center;
}
.jqsfield .tooltip-arrow {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #fff;
}
2015-01-20 19:29:31 +01:00
table i {
-webkit-font-smoothing: subpixel-antialiased;
-moz-font-smoothing: subpixel-antialiased;
}
table th,
table td {
border-color: #222 !important;
}
table th {
color: #888;
}
table th i,
table td i {
font-size: 20px;
}
#mapHolder {
2015-02-08 16:03:05 +01:00
display: block;
2015-01-20 19:29:31 +01:00
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
height: auto;
margin: 10px auto;
}
#mapHolder > svg {
right: 0;
bottom: 0;
width: 100%;
height: 100%;
display: inline-block;
position: absolute;
top: 0;
left: 0;
}
2015-04-05 18:22:49 +02:00
table td {
white-space: nowrap !important;
}
.table>tbody>tr>td,
.table>thead>tr>th {
padding: 5px;
}
.th-nodename {
width: 400px;
}
2015-04-04 01:57:57 +02:00
.th-latency {
width: 100px;
}
2015-04-05 18:22:49 +02:00
.th-blockhash {
2015-04-06 16:29:12 +02:00
width: 150px;
2015-04-05 18:22:49 +02:00
}
.th-blocktime {
width: 110px;
}
2015-04-06 16:08:36 +02:00
.th-peerPropagationChart {
2015-04-06 16:56:48 +02:00
width: 140px;
2015-04-06 16:08:36 +02:00
}
2015-01-20 19:29:31 +01:00
@media only screen and (max-width: 639px) {
2015-04-02 23:21:18 +02:00
/*.big-info {
2015-01-20 19:29:31 +01:00
padding-bottom: 15px;
padding-top: 15px;
border: 1px solid rgba(255,255,255,0.05);
}
.big-info .icon-full-width i {
width: 70px;
height: 60px;
font-size: 60px;
line-height: 60px;
margin-right: 20px;
}
.big-info span {
opacity: 0.7;
}
.big-info span.small-title {
font-size: 13px;
line-height: 14px;
letter-spacing: 1px;
padding-top: 0px;
}
.big-info span.big-details {
display: block;
font-weight: 200;
font-size: 46px;
line-height: 50px;
letter-spacing: -4px;
2015-04-02 23:21:18 +02:00
}*/
2015-01-20 19:29:31 +01:00
}
@media only screen and (max-width: 479px) {
2015-04-02 23:21:18 +02:00
/*.stat-holder {
2015-01-20 19:29:31 +01:00
width: 100%;
2015-04-02 23:21:18 +02:00
}*/
2015-02-24 23:24:12 +01:00
}
2015-04-06 01:28:42 +02:00
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
2015-02-24 23:24:12 +01:00
}