mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-09 12:42:40 +01:00
173 lines
4.7 KiB
CSS
173 lines
4.7 KiB
CSS
/* 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 */
|
|
|
|
main {
|
|
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;
|
|
-o-background-size: auto, cover;
|
|
}
|
|
|
|
h4 {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.v-toolbar {
|
|
background: transparent !important;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.v-toolbar__content,
|
|
.v-toolbar__extension {
|
|
background-color: rgba(0, 0, 0, 0.6) !important;
|
|
}
|
|
|
|
p a {
|
|
color: var(--accent-color) !important;
|
|
}
|
|
|
|
.application .theme--dark.v-card,
|
|
.theme--dark .v-card .primary--text {
|
|
color: var(--accent-color) !important;
|
|
}
|
|
|
|
.application .theme--dark.v-card,
|
|
.theme--dark .v-card .accent--text {
|
|
color: var(--accent-color) !important;
|
|
}
|
|
|
|
.application .theme--dark.v-card,
|
|
.theme--dark .v-card .primary {
|
|
color: var(--accent-color) !important;
|
|
}
|
|
|
|
.flex.xs12 a {
|
|
color: var(--accent-color);
|
|
}
|
|
|
|
.v-list__tile {
|
|
color: #fff !important;
|
|
}
|
|
|
|
.v-stepper__step__step .primary {
|
|
background-color: var(--default-button-color) !important;
|
|
border-color: var(--default-button-color) !important;
|
|
}
|
|
|
|
.primary {
|
|
background-color: var(--default-button-color) !important;
|
|
border-color: var(--default-button-color) !important;
|
|
}
|
|
|
|
.v-input__control .v-input__slot .primary--text input,
|
|
.primary--text textarea {
|
|
caret-color: var(--accent-color) !important;
|
|
}
|
|
|
|
.v-input input:active,
|
|
.v-input input:focus,
|
|
.v-input textarea:active,
|
|
.v-input textarea:focus .primary--text input,
|
|
.primary--text textarea {
|
|
caret-color: var(--accent-color) !important;
|
|
}
|
|
|
|
|
|
.application .theme--dark.v-btn:not(.v-btn--icon):not(.v-btn--flat),
|
|
.theme--dark .v-btn:not(.v-btn--icon):not(.v-btn--flat) {
|
|
background-color: var(--default-button-color) !important;
|
|
}
|
|
|
|
.v-btn__content {
|
|
color: #fff;
|
|
}
|
|
|
|
.v-btn--active:before,
|
|
.v-btn:focus:before,
|
|
.v-btn:hover:before {
|
|
background-color: white;
|
|
}
|
|
|
|
.application .theme--dark.v-card,
|
|
.theme--dark .v-card {
|
|
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;
|
|
-o-background-size: auto, cover;
|
|
}
|
|
|
|
.flex.md3 .application .theme--dark.v-card,
|
|
.theme--dark .v-card {
|
|
background: rgba(255, 255, 255, 0.10) !important;
|
|
color: #fff;
|
|
}
|
|
|
|
.theme--dark.v-expansion-panels .v-expansion-panel {
|
|
background-color: transparent;
|
|
color: #fff;
|
|
}
|
|
|
|
.theme--dark.v-text-field--solo>.v-input__control>.v-input__slot {
|
|
background: rgb(0 0 0 / 0.50);
|
|
}
|
|
|
|
.flex.md3 .application .theme--dark.v-list,
|
|
.theme--dark .v-list {
|
|
background: rgba(255, 255, 255, 0.10) !important;
|
|
}
|
|
|
|
flex xs12 .flex.md3 .application .theme--dark.v-list,
|
|
.theme--dark .v-list {
|
|
background: inherit !important;
|
|
}
|
|
|
|
.v-navigation-drawer {
|
|
background: var(--main-bg-color) !important;
|
|
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;
|
|
-o-background-size: auto, cover;
|
|
}
|
|
|
|
/*popup modal */
|
|
.v-dialog {
|
|
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;
|
|
-o-background-size: auto, cover;
|
|
}
|
|
|
|
.menuable__content__active {
|
|
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;
|
|
-o-background-size: auto, cover;
|
|
} |