statping/html/css/base.css

116 lines
1.5 KiB
CSS
Raw Normal View History

2018-06-10 01:31:13 +00:00
HTML,BODY {
background-color: #efefef;
}
.container {
2018-06-22 04:02:57 +00:00
padding-top: 20px;
padding-bottom: 20px;
2018-06-22 06:56:44 +00:00
max-width: 860px;
2018-06-10 01:31:13 +00:00
}
.navbar {
margin-bottom: 30px;
}
.lg_number {
font-size: 26pt;
font-weight: bold;
display: block;
2018-06-11 00:20:42 +00:00
color: #3e3e3e;
}
.text_perfect {
color: #33b418;
text-shadow: 0px 1px 0 #0e6702;
}
.text_good {
color: #33b418;
text-shadow: 0px 1px 0 #0e6702;
}
.text_ok {
color: #33b418;
text-shadow: 0px 1px 0 #0e6702;
}
.text_bad {
color: #33b418;
text-shadow: 0px 1px 0 #0e6702;
2018-06-10 01:31:13 +00:00
}
.stats_area {
text-align: center;
2018-06-11 00:20:42 +00:00
color: #a5a5a5;
2018-06-10 04:09:20 +00:00
}
.offline_bg {
2018-06-11 00:20:42 +00:00
background-color: white !important;
2018-06-10 04:16:04 +00:00
}
2018-06-15 04:30:10 +00:00
.online_list {
2018-06-22 04:02:57 +00:00
2018-06-15 04:30:10 +00:00
}
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
}
2018-06-11 00:20:42 +00:00
.online_badge {
color: #fff;
background-color: #35b317;
}
.offline_badge {
color: #fff;
background-color: #c51919;
}
.progress {
margin-top: -20px;
margin-left: -20px;
margin-bottom: 15px;
width: calc(100% + 40px);
height: 3px;
border-radius: 0;
}
.card-body {
overflow: hidden;
}
2018-06-10 08:05:57 +00:00
2018-06-22 04:02:57 +00:00
.card-body H4 A {
color: #239e07;
text-decoration: none;
2018-06-15 04:30:10 +00:00
}
2018-06-10 08:05:57 +00:00
@media (max-width: 767px) {
.container {
2018-06-22 06:56:44 +00:00
margin-top: 0 !important;
padding: 0 !important;
2018-06-10 08:05:57 +00:00
}
2018-06-15 04:30:10 +00:00
.navbar {
margin-left: 0px;
margin-top: 0px;
width: 100%;
margin-bottom: 0;
}
2018-06-10 08:05:57 +00:00
.card-body {
font-size: 6pt;
}
.lg_number {
2018-06-22 04:02:57 +00:00
font-size: 1.2rem;
2018-06-10 08:05:57 +00:00
}
2018-06-10 01:31:13 +00:00
}