2020-08-16 17:57:30 +00:00
|
|
|
html {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: #303036 !important;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
background-color: #303036;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
color: #FFFFFF !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.display-4, .font-weight-normal {
|
|
|
|
font-weight: 500 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
max-width: 1280px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.intro-header {
|
|
|
|
max-width: 700px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-header {
|
|
|
|
background-color: #47474e !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card-body {
|
|
|
|
background-color: #515159;
|
|
|
|
}
|
|
|
|
|
2020-08-29 01:04:33 +00:00
|
|
|
.online-dot {
|
|
|
|
color: #02c5e5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.margin-bt {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
2020-08-16 17:57:30 +00:00
|
|
|
|
2020-08-29 01:04:33 +00:00
|
|
|
.blockquote {
|
|
|
|
font-size: 1rem !important;
|
2020-08-16 17:57:30 +00:00
|
|
|
}
|
|
|
|
|
2020-08-29 01:04:33 +00:00
|
|
|
.blockquote-footer {
|
|
|
|
color: #FFFFFF !important;
|
|
|
|
font-size: 1rem !important;
|
2020-08-16 17:57:30 +00:00
|
|
|
}
|
|
|
|
|
2020-08-29 01:04:33 +00:00
|
|
|
th {
|
|
|
|
font-weight: normal !important;
|
2020-08-16 17:57:30 +00:00
|
|
|
}
|
|
|
|
|
2020-08-29 01:04:33 +00:00
|
|
|
.red-sw {
|
|
|
|
color: #ff5f55;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blue-sw {
|
|
|
|
color: #02c5e5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blockquote-footer::before {
|
|
|
|
color: #02c5e5;
|
|
|
|
content: "\221F\00A0" !important;
|
2020-08-16 17:57:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
html {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
2020-08-29 01:04:33 +00:00
|
|
|
|
|
|
|
.games-players-number {
|
|
|
|
text-align: right!important;
|
|
|
|
}
|
2020-08-28 18:22:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
.border-top {
|
|
|
|
border-top: none !important;
|
|
|
|
}
|
|
|
|
|
2020-08-29 01:04:33 +00:00
|
|
|
.margin-bt {
|
2020-08-28 18:22:29 +00:00
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2020-08-29 01:04:33 +00:00
|
|
|
|
|
|
|
.games-players-number {
|
|
|
|
text-align: left!important;
|
|
|
|
}
|
2020-08-16 17:57:30 +00:00
|
|
|
}
|