2020-06-19 20:48:02 +01:00

198 lines
3.2 KiB
CSS

body {
font-family: 'Open Sans',sans-serif !important;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
background-color: #121212 !important;
color: white;
}
.card {
background-color: #272727 !important;
}
.card-title {
color: white;
}
html > ::-webkit-scrollbar {
display: none;
}
.sidebar {
background-size: cover;
overflow-x: hidden !important;
}
.sidebar-bottom {
position: absolute !important;
width: 100%;
}
.nav-link {
color: white !important;
}
.filterCard {
cursor: pointer;
}
.table td, .table th {
text-align: center;
}
.close-container {
text-align: right;
padding-bottom: 10px;
}
.input-fill {
margin: 0 !important;
padding: 0 !important;
}
.form-control, .input-group-text, .form-check-input {
border-color: #2e3136 !important;
background-color: #2e3136 !important;
color: white !important;
}
.server {
color: white;
}
#bg-dark {
background-color: #272727 !important;
}
#sidebar-gradient:after {
background: #272727 !important;
}
.simple-text {
padding: 0 !important;
}
.white {
color: white !important;
}
.icon {
color: white;
float: left;
vertical-align: middle;
padding-right: 5px;
}
.avatar {
width: 32px;
height: 32px;
display: block;
background-size: cover;
border-radius: 50%;
margin-left: 5px;
float: right;
vertical-align: middle;
bottom: 100%;
top: 0;
}
.toast-header {
background-color: #272727 !important;
color: white !important;
}
.toast-body {
background-color: #2e3136 !important;
color: white !important;
}
.toast {
border-radius: .25rem !important;
border-color: #272727 !important;
}
#premium-ad {
display: none;
}
.tag-content {
min-width: 300px;
max-width: 300px;
word-wrap: break-word;
}
.pointer {
cursor: pointer;
}
.modal-content {
color: white !important;
background-color: #272727 !important;
}
.modal-footer, .modal-header {
border-color: #2e3136 !important;
}
.vertical-center {
margin: 0;
position: absolute;
top: 50%;
}
.fade-in {
opacity: 1;
animation-name: fadeInOpacity;
animation-iteration-count: 1;
animation-timing-function: ease-in;
animation-duration: 0.5s;
}
@keyframes fadeInOpacity {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.content {
display: none;
}
/* drop down menu */
.dropdown-menu {
background-color: #2e3136 !important;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
background-color: #2e3136 !important;
}
.bs-searchbox input {
background-color: white !important;
color: #2e3136 !important;
}
.dropdown-item > .text {
color: white !important;
}
.dropdown-item:hover {
background-color: #272727 !important;
}
.filter-option-inner-inner {
color: white !important;
}
.dropdown-toggle {
border-color: #2e3136 !important;
}
.bootstrap-select .bs-ok-default:after {
color: #2ECC71 !important;
}