14 changed files with 675 additions and 0 deletions
@ -0,0 +1,27 @@ |
|||||
|
|
||||
|
/* 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 */ |
||||
|
|
||||
|
/* RESILIO-SYNC AQUAMARINE THEME */ |
||||
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-sync-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; |
||||
|
--button-text: #eee; |
||||
|
--accent-color: #12afa0; |
||||
|
--accent-color-hover: #fff; |
||||
|
--text: #eee; |
||||
|
--text-hover: #fff; |
||||
|
--link-color: #12afa0; |
||||
|
} |
@ -0,0 +1,27 @@ |
|||||
|
|
||||
|
/* 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 */ |
||||
|
|
||||
|
/* RESILIO-SYNC DARK THEME */ |
||||
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-sync-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); |
||||
|
--button-text: #eee; |
||||
|
--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); |
||||
|
} |
@ -0,0 +1,27 @@ |
|||||
|
|
||||
|
/* 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 */ |
||||
|
|
||||
|
/* RESILIO-SYNC HOTLINE THEME */ |
||||
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-sync-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); |
||||
|
--button-text: #eee; |
||||
|
--accent-color: #F44336; |
||||
|
--accent-color-hover: #0b3161; |
||||
|
--text: #eee; |
||||
|
--text-hover: #fff; |
||||
|
--link-hover: #F44336; |
||||
|
} |
@ -0,0 +1,27 @@ |
|||||
|
|
||||
|
/* 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 */ |
||||
|
|
||||
|
/* RESILIO-SYNC ORGANIZR-DARK THEME */ |
||||
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-sync-base.css); |
||||
|
:root { |
||||
|
--main-bg-color: #1f1f1f; |
||||
|
--modal-bg-color: #1b1b1b; |
||||
|
--button-color: #2cabe3; |
||||
|
--button-color-hover: rgb(44 171 227 / .8); |
||||
|
--button-text: #eee; |
||||
|
--accent-color:#2cabe3; |
||||
|
--accent-color-hover: #fff; |
||||
|
--text:#96a2b4; |
||||
|
--text-hover: #fff; |
||||
|
--link-color: #2cabe3; |
||||
|
} |
@ -0,0 +1,27 @@ |
|||||
|
|
||||
|
/* 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 */ |
||||
|
|
||||
|
/* RESILIO-SYNC PLEX THEME */ |
||||
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-sync-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; |
||||
|
--button-text: #eee; |
||||
|
--accent-color: #e5a00d; |
||||
|
--accent-color-hover: #ffc107; |
||||
|
--text: #eee; |
||||
|
--text-hover: #fff; |
||||
|
--link-color:#fff; |
||||
|
} |
@ -0,0 +1,509 @@ |
|||||
|
/* 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, |
||||
|
.tableScrollContainer, |
||||
|
.settings-tabs-wrapper .settings-tabs-container { |
||||
|
background: var(--main-bg-color); |
||||
|
} |
||||
|
|
||||
|
a { |
||||
|
color: var(--link-color); |
||||
|
} |
||||
|
|
||||
|
a:hover { |
||||
|
color: #fff; |
||||
|
} |
||||
|
|
||||
|
* { |
||||
|
outline: none !important; |
||||
|
} |
||||
|
|
||||
|
/* 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, |
||||
|
#onboarding-dark #page-main, |
||||
|
p, |
||||
|
h1, |
||||
|
h2, |
||||
|
h3, |
||||
|
h4, |
||||
|
h5, |
||||
|
h6, |
||||
|
#choose-product-dialog .choose-title h1, |
||||
|
label.control-label, |
||||
|
.emptyMessage, |
||||
|
.bt-navbar #choose-share-type-menu .container-fluid .menu-item h2, |
||||
|
.bt-navbar .choose-dropdown-menu .container-fluid .menu-item h2, |
||||
|
UL.jqueryFileTree A, |
||||
|
.settings-tabs-wrapper .settings-tabs-container, |
||||
|
.bt-checkbox label, |
||||
|
.bt-radio label, |
||||
|
.settings-tabs-wrapper .settings-tabs-buttons .left-nav-button, |
||||
|
#licenses-tab #unlicensed-container h1, |
||||
|
#licenses-tab #unlicensed-container .unlicensed-text, |
||||
|
#support-tab #page-menu .support-content>a h5, |
||||
|
#support-tab #page-menu .support-content>button h5, |
||||
|
#support-tab #page-menu .support-content>a p, |
||||
|
.modal-header .transfer-path .labelContainer .secondaryLine, |
||||
|
.transfer-table .transfer-row .nameLabel { |
||||
|
color: var(--text); |
||||
|
} |
||||
|
|
||||
|
/* ACCENTS */ |
||||
|
#choose-product-dialog .product-container .product:hover { |
||||
|
border-color: var(--accent-color); |
||||
|
} |
||||
|
|
||||
|
.text-success { |
||||
|
color: #4CAF50; |
||||
|
} |
||||
|
|
||||
|
#historyContainer .table-filter-panel .filter-item.active, |
||||
|
.resizableTableContainer .table-filter-panel .filter-item.active, |
||||
|
.tableContainerWithFilterPanel .table-filter-panel .filter-item.active { |
||||
|
color: var(--accent-color) |
||||
|
} |
||||
|
|
||||
|
/* NAVBAR */ |
||||
|
.bt-navbar { |
||||
|
background-color: rgb(0 0 0 / 25%); |
||||
|
} |
||||
|
|
||||
|
.bt-navbar .btn.dropdown-toggle { |
||||
|
background-color: rgb(255 255 255 / 8%); |
||||
|
} |
||||
|
|
||||
|
.bt-navbar .btn.dropdown-toggle:hover { |
||||
|
background-color: rgb(255 255 255 / 16%); |
||||
|
} |
||||
|
|
||||
|
.bt-navbar .btn.btn-tab.active, |
||||
|
.bt-navbar .btn.btn-tab:active { |
||||
|
background-color: rgb(0 0 0 / 25%); |
||||
|
border-bottom-color: var(--accent-color); |
||||
|
} |
||||
|
|
||||
|
.bt-navbar .btn:hover { |
||||
|
background-color: var(--button-color-hover); |
||||
|
} |
||||
|
|
||||
|
.bt-navbar .btn#try-pro-button { |
||||
|
background-color: rgb(0 0 0 / 50%); |
||||
|
color: var(--button-text); |
||||
|
} |
||||
|
|
||||
|
.bt-navbar .btn#try-pro-button:hover { |
||||
|
background-color: var(--button-color-hover); |
||||
|
} |
||||
|
|
||||
|
/* SIDE MENU */ |
||||
|
/* DROPDOWN MENU */ |
||||
|
.bt-navbar #choose-share-type-menu, |
||||
|
.bt-navbar .choose-dropdown-menu { |
||||
|
background: var(--modal-bg-color); |
||||
|
} |
||||
|
|
||||
|
/* ICONS */ |
||||
|
.mycon.mycon-folder-rw, |
||||
|
.mycon.mycon-folder-owner, |
||||
|
.mycon.mycon-folder-encrypted, |
||||
|
.mycon.mycon-file, |
||||
|
.mycon.mycon-plus { |
||||
|
background-image: none !important; |
||||
|
} |
||||
|
|
||||
|
.mycon.mycon-folder-rw:before { |
||||
|
font-family: "Font Awesome 5 Free"; |
||||
|
font-size: 24px; |
||||
|
content: "\f07b"; |
||||
|
font-weight: bold; |
||||
|
width: 24px; |
||||
|
height: 24px; |
||||
|
margin-left: 5px; |
||||
|
color: var(--text); |
||||
|
font-style: normal; |
||||
|
} |
||||
|
|
||||
|
.mycon.mycon-folder-owner:before { |
||||
|
font-family: "Font Awesome 5 Free"; |
||||
|
font-size: 24px; |
||||
|
content: "\f65e"; |
||||
|
font-weight: bold; |
||||
|
width: 24px; |
||||
|
height: 24px; |
||||
|
margin-left: 5px; |
||||
|
color: var(--text); |
||||
|
font-style: normal; |
||||
|
} |
||||
|
|
||||
|
.mycon.mycon-folder-encrypted:before { |
||||
|
font-family: "Font Awesome 5 Free"; |
||||
|
font-size: 24px; |
||||
|
content: "\f023"; |
||||
|
font-weight: bold; |
||||
|
width: 24px; |
||||
|
height: 24px; |
||||
|
margin-left: 5px; |
||||
|
color: var(--text); |
||||
|
font-style: normal; |
||||
|
} |
||||
|
|
||||
|
.mycon.mycon-file:before { |
||||
|
font-family: "Font Awesome 5 Free"; |
||||
|
font-size: 24px; |
||||
|
content: "\f064"; |
||||
|
font-weight: bold; |
||||
|
width: 24px; |
||||
|
height: 24px; |
||||
|
margin-left: 5px; |
||||
|
color: var(--text); |
||||
|
font-style: normal; |
||||
|
} |
||||
|
|
||||
|
.mycon.mycon-plus:before { |
||||
|
font-family: "Font Awesome 5 Free"; |
||||
|
font-size: 24px; |
||||
|
content: "\f0c1"; |
||||
|
font-weight: bold; |
||||
|
width: 24px; |
||||
|
height: 24px; |
||||
|
margin-left: 5px; |
||||
|
color: var(--text); |
||||
|
font-style: normal; |
||||
|
} |
||||
|
|
||||
|
.bt-navbar #choose-share-type-menu .container-fluid .menu-item:focus, |
||||
|
.bt-navbar #choose-share-type-menu .container-fluid .menu-item:hover, |
||||
|
.bt-navbar .choose-dropdown-menu .container-fluid .menu-item:focus, |
||||
|
.bt-navbar .choose-dropdown-menu .container-fluid .menu-item:hover { |
||||
|
background-color: rgb(255 255 255 / 8%); |
||||
|
|
||||
|
} |
||||
|
|
||||
|
.bt-navbar #choose-share-type-menu .container-fluid .menu-item .menu-item-description:hover, |
||||
|
.bt-navbar .choose-dropdown-menu .container-fluid .menu-item .menu-item-description:hover { |
||||
|
margin-left: 6px; |
||||
|
padding-top: 4px; |
||||
|
color: var(--text-hover); |
||||
|
} |
||||
|
|
||||
|
.bt-navbar #choose-share-type-menu .arrow, |
||||
|
.bt-navbar .choose-dropdown-menu .arrow { |
||||
|
background: var(--modal-bg-color); |
||||
|
} |
||||
|
|
||||
|
.popout-parent { |
||||
|
background: var(--modal-bg-color); |
||||
|
} |
||||
|
|
||||
|
.context-menu li a:focus, |
||||
|
.context-menu li a:hover { |
||||
|
background-color: rgb(255 255 255 / 8%); |
||||
|
} |
||||
|
|
||||
|
.context-notification .context-notification-inner { |
||||
|
background: var(--modal-bg-color); |
||||
|
} |
||||
|
|
||||
|
#general-settings #languagedrop { |
||||
|
background-color: rgb(0 0 0 / 25%); |
||||
|
border: transparent; |
||||
|
} |
||||
|
|
||||
|
.popout-anchor.popout-open { |
||||
|
color: var(--text-hover); |
||||
|
} |
||||
|
|
||||
|
/* MODALS */ |
||||
|
.modal-header, |
||||
|
.modal-footer { |
||||
|
background-color: rgba(0, 0, 0, 0); |
||||
|
color: var(--text); |
||||
|
} |
||||
|
|
||||
|
.modal-content, |
||||
|
.modal-body, |
||||
|
.modal-body .fileTreeContainer { |
||||
|
color: var(--text); |
||||
|
background: var(--modal-bg-color); |
||||
|
} |
||||
|
|
||||
|
#choose-product-dialog .product-container .product { |
||||
|
background-color: rgb(255 255 255 / 0.08); |
||||
|
border: 1px solid transparent; |
||||
|
} |
||||
|
|
||||
|
.modal-header .close:hover { |
||||
|
background: rgb(255 255 255 / 8%); |
||||
|
} |
||||
|
|
||||
|
ul.jqueryFileTree a.active, |
||||
|
ul.jqueryFileTree a:hover { |
||||
|
background-color: rgb(255 255 255 / 8%); |
||||
|
color: var(--text-hover); |
||||
|
} |
||||
|
|
||||
|
.modal-filter:before, |
||||
|
.modal-input:before { |
||||
|
background: -owg-linear-gradient(left, transparent, transparent); |
||||
|
background: transparent !important; |
||||
|
background: -moz-linear-gradient(left, transparent, transparent); |
||||
|
background: -o-linear-gradient(left, transparent, transparent); |
||||
|
background: linear-gradient(left, transparent, transparent); |
||||
|
} |
||||
|
|
||||
|
.nav-tabs.nav-sub-tabs { |
||||
|
background-color: transparent; |
||||
|
border-bottom-color: rgb(255 255 255 / .1); |
||||
|
} |
||||
|
|
||||
|
#file-sharing-content .shareOptionsContainer .shareOption:hover, |
||||
|
#sharing-content .shareOptionsContainer .shareOption:hover, |
||||
|
.sharing-dialog-content .shareOptionsContainer .shareOption:hover { |
||||
|
background-color: rgb(255 255 255 / 8%); |
||||
|
color: var(--text-hover); |
||||
|
} |
||||
|
|
||||
|
#sharing-content .nav-tabs.nav-sub-tabs>li { |
||||
|
background-color: transparent; |
||||
|
} |
||||
|
|
||||
|
#sharing-content .nav-tabs.nav-sub-tabs>li>a { |
||||
|
border: 1px solid #cacaca; |
||||
|
color: #606060; |
||||
|
background: white; |
||||
|
} |
||||
|
|
||||
|
#sharing-content .nav-tabs.nav-sub-tabs>li.active a, |
||||
|
.nav-tabs.nav-sub-tabs>li.active a:focus, |
||||
|
.nav-tabs.nav-sub-tabs>li.active a:hover { |
||||
|
background: var(--button-color-hover) !important; |
||||
|
border: transparent; |
||||
|
color: var(--button-text) |
||||
|
} |
||||
|
|
||||
|
/* PAGES */ |
||||
|
#archive-onboarding.fixed .tutorial-background, |
||||
|
#onboarding-dark.fixed .tutorial-background, |
||||
|
#syncall-tutorial.fixed .tutorial-background { |
||||
|
background-color: var(--main-bg-color); |
||||
|
color: var(--text); |
||||
|
} |
||||
|
|
||||
|
#historyContainer .table-filter-panel, |
||||
|
.resizableTableContainer .table-filter-panel, |
||||
|
.tableContainerWithFilterPanel .table-filter-panel { |
||||
|
background-color: rgb(0 0 0 / 25%); |
||||
|
border-bottom: 1px solid rgb(255 255 255 / 10%); |
||||
|
} |
||||
|
|
||||
|
/* FOOTER */ |
||||
|
#sync-core-state { |
||||
|
background-color: rgb(0 0 0 / 50%); |
||||
|
border-top: 1px solid rgb(255 255 255 / 10%); |
||||
|
} |
||||
|
|
||||
|
#statusPanel { |
||||
|
background: var(--modal-bg-color); |
||||
|
} |
||||
|
|
||||
|
.status-panel-shown #statusPanel { |
||||
|
border-top: 1px solid rgb(255 255 255 / 20%); |
||||
|
} |
||||
|
|
||||
|
#statusPanel .nav-pills a.tab-button .header, |
||||
|
#statusPanel .nav-pills a.tab-button .value, |
||||
|
#statusPanel .nav-pills a.tab-button span[class$=-speed-label] { |
||||
|
color: var(--text); |
||||
|
} |
||||
|
|
||||
|
#statusPanel .nav-pills li { |
||||
|
border-bottom: 1px solid rgb(255 255 255 / .1); |
||||
|
} |
||||
|
|
||||
|
#statusPanel .nav-pills a.tab-button:focus, |
||||
|
#statusPanel .nav-pills a.tab-button:hover, |
||||
|
#statusPanel .nav-pills .active>a { |
||||
|
background-color: rgb(255 255 255 / 8%); |
||||
|
} |
||||
|
|
||||
|
#statusPanel .tab-content { |
||||
|
background-color: transparent; |
||||
|
} |
||||
|
|
||||
|
#statusPanel .chart-wrapper { |
||||
|
background-color: rgb(0 0 0 / 25%); |
||||
|
border-right: 1px solid rgba(255, 255, 255, .1); |
||||
|
} |
||||
|
|
||||
|
.resizableTableContainer .tableHeaderContainer { |
||||
|
border-bottom: 1px solid rgba(255, 255, 255, .1); |
||||
|
background: var(--modal-bg-color); |
||||
|
} |
||||
|
|
||||
|
.c3 { |
||||
|
filter: invert(1) !important; |
||||
|
} |
||||
|
|
||||
|
/* SETTINGS */ |
||||
|
.settings-tabs-wrapper .settings-tabs-buttons .left-nav-button.active { |
||||
|
background-color: rgb(0 0 0 / 25%); |
||||
|
color: var(--accent-color); |
||||
|
} |
||||
|
|
||||
|
.settings-tabs-wrapper .settings-tabs-buttons .left-nav-button:hover:not(.active) { |
||||
|
background-color: rgb(255 255 255 / 8%); |
||||
|
} |
||||
|
|
||||
|
.settings-tabs-wrapper .settings-tabs-buttons .left-nav-button:hover:not(.active) .txt-button { |
||||
|
color: var(--text-hover); |
||||
|
} |
||||
|
|
||||
|
#support-tab #page-menu .support-content>a, |
||||
|
#support-tab #page-menu .support-content>button { |
||||
|
background-color: transparent; |
||||
|
} |
||||
|
|
||||
|
#support-tab #page-menu .support-content>a:hover h5, |
||||
|
#support-tab #page-menu .support-content>a:hover p, |
||||
|
#support-tab #page-menu .support-content>button:hover h5, |
||||
|
#support-tab #page-menu .support-content>button:hover p { |
||||
|
color: var(--text-hover); |
||||
|
} |
||||
|
|
||||
|
.settings-tabs-wrapper .settings-tabs-buttons { |
||||
|
border-right: 1px solid rgb(255 255 255 / 10%); |
||||
|
background: rgb(0 0 0 / 25%); |
||||
|
} |
||||
|
|
||||
|
/* BUTTONS */ |
||||
|
.btn { |
||||
|
border-color: var(--button-color); |
||||
|
background: var(--button-color); |
||||
|
color: var(--button-text); |
||||
|
margin-right: 5px; |
||||
|
box-shadow: none; |
||||
|
border: transparent; |
||||
|
border-radius: 2px; |
||||
|
} |
||||
|
|
||||
|
.btn:hover, |
||||
|
.btn:focus, |
||||
|
.btn:active, |
||||
|
.btn-primary:not(:disabled):not(.disabled):active, |
||||
|
.btn-primary:not(:disabled):not(.disabled).active, |
||||
|
.modal-filter .btn:hover, |
||||
|
.modal-input .btn:focus { |
||||
|
border-color: var(--button-color-hover); |
||||
|
color: var(--text-hover); |
||||
|
background-color: var(--button-color-hover); |
||||
|
box-shadow: none !important; |
||||
|
} |
||||
|
|
||||
|
.transfer-table .transfer-row .optionsColumn .options-button { |
||||
|
background-color: var(--button-color); |
||||
|
color: var(--button-text); |
||||
|
} |
||||
|
|
||||
|
.transfer-table .transfer-row .optionsColumn .options-button.active, |
||||
|
.transfer-table .transfer-row .optionsColumn .options-button:hover { |
||||
|
background-color: var(--button-color-hover); |
||||
|
} |
||||
|
|
||||
|
/* 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: rgba(0, 0, 0, .5) !important; |
||||
|
color: var(--text-hover) !important; |
||||
|
} |
||||
|
|
||||
|
/* TABLE */ |
||||
|
#advanced-settings-dialog .verticalScrollContainer tr:active, |
||||
|
#advanced-settings-dialog .verticalScrollContainer tr:focus, |
||||
|
#advanced-settings-dialog .verticalScrollContainer tr:hover { |
||||
|
background-color: rgb(255 255 255 / 8%); |
||||
|
color: var(--text-hover); |
||||
|
} |
||||
|
|
||||
|
.table-hover>tbody>tr.active, |
||||
|
.table-hover>tbody>tr:hover:not(.no-hover) { |
||||
|
background-color: rgb(255 255 255 / 8%); |
||||
|
color: var(--text-hover); |
||||
|
} |
||||
|
|
||||
|
/* 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; |
||||
|
} |
@ -0,0 +1,27 @@ |
|||||
|
|
||||
|
/* 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 */ |
||||
|
|
||||
|
/* RESILIO-SYNC SPACE GRAY THEME */ |
||||
|
@import url(https://gilbn.github.io/theme.park/CSS/themes/resilio-sync/resilio-sync-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; |
||||
|
--button-text: #eee; |
||||
|
--accent-color: #81a6b7; |
||||
|
--accent-color-hover: #81a6b7; |
||||
|
--text: #eee; |
||||
|
--text-hover: #fff; |
||||
|
--link-color: #81a6b7; |
||||
|
} |
After Width: | Height: | Size: 794 KiB |
After Width: | Height: | Size: 388 KiB |
After Width: | Height: | Size: 972 KiB |
After Width: | Height: | Size: 39 KiB |
After Width: | Height: | Size: 2.1 MiB |
After Width: | Height: | Size: 743 KiB |
Loading…
Reference in new issue