1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-19 15:21:36 +02:00
theme.park/CSS/themes/kitana/kitana-base.css

253 lines
5.9 KiB
CSS
Raw Normal View History

2020-10-17 18:55:51 +02:00
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
body {
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
2021-07-22 23:57:49 +02:00
-o-background-size: auto, cover;
color: var(--text);
2020-10-17 18:55:51 +02:00
}
a {
color: var(--link-color);
}
a:hover {
2021-07-22 23:57:49 +02:00
color: var(--link-color-hover);
}
a.ml-2,
a.mx-2 {
color: rgb(var(--accent-color)) !important;
2020-10-17 18:55:51 +02:00
}
#content:before {
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
2021-07-22 23:57:49 +02:00
-o-background-size: auto, cover;
2020-10-17 18:55:51 +02:00
}
* {
outline: none !important;
}
/* TEXT */
2020-10-17 19:11:04 +02:00
body,
.navbar-dark .navbar-text {
2020-10-17 18:55:51 +02:00
color: var(--text);
}
2021-07-22 23:57:49 +02:00
h1,
h2,
h3,
h4,
h5,
h6,
label {
color: var(--text-hover);
}
2020-10-17 18:55:51 +02:00
/* ACCENTS */
.badge-dark {
2021-07-22 23:57:49 +02:00
color: var(--label-text-color);
background-color: rgb(rgb(var(--accent-color)));
2020-10-17 18:55:51 +02:00
}
/* NAVBAR */
#nav .bg-dark {
background: hsla(0, 0%, 0%, .25) !important;
}
.navbar-dark .navbar-nav .nav-link {
color: var(--text);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
color: var(--text-hover);
}
#navbarSupportedContent ul li {
background-color: transparent !important;
border: none !important;
}
/* DROPDOWN MENU */
.dropdown-menu {
color: #fff;
background: var(--modal-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
2021-07-22 23:57:49 +02:00
-o-background-size: auto, cover;
2020-10-17 18:55:51 +02:00
border: 1px solid transparent;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown:active:hover {
color: var(--text-hover);
background-color: rgb(0 0 0 / 25%) !important;
}
.dropdown-item {
color: var(--text);
}
.dropdown-item:hover,
.dropdown-item:focus {
color: var(--text-hover);
text-decoration: none;
background-color: rgb(255 255 255 / 8%);
}
/* CARDS */
.card {
background: rgb(255 255 255 / 8%) !important;
border: 1px solid transparent;
}
.card-header {
2021-07-22 23:57:49 +02:00
color: var(--text-hover);
2020-10-17 18:55:51 +02:00
background-color: rgb(0 0 0 / 25%);
border-bottom: 1px solid rgba(255, 255, 255, .125) !important;
}
ul li {
background-color: rgb(255 255 255 / 8%) !important;
border: none !important;
}
ul li:hover {
background-color: rgb(255 255 255 / 16%) !important;
border: none;
}
/* SETTINGS */
.plugin_content .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: var(--text-hover) !important;
background-color: rgb(0 0 0 / 25%) !important;
border-color: #4440 #4440 transparent;
}
.plugin_content .nav-tabs {
border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.alert-secondary {
background-color: rgb(255 255 255 / 20%);
}
/* BUTTONS */
.btn {
border-color: var(--button-color);
background: var(--button-color);
color: var(--button-text);
margin-right: 5px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
border-color: var(--button-color-hover);
2021-07-22 23:57:49 +02:00
color: var(--button-text-hover);
2020-10-17 18:55:51 +02:00
background-color: var(--button-color-hover);
box-shadow: none !important;
}
.badge-primary {
2021-07-22 23:57:49 +02:00
color: var(--label-text-color);
background-color: rgb(var(--accent-color));
2020-10-17 18:55:51 +02:00
}
.badge-secondary {
color: var(--button-text);
background-color: rgb(0 0 0 / 25%);
}
/* FORMS */
.form-control {
color: var(--text) !important;
background-color: rgba(0, 0, 0, .25) !important;
border: 1px solid transparent !important;
box-shadow: none !important;
transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
background-color: rgb(0 0 0 / 50%) !important;
color: var(--text-hover) !important;
}
2021-07-22 23:57:49 +02:00
.custom-control-input:checked~.custom-control-label::before {
color: var(--label-text-color);
border-color: rgb(var(--accent-color));
background-color: rgb(var(--accent-color));
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
filter: invert(1);
}
.custom-control-input:focus~.custom-control-label::before {
box-shadow: 0 0 0 .2rem rgba(55, 90, 127, 0.25)
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
border-color: rgb(var(--accent-color));
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
color: #fff;
background-color: #97b3d2;
border-color: #97b3d2
}
2020-10-17 18:55:51 +02:00
/* PLACEHOLDER TEXT */
::placeholder {
color: var(--text) !important;
opacity: .5 !important;
}
:-moz-placeholder {
color: var(--text) !important;
opacity: .5 !important;
}
:-ms-input-placeholder {
color: var(--text) !important;
opacity: .5 !important;
}
::-webkit-input-placeholder {
color: var(--text) !important;
opacity: .5;
}