mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
Added Duplicacy, closes #100
This commit is contained in:
parent
25fec5775c
commit
daccaf0ab0
26
CSS/themes/duplicacy/aquamarine.css
Normal file
26
CSS/themes/duplicacy/aquamarine.css
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
|
||||||
|
/* 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 */
|
||||||
|
|
||||||
|
/* DUPLICACY AQUAMARINE THEME */
|
||||||
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
|
:root {
|
||||||
|
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
--button-color: #009688;
|
||||||
|
--button-color-hover: #12afa0;
|
||||||
|
--accent-color: #12afa0;
|
||||||
|
--accent-color-hover: #fff;
|
||||||
|
--text: #eee;
|
||||||
|
--text-hover: #fff;
|
||||||
|
--link-color: #12afa0;
|
||||||
|
}
|
26
CSS/themes/duplicacy/dark.css
Normal file
26
CSS/themes/duplicacy/dark.css
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
|
||||||
|
/* 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 */
|
||||||
|
|
||||||
|
/* DUPLICACY DARK THEME */
|
||||||
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
|
:root {
|
||||||
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
--button-color: hsla(0,0%,100%,.15);
|
||||||
|
--button-color-hover: hsla(0,0%,100%,.30);
|
||||||
|
--accent-color: #fff;
|
||||||
|
--accent-color-hover: rgba(255, 255, 255, 0.45);
|
||||||
|
--text: #eee;
|
||||||
|
--text-hover: #fff;
|
||||||
|
--link-hover: rgba(255, 255, 255, 0.45);
|
||||||
|
}
|
357
CSS/themes/duplicacy/duplicacy-base.css
Normal file
357
CSS/themes/duplicacy/duplicacy-base.css
Normal file
@ -0,0 +1,357 @@
|
|||||||
|
/* 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);
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--link-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Scrollbar */
|
||||||
|
@media only screen and (min-width: 768px) {
|
||||||
|
html {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
overflow-y: auto;
|
||||||
|
height: 100%;
|
||||||
|
background: var(--main-bg-color)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
min-height: 50px;
|
||||||
|
border: 3px solid transparent;
|
||||||
|
border-radius: 8px;
|
||||||
|
background-color: hsla(0, 0%, 100%, .2);
|
||||||
|
background-clip: padding-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-track {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb:hover {
|
||||||
|
min-height: 50px;
|
||||||
|
border: 3px solid transparent;
|
||||||
|
border-radius: 8px;
|
||||||
|
background-color: hsla(0, 0%, 100%, .5);
|
||||||
|
background-clip: padding-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* TEXT */
|
||||||
|
body,
|
||||||
|
.card,
|
||||||
|
.category,
|
||||||
|
.card label,
|
||||||
|
.card .title,
|
||||||
|
.card .stats,
|
||||||
|
.vis-time-axis .vis-text,
|
||||||
|
.footer .copyright,
|
||||||
|
.navbar-default .navbar-brand {
|
||||||
|
color: var(--text);
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-panel {
|
||||||
|
background: var(--main-bg-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.content .card {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* CARDS */
|
||||||
|
.card {
|
||||||
|
background: rgb(255 255 255 / 8%);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* TIMELINE */
|
||||||
|
.vis-timeline {
|
||||||
|
border: 1px solid rgb(255 255 255 / 20%);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* CHARTS */
|
||||||
|
#chartStorages,
|
||||||
|
#chartBackups {
|
||||||
|
filter: invert(100);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ct-label {
|
||||||
|
fill: #000;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* NAVBAR */
|
||||||
|
.navbar-default .navbar-toggle .icon-bar {
|
||||||
|
background-color: var(--text);
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default {
|
||||||
|
background-color: rgb(0 0 0 / 26%);
|
||||||
|
border-bottom: 1px solid rgb(255 255 255 / 25%);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* SIDEBAR */
|
||||||
|
.sidebar[data-background-color="black"]:after,
|
||||||
|
.sidebar[data-background-color="black"]:before,
|
||||||
|
.off-canvas-sidebar[data-background-color="black"]:after,
|
||||||
|
.off-canvas-sidebar[data-background-color="black"]:before {
|
||||||
|
background: rgb(0 0 0 / 10%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar .nav li.active>a:before,
|
||||||
|
.off-canvas-sidebar .nav li.active>a:before,
|
||||||
|
.sidebar .nav li.active>a:after,
|
||||||
|
.off-canvas-sidebar .nav li.active>a:after {
|
||||||
|
border-right: 17px solid var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar[data-active-color="success"] .nav li.active>a,
|
||||||
|
.off-canvas-sidebar[data-active-color="success"] .nav li.active>a {
|
||||||
|
color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar .sidebar-wrapper {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* MODAL */
|
||||||
|
.modal-content {
|
||||||
|
background: var(--modal-bg-color);
|
||||||
|
border: 1px solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-header {
|
||||||
|
border-bottom: 1px solid rgb(255 255 255 / 25%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-footer {
|
||||||
|
border-top: 1px solid rgb(255 255 255 / 25%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-body .nav-tabs>li.active>a,
|
||||||
|
.nav-tabs>li.active>a:focus,
|
||||||
|
.nav-tabs>li.active>a:hover {
|
||||||
|
color: var(--text);
|
||||||
|
cursor: default;
|
||||||
|
background-color: rgba(0, 0, 0, .25);
|
||||||
|
border: 1px solid transparent;
|
||||||
|
border-bottom-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-body .nav>li>a:hover,
|
||||||
|
.nav>li>a:focus {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-body .nav-tabs>li.active>a:hover {
|
||||||
|
background-color: rgba(0, 0, 0, .25);
|
||||||
|
border: 1px solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-body .nav-tabs>li>a:hover {
|
||||||
|
border-color: #fff3 #fff3 #fff3;
|
||||||
|
color: var(--text-hover)
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-body .nav-tabs>li>a {
|
||||||
|
color: var(--text)
|
||||||
|
}
|
||||||
|
|
||||||
|
#modal_storage_info_tab_content {
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-body .nav .open>a,
|
||||||
|
.nav .open>a:focus,
|
||||||
|
.nav .open>a:hover {
|
||||||
|
background-color: rgb(0 0 0 / 25%);
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* DROPDOWN */
|
||||||
|
.dropdown-menu {
|
||||||
|
background: var(--modal-bg-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown a {
|
||||||
|
color: var(--text) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown a:hover {
|
||||||
|
color: var(--text-hover) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* FORMS */
|
||||||
|
.form-control.border-input {
|
||||||
|
border: 1px solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-control {
|
||||||
|
background-color: rgba(0, 0, 0, .25);
|
||||||
|
color: var(--text);
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-control:focus {
|
||||||
|
background-color: rgb(0 0 0 / 50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
#input_s3_provider:focus,
|
||||||
|
#schedule_frequency:focus,
|
||||||
|
#modal_restore_storage:focus,
|
||||||
|
#modal_restore_id:focus,
|
||||||
|
#modal_restore_revision:focus {
|
||||||
|
background: white;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* BUTTONS */
|
||||||
|
.btn {
|
||||||
|
color: var(--text);
|
||||||
|
}
|
||||||
|
|
||||||
|
.timepicker-spinner .btn:hover,
|
||||||
|
.timepicker-spinner .btn:focus {
|
||||||
|
background-color: rgba(255, 255, 255, .08);
|
||||||
|
color: var(--text-hover);
|
||||||
|
border: 1px solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timepicker-spinner .btn {
|
||||||
|
border: 1px solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timepicker-spinner .input-group-btn-vertical {
|
||||||
|
border-left: 1px solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-info.btn-fill {
|
||||||
|
color: var(--text);
|
||||||
|
background-color: var(--button-color);
|
||||||
|
border: var(--button-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-info.btn-fill:hover,
|
||||||
|
.btn-info.btn-fill:active,
|
||||||
|
.btn-info.btn-fill.active,
|
||||||
|
.btn-info.btn-fill:focus {
|
||||||
|
background: var(--button-color-hover);
|
||||||
|
border: var(--button-color-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary {
|
||||||
|
border-color: var(--button-color);
|
||||||
|
color: var(--button-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary:hover {
|
||||||
|
border-color: var(--button-color-hover);
|
||||||
|
color: var(--text-hover);
|
||||||
|
background-color: var(--button-color-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary.btn-fill {
|
||||||
|
color: var(--text);
|
||||||
|
background-color: var(--button-color);
|
||||||
|
border-color: var(--button-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary.btn-fill:hover {
|
||||||
|
color: var(--text-hover);
|
||||||
|
background-color: var(--button-color-hover);
|
||||||
|
border-color: var(--button-color-hover);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
div>div>div.modal-footer>button.btn.btn-default.pull-left {
|
||||||
|
border-color: #F44336;
|
||||||
|
color: #F44336;
|
||||||
|
}
|
||||||
|
|
||||||
|
div>div>div.modal-footer>button.btn.btn-default.pull-left:hover {
|
||||||
|
border-color: #F44336;
|
||||||
|
color: var(--text-hover);
|
||||||
|
background-color: #F44336;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar .navbar-nav>li>a.btn-success,
|
||||||
|
.btn-success {
|
||||||
|
border-color: var(--button-color);
|
||||||
|
color: var(--button-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar .navbar-nav>li>a.btn-success:hover,
|
||||||
|
.navbar .navbar-nav>li>a.btn-success:focus,
|
||||||
|
.navbar .navbar-nav>li>a.btn-success:active,
|
||||||
|
.navbar .navbar-nav>li>a.btn-success.active,
|
||||||
|
.open>.navbar .navbar-nav>li>a.btn-success.dropdown-toggle,
|
||||||
|
.btn-success:hover,
|
||||||
|
.btn-success:focus,
|
||||||
|
.btn-success:active,
|
||||||
|
.btn-success.active,
|
||||||
|
.open>.btn-success.dropdown-toggle {
|
||||||
|
background-color: var(--button-color-hover);
|
||||||
|
color: var(--text-hover);
|
||||||
|
border-color: var(--button-color-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* TABLES */
|
||||||
|
.table>tbody>tr.active>td,
|
||||||
|
.table>tbody>tr.active>th,
|
||||||
|
.table>tbody>tr>td.active,
|
||||||
|
.table>tbody>tr>th.active,
|
||||||
|
.table>tfoot>tr.active>td,
|
||||||
|
.table>tfoot>tr.active>th,
|
||||||
|
.table>tfoot>tr>td.active,
|
||||||
|
.table>tfoot>tr>th.active,
|
||||||
|
.table>thead>tr.active>td,
|
||||||
|
.table>thead>tr.active>th,
|
||||||
|
.table>thead>tr>td.active,
|
||||||
|
.table>thead>tr>th.active {
|
||||||
|
background-color: rgb(0 0 0 / 25%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.table thead tr>th,
|
||||||
|
.table thead tr>td,
|
||||||
|
.table tbody tr>th,
|
||||||
|
.table tbody tr>td,
|
||||||
|
.table tfoot tr>th,
|
||||||
|
.table tfoot tr>td {
|
||||||
|
border-top: 1px solid rgb(255 255 255 / 20%);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* FOOTER */
|
||||||
|
.main-panel>.footer {
|
||||||
|
background: rgb(0 0 0 / 0.25);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* MOBILE */
|
||||||
|
@media (max-width: 991px) {
|
||||||
|
.off-canvas-sidebar .sidebar-wrapper {
|
||||||
|
box-shadow: 0 0 10px 0px #000000;
|
||||||
|
background: var(--modal-bg-color);
|
||||||
|
}
|
||||||
|
}
|
26
CSS/themes/duplicacy/hotline.css
Normal file
26
CSS/themes/duplicacy/hotline.css
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
|
||||||
|
/* 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 */
|
||||||
|
|
||||||
|
/* DUPLICACY HOTLINE THEME */
|
||||||
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
|
:root {
|
||||||
|
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
--button-color: hsla(0,0%,100%,.15);
|
||||||
|
--button-color-hover: hsla(0,0%,100%,.30);
|
||||||
|
--accent-color: #F44336;
|
||||||
|
--accent-color-hover: #0b3161;
|
||||||
|
--text: #eee;
|
||||||
|
--text-hover: #fff;
|
||||||
|
--link-hover: #F44336;
|
||||||
|
}
|
26
CSS/themes/duplicacy/organizr-dark.css
Normal file
26
CSS/themes/duplicacy/organizr-dark.css
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
|
||||||
|
/* 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 */
|
||||||
|
|
||||||
|
/* DUPLICACY ORGANIZR-DARK THEME */
|
||||||
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
|
:root {
|
||||||
|
--main-bg-color: #1f1f1f;
|
||||||
|
--modal-bg-color: #1b1b1b;
|
||||||
|
--button-color: #2cabe3;
|
||||||
|
--button-color-hover: rgb(44 171 227 / .8);
|
||||||
|
--accent-color:#2cabe3;
|
||||||
|
--accent-color-hover: #fff;
|
||||||
|
--text: #eee;
|
||||||
|
--text-hover: #fff;
|
||||||
|
--link-color: #2cabe3;
|
||||||
|
}
|
26
CSS/themes/duplicacy/plex.css
Normal file
26
CSS/themes/duplicacy/plex.css
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
|
||||||
|
/* 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 */
|
||||||
|
|
||||||
|
/* DUPLICACY PLEX THEME */
|
||||||
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
|
:root {
|
||||||
|
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
||||||
|
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
||||||
|
--button-color: #cc7b19;
|
||||||
|
--button-color-hover: #e59029;
|
||||||
|
--accent-color: #e5a00d;
|
||||||
|
--accent-color-hover: #ffc107;
|
||||||
|
--text: #eee;
|
||||||
|
--text-hover: #fff;
|
||||||
|
--link-color:#fff;
|
||||||
|
}
|
26
CSS/themes/duplicacy/space-gray.css
Normal file
26
CSS/themes/duplicacy/space-gray.css
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
|
||||||
|
/* 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 */
|
||||||
|
|
||||||
|
/* DUPLICACY SPACE GRAY THEME */
|
||||||
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
|
:root {
|
||||||
|
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
||||||
|
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
||||||
|
--button-color: #607D8B;
|
||||||
|
--button-color-hover: #81a6b7;
|
||||||
|
--accent-color: #81a6b7;
|
||||||
|
--accent-color-hover: #81a6b7;
|
||||||
|
--text: #eee;
|
||||||
|
--text-hover: #fff;
|
||||||
|
--link-color: #81a6b7;
|
||||||
|
}
|
@ -186,6 +186,10 @@
|
|||||||
<p><a href="https://github.com/gilbN/theme.park/wiki/Bitwarden"><img src="https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png" alt="" width="48" height="48" /></a></p>
|
<p><a href="https://github.com/gilbN/theme.park/wiki/Bitwarden"><img src="https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png" alt="" width="48" height="48" /></a></p>
|
||||||
<p><a href="https://github.com/gilbN/theme.park/wiki/Bitwarden">Bitwarden</a></p>
|
<p><a href="https://github.com/gilbN/theme.park/wiki/Bitwarden">Bitwarden</a></p>
|
||||||
</td>
|
</td>
|
||||||
|
<td style="width: 90px; height: 40px; text-align: center;">
|
||||||
|
<p><a href="https://github.com/gilbN/theme.park/wiki/Bitwarden"><img src="https://avatars1.githubusercontent.com/u/10550069?s=400&u=4c3068cced0cb7b005bdbe2c4061a93c61b1a8e0&v=4" alt="" width="48" height="48" /></a></p>
|
||||||
|
<p><a href="https://github.com/gilbN/theme.park/wiki/Duplicacy">Duplicacy</a></p>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
BIN
Screenshots/duplicacy/aquamarine.png
Normal file
BIN
Screenshots/duplicacy/aquamarine.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 844 KiB |
BIN
Screenshots/duplicacy/dark.png
Normal file
BIN
Screenshots/duplicacy/dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 442 KiB |
BIN
Screenshots/duplicacy/hotline.png
Normal file
BIN
Screenshots/duplicacy/hotline.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1009 KiB |
BIN
Screenshots/duplicacy/organmizr.dark.png
Normal file
BIN
Screenshots/duplicacy/organmizr.dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
BIN
Screenshots/duplicacy/plex.png
Normal file
BIN
Screenshots/duplicacy/plex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
BIN
Screenshots/duplicacy/space-grayu.png
Normal file
BIN
Screenshots/duplicacy/space-grayu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 796 KiB |
Loading…
Reference in New Issue
Block a user