mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-19 11:01:47 +02:00
91 lines
1.9 KiB
CSS
91 lines
1.9 KiB
CSS
.navbar {
|
|
background: #090a28 !important;
|
|
}
|
|
|
|
.navbar .navbar-toggle:hover,
|
|
.navbar .navbar-toggle:focus {
|
|
background-color: #900000 !important;
|
|
}
|
|
|
|
.navbar .navbar-toggle {
|
|
border: none;
|
|
}
|
|
|
|
.navbar .navbar-nav>.open>a,
|
|
.navbar .navbar-nav>.open>a:hover,
|
|
.navbar .navbar-nav>.open>a:focus {
|
|
color: #CF2323 !important;
|
|
background-color: #050515 !important;
|
|
}
|
|
|
|
.btn-primary {
|
|
background-color: #15175b;
|
|
border-color: #15175b;
|
|
}
|
|
|
|
.btn-primary:hover,
|
|
.btn-primary:focus {
|
|
background-color: #0e103e;
|
|
background-position: 0 -15px;
|
|
}
|
|
|
|
.btn-primary:active,
|
|
.btn-primary.active {
|
|
background-color: #0e103e;
|
|
border-color: #0e103e;
|
|
}
|
|
|
|
.btn-primary.disabled,
|
|
.btn-primary:disabled,
|
|
.btn-primary[disabled] {
|
|
background-color: #0e103e;
|
|
background-image: none;
|
|
}
|
|
|
|
.dropdown-menu>li>a:hover,
|
|
.dropdown-menu>li>a:focus {
|
|
color: #8A0711;
|
|
}
|
|
|
|
.dropdown-menu>.active>a,
|
|
.dropdown-menu>.active>a:hover,
|
|
.dropdown-menu>.active>a:focus {
|
|
background-color: #2e6da4;
|
|
background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
|
|
background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
|
|
background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
.navbar .navbar-nav>li>a:hover {
|
|
color: #b60000;
|
|
}
|
|
|
|
.form-control:focus {
|
|
border-color: rgba(21, 23, 91, 0.8);
|
|
outline: 0;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),
|
|
0 0 8px rgba(21, 23, 91, 0.6);
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
|
|
0 0 8px rgba(21, 23, 91, 0.6);
|
|
}
|
|
|
|
a {
|
|
color: #900000;
|
|
}
|
|
|
|
a:hover,
|
|
a:focus {
|
|
color: #670000;
|
|
}
|
|
|
|
.navbar-brand {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.navbar-brand > img {
|
|
height: 4rem;
|
|
} |