1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-09 12:42:40 +01:00
theme.park/CSS/themes/synclounge/synclounge-base.css

196 lines
5.5 KiB
CSS
Raw Normal View History

2019-09-01 17:18:31 +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 */
2021-08-02 22:41:04 +02:00
@import url(https://theme-park.dev/CSS/defaults/placeholders.css);
:root {
--v-primary-base: rgb(var(--accent-color));
--v-anchor-base: rgb(var(--accent-color));
}
2019-09-01 17:18:31 +02:00
main {
2021-07-25 13:43:36 +02:00
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;
2021-08-02 22:41:04 +02:00
color: var(--text)
2019-09-01 17:18:31 +02:00
}
2021-07-25 13:43:36 +02:00
2019-09-01 17:18:31 +02:00
h4 {
2021-08-02 22:41:04 +02:00
color: var(--text-hover);
2019-09-01 17:18:31 +02:00
}
2021-07-25 13:43:36 +02:00
2019-09-01 17:18:31 +02:00
.v-toolbar {
background: transparent !important;
box-shadow: none;
}
2021-07-25 13:43:36 +02:00
.v-toolbar__content,
.v-toolbar__extension {
2019-09-01 17:18:31 +02:00
background-color: rgba(0, 0, 0, 0.6) !important;
}
2021-07-25 13:43:36 +02:00
2019-09-01 17:18:31 +02:00
p a {
2021-08-02 22:41:04 +02:00
color: rgb(var(--accent-color)) !important;
}
.theme--dark.v-icon {
color: rgb(var(--accent-color));
2019-09-01 17:18:31 +02:00
}
2021-07-25 13:43:36 +02:00
.application .theme--dark.v-card,
.theme--dark .v-card .primary--text {
2021-08-02 22:41:04 +02:00
color: rgb(var(--accent-color)) !important;
2019-09-01 17:18:31 +02:00
}
2021-07-25 13:43:36 +02:00
.application .theme--dark.v-card,
.theme--dark .v-card .accent--text {
2021-08-02 22:41:04 +02:00
color: rgb(var(--accent-color)) !important;
2019-09-01 17:18:31 +02:00
}
2021-07-25 13:43:36 +02:00
.application .theme--dark.v-card,
.theme--dark .v-card .primary {
2021-08-02 22:41:04 +02:00
color: rgb(var(--accent-color)) !important;
2019-09-01 17:18:31 +02:00
}
2021-07-25 13:43:36 +02:00
2021-08-02 22:41:04 +02:00
2019-09-01 17:18:31 +02:00
.flex.xs12 a {
2021-08-02 22:41:04 +02:00
color: rgb(var(--accent-color));
2019-09-01 17:18:31 +02:00
}
2021-07-25 13:43:36 +02:00
2019-09-01 17:18:31 +02:00
.v-list__tile {
2021-08-02 22:41:04 +02:00
color: var(--text-hover) !important;
2019-09-01 17:18:31 +02:00
}
.v-stepper__step__step .primary {
2021-08-02 22:41:04 +02:00
background-color: var(--button-color) !important;
border-color: var(--button-color) !important;
2019-09-01 17:18:31 +02:00
}
.primary {
2021-08-02 22:41:04 +02:00
background-color: var(--button-color) !important;
border-color: var(--button-color) !important;
}
.primary:hover,
.primary:focus {
background-color: var(--button-color-hover) !important;
border-color: var(--button-color-hover) !important;
color: var(--button-text-hover) !important;
2019-09-01 17:18:31 +02:00
}
2021-07-25 13:43:36 +02:00
.v-input__control .v-input__slot .primary--text input,
.primary--text textarea {
2021-08-02 22:41:04 +02:00
caret-color: rgb(var(--accent-color)) !important;
2019-09-01 17:18:31 +02:00
}
2021-07-25 13:43:36 +02:00
.v-input input:active,
.v-input input:focus,
.v-input textarea:active,
.v-input textarea:focus .primary--text input,
.primary--text textarea {
2021-08-02 22:41:04 +02:00
caret-color: rgb(var(--accent-color)) !important;
2019-09-01 17:18:31 +02:00
}
2021-08-02 22:41:04 +02:00
.theme--dark.v-app-bar.v-toolbar.v-sheet {
background: var(--modal-bg-color) !important;
}
2019-09-01 17:18:31 +02:00
2021-07-25 13:43:36 +02:00
.application .theme--dark.v-btn:not(.v-btn--icon):not(.v-btn--flat),
2021-08-02 22:41:04 +02:00
.theme--dark .v-btn:not(.v-btn--icon):not(.v-btn--flat):not(.v-btn:not(.v-btn--round).v-size--small) {
background-color: var(--button-color) !important;
color: var(--button-text);
}
.application .theme--dark.v-btn:hover:not(.v-btn--icon):not(.v-btn--flat),
.theme--dark .v-btn:hover:not(.v-btn--icon):not(.v-btn--flat):not(.v-btn:not(.v-btn--round).v-size--small) {
background-color: var(--button-color-hover) !important;
color: var(--button-text-hover);
2019-09-01 17:18:31 +02:00
}
2021-07-25 13:43:36 +02:00
2019-09-01 17:18:31 +02:00
.v-btn__content {
2021-08-02 22:41:04 +02:00
color: var(--button-text);
2019-09-01 17:18:31 +02:00
}
2021-07-25 13:43:36 +02:00
.v-btn--active:before,
.v-btn:focus:before,
.v-btn:hover:before {
2021-08-02 22:41:04 +02:00
background-color: var(--text-hover);
2019-09-01 17:18:31 +02:00
}
2021-07-25 13:43:36 +02:00
.application .theme--dark.v-card,
.theme--dark .v-card {
2021-08-02 22:41:04 +02:00
background: var(--modal-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;
2021-07-25 13:43:36 +02:00
-o-background-size: auto, cover;
2019-09-01 17:18:31 +02:00
}
2021-07-25 13:43:36 +02:00
.flex.md3 .application .theme--dark.v-card,
.theme--dark .v-card {
2019-09-01 17:18:31 +02:00
background: rgba(255, 255, 255, 0.10) !important;
2021-08-02 22:41:04 +02:00
color: var(--text-hover);
2019-09-01 17:18:31 +02:00
}
2021-07-25 13:43:36 +02:00
2020-11-17 22:33:33 +01:00
.theme--dark.v-expansion-panels .v-expansion-panel {
background-color: transparent;
2021-08-02 22:41:04 +02:00
color: var(--text-hover);
2020-11-17 22:33:33 +01:00
}
2021-07-25 13:43:36 +02:00
2020-11-17 22:33:33 +01:00
.theme--dark.v-text-field--solo>.v-input__control>.v-input__slot {
background: rgb(0 0 0 / 0.50);
}
2021-07-25 13:43:36 +02:00
2019-09-01 17:18:31 +02:00
.v-navigation-drawer {
2021-08-02 22:41:04 +02:00
background: var(--modal-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;
2021-07-25 13:43:36 +02:00
-o-background-size: auto, cover;
2019-09-01 17:18:31 +02:00
}
/*popup modal */
2021-08-02 22:41:04 +02:00
.v-dialog,
.theme--dark.v-list {
2019-09-01 17:18:31 +02:00
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-25 13:43:36 +02:00
-o-background-size: auto, cover;
2019-09-01 17:18:31 +02:00
}
2021-07-25 13:43:36 +02:00
2019-09-01 17:18:31 +02:00
.menuable__content__active {
2021-08-02 22:41:04 +02:00
background: var(--drop-down-menu-bg);
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-25 13:43:36 +02:00
-o-background-size: auto, cover;
}