ethstats-server/public/css/style.css

168 lines
2.4 KiB
CSS
Raw Normal View History

2015-01-20 19:29:31 +01:00
body {
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;
}
.big-info {
2015-03-05 16:43:04 +01:00
padding-bottom: 15px;
padding-top: 15px;
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
}
.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-01-20 19:29:31 +01:00
}
.big-info span {
opacity: 0.7;
}
.big-info span.small-title {
display: block;
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;
color: #aaa !important;
}
2015-03-27 17:52:42 +01:00
.big-info.chart {
2015-03-28 00:27:40 +01:00
padding-left: 14px;
padding-right: 14px;
-webkit-box-sizing: border-box
box-sizing: border-box;
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;
}
.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-04 01:57:57 +02:00
.th-latency {
width: 100px;
}
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
}
.ng-cloak {
display: none !important;
}