test
This commit is contained in:
parent
9cb57006b5
commit
5c41206882
@ -37,19 +37,19 @@ esac
|
|||||||
# Adding stylesheets
|
# Adding stylesheets
|
||||||
if ! grep -q ${DOMAIN} /usr/local/emhttp/login.php; then
|
if ! grep -q ${DOMAIN} /usr/local/emhttp/login.php; then
|
||||||
echo "Adding stylesheet"
|
echo "Adding stylesheet"
|
||||||
sed -i -e "\@<style>@i\ <link rel='stylesheet' href='https://${DOMAIN}/css/addons/unraid/login-page/${TYPE}/${THEME}'>" /usr/local/emhttp/login.php
|
sed -i -e "\@<style>@i\ <link rel='stylesheet' href='https://${DOMAIN}/CSS/addons/unraid/login-page/${TYPE}/${THEME}'>" /usr/local/emhttp/login.php
|
||||||
echo 'Stylesheet set to' ${THEME}
|
echo 'Stylesheet set to' ${THEME}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Adding/Removing javascript
|
# Adding/Removing javascript
|
||||||
if [ ${ADD_JS} = "true" ]; then
|
if [ ${ADD_JS} = "true" ]; then
|
||||||
if ! grep -q ${JS} /usr/local/emhttp/login.php; then
|
if ! grep -q ${JS} /usr/local/emhttp/login.php; then
|
||||||
if grep -q "<script type='text/javascript' src='https://${DOMAIN}/css/addons/unraid/login-page/" /usr/local/emhttp/login.php; then
|
if grep -q "<script type='text/javascript' src='https://${DOMAIN}/CSS/addons/unraid/login-page/" /usr/local/emhttp/login.php; then
|
||||||
echo "Replacing Javascript"
|
echo "Replacing Javascript"
|
||||||
sed -i "/<script type='text\/javascript' src='https:\/\/${DOMAIN}\/css\/addons\/unraid\/login-page/c <script type='text/javascript' src='https://${DOMAIN}/css/addons/unraid/login-page/${TYPE}/js/${JS}'></script>" /usr/local/emhttp/login.php
|
sed -i "/<script type='text\/javascript' src='https:\/\/${DOMAIN}\/css\/addons\/unraid\/login-page/c <script type='text/javascript' src='https://${DOMAIN}/CSS/addons/unraid/login-page/${TYPE}/js/${JS}'></script>" /usr/local/emhttp/login.php
|
||||||
else
|
else
|
||||||
echo "Adding javascript"
|
echo "Adding javascript"
|
||||||
sed -i -e "\@</body>@i\ <script type='text/javascript' src='https://${DOMAIN}/css/addons/unraid/login-page/${TYPE}/js/${JS}'></script>" /usr/local/emhttp/login.php
|
sed -i -e "\@</body>@i\ <script type='text/javascript' src='https://${DOMAIN}/CSS/addons/unraid/login-page/${TYPE}/js/${JS}'></script>" /usr/local/emhttp/login.php
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
@ -62,6 +62,6 @@ fi
|
|||||||
# Changing stylesheet
|
# Changing stylesheet
|
||||||
if ! grep -q ${TYPE}"/"${THEME} /usr/local/emhttp/login.php; then
|
if ! grep -q ${TYPE}"/"${THEME} /usr/local/emhttp/login.php; then
|
||||||
echo "Changing existing custom stylesheet.."
|
echo "Changing existing custom stylesheet.."
|
||||||
sed -i "/<link rel='stylesheet' href='https:\/\/${DOMAIN}\/css\/addons\/unraid\/login-page/c <link rel='stylesheet' href='https://${DOMAIN}/css/addons/unraid/login-page/${TYPE}/${THEME}'>" /usr/local/emhttp/login.php
|
sed -i "/<link rel='stylesheet' href='https:\/\/${DOMAIN}\/css\/addons\/unraid\/login-page/c <link rel='stylesheet' href='https://${DOMAIN}/CSS/addons/unraid/login-page/${TYPE}/${THEME}'>" /usr/local/emhttp/login.php
|
||||||
echo 'Stylesheet set to' ${THEME}
|
echo 'Stylesheet set to' ${THEME}
|
||||||
fi
|
fi
|
||||||
|
|||||||
@ -104,14 +104,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-all {
|
.x-deluge-all {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/all.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/all.png);
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-downloading,
|
.x-deluge-downloading,
|
||||||
.x-btn .x-deluge-downloading,
|
.x-btn .x-deluge-downloading,
|
||||||
.x-deluge-peer {
|
.x-deluge-peer {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/dling.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/dling.png);
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -119,34 +119,34 @@
|
|||||||
.x-btn .x-deluge-seeding,
|
.x-btn .x-deluge-seeding,
|
||||||
.deluge-torrents .seeding,
|
.deluge-torrents .seeding,
|
||||||
.x-deluge-seed {
|
.x-deluge-seed {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/uling.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/uling.png);
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-active,
|
.x-deluge-active,
|
||||||
.x-deluge-traffic,
|
.x-deluge-traffic,
|
||||||
.x-btn .x-deluge-traffic {
|
.x-btn .x-deluge-traffic {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/active.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/active.png);
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-paused,
|
.x-deluge-paused,
|
||||||
.x-btn .x-deluge-paused,
|
.x-btn .x-deluge-paused,
|
||||||
.deluge-torrents .paused {
|
.deluge-torrents .paused {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/paused.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/paused.png);
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-queued,
|
.x-deluge-queued,
|
||||||
.x-btn .x-deluge-queued,
|
.x-btn .x-deluge-queued,
|
||||||
.deluge-torrents .queued {
|
.deluge-torrents .queued {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/queued.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/queued.png);
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-checking,
|
.x-deluge-checking,
|
||||||
.deluge-torrents .checking {
|
.deluge-torrents .checking {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/checking.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/checking.png);
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -154,36 +154,36 @@
|
|||||||
.deluge-torrents .error,
|
.deluge-torrents .error,
|
||||||
.icon-error,
|
.icon-error,
|
||||||
.x-not-connected {
|
.x-not-connected {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/error.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/error.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-ok {
|
.icon-ok {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/ok.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/ok.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-connections,
|
.x-deluge-connections,
|
||||||
.x-btn .x-deluge-connections {
|
.x-btn .x-deluge-connections {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/connections.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/connections.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-freespace,
|
.x-deluge-freespace,
|
||||||
.x-btn .x-deluge-freespace {
|
.x-btn .x-deluge-freespace {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/harddrive.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/harddrive.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-move {
|
.icon-move {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/move.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/move.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-recheck,
|
.icon-recheck,
|
||||||
.x-deluge-find-more,
|
.x-deluge-find-more,
|
||||||
.x-btn .x-deluge-find-more {
|
.x-btn .x-deluge-find-more {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/search.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/search.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -191,59 +191,59 @@
|
|||||||
.icon-edit,
|
.icon-edit,
|
||||||
.x-deluge-edit-trackers,
|
.x-deluge-edit-trackers,
|
||||||
.x-btn .x-deluge-edit-trackers {
|
.x-btn .x-deluge-edit-trackers {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/edit.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/edit.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.xg-hmenu-sort-asc .x-menu-item-icon {
|
.xg-hmenu-sort-asc .x-menu-item-icon {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/ascending.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/ascending.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.xg-hmenu-sort-desc .x-menu-item-icon {
|
.xg-hmenu-sort-desc .x-menu-item-icon {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/descending.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/descending.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-update-tracker {
|
.icon-update-tracker {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/update.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/update.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-queue,
|
.icon-queue,
|
||||||
.icon-upload-slots {
|
.icon-upload-slots {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/queue.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/queue.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-install-plugin,
|
.x-deluge-install-plugin,
|
||||||
.x-btn .x-deluge-install-plugin {
|
.x-btn .x-deluge-install-plugin {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/plugin.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/plugin.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-connect-window-icon {
|
.x-deluge-connect-window-icon {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/connection_small.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/connection_small.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-connect-window-icon {
|
.x-deluge-connect-window-icon {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/connection_small.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/connection_small.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-connect-window-icon {
|
.x-deluge-connect-window-icon {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/connection_small.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/connection_small.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-top {
|
.icon-top {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/top.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/top.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-bottom {
|
.icon-bottom {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/bottom.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/bottom.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -550,186 +550,186 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-add {
|
.x-panel-tbar .icon-add {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/add.png) no-repeat 0 0 !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/add.png) no-repeat 0 0 !important;
|
||||||
width: 24px !important;
|
width: 24px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-add:hover {
|
.x-panel-tbar .icon-add:hover {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/add.png) no-repeat 0 -24px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/add.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-add:active {
|
.x-panel-tbar .icon-add:active {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/add.png) no-repeat 1px -23px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/add.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-bbar .icon-add {
|
.x-panel-bbar .icon-add {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/add_small.png) no-repeat 0 0 !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/add_small.png) no-repeat 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-remove {
|
.x-panel-tbar .icon-remove {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/remove.png) no-repeat 0 0 !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/remove.png) no-repeat 0 0 !important;
|
||||||
width: 24px !important;
|
width: 24px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-remove:hover {
|
.x-panel-tbar .icon-remove:hover {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/remove.png) no-repeat 0 -24px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/remove.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-remove:active {
|
.x-panel-tbar .icon-remove:active {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/remove.png) no-repeat 1px -23px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/remove.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-bbar .icon-remove {
|
.x-panel-bbar .icon-remove {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/remove_small.png) no-repeat 0 0 !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/remove_small.png) no-repeat 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-pause {
|
.x-panel-tbar .icon-pause {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/pause.png) no-repeat 0 0 !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/pause.png) no-repeat 0 0 !important;
|
||||||
width: 24px !important;
|
width: 24px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-pause:hover {
|
.x-panel-tbar .icon-pause:hover {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/pause.png) no-repeat 0 -24px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/pause.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-pause:active {
|
.x-panel-tbar .icon-pause:active {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/pause.png) no-repeat 1px -23px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/pause.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-menu-item .icon-pause {
|
.x-menu-item .icon-pause {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/paused.png) no-repeat 0 0 !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/paused.png) no-repeat 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-resume {
|
.x-panel-tbar .icon-resume {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/resume.png) no-repeat 0 0 !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/resume.png) no-repeat 0 0 !important;
|
||||||
width: 24px !important;
|
width: 24px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-resume:hover {
|
.x-panel-tbar .icon-resume:hover {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/resume.png) no-repeat 0 -24px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/resume.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-resume:active {
|
.x-panel-tbar .icon-resume:active {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/resume.png) no-repeat 1px -23px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/resume.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-menu-item .icon-resume {
|
.x-menu-item .icon-resume {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/resume_small.png) no-repeat 0 0 !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/resume_small.png) no-repeat 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-remove {
|
.icon-remove {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/remove_small.png) no-repeat 0 0 !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/remove_small.png) no-repeat 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-up {
|
.x-panel-tbar .icon-up {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/up.png) no-repeat 0 0 !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/up.png) no-repeat 0 0 !important;
|
||||||
width: 24px !important;
|
width: 24px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-up:hover {
|
.x-panel-tbar .icon-up:hover {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/up.png) no-repeat 0 -24px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/up.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-up:active {
|
.x-panel-tbar .icon-up:active {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/up.png) no-repeat 1px -23px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/up.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-up {
|
.icon-up {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/up_small.png) no-repeat 0 0 !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/up_small.png) no-repeat 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-down {
|
.x-panel-tbar .icon-down {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/down.png) no-repeat 0 0 !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/down.png) no-repeat 0 0 !important;
|
||||||
width: 24px !important;
|
width: 24px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-down:hover {
|
.x-panel-tbar .icon-down:hover {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/down.png) no-repeat 0 -24px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/down.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-down:active {
|
.x-panel-tbar .icon-down:active {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/down.png) no-repeat 1px -23px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/down.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-down {
|
.icon-down {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/down_small.png) no-repeat 0 0 !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/down_small.png) no-repeat 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-btn .x-deluge-preferences {
|
.x-btn .x-deluge-preferences {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/settings.png) no-repeat 0 0 !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/settings.png) no-repeat 0 0 !important;
|
||||||
width: 24px !important;
|
width: 24px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-btn .x-deluge-preferences:hover {
|
.x-btn .x-deluge-preferences:hover {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/settings.png) no-repeat 0 -24px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/settings.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-btn .x-deluge-preferences:active {
|
.x-btn .x-deluge-preferences:active {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/settings.png) no-repeat 1px -23px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/settings.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-preferences {
|
.x-deluge-preferences {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/settings_small.png) no-repeat 0 4px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/settings_small.png) no-repeat 0 4px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-options {
|
.icon-options {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/settings_small.png) no-repeat 0 0px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/settings_small.png) no-repeat 0 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-connection-manager,
|
.x-deluge-connection-manager,
|
||||||
.x-btn .x-deluge-connection-manager {
|
.x-btn .x-deluge-connection-manager {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/connection.png) no-repeat 0 0 !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/connection.png) no-repeat 0 0 !important;
|
||||||
width: 24px !important;
|
width: 24px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-connection-manager:hover,
|
.x-deluge-connection-manager:hover,
|
||||||
.x-btn .x-deluge-connection-manager:hover {
|
.x-btn .x-deluge-connection-manager:hover {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/connection.png) no-repeat 0 -24px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/connection.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-connection-manager:active,
|
.x-deluge-connection-manager:active,
|
||||||
.x-btn .x-deluge-connection-manager:active {
|
.x-btn .x-deluge-connection-manager:active {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/connection.png) no-repeat 1px -23px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/connection.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-help {
|
.icon-help {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/help.png) no-repeat 0 0 !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/help.png) no-repeat 0 0 !important;
|
||||||
width: 24px !important;
|
width: 24px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-help:hover {
|
.icon-help:hover {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/help.png) no-repeat 0 -24px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/help.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-help:active {
|
.icon-help:active {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/help.png) no-repeat 1px -23px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/help.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-logout {
|
.icon-logout {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/logout.png) no-repeat 0 0 !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/logout.png) no-repeat 0 0 !important;
|
||||||
width: 24px !important;
|
width: 24px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-logout:hover {
|
.icon-logout:hover {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/logout.png) no-repeat 0 -24px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/logout.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-logout:active {
|
.icon-logout:active {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/logout.png) no-repeat 1px -23px !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/logout.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-main-panel {
|
.x-deluge-main-panel {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/deluge.png) no-repeat 0 0 !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/deluge.png) no-repeat 0 0 !important;
|
||||||
padding-left: 30px !important;
|
padding-left: 30px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1296,7 +1296,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.x-cols-icon {
|
.x-cols-icon {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/columns.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/columns.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-show-groups-icon {
|
.x-show-groups-icon {
|
||||||
@ -1372,15 +1372,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.x-tree-node-expanded .x-tree-node-icon {
|
.x-tree-node-expanded .x-tree-node-icon {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/folder.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/folder.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-tree-node-leaf .x-tree-node-icon {
|
.x-tree-node-leaf .x-tree-node-icon {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/file.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/file.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-tree-node-collapsed .x-tree-node-icon {
|
.x-tree-node-collapsed .x-tree-node-icon {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/deluge/folder.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/deluge/folder.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-tree-node-loading .x-tree-node-icon {
|
.x-tree-node-loading .x-tree-node-icon {
|
||||||
|
|||||||
@ -53,12 +53,12 @@ body .container .footer {
|
|||||||
|
|
||||||
body .container .header .action-icons>.pause,
|
body .container .header .action-icons>.pause,
|
||||||
body .container .header .action-icons-small>.pause {
|
body .container .header .action-icons-small>.pause {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/duplicati/pause.png);
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/duplicati/pause.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
body .container .header .action-icons>.throttle,
|
body .container .header .action-icons>.throttle,
|
||||||
body .container .header .action-icons-small>.throttle {
|
body .container .header .action-icons-small>.throttle {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/duplicati/throttle.png);
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/duplicati/throttle.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
body .container .body .content div.add .steps .step.active span,
|
body .container .body .content div.add .steps .step.active span,
|
||||||
@ -209,27 +209,27 @@ body .container .body .contextmenu li a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body .container .body .mainmenu>ul>li>a.home {
|
body .container .body .mainmenu>ul>li>a.home {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/duplicati/home.png) no-repeat 8px 7px;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/duplicati/home.png) no-repeat 8px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .container .body .mainmenu>ul>li>a.add {
|
body .container .body .mainmenu>ul>li>a.add {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/duplicati/add.png) no-repeat 8px 7px;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/duplicati/add.png) no-repeat 8px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .container .body .mainmenu>ul>li>a.restore {
|
body .container .body .mainmenu>ul>li>a.restore {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/duplicati/restore.png) no-repeat 8px 7px;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/duplicati/restore.png) no-repeat 8px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .container .body .mainmenu>ul>li>a.settings {
|
body .container .body .mainmenu>ul>li>a.settings {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/duplicati/settings.png) no-repeat 8px 7px;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/duplicati/settings.png) no-repeat 8px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .container .body .mainmenu>ul>li>a.about {
|
body .container .body .mainmenu>ul>li>a.about {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/duplicati/about.png) no-repeat 8px 7px;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/duplicati/about.png) no-repeat 8px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .container .body .mainmenu>ul>li>a.logout {
|
body .container .body .mainmenu>ul>li>a.logout {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/duplicati/logout.png) no-repeat 8px 7px;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/duplicati/logout.png) no-repeat 8px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#threedotmenu_add_destination>ul>li>a>span {
|
#threedotmenu_add_destination>ul>li>a>span {
|
||||||
|
|||||||
@ -157,7 +157,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pageTitleWithDefaultLogo {
|
.pageTitleWithDefaultLogo {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/emby/logowhite.png)
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/emby/logowhite.png)
|
||||||
}
|
}
|
||||||
|
|
||||||
.backgroundContainer,
|
.backgroundContainer,
|
||||||
@ -697,7 +697,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.drawerLogo {
|
.drawerLogo {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/emby/logowhite.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/emby/logowhite.png);
|
||||||
border-bottom-color: var(--line-background)
|
border-bottom-color: var(--line-background)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -250,8 +250,8 @@ div.flot-text {
|
|||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/base/grafana/grafana-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/base/grafana/grafana-base.css);
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: url("https://assets.deathbybandaid.net/theme.park/resources/blur-noise.png"), url("https://assets.deathbybandaid.net/theme.park/resources/preset-light2.png") center center/cover no-repeat fixed;
|
--main-bg-color: url("https://assets.deathbybandaid.net/theme.park/Resources/blur-noise.png"), url("https://assets.deathbybandaid.net/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: url("https://assets.deathbybandaid.net/theme.park/resources/blur-noise.png"), url("https://assets.deathbybandaid.net/theme.park/resources/preset-dark2.png") center center/cover no-repeat fixed;
|
--modal-bg-color: url("https://assets.deathbybandaid.net/theme.park/Resources/blur-noise.png"), url("https://assets.deathbybandaid.net/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
||||||
|
|
||||||
--button-color: #cc7b19;
|
--button-color: #cc7b19;
|
||||||
--button-color-hover: #e59029;
|
--button-color-hover: #e59029;
|
||||||
|
|||||||
@ -201,73 +201,73 @@ textarea {
|
|||||||
|
|
||||||
.connection .icon.vnc,
|
.connection .icon.vnc,
|
||||||
.connection .icon.rdp {
|
.connection .icon.rdp {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-monitor.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/guacamole/guac-monitor.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.connection .icon.ssh,
|
.connection .icon.ssh,
|
||||||
.connection .icon.telnet {
|
.connection .icon.telnet {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-text.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/guacamole/guac-text.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-menu .menu-dropdown .menu-title {
|
.user-menu .menu-dropdown .menu-title {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-user.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/guacamole/guac-user.png);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-menu .menu-dropdown .menu-contents li a[href="#/"] {
|
.user-menu .menu-dropdown .menu-contents li a[href="#/"] {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-home-dark.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/guacamole/guac-home-dark.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-menu .menu-dropdown .menu-contents li a[href="#/settings/users"],
|
.user-menu .menu-dropdown .menu-contents li a[href="#/settings/users"],
|
||||||
.user-menu .menu-dropdown .menu-contents li a[href="#/settings/connections"],
|
.user-menu .menu-dropdown .menu-contents li a[href="#/settings/connections"],
|
||||||
.user-menu .menu-dropdown .menu-contents li a[href="#/settings/sessions"],
|
.user-menu .menu-dropdown .menu-contents li a[href="#/settings/sessions"],
|
||||||
.user-menu .menu-dropdown .menu-contents li a[href="#/settings/preferences"] {
|
.user-menu .menu-dropdown .menu-contents li a[href="#/settings/preferences"] {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-config-dark.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/guacamole/guac-config-dark.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-menu .menu-dropdown .menu-contents li a.logout {
|
.user-menu .menu-dropdown .menu-contents li a.logout {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-logout-dark.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/guacamole/guac-logout-dark.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon.user {
|
.icon.user {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-user.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/guacamole/guac-user.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.pager .icon.first-page {
|
.pager .icon.first-page {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-first-page.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/guacamole/guac-first-page.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.pager .icon.prev-page {
|
.pager .icon.prev-page {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-prev-page.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/guacamole/guac-prev-page.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.pager .icon.next-page {
|
.pager .icon.next-page {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-next-page.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/guacamole/guac-next-page.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.pager .icon.last-page {
|
.pager .icon.last-page {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/guac-last-page.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/guacamole/guac-last-page.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading::before {
|
.loading::before {
|
||||||
background-image: url('https://assets.deathbybandaid.net/theme.park/resources/guacamole/cog.png');
|
background-image: url('https://assets.deathbybandaid.net/theme.park/Resources/guacamole/cog.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
table.sorted th.sort-primary.sort-descending:after {
|
table.sorted th.sort-primary.sort-descending:after {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/up.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/guacamole/up.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-dropdown .menu-indicator {
|
.menu-dropdown .menu-indicator {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/down.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/guacamole/down.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-dropdown .menu-indicator:hover {
|
.menu-dropdown .menu-indicator:hover {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/down.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/guacamole/down.png);
|
||||||
color: #f9be03;
|
color: #f9be03;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.sorted th.sort-primary:after {
|
table.sorted th.sort-primary:after {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/down.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/guacamole/down.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
@ -338,7 +338,7 @@ table.sorted td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.filter .search-string {
|
.filter .search-string {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/magnifier.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/guacamole/magnifier.png) !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
background-size: 1.75em !important;
|
background-size: 1.75em !important;
|
||||||
background-position: .25em center !important;
|
background-position: .25em center !important;
|
||||||
@ -515,11 +515,11 @@ textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.manage-user .page-tabs .page-list li.linked a[href]:before {
|
.manage-user .page-tabs .page-list li.linked a[href]:before {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/checkmark.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/guacamole/checkmark.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.manage-user .page-tabs .page-list li.read-only a[href]:before {
|
.manage-user .page-tabs .page-list li.read-only a[href]:before {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/guacamole/lock.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/guacamole/lock.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.manage-user .notice.read-only {
|
.manage-user .notice.read-only {
|
||||||
|
|||||||
@ -163,7 +163,7 @@ body.fade-out {
|
|||||||
|
|
||||||
.expandtoggle:checked~.expandtoggle::before {
|
.expandtoggle:checked~.expandtoggle::before {
|
||||||
content: "";
|
content: "";
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/logarr/increase.png) no-repeat;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/logarr/increase.png) no-repeat;
|
||||||
background-size: 2em;
|
background-size: 2em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 2em;
|
width: 2em;
|
||||||
@ -172,7 +172,7 @@ body.fade-out {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.expandtoggle::before {
|
.expandtoggle::before {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/logarr/decrease.png) no-repeat;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/logarr/decrease.png) no-repeat;
|
||||||
background-size: 2em;
|
background-size: 2em;
|
||||||
content: "";
|
content: "";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
/* NETDATA ORGANIZR DASHBOARD THEME */
|
/* NETDATA ORGANIZR DASHBOARD THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/base/netdata/netdata-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/base/netdata/netdata-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/organizr-dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/organizr-dark.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: transparent;
|
--main-bg-color: transparent;
|
||||||
}
|
}
|
||||||
@ -234,7 +234,7 @@ div.check:hover {
|
|||||||
[class*=" icon-"],
|
[class*=" icon-"],
|
||||||
[class^="img-"],
|
[class^="img-"],
|
||||||
[class*=" img-"] {
|
[class*=" img-"] {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/nzbget/icons.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/nzbget/icons.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-search .search-query {
|
.navbar-search .search-query {
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
/* Made by @gilbN */
|
/* Made by @gilbN */
|
||||||
/* https://assets.deathbybandaid.net/theme.park */
|
/* https://assets.deathbybandaid.net/theme.park */
|
||||||
|
|
||||||
@import url(https://use.fontawesome.com/releases/v5.0.7/css/all.css);
|
@import url(https://use.fontawesome.com/releases/v5.0.7/CSS/all.css);
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
@ -205,7 +205,7 @@ label {
|
|||||||
line-height: 1px;
|
line-height: 1px;
|
||||||
font-size: 1px;
|
font-size: 1px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/qbittorrent/dots.png) center center no-repeat;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/qbittorrent/dots.png) center center no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
#desktopNavbar {
|
#desktopNavbar {
|
||||||
@ -306,11 +306,11 @@ label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dynamicTable th.sorted.reverse {
|
.dynamicTable th.sorted.reverse {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/qbittorrent/go-down.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/qbittorrent/go-down.png) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dynamicTable th.sorted {
|
.dynamicTable th.sorted {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/qbittorrent/go-up.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/qbittorrent/go-up.png) !important;
|
||||||
background-size: 9px !important;
|
background-size: 9px !important;
|
||||||
background-position: right !important;
|
background-position: right !important;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
@ -526,11 +526,11 @@ ul.filterList li:hover:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.panel-collapse {
|
.panel-collapse {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/qbittorrent/collapse-expand.gif) left top no-repeat;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/qbittorrent/collapse-expand.gif) left top no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-expand {
|
.panel-expand {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/qbittorrent/collapse-expand.gif) left -16px no-repeat;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/qbittorrent/collapse-expand.gif) left -16px no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
@ -1604,7 +1604,7 @@ ul.filterList a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img[src="icons/inode-directory.svg"] {
|
img[src="icons/inode-directory.svg"] {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/qbittorrent/folder-open-solid.svg);
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/qbittorrent/folder-open-solid.svg);
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-origin: content-box;
|
background-origin: content-box;
|
||||||
@ -1612,7 +1612,7 @@ img[src="icons/inode-directory.svg"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img[src="icons/network-server.svg"] {
|
img[src="icons/network-server.svg"] {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/qbittorrent/network-wired-solid.svg);
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/qbittorrent/network-wired-solid.svg);
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-origin: content-box;
|
background-origin: content-box;
|
||||||
@ -1620,7 +1620,7 @@ img[src="icons/network-server.svg"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img[src="icons/mail-folder-inbox.svg"] {
|
img[src="icons/mail-folder-inbox.svg"] {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/qbittorrent/inbox-solid.svg);
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/qbittorrent/inbox-solid.svg);
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-origin: content-box;
|
background-origin: content-box;
|
||||||
@ -1773,7 +1773,7 @@ img[src="icons/checking.svg"] {
|
|||||||
#torrentsFilterInput {
|
#torrentsFilterInput {
|
||||||
width: 160px;
|
width: 160px;
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/qbittorrent/search-solid.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/qbittorrent/search-solid.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 1em;
|
background-size: 1em;
|
||||||
background-position: left;
|
background-position: left;
|
||||||
@ -1783,7 +1783,7 @@ img[src="icons/checking.svg"] {
|
|||||||
.contextMenu li a:hover.arrow-right,
|
.contextMenu li a:hover.arrow-right,
|
||||||
.contextMenu li a.arrow-right,
|
.contextMenu li a.arrow-right,
|
||||||
.contextMenu li a:hover.arrow-right {
|
.contextMenu li a:hover.arrow-right {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/qbittorrent/arrow-right.gif);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/qbittorrent/arrow-right.gif);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: right center;
|
background-position: right center;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
/* Made by @gilbN */
|
/* Made by @gilbN */
|
||||||
/* https://assets.deathbybandaid.net/theme.park */
|
/* https://assets.deathbybandaid.net/theme.park */
|
||||||
|
|
||||||
@import url(https://use.fontawesome.com/releases/v5.15.1/css/all.css);
|
@import url(https://use.fontawesome.com/releases/v5.15.1/CSS/all.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/defaults/placeholders.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/defaults/placeholders.css);
|
||||||
|
|
||||||
body,
|
body,
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
/* Made by @gilbN */
|
/* Made by @gilbN */
|
||||||
/* https://assets.deathbybandaid.net/theme.park */
|
/* https://assets.deathbybandaid.net/theme.park */
|
||||||
/* Based on https://github.com/themightykitten/ruTorrent-MaterialDesign */
|
/* Based on https://github.com/themightykitten/ruTorrent-MaterialDesign */
|
||||||
@import url(https://use.fontawesome.com/releases/v5.0.7/css/all.css);
|
@import url(https://use.fontawesome.com/releases/v5.0.7/CSS/all.css);
|
||||||
@import url(https://fonts.googleapis.com/css?family=Roboto:400,600,700,300);
|
@import url(https://fonts.googleapis.com/css?family=Roboto:400,600,700,300);
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
@ -36,15 +36,15 @@ div#preload {
|
|||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
display: none;
|
display: none;
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/menus.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/menus.png);
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png);
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/status_icons.png);
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/r_bg.gif);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/r_bg.gif);
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/asc.gif);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/asc.gif);
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/desc.gif);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/desc.gif);
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/pnl_open.gif);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/pnl_open.gif);
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/pnl_close.gif);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/pnl_close.gif);
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/headers.png)
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/headers.png)
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
@ -259,120 +259,120 @@ div#t div.TB_Separator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div#t div#add {
|
div#t div#add {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat 0 0
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat 0 0
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#add:hover {
|
div#t div#add:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat 0 -24px
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat 0 -24px
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#create {
|
div#t div#create {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -24px 0
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -24px 0
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#create:hover {
|
div#t div#create:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -24px -24px
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -24px -24px
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#remove {
|
div#t div#remove {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -48px 0
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -48px 0
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#remove:hover {
|
div#t div#remove:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -48px -24px
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -48px -24px
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#start {
|
div#t div#start {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -72px 0
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -72px 0
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#start:hover {
|
div#t div#start:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -72px -24px
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -72px -24px
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#pause {
|
div#t div#pause {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -96px 0
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -96px 0
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#pause:hover {
|
div#t div#pause:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -96px -24px
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -96px -24px
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#stop {
|
div#t div#stop {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -120px 0
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -120px 0
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#stop:hover {
|
div#t div#stop:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -120px -24px
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -120px -24px
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#moveu {
|
div#t div#moveu {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -144px 0
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -144px 0
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#moveu:hover {
|
div#t div#moveu:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -144px -24px
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -144px -24px
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#moved {
|
div#t div#moved {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -168px 0
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -168px 0
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#moved:hover {
|
div#t div#moved:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -168px -24px
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -168px -24px
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#search {
|
div#t div#search {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -192px 0
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -192px 0
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#search:hover {
|
div#t div#search:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -192px -24px
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -192px -24px
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#rss {
|
div#t div#rss {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -241px 0
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -241px 0
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#rss:hover {
|
div#t div#rss:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -241px -24px
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -241px -24px
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#setting {
|
div#t div#setting {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -264px 0
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -264px 0
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#setting:hover {
|
div#t div#setting:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -264px -24px
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -264px -24px
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#plugins {
|
div#t div#plugins {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/plugin.png) no-repeat 0 center
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/plugin.png) no-repeat 0 center
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#plugins:hover {
|
div#t div#plugins:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/pluginh.png) no-repeat 0 center
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/pluginh.png) no-repeat 0 center
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#help {
|
div#t div#help {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -288px 0
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -288px 0
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#help:hover {
|
div#t div#help:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/toolbar.png) no-repeat -288px -24px
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/toolbar.png) no-repeat -288px -24px
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#go {
|
div#t div#go {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/go.png) no-repeat 0 0
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/go.png) no-repeat 0 0
|
||||||
}
|
}
|
||||||
|
|
||||||
div#t div#go:hover {
|
div#t div#go:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/goh.png) no-repeat 0 0
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/goh.png) no-repeat 0 0
|
||||||
}
|
}
|
||||||
|
|
||||||
div select {
|
div select {
|
||||||
-webkit-appearance: none !important;
|
-webkit-appearance: none !important;
|
||||||
background: #1f1f1f url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/dropdown.png) no-repeat 0 0;
|
background: #1f1f1f url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/dropdown.png) no-repeat 0 0;
|
||||||
background-position: right;
|
background-position: right;
|
||||||
border: 1px solid #1f1f1f;
|
border: 1px solid #1f1f1f;
|
||||||
padding-right: 15px !important;
|
padding-right: 15px !important;
|
||||||
@ -411,7 +411,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div#stg-header {
|
div#stg-header {
|
||||||
background: #273238 url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/dlg-toolbars.gif) no-repeat scroll 0 -72px;
|
background: #273238 url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/dlg-toolbars.gif) no-repeat scroll 0 -72px;
|
||||||
text-shadow: 0 -1px 0 #000
|
text-shadow: 0 -1px 0 #000
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -449,7 +449,7 @@ div#CatList ul li.sel {
|
|||||||
#-_-_-act-_-_-,
|
#-_-_-act-_-_-,
|
||||||
#-_-_-iac-_-_-,
|
#-_-_-iac-_-_-,
|
||||||
#-_-_-err-_-_- {
|
#-_-_-err-_-_- {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png)
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/status_icons.png)
|
||||||
}
|
}
|
||||||
|
|
||||||
.catpanel {
|
.catpanel {
|
||||||
@ -459,7 +459,7 @@ div#CatList ul li.sel {
|
|||||||
height: 22px;
|
height: 22px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/pnl_open.gif) 0 0 no-repeat !important;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/pnl_open.gif) 0 0 no-repeat !important;
|
||||||
background-color: #273238;
|
background-color: #273238;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: var(--text-hover);
|
color: var(--text-hover);
|
||||||
@ -497,28 +497,28 @@ div#CatList ul li.sel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div#CatList ul li.RSS {
|
div#CatList ul li.RSS {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/status_icons.png);
|
||||||
background-position: 4px -207px
|
background-position: 4px -207px
|
||||||
}
|
}
|
||||||
|
|
||||||
div#CatList ul li.disRSS {
|
div#CatList ul li.disRSS {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png)
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/status_icons.png)
|
||||||
}
|
}
|
||||||
|
|
||||||
.stable-icon {
|
.stable-icon {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png)
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/status_icons.png)
|
||||||
}
|
}
|
||||||
|
|
||||||
.Icon_File {
|
.Icon_File {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/file.gif) no-repeat left center
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/file.gif) no-repeat left center
|
||||||
}
|
}
|
||||||
|
|
||||||
.Icon_Dir {
|
.Icon_Dir {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/dir.gif) no-repeat left center
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/dir.gif) no-repeat left center
|
||||||
}
|
}
|
||||||
|
|
||||||
.Icon_Share {
|
.Icon_Share {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/dir.gif) no-repeat left center
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/dir.gif) no-repeat left center
|
||||||
}
|
}
|
||||||
|
|
||||||
div#CatList ul li.sel span {
|
div#CatList ul li.sel span {
|
||||||
@ -526,7 +526,7 @@ div#CatList ul li.sel span {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div#flabel_cont ul li {
|
div#flabel_cont ul li {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/status_icons.png);
|
||||||
background-position: 4px -352px
|
background-position: 4px -352px
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -541,7 +541,7 @@ div#lcont {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div#gcont table td.Header {
|
div#gcont table td.Header {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png) no-repeat 0 -286px;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/status_icons.png) no-repeat 0 -286px;
|
||||||
font-family: 'Roboto';
|
font-family: 'Roboto';
|
||||||
color: var(--text-hover);
|
color: var(--text-hover);
|
||||||
padding-left: 17px
|
padding-left: 17px
|
||||||
@ -600,16 +600,16 @@ div#Speed {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a.dlg-close {
|
a.dlg-close {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/close.png) no-repeat scroll left center
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/close.png) no-repeat scroll left center
|
||||||
}
|
}
|
||||||
|
|
||||||
a.dlg-close:hover {
|
a.dlg-close:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/close.png) no-repeat scroll left center
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/close.png) no-repeat scroll left center
|
||||||
}
|
}
|
||||||
|
|
||||||
a.dlg-close:link,
|
a.dlg-close:link,
|
||||||
a.dlg-close:visited {
|
a.dlg-close:visited {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/close.png) no-repeat scroll left center
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/close.png) no-repeat scroll left center
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dlg-header {
|
div.dlg-header {
|
||||||
@ -760,7 +760,7 @@ input[type="password"],
|
|||||||
select {
|
select {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border: none;
|
border: none;
|
||||||
background: rgba(0, 0, 0, 0.25) url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/headers.png) repeat-x scroll 0 -138px;
|
background: rgba(0, 0, 0, 0.25) url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/headers.png) repeat-x scroll 0 -138px;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
@ -771,13 +771,13 @@ input[type="file"][disabled],
|
|||||||
select[disabled] {
|
select[disabled] {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border: none;
|
border: none;
|
||||||
background: rgba(0, 0, 0, 0.08) url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/headers.png) repeat scroll 0 0 !important;
|
background: rgba(0, 0, 0, 0.08) url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/headers.png) repeat scroll 0 0 !important;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
opacity: .2
|
opacity: .2
|
||||||
}
|
}
|
||||||
|
|
||||||
#StatusBar table tr td.pstatus2 {
|
#StatusBar table tr td.pstatus2 {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/green.png) no-repeat scroll 5px center !important
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/green.png) no-repeat scroll 5px center !important
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
@ -903,12 +903,12 @@ ul#tabbar li.selected a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#fMan_navbut {
|
#fMan_navbut {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/directory.png) !important;
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/directory.png) !important;
|
||||||
border: 1px solid #181818 !important
|
border: 1px solid #181818 !important
|
||||||
}
|
}
|
||||||
|
|
||||||
#fMan_navbut:hover {
|
#fMan_navbut:hover {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/refresh.png) !important
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/refresh.png) !important
|
||||||
}
|
}
|
||||||
|
|
||||||
#fMan_pathsel {
|
#fMan_pathsel {
|
||||||
@ -952,7 +952,7 @@ div.dlg-window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#FS_main div.dlg-header {
|
#FS_main div.dlg-header {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/share.png) !important
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/share.png) !important
|
||||||
}
|
}
|
||||||
|
|
||||||
div#yesnoDlg div.dlg-header {
|
div#yesnoDlg div.dlg-header {
|
||||||
@ -1029,7 +1029,7 @@ div.tab {
|
|||||||
div#t div#ind {
|
div#t div#ind {
|
||||||
height: 34px;
|
height: 34px;
|
||||||
width: 34px;
|
width: 34px;
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/ajax-loader.gif) no-repeat 0 center;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/ajax-loader.gif) no-repeat 0 center;
|
||||||
margin: 2px 6px
|
margin: 2px 6px
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1042,7 +1042,7 @@ tr#rrow td a#mnu_go div#go {
|
|||||||
}
|
}
|
||||||
|
|
||||||
span#loadimg {
|
span#loadimg {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/ajax-loader.gif) no-repeat center center
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/ajax-loader.gif) no-repeat center center
|
||||||
}
|
}
|
||||||
|
|
||||||
.meter-value-start-color {
|
.meter-value-start-color {
|
||||||
@ -1105,7 +1105,7 @@ div#lcont div.std:nth-child(2n+1) {
|
|||||||
#StatusBar table tr td {
|
#StatusBar table tr td {
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
border: none;
|
border: none;
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/headers.png) no-repeat right -208px
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/headers.png) no-repeat right -208px
|
||||||
}
|
}
|
||||||
|
|
||||||
#StatusBar table tr td td {
|
#StatusBar table tr td td {
|
||||||
@ -1117,11 +1117,11 @@ div#lcont div.std:nth-child(2n+1) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#st_up {
|
#st_up {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status.png) no-repeat 6px 2px
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/status.png) no-repeat 6px 2px
|
||||||
}
|
}
|
||||||
|
|
||||||
#st_down {
|
#st_down {
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status.png) no-repeat 6px -18px
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/status.png) no-repeat 6px -18px
|
||||||
}
|
}
|
||||||
|
|
||||||
.statuscell {
|
.statuscell {
|
||||||
@ -1166,46 +1166,46 @@ span.det {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.Icon_Dir {
|
.Icon_Dir {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/status_icons.png);
|
||||||
background-position: 0 -272px
|
background-position: 0 -272px
|
||||||
}
|
}
|
||||||
|
|
||||||
.Icon_File {
|
.Icon_File {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/status_icons.png);
|
||||||
background-position: 0 -256px
|
background-position: 0 -256px
|
||||||
}
|
}
|
||||||
|
|
||||||
.Icon_Torrent {
|
.Icon_Torrent {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/torrent.png) no-repeat scroll left center !important
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/torrent.png) no-repeat scroll left center !important
|
||||||
}
|
}
|
||||||
|
|
||||||
.Icon_Vid {
|
.Icon_Vid {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/video.png) no-repeat scroll left center !important
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/video.png) no-repeat scroll left center !important
|
||||||
}
|
}
|
||||||
|
|
||||||
.Icon_Mp3 {
|
.Icon_Mp3 {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/mp3.png) no-repeat scroll left center !important
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/mp3.png) no-repeat scroll left center !important
|
||||||
}
|
}
|
||||||
|
|
||||||
.Icon_Img {
|
.Icon_Img {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/image.png) no-repeat scroll left center !important
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/image.png) no-repeat scroll left center !important
|
||||||
}
|
}
|
||||||
|
|
||||||
.Icon_Nfo {
|
.Icon_Nfo {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/nfo.png) no-repeat scroll left center !important
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/nfo.png) no-repeat scroll left center !important
|
||||||
}
|
}
|
||||||
|
|
||||||
.Icon_Sfv {
|
.Icon_Sfv {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/text.png) no-repeat scroll left center !important
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/text.png) no-repeat scroll left center !important
|
||||||
}
|
}
|
||||||
|
|
||||||
.Icon_UpD {
|
.Icon_UpD {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/up.png) no-repeat scroll left center !important
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/up.png) no-repeat scroll left center !important
|
||||||
}
|
}
|
||||||
|
|
||||||
.Icon_Rar,
|
.Icon_Rar,
|
||||||
.Icon_Zip {
|
.Icon_Zip {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/archive.zip) no-repeat scroll left center !important
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/archive.zip) no-repeat scroll left center !important
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -1260,7 +1260,7 @@ div#tdcont .stable {
|
|||||||
|
|
||||||
.stable-head div.resz {
|
.stable-head div.resz {
|
||||||
border: 1px solid #FF0000;
|
border: 1px solid #FF0000;
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/s.gif) no-repeat scroll left center;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/s.gif) no-repeat scroll left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stable-body {
|
.stable-body {
|
||||||
@ -1309,16 +1309,16 @@ div.stable-body table tbody tr.even td:nth-child(2n+1) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.stable-body table tbody tr.even:nth-child(2n+1) td {
|
div.stable-body table tbody tr.even:nth-child(2n+1) td {
|
||||||
background: #181818 url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/headers.png) repeat-x 0px -64px;
|
background: #181818 url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/headers.png) repeat-x 0px -64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stable-move-header {
|
.stable-move-header {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/header_move.gif) repeat-x scroll center top;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/header_move.gif) repeat-x scroll center top;
|
||||||
border: 1px solid #0099FF;
|
border: 1px solid #0099FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stable-move-header {
|
.stable-move-header {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/header_move.gif) repeat-x scroll center top rgba(128, 128, 128, 0.7);
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/header_move.gif) repeat-x scroll center top rgba(128, 128, 128, 0.7);
|
||||||
border: 1px solid #0099FF;
|
border: 1px solid #0099FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1345,14 +1345,14 @@ div.stable-body table tbody tr.even:nth-child(2n+1) td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.stable-scrollpos {
|
.stable-scrollpos {
|
||||||
background: #181818 url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/headers.png) repeat-x 0px -37px;
|
background: #181818 url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/headers.png) repeat-x 0px -37px;
|
||||||
height: 17px;
|
height: 17px;
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
border-bottom: 1px solid #333333;
|
border-bottom: 1px solid #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stable-scrollpos:nth-child(2n+1) {
|
.stable-scrollpos:nth-child(2n+1) {
|
||||||
background: #181818 url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/headers.png) repeat-x 0px -64px;
|
background: #181818 url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/headers.png) repeat-x 0px -64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.meter-value {
|
.meter-value {
|
||||||
@ -1417,7 +1417,7 @@ div.stable-body table tbody tr.even:nth-child(2n+1) td {
|
|||||||
float: left;
|
float: left;
|
||||||
border: 1px inset #1b1b1b;
|
border: 1px inset #1b1b1b;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
background: #96CE00 url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/headers.png) repeat-x 0px -138px;
|
background: #96CE00 url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/headers.png) repeat-x 0px -138px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#meter-disk-text,
|
#meter-disk-text,
|
||||||
@ -1446,7 +1446,7 @@ div.stable-body table tbody tr.even:nth-child(2n+1) td {
|
|||||||
border-right: none;
|
border-right: none;
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png) no-repeat 3px -336px;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/status_icons.png) no-repeat 3px -336px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#meter-cpu-text {
|
#meter-cpu-text {
|
||||||
@ -1466,7 +1466,7 @@ div.stable-body table tbody tr.even:nth-child(2n+1) td {
|
|||||||
border-right: none;
|
border-right: none;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
padding-left: 25px;
|
padding-left: 25px;
|
||||||
background: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/status_icons.png) no-repeat 3px -320px;
|
background: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/status_icons.png) no-repeat 3px -320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* #meter-cpu-td {}*/
|
/* #meter-cpu-td {}*/
|
||||||
@ -1588,7 +1588,7 @@ div#dlgAddRSS div.dlg-header {
|
|||||||
div#dlgEditRules-header,
|
div#dlgEditRules-header,
|
||||||
#dlgEditRatioRules-header,
|
#dlgEditRatioRules-header,
|
||||||
div#dlgEditRules div.dlg-header {
|
div#dlgEditRules div.dlg-header {
|
||||||
background: #181818 url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/dlg-toolbars.gif) no-repeat 0 -72px !important;
|
background: #181818 url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/dlg-toolbars.gif) no-repeat 0 -72px !important;
|
||||||
border-bottom: 1px solid #333333;
|
border-bottom: 1px solid #333333;
|
||||||
text-shadow: 0px -1px 0px #000;
|
text-shadow: 0px -1px 0px #000;
|
||||||
}
|
}
|
||||||
@ -1615,15 +1615,15 @@ div#dlgEditRatioRules {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#autodl-tb {
|
#autodl-tb {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/autodll-irc1.png) no-repeat center;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/autodll-irc1.png) no-repeat center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#autodl-tb:hover {
|
#autodl-tb:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/autodll-irc2.png) no-repeat center;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/autodll-irc2.png) no-repeat center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#autodl-multiselect-header {
|
#autodl-multiselect-header {
|
||||||
background-image: url("https://assets.deathbybandaid.net/theme.park/resources/rutorrent/dlg-autodl-irc.gif");
|
background-image: url("https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/dlg-autodl-irc.gif");
|
||||||
}
|
}
|
||||||
|
|
||||||
.shieven {
|
.shieven {
|
||||||
@ -1635,59 +1635,59 @@ div#dlgEditRatioRules {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div#webuiUpdateToggle.pause {
|
div#webuiUpdateToggle.pause {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/pauseui.png) no-repeat;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/pauseui.png) no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#webuiUpdateToggle.pause:hover {
|
div#webuiUpdateToggle.pause:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/pauseuih.png) no-repeat;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/pauseuih.png) no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#webuiUpdateToggle.resume {
|
div#webuiUpdateToggle.resume {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/playui.png) no-repeat;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/playui.png) no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#webuiUpdateToggle.resume:hover {
|
div#webuiUpdateToggle.resume:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/playuih.png) no-repeat;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/playuih.png) no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#webuiRefresh {
|
div#webuiRefresh {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/refreshui.png) no-repeat;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/refreshui.png) no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#webuiRefresh:hover {
|
div#webuiRefresh:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/refreshuih.png) no-repeat;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/refreshuih.png) no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#linkproxy {
|
div#linkproxy {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/proxy.png) no-repeat;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/proxy.png) no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#linkproxy:hover {
|
div#linkproxy:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/proxyh.png) no-repeat;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/proxyh.png) no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#linklogs {
|
div#linklogs {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/linklogs.png) no-repeat;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/linklogs.png) no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#linklogs:hover {
|
div#linklogs:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/linklogsh.png) no-repeat;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/linklogsh.png) no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#linkseedboxmanager {
|
div#linkseedboxmanager {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/seedboxmanager.png) no-repeat;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/seedboxmanager.png) no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#linkseedboxmanager:hover {
|
div#linkseedboxmanager:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/seedboxmanagerh.png) no-repeat;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/seedboxmanagerh.png) no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#plugin {
|
div#plugin {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/plugin.png) no-repeat;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/plugin.png) no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#plugin:hover {
|
div#plugin:hover {
|
||||||
background: transparent url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/pluginh.png) no-repeat;
|
background: transparent url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/pluginh.png) no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
#maillayout #letterform table tr td {
|
#maillayout #letterform table tr td {
|
||||||
@ -1699,15 +1699,15 @@ div#plugin:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div#chat {
|
div#chat {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/chat.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/chat.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
div#chat:hover {
|
div#chat:hover {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/chat3.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/chat3.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
div#tchat div.dlg-header {
|
div#tchat div.dlg-header {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/chat2.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/chat2.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
#userlist,
|
#userlist,
|
||||||
@ -1721,15 +1721,15 @@ div#tchat div.dlg-header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div#logoff {
|
div#logoff {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/logoff.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/logoff.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
div#logoff:hover {
|
div#logoff:hover {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/logoff3.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/logoff3.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
div#logoffDlg div.dlg-header {
|
div#logoffDlg div.dlg-header {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/rutorrent/logoff2.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/rutorrent/logoff2.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.noty_alert,
|
.noty_alert,
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
/* Made by @gilbN */
|
/* Made by @gilbN */
|
||||||
/* https://assets.deathbybandaid.net/theme.park */
|
/* https://assets.deathbybandaid.net/theme.park */
|
||||||
@import url(https://use.fontawesome.com/releases/v5.0.7/css/all.css);
|
@import url(https://use.fontawesome.com/releases/v5.0.7/CSS/all.css);
|
||||||
|
|
||||||
* {
|
* {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
@ -978,5 +978,5 @@ ul.torrent_list li.torrent.compact div.torrent_name {
|
|||||||
|
|
||||||
.ui-icon,
|
.ui-icon,
|
||||||
.ui-widget-content .ui-icon {
|
.ui-widget-content .ui-icon {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/transmission/icons.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/transmission/icons.png);
|
||||||
}
|
}
|
||||||
@ -1,5 +1,5 @@
|
|||||||
:root {
|
:root {
|
||||||
--main-bg-color: url("https://assets.deathbybandaid.net/theme.park/resources/blur-noise.png"),
|
--main-bg-color: url("https://assets.deathbybandaid.net/theme.park/Resources/blur-noise.png"),
|
||||||
radial-gradient(at center center, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9) 120%) center center/cover no-repeat fixed,
|
radial-gradient(at center center, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9) 120%) center center/cover no-repeat fixed,
|
||||||
radial-gradient(at bottom center, rgba(0, 0, 0, 0.15), hsla(0, 14%, 18%, 0.45), hsla(0, 18%, 5%, 0.6)) center center/cover no-repeat fixed,
|
radial-gradient(at bottom center, rgba(0, 0, 0, 0.15), hsla(0, 14%, 18%, 0.45), hsla(0, 18%, 5%, 0.6)) center center/cover no-repeat fixed,
|
||||||
radial-gradient(at bottom center, rgba(167, 6, 6, 0.15), hsla(0, 14%, 18%, 0), hsla(0, 18%, 5%, 0)) center center/cover no-repeat fixed,
|
radial-gradient(at bottom center, rgba(167, 6, 6, 0.15), hsla(0, 14%, 18%, 0), hsla(0, 18%, 5%, 0)) center center/cover no-repeat fixed,
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center bottom, rgba(255, 242, 0, .7) 0%, #0d0400 80%, rgba(0, 0, 0, 1) 100%) center center/cover no-repeat fixed,
|
--main-bg-color: radial-gradient(ellipse at center bottom, rgba(255, 242, 0, .7) 0%, #0d0400 80%, rgba(0, 0, 0, 1) 100%) center center/cover no-repeat fixed,
|
||||||
url("https://assets.deathbybandaid.net/theme.park/resources/mind.jpg") center center/cover no-repeat fixed;
|
url("https://assets.deathbybandaid.net/theme.park/Resources/mind.jpg") center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: linear-gradient(180deg, rgba(51, 49, 0, 1) 0%, #000 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: linear-gradient(180deg, rgba(51, 49, 0, 1) 0%, #000 100%) center center/cover no-repeat fixed;
|
||||||
--modal-header-color: linear-gradient(180deg, rgba(51, 49, 0, 1) 0%, #000 100%) center center/cover no-repeat fixed;
|
--modal-header-color: linear-gradient(180deg, rgba(51, 49, 0, 1) 0%, #000 100%) center center/cover no-repeat fixed;
|
||||||
--modal-footer-color: linear-gradient(180deg, rgba(51, 49, 0, 1) 0%, #000 100%) center center/cover no-repeat fixed;
|
--modal-footer-color: linear-gradient(180deg, rgba(51, 49, 0, 1) 0%, #000 100%) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center bottom, rgba(166, 40, 140, .7) 0%, rgba(11,8,51,1) 80%, rgba(0,0,0,1) 100%) center center/cover no-repeat fixed,
|
--main-bg-color: radial-gradient(ellipse at center bottom, rgba(166, 40, 140, .7) 0%, rgba(11,8,51,1) 80%, rgba(0,0,0,1) 100%) center center/cover no-repeat fixed,
|
||||||
url("https://assets.deathbybandaid.net/theme.park/resources/power.jpg") center center/cover no-repeat fixed;
|
url("https://assets.deathbybandaid.net/theme.park/Resources/power.jpg") center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: linear-gradient(180deg, rgba(35, 0, 57, 1) 0%, #000 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: linear-gradient(180deg, rgba(35, 0, 57, 1) 0%, #000 100%) center center/cover no-repeat fixed;
|
||||||
--modal-header-color: linear-gradient(180deg, rgba(35, 0, 57, 1) 0%, #000 100%) center center/cover no-repeat fixed;
|
--modal-header-color: linear-gradient(180deg, rgba(35, 0, 57, 1) 0%, #000 100%) center center/cover no-repeat fixed;
|
||||||
--modal-footer-color: linear-gradient(180deg, rgba(35, 0, 57, 1) 0%, #000 100%) center center/cover no-repeat fixed;
|
--modal-footer-color: linear-gradient(180deg, rgba(35, 0, 57, 1) 0%, #000 100%) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center bottom, rgba(232, 11, 11, 0.7) 0%, #08000d 80%, rgba(0,0,0,1) 100%) center center/cover no-repeat fixed,
|
--main-bg-color: radial-gradient(ellipse at center bottom, rgba(232, 11, 11, 0.7) 0%, #08000d 80%, rgba(0,0,0,1) 100%) center center/cover no-repeat fixed,
|
||||||
url("https://assets.deathbybandaid.net/theme.park/resources/reality.jpg") center center/cover no-repeat fixed;
|
url("https://assets.deathbybandaid.net/theme.park/Resources/reality.jpg") center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: linear-gradient(180deg, rgba(102, 5, 5, 1) 0%, #000 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: linear-gradient(180deg, rgba(102, 5, 5, 1) 0%, #000 100%) center center/cover no-repeat fixed;
|
||||||
--modal-header-color: linear-gradient(180deg, rgba(102, 5, 5, 1) 0%, #000 100%) center center/cover no-repeat fixed;
|
--modal-header-color: linear-gradient(180deg, rgba(102, 5, 5, 1) 0%, #000 100%) center center/cover no-repeat fixed;
|
||||||
--modal-footer-color: linear-gradient(180deg, rgba(102, 5, 5, 1) 0%, #000 100%) center center/cover no-repeat fixed;
|
--modal-footer-color: linear-gradient(180deg, rgba(102, 5, 5, 1) 0%, #000 100%) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center bottom, rgba(255, 153, 0, .7) 0%, #3c0015 80%, rgba(0, 0, 0, 1) 100%) center center/cover no-repeat fixed,
|
--main-bg-color: radial-gradient(ellipse at center bottom, rgba(255, 153, 0, .7) 0%, #3c0015 80%, rgba(0, 0, 0, 1) 100%) center center/cover no-repeat fixed,
|
||||||
url("https://assets.deathbybandaid.net/theme.park/resources/soul.jpg") center center/cover no-repeat fixed;
|
url("https://assets.deathbybandaid.net/theme.park/Resources/soul.jpg") center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: linear-gradient(180deg, rgba(140, 64, 2, 1) 0%, #3c0015 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: linear-gradient(180deg, rgba(140, 64, 2, 1) 0%, #3c0015 100%) center center/cover no-repeat fixed;
|
||||||
--modal-header-color: linear-gradient(180deg, rgba(140, 64, 2, 1) 0%, #3c0015 100%) center center/cover no-repeat fixed;
|
--modal-header-color: linear-gradient(180deg, rgba(140, 64, 2, 1) 0%, #3c0015 100%) center center/cover no-repeat fixed;
|
||||||
--modal-footer-color: linear-gradient(180deg, rgba(140, 64, 2, 1) 0%, #3c0015 100%) center center/cover no-repeat fixed;
|
--modal-footer-color: linear-gradient(180deg, rgba(140, 64, 2, 1) 0%, #3c0015 100%) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center bottom, rgba(0, 98, 255, .7) 0%, #020013 80%, rgb(0, 0, 0) 100%) center center/cover no-repeat fixed,
|
--main-bg-color: radial-gradient(ellipse at center bottom, rgba(0, 98, 255, .7) 0%, #020013 80%, rgb(0, 0, 0) 100%) center center/cover no-repeat fixed,
|
||||||
url("https://assets.deathbybandaid.net/theme.park/resources/space.jpg") center center/cover no-repeat fixed;
|
url("https://assets.deathbybandaid.net/theme.park/Resources/space.jpg") center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: linear-gradient(180deg, rgb(0, 57, 148) 0%, #10003c 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: linear-gradient(180deg, rgb(0, 57, 148) 0%, #10003c 100%) center center/cover no-repeat fixed;
|
||||||
--modal-headercolor: linear-gradient(180deg, rgb(0, 57, 148) 0%, #10003c 100%) center center/cover no-repeat fixed;
|
--modal-headercolor: linear-gradient(180deg, rgb(0, 57, 148) 0%, #10003c 100%) center center/cover no-repeat fixed;
|
||||||
--modal-footer-color: linear-gradient(180deg, rgb(0, 57, 148) 0%, #10003c 100%) center center/cover no-repeat fixed;
|
--modal-footer-color: linear-gradient(180deg, rgb(0, 57, 148) 0%, #10003c 100%) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center bottom, rgba(109, 247, 81, .7) 0%, #00130c 80%, rgb(0, 0, 0) 100%) center center/cover no-repeat fixed,
|
--main-bg-color: radial-gradient(ellipse at center bottom, rgba(109, 247, 81, .7) 0%, #00130c 80%, rgb(0, 0, 0) 100%) center center/cover no-repeat fixed,
|
||||||
url("https://assets.deathbybandaid.net/theme.park/resources/time.jpg") center center/cover no-repeat fixed;
|
url("https://assets.deathbybandaid.net/theme.park/Resources/time.jpg") center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: linear-gradient(180deg, rgba(2, 77, 0, 1) 0%, #00130c 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: linear-gradient(180deg, rgba(2, 77, 0, 1) 0%, #00130c 100%) center center/cover no-repeat fixed;
|
||||||
--modal-header-color: linear-gradient(180deg, rgba(2, 77, 0, 1) 0%, #00130c 100%) center center/cover no-repeat fixed;
|
--modal-header-color: linear-gradient(180deg, rgba(2, 77, 0, 1) 0%, #00130c 100%) center center/cover no-repeat fixed;
|
||||||
--modal-footer-color: linear-gradient(180deg, rgba(2, 77, 0, 1) 0%, #00130c 100%) center center/cover no-repeat fixed;
|
--modal-footer-color: linear-gradient(180deg, rgba(2, 77, 0, 1) 0%, #00130c 100%) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
:root {
|
:root {
|
||||||
/* --main-bg-color: url("https://assets.deathbybandaid.net/theme.park/resources/blur-noise.png"), url("https://assets.deathbybandaid.net/theme.park/resources/preset-light2.png") center center/cover no-repeat fixed;
|
/* --main-bg-color: url("https://assets.deathbybandaid.net/theme.park/Resources/blur-noise.png"), url("https://assets.deathbybandaid.net/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: url("https://assets.deathbybandaid.net/theme.park/resources/blur-noise.png"), url("https://assets.deathbybandaid.net/theme.park/resources/preset-dark2.png") center center/cover no-repeat fixed;
|
--modal-bg-color: url("https://assets.deathbybandaid.net/theme.park/Resources/blur-noise.png"), url("https://assets.deathbybandaid.net/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
||||||
*/
|
*/
|
||||||
--main-bg-color: url("https://assets.deathbybandaid.net/theme.park/resources/blur-noise.png") repeat scroll 0% 0%, radial-gradient(circle at 0% 100%, rgba(54, 66, 84, 0.55) 0%, rgba(54, 66, 84, 0.043) 70%, rgba(54, 66, 84, 0) 80%), radial-gradient(circle at 100% 100%, rgba(113, 135, 153, 0.55) 0%, rgba(113, 135, 153, 0.043) 70%, rgba(113, 135, 153, 0) 80%), radial-gradient(circle at 100% 0%, rgba(54, 66, 84, 0.55) 0%, rgba(54, 66, 84, 0.043) 70%, rgba(54, 66, 84, 0) 80%), radial-gradient(circle at 0% 0%, rgba(91, 114, 135, 0.55) 0%, rgba(91, 114, 135, 0.043) 70%, rgba(91, 114, 135, 0) 80%), rgb(0, 0, 0) center center/cover no-repeat fixed;
|
--main-bg-color: url("https://assets.deathbybandaid.net/theme.park/Resources/blur-noise.png") repeat scroll 0% 0%, radial-gradient(circle at 0% 100%, rgba(54, 66, 84, 0.55) 0%, rgba(54, 66, 84, 0.043) 70%, rgba(54, 66, 84, 0) 80%), radial-gradient(circle at 100% 100%, rgba(113, 135, 153, 0.55) 0%, rgba(113, 135, 153, 0.043) 70%, rgba(113, 135, 153, 0) 80%), radial-gradient(circle at 100% 0%, rgba(54, 66, 84, 0.55) 0%, rgba(54, 66, 84, 0.043) 70%, rgba(54, 66, 84, 0) 80%), radial-gradient(circle at 0% 0%, rgba(91, 114, 135, 0.55) 0%, rgba(91, 114, 135, 0.043) 70%, rgba(91, 114, 135, 0) 80%), rgb(0, 0, 0) center center/cover no-repeat fixed;
|
||||||
|
|
||||||
--modal-bg-color: #1f2326;
|
--modal-bg-color: #1f2326;
|
||||||
--modal-header-color: #1f2326;
|
--modal-header-color: #1f2326;
|
||||||
|
|||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* ADGUARD AQUAMARINE THEME */
|
/* ADGUARD AQUAMARINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/adguard/adguard-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/adguard/adguard-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/aquamarine.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/aquamarine.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* ADGUARD DARK THEME */
|
/* ADGUARD DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/adguard/adguard-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/adguard/adguard-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dark.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* ADGUARD DRACULA THEME */
|
/* ADGUARD DRACULA THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/adguard/adguard-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/adguard/adguard-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dracula.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dracula.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* ADGUARD HOTLINE THEME */
|
/* ADGUARD HOTLINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/adguard/adguard-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/adguard/adguard-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/hotline.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/hotline.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* ADGUARD ORGANIZR-DARK THEME */
|
/* ADGUARD ORGANIZR-DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/adguard/adguard-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/adguard/adguard-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/organizr-dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/organizr-dark.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* ADGUARD PLEX THEME */
|
/* ADGUARD PLEX THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/adguard/adguard-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/adguard/adguard-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/plex.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/plex.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* ADGUARD SPACE GRAY THEME */
|
/* ADGUARD SPACE GRAY THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/adguard/adguard-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/adguard/adguard-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/space-gray.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/space-gray.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* BAZARR AQUAMARINE THEME */
|
/* BAZARR AQUAMARINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/aquamarine.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/aquamarine.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* BAZARR DARK THEME */
|
/* BAZARR DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dark.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* BAZARR DRACULA THEME */
|
/* BAZARR DRACULA THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dracula.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dracula.css);
|
||||||
|
|||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* BAZARR HOTLINE THEME */
|
/* BAZARR HOTLINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/hotline.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/hotline.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* BAZARR ORGANIZR-DARK THEME */
|
/* BAZARR ORGANIZR-DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/organizr-dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/organizr-dark.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* BAZARR PLEX THEME */
|
/* BAZARR PLEX THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/plex.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/plex.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* BAZARR SPACE GRAY THEME */
|
/* BAZARR SPACE GRAY THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/space-gray.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/space-gray.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* BITWARDEN AQUAMARINE THEME */
|
/* BITWARDEN AQUAMARINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/aquamarine.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/aquamarine.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* BITWARDEN DARK THEME */
|
/* BITWARDEN DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dark.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* BITWARDEN DRACULA THEME */
|
/* BITWARDEN DRACULA THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dracula.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dracula.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* BITWARDEN HOTLINE THEME */
|
/* BITWARDEN HOTLINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/hotline.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/hotline.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* BITWARDEN ORGANIZR-DARK THEME */
|
/* BITWARDEN ORGANIZR-DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/organizr-dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/organizr-dark.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* BITWARDEN PLEX THEME */
|
/* BITWARDEN PLEX THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/plex.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/plex.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* BITWARDEN SPACE GRAY THEME */
|
/* BITWARDEN SPACE GRAY THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/space-gray.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/space-gray.css);
|
||||||
@ -14,4 +14,4 @@
|
|||||||
/* CALIBRE-WEB AQUAMARINE THEME */
|
/* CALIBRE-WEB AQUAMARINE THEME */
|
||||||
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
|
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/aquamarine.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/aquamarine.css);
|
||||||
@ -14,4 +14,4 @@
|
|||||||
/* CALIBRE-WEB DARK THEME */
|
/* CALIBRE-WEB DARK THEME */
|
||||||
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
|
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dark.css);
|
||||||
@ -14,4 +14,4 @@
|
|||||||
/* CALIBRE-WEB DRACULA THEME */
|
/* CALIBRE-WEB DRACULA THEME */
|
||||||
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
|
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dracula.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dracula.css);
|
||||||
@ -14,4 +14,4 @@
|
|||||||
/* CALIBRE-WEB HOTLINE THEME */
|
/* CALIBRE-WEB HOTLINE THEME */
|
||||||
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
|
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/hotline.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/hotline.css);
|
||||||
@ -14,4 +14,4 @@
|
|||||||
/* CALIBRE-WEB ORGANIZR-DARK THEME */
|
/* CALIBRE-WEB ORGANIZR-DARK THEME */
|
||||||
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
|
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/organizr-dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/organizr-dark.css);
|
||||||
@ -14,4 +14,4 @@
|
|||||||
/* CALIBRE-WEB SPACE GRAY THEME */
|
/* CALIBRE-WEB SPACE GRAY THEME */
|
||||||
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
|
/* Set theme to CaliBlur in UI Configuration -> View Configuration -> Theme -> CaliBlur -> Submit */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/space-gray.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/space-gray.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DELUGE AQUAMARINE THEME */
|
/* DELUGE AQUAMARINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/deluge/deluge-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/deluge/deluge-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/aquamarine.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/aquamarine.css);
|
||||||
|
|||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DELUGE DARK THEME */
|
/* DELUGE DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/deluge/deluge-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/deluge/deluge-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dark.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DELUGE DRACULA THEME */
|
/* DELUGE DRACULA THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/deluge/deluge-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/deluge/deluge-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dracula.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dracula.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DELUGE HOTLINE THEME */
|
/* DELUGE HOTLINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/deluge/deluge-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/deluge/deluge-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/hotline.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/hotline.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DELUGE ORGANIZR-DARK THEME */
|
/* DELUGE ORGANIZR-DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/deluge/deluge-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/deluge/deluge-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/organizr-dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/organizr-dark.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DELUGE PLEX THEME */
|
/* DELUGE PLEX THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/deluge/deluge-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/deluge/deluge-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/plex.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/plex.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DELUGE SPACE GRAY THEME */
|
/* DELUGE SPACE GRAY THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/deluge/deluge-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/deluge/deluge-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/space-gray.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/space-gray.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DOZZLE AQUAMARINE THEME */
|
/* DOZZLE AQUAMARINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/dozzle/dozzle-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/dozzle/dozzle-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/aquamarine.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/aquamarine.css);
|
||||||
|
|||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DOZZLE DARK THEME */
|
/* DOZZLE DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/dozzle/dozzle-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/dozzle/dozzle-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dark.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DOZZLE DRACULA THEME */
|
/* DOZZLE DRACULA THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/dozzle/dozzle-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/dozzle/dozzle-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dracula.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dracula.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DOZZLE HOTLINE THEME */
|
/* DOZZLE HOTLINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/dozzle/dozzle-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/dozzle/dozzle-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/hotline.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/hotline.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DOZZLE ORGANIZR-DARK THEME */
|
/* DOZZLE ORGANIZR-DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/dozzle/dozzle-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/dozzle/dozzle-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/organizr-dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/organizr-dark.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DOZZLE PLEX THEME */
|
/* DOZZLE PLEX THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/dozzle/dozzle-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/dozzle/dozzle-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/plex.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/plex.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DOZZLE SPACE GRAY THEME */
|
/* DOZZLE SPACE GRAY THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/dozzle/dozzle-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/dozzle/dozzle-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/space-gray.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/space-gray.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DUPLICACY AQUAMARINE THEME */
|
/* DUPLICACY AQUAMARINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/aquamarine.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/aquamarine.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DUPLICACY DARK THEME */
|
/* DUPLICACY DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dark.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DUPLICACY DRACULA THEME */
|
/* DUPLICACY DRACULA THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dracula.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dracula.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DUPLICACY HOTLINE THEME */
|
/* DUPLICACY HOTLINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/hotline.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/hotline.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DUPLICACY ORGANIZR-DARK THEME */
|
/* DUPLICACY ORGANIZR-DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/organizr-dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/organizr-dark.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DUPLICACY PLEX THEME */
|
/* DUPLICACY PLEX THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/plex.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/plex.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* DUPLICACY SPACE GRAY THEME */
|
/* DUPLICACY SPACE GRAY THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/space-gray.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/space-gray.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* EMBY AQUAMARINE THEME */
|
/* EMBY AQUAMARINE THEME */
|
||||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/themes/emby/emby-base.css");
|
@import url("https://assets.deathbybandaid.net/theme.park/CSS/themes/emby/emby-base.css");
|
||||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/variables/aquamarine.css");
|
@import url("https://assets.deathbybandaid.net/theme.park/CSS/theme-options/aquamarine.css");
|
||||||
|
|||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* EMBY DARK THEME */
|
/* EMBY DARK THEME */
|
||||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/themes/emby/emby-base.css");
|
@import url("https://assets.deathbybandaid.net/theme.park/CSS/themes/emby/emby-base.css");
|
||||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/variables/dark.css");
|
@import url("https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dark.css");
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* EMBY DRACULA THEME */
|
/* EMBY DRACULA THEME */
|
||||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/themes/emby/emby-base.css");
|
@import url("https://assets.deathbybandaid.net/theme.park/CSS/themes/emby/emby-base.css");
|
||||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/variables/dracula.css");
|
@import url("https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dracula.css");
|
||||||
@ -157,7 +157,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pageTitleWithDefaultLogo {
|
.pageTitleWithDefaultLogo {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/emby/logowhite.png)
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/emby/logowhite.png)
|
||||||
}
|
}
|
||||||
|
|
||||||
.backgroundContainer,
|
.backgroundContainer,
|
||||||
@ -697,7 +697,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.drawerLogo {
|
.drawerLogo {
|
||||||
background-image: url(https://assets.deathbybandaid.net/theme.park/resources/emby/logowhite.png);
|
background-image: url(https://assets.deathbybandaid.net/theme.park/Resources/emby/logowhite.png);
|
||||||
border-bottom-color: var(--line-background)
|
border-bottom-color: var(--line-background)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* EMBY HOTLINE THEME */
|
/* EMBY HOTLINE THEME */
|
||||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/themes/emby/emby-base.css");
|
@import url("https://assets.deathbybandaid.net/theme.park/CSS/themes/emby/emby-base.css");
|
||||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/variables/hotline.css");
|
@import url("https://assets.deathbybandaid.net/theme.park/CSS/theme-options/hotline.css");
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* EMBY ORGANIZR-DARK THEME */
|
/* EMBY ORGANIZR-DARK THEME */
|
||||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/themes/emby/emby-base.css");
|
@import url("https://assets.deathbybandaid.net/theme.park/CSS/themes/emby/emby-base.css");
|
||||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/variables/organizr-dark.css");
|
@import url("https://assets.deathbybandaid.net/theme.park/CSS/theme-options/organizr-dark.css");
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* EMBY PLEX THEME */
|
/* EMBY PLEX THEME */
|
||||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/themes/emby/emby-base.css");
|
@import url("https://assets.deathbybandaid.net/theme.park/CSS/themes/emby/emby-base.css");
|
||||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/variables/plex.css");
|
@import url("https://assets.deathbybandaid.net/theme.park/CSS/theme-options/plex.css");
|
||||||
|
|||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* EMBY SPACE GRAY THEME */
|
/* EMBY SPACE GRAY THEME */
|
||||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/themes/emby/emby-base.css");
|
@import url("https://assets.deathbybandaid.net/theme.park/CSS/themes/emby/emby-base.css");
|
||||||
@import url("https://assets.deathbybandaid.net/theme.park/CSS/variables/space-gray.css");
|
@import url("https://assets.deathbybandaid.net/theme.park/CSS/theme-options/space-gray.css");
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* FILEBROWSER AQUAMARINE THEME */
|
/* FILEBROWSER AQUAMARINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/aquamarine.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/aquamarine.css);
|
||||||
|
|||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* FILEBROWSER DARK THEME */
|
/* FILEBROWSER DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dark.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* FILEBROWSER DRACULA THEME */
|
/* FILEBROWSER DRACULA THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dracula.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dracula.css);
|
||||||
|
|||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* FILEBROWSER HOTLINE THEME */
|
/* FILEBROWSER HOTLINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/hotline.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/hotline.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* FILEBROWSER ORGANIZR-DARK THEME */
|
/* FILEBROWSER ORGANIZR-DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/organizr-dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/organizr-dark.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* FILEBROWSER PLEX THEME */
|
/* FILEBROWSER PLEX THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/plex.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/plex.css);
|
||||||
@ -13,4 +13,4 @@
|
|||||||
|
|
||||||
/* FILEBROWSER SPACE GRAY THEME */
|
/* FILEBROWSER SPACE GRAY THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/filebrowser/filebrowser-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/space-gray.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/space-gray.css);
|
||||||
@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
/* FLOOD AQUAMARINE THEME */
|
/* FLOOD AQUAMARINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/flood/flood-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/flood/flood-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/aquamarine.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/aquamarine.css);
|
||||||
@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
/* FLOOD DARK THEME */
|
/* FLOOD DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/flood/flood-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/flood/flood-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dark.css);
|
||||||
@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
/* FLOOD DRACULA THEME */
|
/* FLOOD DRACULA THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/flood/flood-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/flood/flood-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dracula.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dracula.css);
|
||||||
@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
/* FLOOD HOTLINE THEME */
|
/* FLOOD HOTLINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/flood/flood-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/flood/flood-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/hotline.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/hotline.css);
|
||||||
@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
/* FLOOD ORGANIZR-DARK THEME */
|
/* FLOOD ORGANIZR-DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/flood/flood-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/flood/flood-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/organizr-dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/organizr-dark.css);
|
||||||
@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
/* FLOOD PLEX THEME */
|
/* FLOOD PLEX THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/flood/flood-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/flood/flood-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/plex.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/plex.css);
|
||||||
@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
/* FLOOD SPACE GRAY THEME */
|
/* FLOOD SPACE GRAY THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/flood/flood-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/flood/flood-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/space-gray.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/space-gray.css);
|
||||||
@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
/* GAPS AQUAMARINE THEME */
|
/* GAPS AQUAMARINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gaps/gaps-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gaps/gaps-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/aquamarine.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/aquamarine.css);
|
||||||
@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
/* GAPS DARK THEME */
|
/* GAPS DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gaps/gaps-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gaps/gaps-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dark.css);
|
||||||
@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
/* GAPS DRACULA THEME */
|
/* GAPS DRACULA THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gaps/gaps-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gaps/gaps-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dracula.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dracula.css);
|
||||||
@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
/* GAPS HOTLINE THEME */
|
/* GAPS HOTLINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gaps/gaps-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gaps/gaps-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/hotline.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/hotline.css);
|
||||||
@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
/* GAPS ORGANIZR-DARK THEME */
|
/* GAPS ORGANIZR-DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gaps/gaps-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gaps/gaps-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/organizr-dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/organizr-dark.css);
|
||||||
@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
/* GAPS PLEX THEME */
|
/* GAPS PLEX THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gaps/gaps-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gaps/gaps-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/plex.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/plex.css);
|
||||||
@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
/* GAPS SPACE-GRAY THEME */
|
/* GAPS SPACE-GRAY THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gaps/gaps-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gaps/gaps-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/space-gray.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/space-gray.css);
|
||||||
@ -14,4 +14,4 @@
|
|||||||
/* GITEA AQUAMARINE THEME */
|
/* GITEA AQUAMARINE THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gitea/gitea-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gitea/gitea-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gitea/chroma.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gitea/chroma.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/aquamarine.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/aquamarine.css);
|
||||||
@ -14,4 +14,4 @@
|
|||||||
/* GITEA DARK THEME */
|
/* GITEA DARK THEME */
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gitea/gitea-base.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gitea/gitea-base.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gitea/chroma.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/themes/gitea/chroma.css);
|
||||||
@import url(https://assets.deathbybandaid.net/theme.park/CSS/variables/dark.css);
|
@import url(https://assets.deathbybandaid.net/theme.park/CSS/theme-options/dark.css);
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user