2018-06-10 01:31:13 +00:00
|
|
|
HTML,BODY {
|
|
|
|
background-color: #efefef;
|
2018-06-10 02:12:50 +00:00
|
|
|
margin: 40px 0;
|
2018-06-10 01:31:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
max-width: 790px;
|
|
|
|
background-color: white;
|
|
|
|
padding: 50px;
|
|
|
|
border-radius: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
margin-left: -50px;
|
2018-06-10 03:44:47 +00:00
|
|
|
margin-top: -50px;
|
|
|
|
width: 790px;
|
2018-06-10 01:31:13 +00:00
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg_number {
|
|
|
|
font-size: 26pt;
|
|
|
|
font-weight: bold;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stats_area {
|
|
|
|
text-align: center;
|
2018-06-10 04:09:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.offline_bg {
|
|
|
|
background-color: #c5c5c578 !important;
|
2018-06-10 04:16:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
text-decoration: none;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer A {
|
|
|
|
color: #cccccc;
|
2018-06-10 08:05:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
|
|
|
|
.container {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-body {
|
|
|
|
font-size: 6pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg_number {
|
|
|
|
font-size: 22pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-06-10 01:31:13 +00:00
|
|
|
}
|