1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-11 15:37:12 +02:00
theme.park/CSS/themes/vuetorrent/vuetorrent-base.css

380 lines
11 KiB
CSS
Raw Normal View History

2021-05-29 15:46:35 +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 */
/* MOBILE */
@media (max-width: 720px) {
.modal__body,
.modal__content__wrapper,
.modal__header,
body,
.dark .torrents,
.torrents,
.action-bar {
background: #1b1b1b !important;
}
}
2021-05-29 15:57:48 +02:00
body,
2021-05-29 15:46:35 +02:00
.background,
.theme--light.v-application,
2021-05-29 15:58:17 +02:00
.theme--dark.v-application,
.v-application .background {
2021-05-29 15:46:35 +02:00
color: var(--text);
background: var(--main-bg-color) !important;
}
2021-05-29 15:58:17 +02:00
html {
2021-05-29 15:57:48 +02:00
color: var(--text);
background: #1f1f1f !important;
}
2021-05-29 15:46:35 +02:00
/* SCROLL BAR */
#app>div>nav>nav>div.v-navigation-drawer__content::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, .1);
border-radius: 20px
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
#app>div>nav>nav>div.v-navigation-drawer__content::-webkit-scrollbar-thumb:hover {
background: rgba(255, 255, 255, .25);
border-radius: 20px
}
/* TEXT */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
.theme--dark.v-label,
.theme--light.v-label,
.theme--light.v-counter {
color: var(--text);
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.v-application .grey--text {
color: var(--text-muted) !important;
caret-color: var(--text-muted) !important;
}
2021-05-29 15:58:17 +02:00
.theme--light.v-tabs>.v-tabs-bar .v-tab--disabled,
.theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active),
.theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-btn,
.theme--light.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-icon,
.theme--dark.v-tabs>.v-tabs-bar .v-tab--disabled,
.theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active),
.theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-btn,
.theme--dark.v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active)>.v-icon {
2021-05-29 15:46:35 +02:00
color: var(--text);
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.theme--dark.v-subheader,
2021-05-29 15:58:17 +02:00
.theme--light.v-subheader {
color: hsla(0, 0%, 100%, .7);
2021-05-29 15:46:35 +02:00
}
2021-05-29 15:58:17 +02:00
.theme--light.v-input,
.theme--light.v-input input,
.theme--light.v-input textarea {
2021-05-29 15:46:35 +02:00
color: var(--text);
}
2021-05-29 15:58:17 +02:00
2021-05-29 17:17:37 +02:00
/* CARDS */
.theme--light.v-card,
.theme--dark.v-card {
background-color: rgba(0, 0, 0, .5);
color: var(--text);
}
2021-05-29 15:46:35 +02:00
2021-05-29 17:17:37 +02:00
/* TOP NAVBAR */
2021-05-29 15:46:35 +02:00
.theme--light.v-app-bar.v-toolbar.v-sheet,
2021-05-29 15:58:17 +02:00
.theme--dark.v-app-bar.v-toolbar.v-sheet {
2021-05-29 15:46:35 +02:00
background-color: rgba(0, 0, 0, .25) !important;
color: var(--text) !important;
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.v-navigation-drawer__content .theme--dark.v-card,
2021-05-29 15:58:17 +02:00
.v-navigation-drawer__content .theme--light.v-card {
2021-05-29 15:46:35 +02:00
background: rgba(0, 0, 0, 0) !important;
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
}
/* SIDE MENU */
.v-application .primary {
2021-05-29 15:58:17 +02:00
background: rgba(0, 0, 0, .25) !important;
color: var(--text) !important;
2021-05-29 15:46:35 +02:00
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.v-application .secondary {
2021-05-29 15:58:17 +02:00
background-color: rgba(255, 255, 255, .15) !important;
border-color: rgba(255, 255, 255, .15) !important;
2021-05-29 15:46:35 +02:00
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.theme--dark.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border,
2021-05-29 15:58:17 +02:00
.theme--light.v-navigation-drawer:not(.v-navigation-drawer--floating) .v-navigation-drawer__border {
background-color: rgba(0, 0, 0, .12);
2021-05-29 15:46:35 +02:00
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
2021-05-29 15:58:17 +02:00
.v-navigation-drawer--is-mobile:not(.v-navigation-drawer--close),
.v-navigation-drawer--temporary:not(.v-navigation-drawer--close),
.v-navigation-drawer--is-mobile:not(.v-navigation-drawer--close),
.v-navigation-drawer--temporary:not(.v-navigation-drawer--close) {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
2021-05-29 15:46:35 +02:00
}
2021-05-29 15:58:17 +02:00
}
/* slightly transparent fallback for Firefox (not supporting backdrop-filter) */
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
.v-navigation-drawer--is-mobile:not(.v-navigation-drawer--close),
.v-navigation-drawer--temporary:not(.v-navigation-drawer--close),
.v-navigation-drawer--is-mobile:not(.v-navigation-drawer--close),
.v-navigation-drawer--temporary:not(.v-navigation-drawer--close) {
background-color: rgba(0, 0, 0, 0.9);
2021-05-29 15:46:35 +02:00
}
2021-05-29 15:58:17 +02:00
}
2021-05-29 15:46:35 +02:00
.v-application .download--text {
color: rgb(var(--accent-color)) !important;
caret-color: rgb(var(--accent-color)) !important;
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.v-navigation-drawer__content .download--text {
color: var(--v-download-base) !important;
caret-color: var(--v-download-base) !important;
}
/* MODAL */
.v-dialog .theme--dark.v-card,
.v-dialog .theme--light.v-card,
.v-dialog .theme--light.v-tabs-items,
.v-dialog .theme--dark.v-tabs-items,
.v-dialog .theme--light.v-list,
2021-05-29 15:58:17 +02:00
.v-dialog .theme--dark.v-list {
2021-05-29 15:46:35 +02:00
background: var(--modal-bg-color);
color: var(--text);
}
.v-application .primary--text {
color: var(--button-color) !important;
caret-color: var(--button-color) !important;
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.theme--light.v-tabs>.v-tabs-bar,
2021-05-29 15:58:17 +02:00
.theme--dark.v-tabs>.v-tabs-bar {
2021-05-29 15:46:35 +02:00
background-color: rgba(0, 0, 0, .15);
}
.v-application .white,
2021-05-29 15:58:17 +02:00
.v-tab:before,
.v-tabs-slider {
2021-05-29 15:46:35 +02:00
background-color: rgb(var(--accent-color)) !important;
border-color: rbg(var(--accent-color)) !important;
}
.theme--dark.v-icon.v-icon.v-icon--disabled,
2021-05-29 15:58:17 +02:00
.theme--light.v-icon.v-icon.v-icon--disabled {
color: rgba(255, 255, 255, .38) !important;
2021-05-29 15:46:35 +02:00
}
.theme--dark.v-text-field--solo>.v-input__control>.v-input__slot,
2021-05-29 15:58:17 +02:00
.theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
2021-05-29 15:46:35 +02:00
background: #1e1e1e;
}
2021-05-29 15:58:17 +02:00
.v-input__icon svg,
.v-select__selection {
color: rgb(var(--accent-color)) !important;
2021-05-29 15:46:35 +02:00
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.v-application .accent {
background-color: var(--button-color) !important;
border-color: var(--button-color) !important;
}
2021-05-29 15:58:17 +02:00
2021-05-29 17:45:35 +02:00
.theme--light.v-text-field>.v-input__control>.v-input__slot:before,
.theme--dark.v-text-field>.v-input__control>.v-input__slot:before {
2021-05-29 15:46:35 +02:00
border-color: rgb(255 255 255 / 42%);
}
2021-05-29 15:58:17 +02:00
2021-05-29 17:45:35 +02:00
.theme--light.v-text-field:not(.v-input--has-state):hover>.v-input__control>.v-input__slot:before,
.theme--dark.v-text-field:not(.v-input--has-state):hover>.v-input__control>.v-input__slot:before {
2021-05-29 15:46:35 +02:00
border-color: rgba(255, 255, 255, .87);
}
2021-05-29 15:58:17 +02:00
2021-05-29 17:45:35 +02:00
.theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled),
.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
color: var(--text) !important;
}
2021-05-29 15:46:35 +02:00
/* FORMS */
2021-05-29 15:58:17 +02:00
.v-input__slot:hover fieldset,
.v-text-field--outlined fieldset {
border-color: rgba(255, 255, 255, .1) !important;
2021-05-29 15:46:35 +02:00
}
/* DASHBOARD */
.theme--dark.v-card.sideborder.done,
2021-05-29 15:58:17 +02:00
.theme--light.v-card.sideborder.done {
2021-05-29 15:46:35 +02:00
background-color: #16573e40;
color: #FFF;
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.theme--dark.v-card.sideborder.downloading,
2021-05-29 15:58:17 +02:00
.theme--light.v-card.sideborder.downloading {
2021-05-29 15:46:35 +02:00
background-color: #5bb97440;
color: #FFF;
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.theme--dark.v-card.sideborder.fail,
2021-05-29 15:58:17 +02:00
.theme--light.v-card.sideborder.fail {
2021-05-29 15:46:35 +02:00
background-color: #f83e7040;
color: #FFF;
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.theme--dark.v-card.sideborder.paused,
.theme--light.v-card.sideborder.paused {
background-color: #9ca3af40;
color: #FFF;
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.theme--dark.v-card.sideborder.queued,
2021-05-29 15:58:17 +02:00
.theme--light.v-card.sideborder.queued {
2021-05-29 15:46:35 +02:00
background-color: #2e5eaa40;
color: #FFF;
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.theme--dark.v-card.sideborder.seeding,
2021-05-29 15:58:17 +02:00
.theme--light.v-card.sideborder.seeding {
2021-05-29 15:46:35 +02:00
background-color: #4ecde640;
color: #FFF;
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.theme--dark.v-card.sideborder.checking,
2021-05-29 15:58:17 +02:00
.theme--light.v-card.sideborder.checking {
2021-05-29 15:46:35 +02:00
background-color: #ff704340;
color: #FFF;
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.theme--dark.v-card.sideborder.stalled,
2021-05-29 15:58:17 +02:00
.theme--light.v-card.sideborder.stalled {
2021-05-29 15:46:35 +02:00
background-color: #4ade8040;
color: #FFF;
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.theme--dark.v-card.sideborder.metadata,
2021-05-29 15:58:17 +02:00
.theme--light.v-card.sideborder.metadata {
2021-05-29 15:46:35 +02:00
background-color: #7e57c240;
color: #FFF;
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.theme--dark.v-card.sideborder.moving,
2021-05-29 15:58:17 +02:00
.theme--light.v-card.sideborder.moving {
2021-05-29 15:46:35 +02:00
background-color: #ffaa2c40;
color: #FFF;
}
/* DROPDOWN */
2021-05-29 17:02:31 +02:00
.v-menu__content .theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled),
.v-menu__content .theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
2021-05-29 15:46:35 +02:00
color: var(--text) !important;
background: var(--modal-bg-color) !important;
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.theme--dark.v-icon,
2021-05-29 15:58:17 +02:00
.theme--light.v-icon {
2021-05-29 15:46:35 +02:00
color: #fff;
}
2021-05-29 15:58:17 +02:00
2021-05-29 15:46:35 +02:00
.theme--light.v-divider,
2021-05-29 15:58:17 +02:00
.theme--dark.v-divider {
2021-05-29 15:46:35 +02:00
border-color: rgba(255, 255, 255, .65) !important;
}
/* TABLE */
.theme--dark.v-data-table,
2021-05-29 15:58:17 +02:00
.theme--light.v-data-table {
2021-05-29 15:46:35 +02:00
background-color: rgba(0, 0, 0, .65);
color: var(--text);
2021-05-29 17:02:31 +02:00
}
2021-05-29 17:45:35 +02:00
2021-05-29 17:28:14 +02:00
.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper),
2021-05-29 17:45:35 +02:00
.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
2021-05-29 17:28:14 +02:00
background: rgb(255 255 255 / 15%);
}
2021-05-29 17:45:35 +02:00
.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,
.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),
.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,
.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),
.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th,
.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,
.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),
.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,
.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),
.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th {
border-bottom: thin solid hsla(0, 0%, 100%, .12);
2021-05-29 17:28:14 +02:00
}
.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr>th,
2021-05-29 17:45:35 +02:00
.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr>th {
2021-05-29 17:28:14 +02:00
color: var(--text);
}
2021-05-29 17:45:35 +02:00
.theme--light.v-data-table .v-data-table-header th.sortable.active,
.theme--light.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,
.theme--light.v-data-table .v-data-table-header th.sortable:hover,
.theme--dark.v-data-table .v-data-table-header th.sortable.active,
.theme--dark.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,
.theme--dark.v-data-table .v-data-table-header th.sortable:hover {
2021-05-29 17:28:14 +02:00
color: var(--text-hover);
}
2021-05-29 17:02:31 +02:00
/* TOOLTIP */
.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title,
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
background: rgba(0, 0, 0, 0.7);
border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.apexcharts-tooltip.apexcharts-theme-dark,
.apexcharts-tooltip.apexcharts-theme-light {
color: var(--text);
background: var(--modal-bg-color);
border: 1px solid rgba(255, 255, 255, .1);
2021-05-29 17:45:35 +02:00
}
/* MOBILE */
.theme--dark.v-btn.v-btn--has-bg,
.theme--light.v-btn.v-btn--has-bg {
background-color: rgb(var(--accent-color));
}
.v-speed-dial__list .v-icon__svg {
fill: #fff;
2021-05-29 15:46:35 +02:00
}