painful update 5-27-21
35
CSS/addons/bazarr/bazarr-4k-logo.css
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
/* Desktop */
|
||||||
|
@media (min-width: 752px) {
|
||||||
|
.header-icon.px-3.m-0.d-none.d-md-block img {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
.header-icon.px-3.m-0.d-none.d-md-block:before {
|
||||||
|
background-image: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/bazarr/bazarr4k.png");
|
||||||
|
display: inline-block;
|
||||||
|
width: 32px;
|
||||||
|
height: 32px;
|
||||||
|
content:"";
|
||||||
|
background-size: cover;
|
||||||
|
-webkit-background-size: cover;
|
||||||
|
-moz-background-size: cover;
|
||||||
|
-o-backgroun-.dev
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Mobile */
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.sidebar-title.d-flex.align-items-center.d-md-none.container img {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
.sidebar-title.d-flex.align-items-center.d-md-none.container:before {
|
||||||
|
background-image: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/bazarr/bazarr4k.png");
|
||||||
|
display: inline-block;
|
||||||
|
width: 32px;
|
||||||
|
height: 32px;
|
||||||
|
content:"";
|
||||||
|
background-size: cover;
|
||||||
|
-webkit-background-size: cover;
|
||||||
|
-moz-background-size: cover;
|
||||||
|
-o-background-size: cover;
|
||||||
|
}
|
||||||
|
}
|
||||||
BIN
CSS/addons/bazarr/bazarr4k.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
@ -2,7 +2,7 @@
|
|||||||
/* Import the glass-base.css and root variables in the Custom Theme CSS box like below */
|
/* Import the glass-base.css and root variables in the Custom Theme CSS box like below */
|
||||||
/*
|
/*
|
||||||
|
|
||||||
@import "https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/organizr/glass-base.css";
|
@import "https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/organizr/glass-base.css";
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: url(https://domain.com/your/hosted/wallpaper.jpg) center center/cover no-repeat fixed;
|
--main-bg-color: url(https://domain.com/your/hosted/wallpaper.jpg) center center/cover no-repeat fixed;
|
||||||
--mobile-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
--mobile-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
@ -41,67 +41,83 @@
|
|||||||
.feeds li>div i {
|
.feeds li>div i {
|
||||||
color: black !important;
|
color: black !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-in i {
|
.row-in i {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-social-icons a {
|
.profile-social-icons a {
|
||||||
color: #eee;
|
color: #eee;
|
||||||
}
|
}
|
||||||
.btn-info.btn-outline {
|
|
||||||
|
.btn-info.btn-outline {
|
||||||
color: #eee !important;
|
color: #eee !important;
|
||||||
}
|
}
|
||||||
.btn-info.btn-outline:hover {
|
|
||||||
|
.btn-info.btn-outline:hover {
|
||||||
background: var(--div-background-color-15);
|
background: var(--div-background-color-15);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-wrap {
|
.content-wrap {
|
||||||
background: var(--div-background-color-15) !important;
|
background: var(--div-background-color-15) !important;
|
||||||
border-radius: 0 0 15px 15px;
|
border-radius: 0 0 15px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-wrap section.content-current {
|
.content-wrap section.content-current {
|
||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(10px);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
background: rgba(0, 0, 0, 0);
|
background: rgba(0, 0, 0, 0);
|
||||||
border-radius: 0 0 15px 15px;
|
border-radius: 0 0 15px 15px;
|
||||||
}
|
}
|
||||||
.panel-blue .panel-heading, .panel-info .panel-heading {
|
|
||||||
|
.panel-blue .panel-heading,
|
||||||
|
.panel-info .panel-heading {
|
||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(10px);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel .table {
|
.panel .table {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(10px);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sttabs nav ul {
|
.sttabs nav ul {
|
||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(10px);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
border-radius: 15px 15px 0 0;
|
border-radius: 15px 15px 0 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sttabs nav {
|
.sttabs nav {
|
||||||
background: var(--div-background-color-25);
|
background: var(--div-background-color-25);
|
||||||
border-radius: 15px 15px 0 0;
|
border-radius: 15px 15px 0 0;
|
||||||
}
|
}
|
||||||
#settings-main-system-settings-anchor > .sttabs nav ul li{
|
|
||||||
|
#settings-main-system-settings-anchor>.sttabs nav ul li {
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-content>.active {
|
.tab-content>.active {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-title {
|
.bg-title {
|
||||||
background: var(--div-background-color-10);
|
background: var(--div-background-color-10);
|
||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(10px);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.white-box {
|
.white-box {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.white-popup-block {
|
.white-popup-block {
|
||||||
background: var(--div-background-color-10) !important;
|
background: var(--div-background-color-10) !important;
|
||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(10px);
|
||||||
@ -113,19 +129,22 @@
|
|||||||
border-top-right-radius: 15px;
|
border-top-right-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#internal-Settings .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
|
#internal-Settings .nav-tabs>li.active>a,
|
||||||
|
.nav-tabs>li.active>a:hover {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Nav bar
|
/* Nav bar
|
||||||
.navbar-header {
|
.navbar-header {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.navbar-static-top {
|
.navbar-static-top {
|
||||||
background: var(--main-bg) !important;
|
background: var(--main-bg) !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
/* Dropdown */
|
/* Dropdown */
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
background: var(--div-background-color-25);
|
background: var(--div-background-color-25);
|
||||||
@ -133,17 +152,21 @@
|
|||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.open>.dropdown-menu {
|
.open>.dropdown-menu {
|
||||||
display: block;
|
display: block;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-top-links .dropdown-user {
|
.navbar-top-links .dropdown-user {
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#plexRecent .recent-filter {
|
#plexRecent .recent-filter {
|
||||||
background: var(--div-background-color-25) !important;
|
background: var(--div-background-color-25) !important;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Side bar */
|
/* Side bar */
|
||||||
.sidebar {
|
.sidebar {
|
||||||
background: var(--div-background-color-15) !important;
|
background: var(--div-background-color-15) !important;
|
||||||
@ -152,17 +175,19 @@
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-head {
|
.sidebar-head {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Calendar */
|
/*Calendar */
|
||||||
.fc-toolbar {
|
.fc-toolbar {
|
||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(10px);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
background: var(--div-background-color-15) !important;
|
background: var(--div-background-color-15) !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-view {
|
.fc-view {
|
||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(10px);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
@ -170,25 +195,31 @@
|
|||||||
border-bottom-right-radius: 15px;
|
border-bottom-right-radius: 15px;
|
||||||
border-bottom-left-radius: 15px;
|
border-bottom-left-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-popover {
|
.fc-popover {
|
||||||
background: var(--div-background-color-25);
|
background: var(--div-background-color-25);
|
||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(10px);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#homepageOrdercalendar .fc-toolbar {
|
#homepageOrdercalendar .fc-toolbar {
|
||||||
border-top-left-radius: 15px;
|
border-top-left-radius: 15px;
|
||||||
border-top-right-radius: 15px;
|
border-top-right-radius: 15px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.fc-row, .fc-unthemed {
|
|
||||||
|
.fc-row,
|
||||||
|
.fc-unthemed {
|
||||||
border-bottom-right-radius: 15px;
|
border-bottom-right-radius: 15px;
|
||||||
border-bottom-left-radius: 15px;
|
border-bottom-left-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Calendar mobile*/
|
/* Calendar mobile*/
|
||||||
.fc th.fc-widget-header {
|
.fc th.fc-widget-header {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Error page */
|
/*Error page */
|
||||||
.error-body {
|
.error-body {
|
||||||
padding-top: 15%;
|
padding-top: 15%;
|
||||||
@ -201,7 +232,8 @@
|
|||||||
|
|
||||||
|
|
||||||
/* notify - popup */
|
/* notify - popup */
|
||||||
.iziToast.update-notify.iziToast-layout2, .iziToast.success-notify.iziToast-layout2 {
|
.iziToast.update-notify.iziToast-layout2,
|
||||||
|
.iziToast.success-notify.iziToast-layout2 {
|
||||||
border: none;
|
border: none;
|
||||||
background: var(--div-background-color-25) !important;
|
background: var(--div-background-color-25) !important;
|
||||||
border-bottom: transparent;
|
border-bottom: transparent;
|
||||||
@ -209,6 +241,7 @@
|
|||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.iziToast.warning-notify.iziToast-layout2 {
|
.iziToast.warning-notify.iziToast-layout2 {
|
||||||
background: var(--div-background-color-25);
|
background: var(--div-background-color-25);
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
@ -217,39 +250,49 @@
|
|||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.iziToast:after {
|
.iziToast:after {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mfp-container {
|
.mfp-container {
|
||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(10px);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mfp-zoom-out.mfp-ready.mfp-bg {
|
.mfp-zoom-out.mfp-ready.mfp-bg {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
background: var(--main-bg-color) !important;
|
background: var(--main-bg-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mfp-wrap {
|
.mfp-wrap {
|
||||||
background: var(--main-bg-color);
|
background: var(--main-bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-email-panel .panel-body {
|
.main-email-panel .panel-body {
|
||||||
background: var(--div-background-color-25) !important;
|
background: var(--div-background-color-25) !important;
|
||||||
border-bottom-right-radius: 15px !important;
|
border-bottom-right-radius: 15px !important;
|
||||||
border-bottom-left-radius: 15px !important;
|
border-bottom-left-radius: 15px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.white-popup-block {
|
.white-popup-block {
|
||||||
background: var(--div-background-color-25) !important;
|
background: var(--div-background-color-25) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.white-popup .panel-footer {
|
.white-popup .panel-footer {
|
||||||
background: var(--div-background-color-25);
|
background: var(--div-background-color-25);
|
||||||
border-top: 1px solid #fff;
|
border-top: 1px solid #fff;
|
||||||
border-bottom-right-radius: 15px;
|
border-bottom-right-radius: 15px;
|
||||||
border-bottom-left-radius: 15px;
|
border-bottom-left-radius: 15px;
|
||||||
}
|
}
|
||||||
.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
|
|
||||||
|
.panel>.table-responsive:last-child>.table:last-child,
|
||||||
|
.panel>.table:last-child {
|
||||||
border-bottom-right-radius: 15px;
|
border-bottom-right-radius: 15px;
|
||||||
border-bottom-left-radius: 15px;
|
border-bottom-left-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Homepage downloader */
|
/* Homepage downloader */
|
||||||
|
|
||||||
#homepageOrderdownloader {
|
#homepageOrderdownloader {
|
||||||
@ -260,15 +303,18 @@
|
|||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
|
|
||||||
}
|
}
|
||||||
#homepageOrderdownloader .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
|
|
||||||
|
#homepageOrderdownloader .nav-tabs>li.active>a,
|
||||||
|
.nav-tabs>li.active>a:hover {
|
||||||
padding-top: 14px;
|
padding-top: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#homepageOrderdownloader .nav-tabs>li>a {
|
#homepageOrderdownloader .nav-tabs>li>a {
|
||||||
padding-top: 14px;
|
padding-top: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Homepage card */
|
/* Homepage card */
|
||||||
.nowPlayingItem > .white-box > .el-card-item {
|
.nowPlayingItem>.white-box>.el-card-item {
|
||||||
background: var(--div-background-color-15) !important;
|
background: var(--div-background-color-15) !important;
|
||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
@ -277,24 +323,32 @@
|
|||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.active-tab-Homepage .white-popup .panel-body, .white-popup>.col-md-6>.white-box:nth-child(2) {
|
|
||||||
|
.active-tab-Homepage .white-popup .panel-body,
|
||||||
|
.white-popup>.col-md-6>.white-box:nth-child(2) {
|
||||||
background: var(--div-background-color-25) !important;
|
background: var(--div-background-color-25) !important;
|
||||||
border-bottom-right-radius: 15px;
|
border-bottom-right-radius: 15px;
|
||||||
border-bottom-left-radius: 15px;
|
border-bottom-left-radius: 15px;
|
||||||
}
|
}
|
||||||
#plexStreams .el-element-overlay .el-card-item .el-overlay-1 img, #plexStreams .el-element-overlay:hover .el-card-item:hover .el-overlay-1:hover img:hover {
|
|
||||||
|
#plexStreams .el-element-overlay .el-card-item .el-overlay-1 img,
|
||||||
|
#plexStreams .el-element-overlay:hover .el-card-item:hover .el-overlay-1:hover img:hover {
|
||||||
border-top-right-radius: 15px;
|
border-top-right-radius: 15px;
|
||||||
border-top-left-radius: 15px;
|
border-top-left-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-element-overlay .el-card-item .el-overlay-1 {
|
.el-element-overlay .el-card-item .el-overlay-1 {
|
||||||
border-top-right-radius: 15px;
|
border-top-right-radius: 15px;
|
||||||
border-top-left-radius: 15px;
|
border-top-left-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-element-overlay .el-card-item .el-overlay {
|
.el-element-overlay .el-card-item .el-overlay {
|
||||||
border-top-right-radius: 15px;
|
border-top-right-radius: 15px;
|
||||||
border-top-left-radius: 15px;
|
border-top-left-radius: 15px;
|
||||||
}
|
}
|
||||||
.white-popup .panel-heading, .white-popup>.col-md-6>.white-box:first-child {
|
|
||||||
|
.white-popup .panel-heading,
|
||||||
|
.white-popup>.col-md-6>.white-box:first-child {
|
||||||
background: var(--div-background-color-25) !important;
|
background: var(--div-background-color-25) !important;
|
||||||
border-top-right-radius: 15px;
|
border-top-right-radius: 15px;
|
||||||
border-top-left-radius: 15px;
|
border-top-left-radius: 15px;
|
||||||
@ -305,7 +359,18 @@
|
|||||||
background: var(--div-background-color-25);
|
background: var(--div-background-color-25);
|
||||||
}
|
}
|
||||||
|
|
||||||
#plexRecent, #homepageOrderplexplaylist, #homepageOrdercalendar, #homepageOrderembyrecent, #ombi-requests, #homepageOrderdeluge, #homepageOrdernzbget, #homepageOrdertransmission, #homepageOrderrTorrent, #homepageOrderjdownloader, #homepageOrdersabnzbd,#homepageOrderqBittorrent {
|
#plexRecent,
|
||||||
|
#homepageOrderplexplaylist,
|
||||||
|
#homepageOrdercalendar,
|
||||||
|
#homepageOrderembyrecent,
|
||||||
|
#ombi-requests,
|
||||||
|
#homepageOrderdeluge,
|
||||||
|
#homepageOrdernzbget,
|
||||||
|
#homepageOrdertransmission,
|
||||||
|
#homepageOrderrTorrent,
|
||||||
|
#homepageOrderjdownloader,
|
||||||
|
#homepageOrdersabnzbd,
|
||||||
|
#homepageOrderqBittorrent {
|
||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(10px);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
background: var(--div-background-color-15);
|
background: var(--div-background-color-15);
|
||||||
@ -313,9 +378,11 @@
|
|||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-info {
|
.bg-info {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Health checks */
|
/* Health checks */
|
||||||
.card-body {
|
.card-body {
|
||||||
background: var(--div-background-color-25) !important;
|
background: var(--div-background-color-25) !important;
|
||||||
@ -323,6 +390,7 @@
|
|||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-inverse .healthPosition {
|
.bg-inverse .healthPosition {
|
||||||
background: var(--div-background-color-25) !important;
|
background: var(--div-background-color-25) !important;
|
||||||
-webkit-backdrop-filter: saturate(180%) blur(30px);
|
-webkit-backdrop-filter: saturate(180%) blur(30px);
|
||||||
@ -339,6 +407,7 @@
|
|||||||
border-bottom-left-radius: 15px;
|
border-bottom-left-radius: 15px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.unifiCards .panel-heading {
|
.unifiCards .panel-heading {
|
||||||
background: var(--div-background-color-35) !important;
|
background: var(--div-background-color-35) !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
@ -351,36 +420,52 @@
|
|||||||
border-bottom: 0px;
|
border-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unifiCards .panel-warning .panel-heading, .unifiCards .panel-success .panel-heading {
|
.unifiCards .panel-warning .panel-heading,
|
||||||
|
.unifiCards .panel-success .panel-heading {
|
||||||
border-top-left-radius: 15px;
|
border-top-left-radius: 15px;
|
||||||
border-top-right-radius: 15px;
|
border-top-right-radius: 15px;
|
||||||
border-bottom-right-radius: 0px;
|
border-bottom-right-radius: 0px;
|
||||||
border-bottom-left-radius: 0px;
|
border-bottom-left-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#allUnifi .unifiCards .panel .panel-warning {
|
#allUnifi .unifiCards .panel .panel-warning {
|
||||||
border-radius: 15px !important;
|
border-radius: 15px !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.unifiCards .ti-close:before {
|
.unifiCards .ti-close:before {
|
||||||
content: "\f111";
|
content: "\f111";
|
||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: rgba(255, 69, 58, 1);
|
color: rgba(255, 69, 58, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.unifiCards .ti-minus:before {
|
.unifiCards .ti-minus:before {
|
||||||
content: "\f111";
|
content: "\f111";
|
||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: rgba(255, 204, 0, 1);
|
color: rgba(255, 204, 0, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.unifiCards .ti-plus:before {
|
.unifiCards .ti-plus:before {
|
||||||
content: "\f111";
|
content: "\f111";
|
||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: rgba(40, 205, 65, 1);
|
color: rgba(40, 205, 65, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Weather boxes */
|
||||||
|
#homepageOrderWeatherAndAir .col-lg-2 .white-box,
|
||||||
|
#homepageOrderWeatherAndAir>div:nth-child(1)>div.col-lg-4.col-sm-12.col-xs-12>div,
|
||||||
|
#homepageOrderWeatherAndAir>div:nth-child(2)>div.col-lg-4.col-sm-12.col-xs-12>div {
|
||||||
|
background: var(--div-background-color-25) !important;
|
||||||
|
-webkit-backdrop-filter: blur(10px);
|
||||||
|
backdrop-filter: blur(10px)
|
||||||
|
}
|
||||||
|
|
||||||
/* Custom HTML */
|
/* Custom HTML */
|
||||||
#homepageOrdercustomhtmlTwo, #homepageOrdercustomhtml {
|
#homepageOrdercustomhtmlTwo,
|
||||||
|
#homepageOrdercustomhtml {
|
||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(10px);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
background: var(--div-background-color-15);
|
background: var(--div-background-color-15);
|
||||||
@ -388,18 +473,23 @@
|
|||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Invite */
|
/* Invite */
|
||||||
#invite-area .bg-org {
|
#invite-area .bg-org {
|
||||||
background: var(--div-background-color-15) !important;
|
background: var(--div-background-color-15) !important;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
#new-invite-area .white-popup .panel-body,#new-invite-area .white-popup>.col-md-6>.white-box:nth-child(2) {
|
|
||||||
|
#new-invite-area .white-popup .panel-body,
|
||||||
|
#new-invite-area .white-popup>.col-md-6>.white-box:nth-child(2) {
|
||||||
background: var(--div-background-color-15) !important;
|
background: var(--div-background-color-15) !important;
|
||||||
border-bottom-right-radius: 15px;
|
border-bottom-right-radius: 15px;
|
||||||
border-bottom-left-radius: 15px;
|
border-bottom-left-radius: 15px;
|
||||||
}
|
}
|
||||||
.white-popup .panel-body, .white-popup>.col-md-6>.white-box:nth-child(2) {
|
|
||||||
|
.white-popup .panel-body,
|
||||||
|
.white-popup>.col-md-6>.white-box:nth-child(2) {
|
||||||
background: var(--div-background-color-15) !important;
|
background: var(--div-background-color-15) !important;
|
||||||
border-bottom-right-radius: 15px;
|
border-bottom-right-radius: 15px;
|
||||||
border-bottom-left-radius: 15px;
|
border-bottom-left-radius: 15px;
|
||||||
@ -409,6 +499,7 @@
|
|||||||
.email-div .panel-body {
|
.email-div .panel-body {
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Speedtest popup */
|
/* Speedtest popup */
|
||||||
|
|
||||||
#speedtest-area .white-popup .panel-footer {
|
#speedtest-area .white-popup .panel-footer {
|
||||||
@ -416,21 +507,29 @@
|
|||||||
border-bottom-right-radius: 15px;
|
border-bottom-right-radius: 15px;
|
||||||
border-bottom-left-radius: 15px;
|
border-bottom-left-radius: 15px;
|
||||||
}
|
}
|
||||||
#speedtest-area .white-popup .panel-body,#speedtest-area .white-popup>.col-md-6>.white-box:nth-child(2) {
|
|
||||||
|
#speedtest-area .white-popup .panel-body,
|
||||||
|
#speedtest-area .white-popup>.col-md-6>.white-box:nth-child(2) {
|
||||||
border-bottom-right-radius: 0px !important;
|
border-bottom-right-radius: 0px !important;
|
||||||
border-bottom-left-radius: 0px !important;
|
border-bottom-left-radius: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Modal */
|
/* Modal */
|
||||||
.modal-content, .modal-header, .modal-footer, .modal-body {
|
.modal-content,
|
||||||
|
.modal-header,
|
||||||
|
.modal-footer,
|
||||||
|
.modal-body {
|
||||||
background: var(--div-background-color-10) !important;
|
background: var(--div-background-color-10) !important;
|
||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(10px);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
border-bottom-left-radius: 15px;
|
border-bottom-left-radius: 15px;
|
||||||
border-bottom-right-radius: 15px;
|
border-bottom-right-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
border-top-left-radius: 15px;
|
border-top-left-radius: 15px;
|
||||||
border-top-right-radius: 15px;
|
border-top-right-radius: 15px;
|
||||||
@ -439,13 +538,15 @@
|
|||||||
.modal-open .modal {
|
.modal-open .modal {
|
||||||
background: var(--main-bg-color);
|
background: var(--main-bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* loginpage sidemenu */
|
/* loginpage sidemenu */
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
#wrapper .login-register > .login-box > .white-box {
|
#wrapper .login-register>.login-box>.white-box {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
margin-top: auto !important;
|
margin-top: auto !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
@ -454,7 +555,7 @@
|
|||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
.login-box.login-sidebar {
|
.login-box.login-sidebar {
|
||||||
@ -462,120 +563,131 @@
|
|||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(10px);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* logo */
|
/* logo */
|
||||||
.white-box .visible-xs {
|
.white-box .visible-xs {
|
||||||
display: block!important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
.loginLogo {
|
|
||||||
|
.loginLogo {
|
||||||
border: 0;
|
border: 0;
|
||||||
margin-top: -60%;
|
margin-top: -60%;
|
||||||
transform: translateY(-10%);
|
transform: translateY(-10%);
|
||||||
}
|
}
|
||||||
@media (max-width: 480px) {
|
|
||||||
|
@media (max-width: 480px) {
|
||||||
.loginLogo {
|
.loginLogo {
|
||||||
margin-top: -10% !important;
|
margin-top: -10% !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.blockUI {
|
|
||||||
|
.blockUI {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
.blockMsg {
|
|
||||||
|
.blockMsg {
|
||||||
background: rgba(0, 0, 0, 0.9) !important;
|
background: rgba(0, 0, 0, 0.9) !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-register > .login-box > .white-box {
|
.login-register>.login-box>.white-box {
|
||||||
background: var(--div-background-color-25) !important;
|
background: var(--div-background-color-25) !important;
|
||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(10px);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
-webkit-box-shadow: none;
|
-webkit-box-shadow: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.login-register {
|
.login-register {
|
||||||
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slideInRight {
|
.slideInRight {
|
||||||
-webkit-animation-name: none;
|
-webkit-animation-name: none;
|
||||||
animation-name: none;
|
animation-name: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-register .login-box .white-box .bg-org {
|
.login-register .login-box .white-box .bg-org {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*2FA login button*/
|
/*2FA login button*/
|
||||||
.panel-wrapper .panel-body > .btn-warning, .btn-warning.disabled {
|
.panel-wrapper .panel-body>.btn-warning,
|
||||||
|
.btn-warning.disabled {
|
||||||
background: var(--div-background-color-15) !important;
|
background: var(--div-background-color-15) !important;
|
||||||
border: 1px solid #ffc36d00 !important;
|
border: 1px solid #ffc36d00 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*2FA animation header*/
|
/*2FA animation header*/
|
||||||
.panel-warning .panel-heading, .panel-yellow .panel-heading {
|
.panel-warning .panel-heading,
|
||||||
|
.panel-yellow .panel-heading {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: rgba(0, 0, 0, 0.3);
|
background-color: rgba(0, 0, 0, 0.3);
|
||||||
border-color: #00000000;
|
border-color: #00000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*oAuth Successful*/
|
/*oAuth Successful*/
|
||||||
.panel-green .panel-heading, .panel-success .panel-heading {
|
.panel-green .panel-heading,
|
||||||
|
.panel-success .panel-heading {
|
||||||
color: #53e69d;
|
color: #53e69d;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Login sidebar*/
|
/*Login sidebar*/
|
||||||
.login-box.login-sidebar,
|
.login-box.login-sidebar,
|
||||||
#login-panels .panel-body,
|
#login-panels .panel-body,
|
||||||
#login-panels .panel {
|
#login-panels .panel {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#login-panels .form-control , #login-panels .btn {
|
#login-panels .form-control,
|
||||||
|
#login-panels .btn {
|
||||||
background: rgba(255, 255, 255, 0.35);
|
background: rgba(255, 255, 255, 0.35);
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
/* #login-panels {
|
|
||||||
|
/* #login-panels {
|
||||||
height: 44px;
|
height: 44px;
|
||||||
}*/
|
}*/
|
||||||
#login-panles .btn-info.disabled.focus .btn-info.disabled:focus .btn-info.disabled:hover .btn-info.focus .btn-info:focus .btn-info:hover .btn:hover {
|
#login-panles .btn-info.disabled.focus .btn-info.disabled:focus .btn-info.disabled:hover .btn-info.focus .btn-info:focus .btn-info:hover .btn:hover {
|
||||||
background: rgba(255,255, 255, 0.65);
|
background: rgba(255, 255, 255, 0.65);
|
||||||
border:none;
|
border: none;
|
||||||
|
|
||||||
}
|
}
|
||||||
/*Center login Box*/
|
|
||||||
.login-sidebar {
|
/*Center login Box*/
|
||||||
|
.login-sidebar {
|
||||||
position: relative;
|
position: relative;
|
||||||
right: initial;
|
right: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
#lockScreen .white-box {
|
#lockScreen .white-box {
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 345px;
|
height: 345px;
|
||||||
}
|
}
|
||||||
.login-sidebar .white-box {
|
|
||||||
|
.login-sidebar .white-box {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
#lockScreen .white-box {
|
#lockScreen .white-box {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
@ -585,27 +697,37 @@
|
|||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(10px);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
.form-control::placeholder {
|
|
||||||
|
.form-control::placeholder {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
#login-username-Input, #login-password-Input {
|
|
||||||
|
#login-username-Input,
|
||||||
|
#login-password-Input {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.panel .panel-heading .panel-title, label, span, .fa-lock:before {
|
|
||||||
|
.panel .panel-heading .panel-title,
|
||||||
|
label,
|
||||||
|
span,
|
||||||
|
.fa-lock:before {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
/* Lock screen */
|
|
||||||
#lockScreen .form-material .form-control, .form-material .form-control:focus {
|
/* Lock screen */
|
||||||
|
#lockScreen .form-material .form-control,
|
||||||
|
.form-material .form-control:focus {
|
||||||
background: rgba(255, 255, 255, 0.35);
|
background: rgba(255, 255, 255, 0.35);
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
padding: inherit;
|
padding: inherit;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#lockScreen .btn-info {
|
|
||||||
|
#lockScreen .btn-info {
|
||||||
background: rgba(255, 255, 255, 0.35);
|
background: rgba(255, 255, 255, 0.35);
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Extra */
|
/* Extra */
|
||||||
.cbutton {
|
.cbutton {
|
||||||
@ -617,10 +739,11 @@
|
|||||||
padding: 4px !important;
|
padding: 4px !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cbutton:hover {
|
.cbutton:hover {
|
||||||
background: var(--div-background-color-25) !important;
|
background: var(--div-background-color-25) !important;
|
||||||
-webkit-backdrop-filter: saturate(180%) blur(30px) !important;
|
-webkit-backdrop-filter: saturate(180%) blur(30px) !important;
|
||||||
backdrop-filter: saturate(180%) blur(30px)!important;
|
backdrop-filter: saturate(180%) blur(30px) !important;
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -630,22 +753,28 @@
|
|||||||
content: "\F3D7";
|
content: "\F3D7";
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mdi-receipt:before {
|
.mdi-receipt:before {
|
||||||
content: "\F449";
|
content: "\F449";
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
.debugModal .modal-body{
|
|
||||||
|
.debugModal .modal-body {
|
||||||
border-bottom-left-radius: 0px !important;
|
border-bottom-left-radius: 0px !important;
|
||||||
border-bottom-right-radius: 0px !important;
|
border-bottom-right-radius: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.debugModal .modal-footer {
|
.debugModal .modal-footer {
|
||||||
background: var(--div-background-color-10) !important;
|
background: var(--div-background-color-10) !important;
|
||||||
border-bottom-left-radius: 15px !important;
|
border-bottom-left-radius: 15px !important;
|
||||||
border-bottom-right-radius: 15px !important;
|
border-bottom-right-radius: 15px !important;
|
||||||
}
|
}
|
||||||
#debugPreInfo .slimScrollDiv, #debugResults .slimScrollDiv {
|
|
||||||
|
#debugPreInfo .slimScrollDiv,
|
||||||
|
#debugResults .slimScrollDiv {
|
||||||
background: var(--div-background-color-15);
|
background: var(--div-background-color-15);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Swal popup */
|
/* Swal popup */
|
||||||
.swal-overlay--show-modal .swal-modal {
|
.swal-overlay--show-modal .swal-modal {
|
||||||
-webkit-backdrop-filter: blur(10px);
|
-webkit-backdrop-filter: blur(10px);
|
||||||
@ -653,58 +782,77 @@
|
|||||||
background: var(--div-background-color-25);
|
background: var(--div-background-color-25);
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swal-title {
|
.swal-title {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swal-overlay--show-modal {
|
.swal-overlay--show-modal {
|
||||||
background: var(--main-bg-color);
|
background: var(--main-bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mobile*/
|
/* Mobile*/
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
#page-wrapper {
|
* {
|
||||||
|
-webkit-backdrop-filter: none !important;
|
||||||
|
backdrop-filter: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#page-wrapper {
|
||||||
background: var(--mobile-bg-color) !important;
|
background: var(--mobile-bg-color) !important;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
#side-menu {
|
|
||||||
-webkit-backdrop-filter: blur(10px) !important;
|
|
||||||
backdrop-filter: blur(10px) !important;
|
|
||||||
}
|
|
||||||
.navbar-header {
|
|
||||||
background: var(--div-background-color-25) !important;
|
|
||||||
-webkit-backdrop-filter: blur(10px) !important;
|
|
||||||
backdrop-filter: blur(10px) !important;
|
|
||||||
}
|
|
||||||
.navbar-default {
|
|
||||||
background: var(--mobile-bg-color);
|
|
||||||
border-color: #e7e7e7;
|
|
||||||
}
|
|
||||||
|
|
||||||
#internal-Settings {
|
#side-menu {
|
||||||
-webkit-backdrop-filter: blur(10px) !important;
|
|
||||||
backdrop-filter: blur(10px) !important;
|
|
||||||
background: var(--mobile-bg-color) !important;
|
background: var(--mobile-bg-color) !important;
|
||||||
}
|
}
|
||||||
.mfp-zoom-out.mfp-ready.mfp-bg {
|
|
||||||
|
.navbar-header {
|
||||||
|
background: var(--div-background-color-25) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-default,
|
||||||
|
.show-sidebar .sidebar .sidebar-head {
|
||||||
|
background: var(--mobile-bg-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-menu {
|
||||||
|
background: var(--mobile-bg-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#internal-Settings {
|
||||||
|
background: var(--mobile-bg-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mfp-zoom-out.mfp-ready.mfp-bg {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
background: var(--mobile-bg-color) !important;
|
background: var(--mobile-bg-color) !important;
|
||||||
}
|
}
|
||||||
.mfp-wrap {
|
|
||||||
background: var(--mobile-bg-color)!important;
|
.mfp-wrap {
|
||||||
}
|
|
||||||
.modal-open .modal {
|
|
||||||
background: var(--mobile-bg-color)!important;
|
|
||||||
}
|
|
||||||
#page-wrapper {
|
|
||||||
background: var(--mobile-bg-color) !important;
|
background: var(--mobile-bg-color) !important;
|
||||||
}
|
}
|
||||||
#internal-Settings, #preloader, .preloader, .active-tab-Settings, .error-page {
|
|
||||||
|
.modal-open .modal {
|
||||||
background: var(--mobile-bg-color) !important;
|
background: var(--mobile-bg-color) !important;
|
||||||
}
|
}
|
||||||
html {
|
|
||||||
|
#page-wrapper {
|
||||||
background: var(--mobile-bg-color) !important;
|
background: var(--mobile-bg-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#internal-Settings,
|
||||||
|
#preloader,
|
||||||
|
.preloader,
|
||||||
|
.active-tab-Settings,
|
||||||
|
.error-page {
|
||||||
|
background: var(--mobile-bg-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
background: var(--mobile-bg-color) !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@ -4,7 +4,7 @@
|
|||||||
display:none !important;
|
display:none !important;
|
||||||
}
|
}
|
||||||
.navbar > .container-fluid .navbar-brand:before {
|
.navbar > .container-fluid .navbar-brand:before {
|
||||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr4k.png");
|
background-image: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/radarr/radarr4k.png");
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 128px;
|
width: 128px;
|
||||||
height: 128px;
|
height: 128px;
|
||||||
@ -24,7 +24,7 @@
|
|||||||
display: inline !important;
|
display: inline !important;
|
||||||
}
|
}
|
||||||
.navbar > .container-fluid .navbar-brand:before {
|
.navbar > .container-fluid .navbar-brand:before {
|
||||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr4k.png");
|
background-image: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/radarr/radarr4k.png");
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
@ -39,11 +39,11 @@
|
|||||||
|
|
||||||
/* Radarr V3*/
|
/* Radarr V3*/
|
||||||
@media (min-width: 752px) {
|
@media (min-width: 752px) {
|
||||||
.PageHeader-logoFull-2z6pD {
|
[class*="PageHeader-logoFull-"] {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
.PageHeader-logoContainer-3bOb3:before {
|
[class*="PageHeader-logoContainer-"]:before {
|
||||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr4k-v3.png");
|
background-image: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/radarr/radarr4k-v3.png");
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 148px;
|
width: 148px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
@ -56,11 +56,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.PageHeader-logo-2y8vm {
|
[class*="PageHeader-logo-"] {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
.PageHeader-logoContainer-3bOb3:before {
|
[class*="PageHeader-logoContainer-"]{
|
||||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/radarr/radarr-v3-mobile.png");
|
background-image: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/radarr/radarr-v3-mobile.png");
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
display:none !important;
|
display:none !important;
|
||||||
}
|
}
|
||||||
.navbar > .container-fluid .navbar-brand:before {
|
.navbar > .container-fluid .navbar-brand:before {
|
||||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k.png");
|
background-image: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/sonarr/sonarr-4k.png");
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 128px;
|
width: 128px;
|
||||||
height: 128px;
|
height: 128px;
|
||||||
@ -25,7 +25,7 @@
|
|||||||
display: inline !important;
|
display: inline !important;
|
||||||
}
|
}
|
||||||
.navbar > .container-fluid .navbar-brand:before {
|
.navbar > .container-fluid .navbar-brand:before {
|
||||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k.png");
|
background-image: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/sonarr/sonarr-4k.png");
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 64px;
|
width: 64px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
@ -46,7 +46,7 @@
|
|||||||
display: inline !important;
|
display: inline !important;
|
||||||
}
|
}
|
||||||
.navbar > .container-fluid .navbar-brand:before {
|
.navbar > .container-fluid .navbar-brand:before {
|
||||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k.png");
|
background-image: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/sonarr/sonarr-4k.png");
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
@ -61,11 +61,11 @@
|
|||||||
|
|
||||||
/* Sonarr V3*/
|
/* Sonarr V3*/
|
||||||
@media (min-width: 752px) {
|
@media (min-width: 752px) {
|
||||||
.PageHeader\/logo\/2y8vm {
|
[class*="PageHeader\/logo\/"] {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
.PageHeader\/logoContainer\/3bOb3:before {
|
[class*="PageHeader\/logoContainer\/"]:before {
|
||||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k.png");
|
background-image: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/sonarr/sonarr-4k.png");
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
@ -78,11 +78,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.PageHeader\/logo\/2y8vm {
|
[class*="PageHeader\/logo\/"] {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
.PageHeader\/logoContainer\/3bOb3:before {
|
[class*="PageHeader\/logoContainer\/"]:before {
|
||||||
background-image: url("https://htpc.deathbybandaid.net/assets/theme.park/CSS/addons/sonarr/sonarr-4k.png");
|
background-image: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/sonarr/sonarr-4k.png");
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
|||||||
245
CSS/addons/unraid/login-page/alien/alien_base.css
Normal file
@ -0,0 +1,245 @@
|
|||||||
|
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css";
|
||||||
|
@import "https://fonts.googleapis.com/css?family=Share+Tech+Mono&display=swap";
|
||||||
|
@import "https://fonts.googleapis.com/css?family=VT323";
|
||||||
|
|
||||||
|
|
||||||
|
/* Replace the variables if you have a dark background */
|
||||||
|
/* Light colors for dark backgrounds */
|
||||||
|
/*
|
||||||
|
--div-background-color-10: rgba(255, 255, 255, 0.1);
|
||||||
|
--div-background-color-15: rgba(255, 255, 255, 0.15);
|
||||||
|
--div-background-color-25: rgba(255, 255, 255, 0.25);
|
||||||
|
--div-background-color-35: rgba(255, 255, 255, 0.35);
|
||||||
|
https://www.transparenttextures.com/patterns/hexellence.png
|
||||||
|
https://www.transparenttextures.com/patterns/gplay.png
|
||||||
|
https://www.transparenttextures.com/patterns/simple-horizontal-light.png
|
||||||
|
https://www.colourlovers.com/palette/3428762/Fallout?widths=1
|
||||||
|
|
||||||
|
https://codepen.io/lbebber/pen/XJRdrV/ CRT KEY FRAMES
|
||||||
|
https://brennan.io/2017/06/14/alien-computer-card/
|
||||||
|
https://www.cssmatic.com/noise-texture
|
||||||
|
|
||||||
|
https://codepen.io/somethingformed/pen/raWJXV
|
||||||
|
radial-gradient(ellipse at center,#0f7 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
|
||||||
|
*/
|
||||||
|
|
||||||
|
* {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 500px) {
|
||||||
|
#login {
|
||||||
|
-webkit-backdrop-filter: blur(0px);
|
||||||
|
backdrop-filter: blur(0px);
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
border-radius: none !important;
|
||||||
|
}
|
||||||
|
.background-wrap,#video-bg-elem {display: none;}
|
||||||
|
|
||||||
|
#login {
|
||||||
|
-webkit-box-shadow: inset 0px 0px 0px 2px #F000 !important;
|
||||||
|
box-shadow: inset 0px 0px 0px 2px #F000 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
background: var(--main-bg) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: var(--main-bg) !important;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
#login {
|
||||||
|
min-width: 300px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/*FOR VIDEO BACKGROUND*/
|
||||||
|
.background-wrap {
|
||||||
|
position: fixed;
|
||||||
|
z-index: -1000;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
#video-bg-elem {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
min-height: 100%;
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
/*TEXT COLOR*/
|
||||||
|
#login h1,
|
||||||
|
#login h2,
|
||||||
|
#login .error {
|
||||||
|
color: var(--text-color) !important;
|
||||||
|
text-shadow: var(--text-shadow) var(--text-color);
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
#login a {
|
||||||
|
color: var(--link-color);
|
||||||
|
text-shadow: var(--text-shadow) var(--text-color);
|
||||||
|
}
|
||||||
|
#login a:hover {
|
||||||
|
color: var(--link-color-hover);
|
||||||
|
text-shadow: var(--text-shadow) var(--text-color);
|
||||||
|
}
|
||||||
|
#login input {
|
||||||
|
color: var(--input-color);
|
||||||
|
text-shadow: 0 0 5px var(--text-color);
|
||||||
|
}
|
||||||
|
#login ::placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
text-shadow: 0 0 5px var(--text-color);
|
||||||
|
}
|
||||||
|
#login ::-webkit-input-placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
text-shadow: 0 0 5px var(--text-color);
|
||||||
|
}
|
||||||
|
#login ::-moz-placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
text-shadow: 0 0 5px var(--text-color);
|
||||||
|
}
|
||||||
|
#login :-ms-input-placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
text-shadow: 0 0 5px var(--text-color);
|
||||||
|
}
|
||||||
|
#login :-moz-placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
text-shadow: 0 0 5px var(--text-color);
|
||||||
|
}
|
||||||
|
#login input:focus::-webkit-input-placeholder {
|
||||||
|
color: transparent !important;
|
||||||
|
text-shadow: 0 0 0px transparent;
|
||||||
|
}
|
||||||
|
#login input:focus:-moz-placeholder {
|
||||||
|
color: transparent !important;
|
||||||
|
text-shadow: 0 0 0px transparent;
|
||||||
|
}
|
||||||
|
#login input:focus::-moz-placeholder {
|
||||||
|
color: transparent !important;
|
||||||
|
text-shadow: 0 0 0px transparent;
|
||||||
|
}
|
||||||
|
#login input:focus:-ms-input-placeholder {
|
||||||
|
color: transparent !important;
|
||||||
|
text-shadow: 0 0 0px transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*TEXT FONT*/
|
||||||
|
#login h1,
|
||||||
|
#login h2,
|
||||||
|
#login a,
|
||||||
|
#login .button,
|
||||||
|
#login .error {
|
||||||
|
font-family: var(--text-font);
|
||||||
|
-webkit-font-smoothing: none;
|
||||||
|
line-height: 1.2;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* CASE COLOR */
|
||||||
|
#login [class^='case-'],
|
||||||
|
#login [class*=' case-'] {
|
||||||
|
font-family: cases!important;
|
||||||
|
speak: none;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
font-variant: normal;
|
||||||
|
text-transform: none;
|
||||||
|
color: var(--case-color);
|
||||||
|
text-shadow: var(--text-shadow) var(--text-color);
|
||||||
|
}
|
||||||
|
/*INPUT FORMS*/
|
||||||
|
#login [type=text],
|
||||||
|
#login [type=password] {
|
||||||
|
font-family: var(--input-font);
|
||||||
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
|
border: 2px solid transparent;
|
||||||
|
text-transform: uppercase;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
#login [type=text]:active,
|
||||||
|
#login [type=text]:focus,
|
||||||
|
#login [type=password]:active,
|
||||||
|
#login [type=password]:focus {
|
||||||
|
font-family: var(--input-font);
|
||||||
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
|
border: 2px solid transparent;
|
||||||
|
text-transform: uppercase;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*BUTTON*/
|
||||||
|
#login .button {
|
||||||
|
color: var(--button-text-color);
|
||||||
|
text-shadow: var(--text-shadow) var(--text-color);
|
||||||
|
background: linear-gradient(90deg, var(--button-color2) 0, var(--button-color)) 0 0 no-repeat, linear-gradient(90deg, var(--button-color2) 0, var(--button-color)) 0 100% no-repeat, linear-gradient(0deg, var(--button-color2) 0, var(--button-color2)) 0 100% no-repeat, linear-gradient(0deg, var(--button-color) 0, var(--button-color)) 100% 100% no-repeat;
|
||||||
|
background: -webkit-gradient(linear, left top, right top, from(var(--button-color2)), to(var(--button-color))) 0 0 no-repeat, -webkit-gradient(linear, left top, right top, from(var(--button-color2)), to(var(--button-color))) 0 100% no-repeat, -webkit-gradient(linear, left bottom, left top, from(var(--button-color2)), to(var(--button-color2))) 0 100% no-repeat, -webkit-gradient(linear, left bottom, left top, from(var(--button-color)), to(var(--button-color))) 100% 100% no-repeat;
|
||||||
|
background-size: 100% 2px, 100% 2px, 2px 100%, 2px 100%;
|
||||||
|
}
|
||||||
|
#login .button:hover {
|
||||||
|
color: var(--button-text-color-hover);
|
||||||
|
text-shadow: var(--text-shadow) var(--button-color-hover);
|
||||||
|
box-shadow: var(--box-shadow) var(--button-color-hover);
|
||||||
|
background-color: var(--button-color-hover);
|
||||||
|
background: -webkit-gradient(linear, left top, right top, from(var(--button-color2-hover)), to(var(--button-color-hover)));
|
||||||
|
background: linear-gradient(90deg, var(--button-color2-hover) 0, var(--button-color-hover));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#login {
|
||||||
|
background: var(--div-background-color-15) !important;
|
||||||
|
-webkit-backdrop-filter: blur(10px);
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
|
padding-top: 1rem;
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
top: 50%;
|
||||||
|
transform: translate(-50%, -50%) !;
|
||||||
|
-ms-transform: translate(-50%, -50%);
|
||||||
|
-webkit-transform: translate(-50%, -50%);
|
||||||
|
margin: 0 !important;
|
||||||
|
text-transform: uppercase;
|
||||||
|
min-width: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#login .angle:after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#login .wordmark {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#login .logo {
|
||||||
|
background: var(--logo);
|
||||||
|
background-size: contain;
|
||||||
|
padding: 2rem;
|
||||||
|
border-radius: 0;
|
||||||
|
margin: 0rem 1rem 0rem 1rem;
|
||||||
|
}
|
||||||
|
#login .error {
|
||||||
|
animation-name: shake;
|
||||||
|
animation-duration: .8s;
|
||||||
|
}
|
||||||
|
/*LOGIN BOX SHADOW*/
|
||||||
|
.shadow {
|
||||||
|
-webkit-box-shadow: inset 0px 0px 0px 2px var(--text-color) !important;
|
||||||
|
box-shadow: inset 0px 0px 0px 2px var(--text-color) !important;
|
||||||
|
}
|
||||||
22
CSS/addons/unraid/login-page/alien/custom.css
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
@import url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||||
|
:root {
|
||||||
|
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
|
||||||
|
url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/wallpaper/hallway2.jpg) center center/cover no-repeat fixed;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/logo/nostromogreen2.png) center no-repeat;
|
||||||
|
--text-color: #37f592;
|
||||||
|
--input-color: #37f592;
|
||||||
|
--link-color: #37f592;
|
||||||
|
--link-color-hover: #68ffff;
|
||||||
|
--case-color: #37f592;
|
||||||
|
--button-text-color: #37f592;
|
||||||
|
--button-text-color-hover: #000;
|
||||||
|
--button-color: #37f592;
|
||||||
|
--button-color2: #0C833D;
|
||||||
|
--button-color-hover: #68ffff;
|
||||||
|
--button-color2-hover: #68ffff;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace; /*'VT323', 'Share Tech Mono'*/
|
||||||
|
--div-background-color-15: rgba(0, 255, 111, 0.03);
|
||||||
|
--text-shadow: 0 0 8px;
|
||||||
|
--box-shadow: 0 0 15px;
|
||||||
|
}
|
||||||
22
CSS/addons/unraid/login-page/alien/hallway.css
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
@import url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||||
|
:root {
|
||||||
|
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
|
||||||
|
url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/wallpaper/hallway.jpg) center center/cover no-repeat fixed;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||||
|
--text-color: #37f592;
|
||||||
|
--input-color: #37f592;
|
||||||
|
--link-color: #37f592;
|
||||||
|
--link-color-hover: #68ffff;
|
||||||
|
--case-color: #37f592;
|
||||||
|
--button-text-color: #37f592;
|
||||||
|
--button-text-color-hover: #000;
|
||||||
|
--button-color: #37f592;
|
||||||
|
--button-color2: #0C833D;
|
||||||
|
--button-color-hover: #68ffff;
|
||||||
|
--button-color2-hover: #68ffff;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace; /*'VT323', 'Share Tech Mono'*/
|
||||||
|
--div-background-color-15: rgba(0, 255, 111, 0.03);
|
||||||
|
--text-shadow: 0 0 8px;
|
||||||
|
--box-shadow: 0 0 15px;
|
||||||
|
}
|
||||||
22
CSS/addons/unraid/login-page/alien/hallway2.css
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
@import url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||||
|
:root {
|
||||||
|
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
|
||||||
|
url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/wallpaper/hallway2.jpg) center center/cover no-repeat fixed;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||||
|
--text-color: #37f592;
|
||||||
|
--input-color: #37f592;
|
||||||
|
--link-color: #37f592;
|
||||||
|
--link-color-hover: #68ffff;
|
||||||
|
--case-color: #37f592;
|
||||||
|
--button-text-color: #37f592;
|
||||||
|
--button-text-color-hover: #000;
|
||||||
|
--button-color: #37f592;
|
||||||
|
--button-color2: #0C833D;
|
||||||
|
--button-color-hover: #68ffff;
|
||||||
|
--button-color2-hover: #68ffff;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace; /*'VT323', 'Share Tech Mono'*/
|
||||||
|
--div-background-color-15: rgba(0, 255, 111, 0.03);
|
||||||
|
--text-shadow: 0 0 8px;
|
||||||
|
--box-shadow: 0 0 15px;
|
||||||
|
}
|
||||||
22
CSS/addons/unraid/login-page/alien/hallway3.css
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
@import url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||||
|
:root {
|
||||||
|
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
|
||||||
|
url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/wallpaper/hallway3.jpg) center center/cover no-repeat fixed;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||||
|
--text-color: #37f592;
|
||||||
|
--input-color: #37f592;
|
||||||
|
--link-color: #37f592;
|
||||||
|
--link-color-hover: #68ffff;
|
||||||
|
--case-color: #37f592;
|
||||||
|
--button-text-color: #37f592;
|
||||||
|
--button-text-color-hover: #000;
|
||||||
|
--button-color: #37f592;
|
||||||
|
--button-color2: #0C833D;
|
||||||
|
--button-color-hover: #68ffff;
|
||||||
|
--button-color2-hover: #68ffff;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace; /*'VT323', 'Share Tech Mono'*/
|
||||||
|
--div-background-color-15: rgba(0, 255, 111, 0.03);
|
||||||
|
--text-shadow: 0 0 8px;
|
||||||
|
--box-shadow: 0 0 15px;
|
||||||
|
}
|
||||||
22
CSS/addons/unraid/login-page/alien/hallway4.css
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
@import url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||||
|
:root {
|
||||||
|
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
|
||||||
|
url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/wallpaper/hallway4.jpg) center center/cover no-repeat fixed;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||||
|
--text-color: #37f592;
|
||||||
|
--input-color: #37f592;
|
||||||
|
--link-color: #37f592;
|
||||||
|
--link-color-hover: #68ffff;
|
||||||
|
--case-color: #37f592;
|
||||||
|
--button-text-color: #37f592;
|
||||||
|
--button-text-color-hover: #000;
|
||||||
|
--button-color: #37f592;
|
||||||
|
--button-color2: #0C833D;
|
||||||
|
--button-color-hover: #68ffff;
|
||||||
|
--button-color2-hover: #68ffff;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace; /*'VT323', 'Share Tech Mono'*/
|
||||||
|
--div-background-color-15: rgba(0, 255, 111, 0.03);
|
||||||
|
--text-shadow: 0 0 8px;
|
||||||
|
--box-shadow: 0 0 15px;
|
||||||
|
}
|
||||||
22
CSS/addons/unraid/login-page/alien/isolation.css
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
@import url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||||
|
:root {
|
||||||
|
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
|
||||||
|
url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/wallpaper/isolation.png) center center/cover no-repeat fixed;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||||
|
--text-color: #37f592;
|
||||||
|
--input-color: #37f592;
|
||||||
|
--link-color: #37f592;
|
||||||
|
--link-color-hover: #68ffff;
|
||||||
|
--case-color: #37f592;
|
||||||
|
--button-text-color: #37f592;
|
||||||
|
--button-text-color-hover: #000;
|
||||||
|
--button-color: #37f592;
|
||||||
|
--button-color2: #0C833D;
|
||||||
|
--button-color-hover: #68ffff;
|
||||||
|
--button-color2-hover: #68ffff;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace; /*'VT323', 'Share Tech Mono'*/
|
||||||
|
--div-background-color-15: rgba(0, 255, 111, 0.03);
|
||||||
|
--text-shadow: 0 0 8px;
|
||||||
|
--box-shadow: 0 0 15px;
|
||||||
|
}
|
||||||
21
CSS/addons/unraid/login-page/alien/isolation_video.css
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
@import url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||||
|
:root {
|
||||||
|
--main-bg: transparent;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||||
|
--text-color: #37f592;
|
||||||
|
--input-color: #37f592;
|
||||||
|
--link-color: #37f592;
|
||||||
|
--link-color-hover: #68ffff;
|
||||||
|
--case-color: #37f592;
|
||||||
|
--button-text-color: #37f592;
|
||||||
|
--button-text-color-hover: #000;
|
||||||
|
--button-color: #37f592;
|
||||||
|
--button-color2: #0C833D;
|
||||||
|
--button-color-hover: #68ffff;
|
||||||
|
--button-color2-hover: #68ffff;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace; /*'VT323', 'Share Tech Mono'*/
|
||||||
|
--div-background-color-15: rgba(0, 255, 111, 0.03);
|
||||||
|
--text-shadow: 0 0 8px;
|
||||||
|
--box-shadow: 0 0 15px;
|
||||||
|
}
|
||||||
6
CSS/addons/unraid/login-page/alien/js/isolation.js
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
// Adds a video background
|
||||||
|
|
||||||
|
let video = `
|
||||||
|
<div class="background-wrap"><video id="video-bg-elem" preload="auto" autoplay="true" loop="loop" muted="muted"> <source src="https:\/\/gilbn.github.io\/theme.park\/CSS\/addons\/unraid\/login-page\/alien\/video\/isolation.mp4" type="video\/mp4">Video not supported</video></div>
|
||||||
|
`
|
||||||
|
document.body.innerHTML += video
|
||||||
BIN
CSS/addons/unraid/login-page/alien/logo/uscss_3nostromo.png
Normal file
|
After Width: | Height: | Size: 102 KiB |
BIN
CSS/addons/unraid/login-page/alien/logo/uscss_nostromo.jpg
Normal file
|
After Width: | Height: | Size: 127 KiB |
BIN
CSS/addons/unraid/login-page/alien/logo/uscss_nostromo2.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
CSS/addons/unraid/login-page/alien/logo/wings.png
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
CSS/addons/unraid/login-page/alien/logo/wings_blue.png
Normal file
|
After Width: | Height: | Size: 366 KiB |
BIN
CSS/addons/unraid/login-page/alien/logo/wings_green.png
Normal file
|
After Width: | Height: | Size: 682 KiB |
BIN
CSS/addons/unraid/login-page/alien/logo/wings_green2.png
Normal file
|
After Width: | Height: | Size: 364 KiB |
BIN
CSS/addons/unraid/login-page/alien/logo/wings_red.png
Normal file
|
After Width: | Height: | Size: 607 KiB |
BIN
CSS/addons/unraid/login-page/alien/logo/wings_shadow.png
Normal file
|
After Width: | Height: | Size: 243 KiB |
BIN
CSS/addons/unraid/login-page/alien/logo/wings_yellow.png
Normal file
|
After Width: | Height: | Size: 356 KiB |
22
CSS/addons/unraid/login-page/alien/nightmare.css
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
@import url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||||
|
:root {
|
||||||
|
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
|
||||||
|
url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/wallpaper/nightmare.png) center center/cover no-repeat fixed;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/logo/wings_red.png) center no-repeat;
|
||||||
|
--text-color: #e22828;
|
||||||
|
--input-color: #e22828;
|
||||||
|
--link-color: #e22828;
|
||||||
|
--link-color-hover: #f07777;
|
||||||
|
--case-color: #e22828;
|
||||||
|
--button-text-color: #e22828;
|
||||||
|
--button-text-color-hover: #000;
|
||||||
|
--button-color: #e22828;
|
||||||
|
--button-color2: #e22828;
|
||||||
|
--button-color-hover: #db3232;
|
||||||
|
--button-color2-hover: #db3232;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace; /*'VT323', 'Share Tech Mono'*/
|
||||||
|
--div-background-color-15: rgba(0, 0, 0, 0.55);
|
||||||
|
--text-shadow: 0 0 8px;
|
||||||
|
--box-shadow: 0 0 15px;
|
||||||
|
}
|
||||||
22
CSS/addons/unraid/login-page/alien/scanner.css
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
@import url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/alien_base.css");
|
||||||
|
:root {
|
||||||
|
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
|
||||||
|
url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/wallpaper/scanner.jpg) center center/cover no-repeat fixed;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/logo/nostromogreen2.png) center no-repeat;
|
||||||
|
--text-color: #37f592;
|
||||||
|
--input-color: #37f592;
|
||||||
|
--link-color: #37f592;
|
||||||
|
--link-color-hover: #68ffff;
|
||||||
|
--case-color: #37f592;
|
||||||
|
--button-text-color: #37f592;
|
||||||
|
--button-text-color-hover: #000;
|
||||||
|
--button-color: #37f592;
|
||||||
|
--button-color2: #0C833D;
|
||||||
|
--button-color-hover: #68ffff;
|
||||||
|
--button-color2-hover: #68ffff;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace; /*'VT323', 'Share Tech Mono'*/
|
||||||
|
--div-background-color-15: rgba(0, 255, 111, 0.03);
|
||||||
|
--text-shadow: 0 0 8px;
|
||||||
|
--box-shadow: 0 0 15px;
|
||||||
|
}
|
||||||
67
CSS/addons/unraid/login-page/custom_login.sh
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
TYPE="retro-terminal"
|
||||||
|
THEME="green.css"
|
||||||
|
DOMAIN="theme-park.dev" #if you update the domain after the script has been run, You must disable and re enable JS or the whole theme.
|
||||||
|
ADD_JS="true"
|
||||||
|
JS="custom_text_header.js"
|
||||||
|
DISABLE_THEME="false"
|
||||||
|
|
||||||
|
echo -e "Variables set:\\n\
|
||||||
|
THEME = ${THEME}\\n\
|
||||||
|
DOMAIN = ${DOMAIN}\\n\
|
||||||
|
ADD_JS = ${ADD_JS}\\n\
|
||||||
|
JS = ${JS}\\n\
|
||||||
|
DISABLE_THEME = ${DISABLE_THEME}\\n"
|
||||||
|
|
||||||
|
# Restore login.php
|
||||||
|
if [ ${DISABLE_THEME} = "true" ]; then
|
||||||
|
echo "Restoring backup of login.php"
|
||||||
|
cp -p /usr/local/emhttp/login.php.backup /usr/local/emhttp/login.php
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Backup login page if needed.
|
||||||
|
if [ ! -f /usr/local/emhttp/login.php.backup ]; then
|
||||||
|
echo "Creating backup of login.php"
|
||||||
|
cp -p /usr/local/emhttp/login.php /usr/local/emhttp/login.php.backup
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Use correct domain style
|
||||||
|
case ${DOMAIN} in
|
||||||
|
*"github.io"*)
|
||||||
|
echo "Switching to github.io URL style"
|
||||||
|
DOMAIN="${DOMAIN}\/theme.park"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
# Adding stylesheets
|
||||||
|
if ! grep -q ${DOMAIN} /usr/local/emhttp/login.php; then
|
||||||
|
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
|
||||||
|
echo 'Stylesheet set to' ${THEME}
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Adding/Removing javascript
|
||||||
|
if [ ${ADD_JS} = "true" ]; 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
|
||||||
|
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
|
||||||
|
else
|
||||||
|
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
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
if grep -q ${JS} /usr/local/emhttp/login.php; then
|
||||||
|
echo "Removing javascript.."
|
||||||
|
sed -i "/<script type='text\/javascript' src='https:\/\/${DOMAIN}\/CSS\/addons\/unraid\/login-page/d" /usr/local/emhttp/login.php
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Changing stylesheet
|
||||||
|
if ! grep -q ${TYPE}"/"${THEME} /usr/local/emhttp/login.php; then
|
||||||
|
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
|
||||||
|
echo 'Stylesheet set to' ${THEME}
|
||||||
|
fi
|
||||||
218
CSS/addons/unraid/login-page/fallout/custom.css
Normal file
@ -0,0 +1,218 @@
|
|||||||
|
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css";
|
||||||
|
@import "https://fonts.googleapis.com/css?family=Share+Tech+Mono&display=swap";
|
||||||
|
@import "https://fonts.googleapis.com/css?family=VT323";
|
||||||
|
:root {
|
||||||
|
--main-bg-color: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/wallpaper/rocky-wall.png), url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/wallpaper/6Ua3u8.jpg) center center/cover no-repeat fixed;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/logo/vault.png) center no-repeat;
|
||||||
|
--text-color: #14F074;
|
||||||
|
--input-color: #14F074;
|
||||||
|
--link-color: #14F074;
|
||||||
|
--link-color-hover: #0C833D;
|
||||||
|
--case-color: #14F074;
|
||||||
|
--button-text-color: #14F074;
|
||||||
|
--button-text-color-hover: #FFFFFF;
|
||||||
|
--button-color: #14F074;
|
||||||
|
--button-color2: #0C833D;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace;
|
||||||
|
--div-background-color-15: rgba(0, 0, 0, 0.25);
|
||||||
|
|
||||||
|
/* Replace the variables if you have a dark background */
|
||||||
|
/* Light colors for dark backgrounds */
|
||||||
|
/*
|
||||||
|
--div-background-color-10: rgba(255, 255, 255, 0.1);
|
||||||
|
--div-background-color-15: rgba(255, 255, 255, 0.15);
|
||||||
|
--div-background-color-25: rgba(255, 255, 255, 0.25);
|
||||||
|
--div-background-color-35: rgba(255, 255, 255, 0.35);
|
||||||
|
https://www.transparenttextures.com/patterns/hexellence.png
|
||||||
|
https://www.transparenttextures.com/patterns/gplay.png
|
||||||
|
https://www.transparenttextures.com/patterns/simple-horizontal-light.png
|
||||||
|
https://www.colourlovers.com/palette/3428762/Fallout?widths=1
|
||||||
|
*/
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 500px) {
|
||||||
|
#login {
|
||||||
|
-webkit-backdrop-filter: blur(0px);
|
||||||
|
backdrop-filter: blur(0px);
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
border-radius: none !important;
|
||||||
|
}
|
||||||
|
.background-wrap,#video-bg-elem {display: none;}
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
background: var(--main-bg-color) !important;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background: var(--main-bg-color) !important;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
#login {
|
||||||
|
min-width: 300px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/*FOR VIDEO BACKGROUND*/
|
||||||
|
.background-wrap {
|
||||||
|
position: fixed;
|
||||||
|
z-index: -1000;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
#video-bg-elem {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
min-height: 100%;
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
/*TEXT COLOR*/
|
||||||
|
#login h1,
|
||||||
|
#login h2,
|
||||||
|
#login .error {
|
||||||
|
color: var(--text-color) !important;
|
||||||
|
}
|
||||||
|
#login a {
|
||||||
|
color: var(--link-color);
|
||||||
|
}
|
||||||
|
#login a:hover {
|
||||||
|
color: var(--link-color-hover);
|
||||||
|
}
|
||||||
|
#login input {
|
||||||
|
color: var(--input-color);
|
||||||
|
}
|
||||||
|
#login ::placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
}
|
||||||
|
#login ::-webkit-input-placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
}
|
||||||
|
#login ::-moz-placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
}
|
||||||
|
#login :-ms-input-placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
}
|
||||||
|
#login :-moz-placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
}
|
||||||
|
#login input:focus::-webkit-input-placeholder {
|
||||||
|
color: transparent !important;
|
||||||
|
}
|
||||||
|
#login input:focus:-moz-placeholder {
|
||||||
|
color: transparent !important;
|
||||||
|
}
|
||||||
|
#login input:focus::-moz-placeholder {
|
||||||
|
color: transparent !important;
|
||||||
|
}
|
||||||
|
#login input:focus:-ms-input-placeholder {
|
||||||
|
color: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*TEXT FONT*/
|
||||||
|
#login h1,
|
||||||
|
#login h2,
|
||||||
|
#login a,
|
||||||
|
#login .button,
|
||||||
|
#login .error {
|
||||||
|
font-family: var(--text-font);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* CASE COLOR */
|
||||||
|
#login [class^='case-'],
|
||||||
|
#login [class*=' case-'] {
|
||||||
|
font-family: cases!important;
|
||||||
|
speak: none;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
font-variant: normal;
|
||||||
|
text-transform: none;
|
||||||
|
color: var(--case-color);
|
||||||
|
}
|
||||||
|
/*INPUT FORMS*/
|
||||||
|
#login [type=text],
|
||||||
|
#login [type=password] {
|
||||||
|
font-family: var(--input-font);
|
||||||
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
|
border: 2px solid transparent;
|
||||||
|
text-transform: uppercase;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
#login [type=text]:active,
|
||||||
|
#login [type=text]:focus,
|
||||||
|
#login [type=password]:active,
|
||||||
|
#login [type=password]:focus {
|
||||||
|
font-family: var(--input-font);
|
||||||
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
|
border: 2px solid transparent;
|
||||||
|
text-transform: uppercase;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*BUTTON*/
|
||||||
|
#login .button {
|
||||||
|
color: var(--button-text-color);
|
||||||
|
background: linear-gradient(90deg, var(--button-color2) 0, var(--button-color)) 0 0 no-repeat, linear-gradient(90deg, var(--button-color2) 0, var(--button-color)) 0 100% no-repeat, linear-gradient(0deg, var(--button-color2) 0, var(--button-color2)) 0 100% no-repeat, linear-gradient(0deg, var(--button-color) 0, var(--button-color)) 100% 100% no-repeat;
|
||||||
|
background: -webkit-gradient(linear, left top, right top, from(var(--button-color2)), to(var(--button-color))) 0 0 no-repeat, -webkit-gradient(linear, left top, right top, from(var(--button-color2)), to(var(--button-color))) 0 100% no-repeat, -webkit-gradient(linear, left bottom, left top, from(var(--button-color2)), to(var(--button-color2))) 0 100% no-repeat, -webkit-gradient(linear, left bottom, left top, from(var(--button-color)), to(var(--button-color))) 100% 100% no-repeat;
|
||||||
|
background-size: 100% 2px, 100% 2px, 2px 100%, 2px 100%;
|
||||||
|
}
|
||||||
|
#login .button:hover {
|
||||||
|
color: var(--button-text-color-hover);
|
||||||
|
background-color: var(--button-color);
|
||||||
|
background: -webkit-gradient(linear, left top, right top, from(var(--button-color2)), to(var(--button-color)));
|
||||||
|
background: linear-gradient(90deg, var(--button-color2) 0, var(--button-color));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#login {
|
||||||
|
background: var(--div-background-color-15) !important;
|
||||||
|
-webkit-backdrop-filter: blur(10px);
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
|
padding-top: 1rem;
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
top: 50%;
|
||||||
|
transform: translate(-50%, -50%) !;
|
||||||
|
-ms-transform: translate(-50%, -50%);
|
||||||
|
-webkit-transform: translate(-50%, -50%);
|
||||||
|
margin: 0 !important;
|
||||||
|
text-transform: uppercase;
|
||||||
|
min-width: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#login .angle:after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#login .wordmark {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#login .logo {
|
||||||
|
background: var(--logo);
|
||||||
|
background-size: contain;
|
||||||
|
padding: 2rem;
|
||||||
|
border-radius: 0;
|
||||||
|
margin: 0rem 1rem 0rem 1rem;
|
||||||
|
}
|
||||||
|
#login .error {
|
||||||
|
animation-name: shake;
|
||||||
|
animation-duration: .8s;
|
||||||
|
}
|
||||||
28
CSS/addons/unraid/login-page/fallout/dirty_terminal.css
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
@import url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/fallout_base.css");
|
||||||
|
:root {
|
||||||
|
--main-bg-color: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/wallpaper/rocky-wall.png),
|
||||||
|
url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
||||||
|
--text-color: #14F074;
|
||||||
|
--input-color: #14F074;
|
||||||
|
--link-color: #14F074;
|
||||||
|
--link-color-hover: #0C833D;
|
||||||
|
--case-color: #14F074;
|
||||||
|
--button-text-color: #14F074;
|
||||||
|
--button-text-color-hover: #FFFFFF;
|
||||||
|
--button-color: #14F074;
|
||||||
|
--button-color2: #0C833D;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace;
|
||||||
|
--div-background-color-15: rgba(0, 0, 0, 0.25);
|
||||||
|
|
||||||
|
/* Replace the variables if you have a dark background */
|
||||||
|
/* Light colors for dark backgrounds */
|
||||||
|
/*
|
||||||
|
--div-background-color-15: rgba(255, 255, 255, 0.15);
|
||||||
|
https://www.transparenttextures.com/patterns/hexellence.png
|
||||||
|
https://www.transparenttextures.com/patterns/gplay.png
|
||||||
|
https://www.transparenttextures.com/patterns/simple-horizontal-light.png
|
||||||
|
https://www.colourlovers.com/palette/3428762/Fallout?widths=1
|
||||||
|
*/
|
||||||
|
}
|
||||||
28
CSS/addons/unraid/login-page/fallout/dirty_terminal2.css
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
@import url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/fallout_base.css");
|
||||||
|
:root {
|
||||||
|
--main-bg-color: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/wallpaper/rocky-wall.png),
|
||||||
|
url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg) center center/cover no-repeat fixed;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
||||||
|
--text-color: #14F074;
|
||||||
|
--input-color: #14F074;
|
||||||
|
--link-color: #14F074;
|
||||||
|
--link-color-hover: #0C833D;
|
||||||
|
--case-color: #14F074;
|
||||||
|
--button-text-color: #14F074;
|
||||||
|
--button-text-color-hover: #FFFFFF;
|
||||||
|
--button-color: #14F074;
|
||||||
|
--button-color2: #0C833D;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace;
|
||||||
|
--div-background-color-15: rgba(0, 0, 0, 0.25);
|
||||||
|
|
||||||
|
/* Replace the variables if you have a dark background */
|
||||||
|
/* Light colors for dark backgrounds */
|
||||||
|
/*
|
||||||
|
--div-background-color-15: rgba(255, 255, 255, 0.15);
|
||||||
|
https://www.transparenttextures.com/patterns/hexellence.png
|
||||||
|
https://www.transparenttextures.com/patterns/gplay.png
|
||||||
|
https://www.transparenttextures.com/patterns/simple-horizontal-light.png
|
||||||
|
https://www.colourlovers.com/palette/3428762/Fallout?widths=1
|
||||||
|
*/
|
||||||
|
}
|
||||||
195
CSS/addons/unraid/login-page/fallout/fallout_base.css
Normal file
@ -0,0 +1,195 @@
|
|||||||
|
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css";
|
||||||
|
@import "https://fonts.googleapis.com/css?family=Share+Tech+Mono&display=swap";
|
||||||
|
@import "https://fonts.googleapis.com/css?family=VT323";
|
||||||
|
|
||||||
|
|
||||||
|
* {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 500px) {
|
||||||
|
#login {
|
||||||
|
-webkit-backdrop-filter: blur(0px);
|
||||||
|
backdrop-filter: blur(0px);
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
border-radius: none !important;
|
||||||
|
}
|
||||||
|
.background-wrap,#video-bg-elem {display: none;}
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
background: var(--main-bg-color) !important;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
background: var(--main-bg-color) !important;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
#login {
|
||||||
|
min-width: 300px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/*FOR VIDEO BACKGROUND*/
|
||||||
|
.background-wrap {
|
||||||
|
position: fixed;
|
||||||
|
z-index: -1000;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
#video-bg-elem {
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
top: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
/*TEXT COLOR*/
|
||||||
|
#login h1,
|
||||||
|
#login h2,
|
||||||
|
#login .error {
|
||||||
|
color: var(--text-color) !important;
|
||||||
|
}
|
||||||
|
#login a {
|
||||||
|
color: var(--link-color);
|
||||||
|
}
|
||||||
|
#login a:hover {
|
||||||
|
color: var(--link-color-hover);
|
||||||
|
}
|
||||||
|
#login input {
|
||||||
|
color: var(--input-color);
|
||||||
|
}
|
||||||
|
#login ::placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
}
|
||||||
|
#login ::-webkit-input-placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
}
|
||||||
|
#login ::-moz-placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
}
|
||||||
|
#login :-ms-input-placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
}
|
||||||
|
#login :-moz-placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
}
|
||||||
|
#login input:focus::-webkit-input-placeholder {
|
||||||
|
color: transparent !important;
|
||||||
|
}
|
||||||
|
#login input:focus:-moz-placeholder {
|
||||||
|
color: transparent !important;
|
||||||
|
}
|
||||||
|
#login input:focus::-moz-placeholder {
|
||||||
|
color: transparent !important;
|
||||||
|
}
|
||||||
|
#login input:focus:-ms-input-placeholder {
|
||||||
|
color: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*TEXT FONT*/
|
||||||
|
#login h1,
|
||||||
|
#login h2,
|
||||||
|
#login a,
|
||||||
|
#login .button,
|
||||||
|
#login .error {
|
||||||
|
font-family: var(--text-font);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* CASE COLOR */
|
||||||
|
#login [class^='case-'],
|
||||||
|
#login [class*=' case-'] {
|
||||||
|
font-family: cases!important;
|
||||||
|
speak: none;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
font-variant: normal;
|
||||||
|
text-transform: none;
|
||||||
|
color: var(--case-color);
|
||||||
|
}
|
||||||
|
/*INPUT FORMS*/
|
||||||
|
#login [type=text],
|
||||||
|
#login [type=password] {
|
||||||
|
font-family: var(--input-font);
|
||||||
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
|
border: 2px solid transparent;
|
||||||
|
text-transform: uppercase;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
#login [type=text]:active,
|
||||||
|
#login [type=text]:focus,
|
||||||
|
#login [type=password]:active,
|
||||||
|
#login [type=password]:focus {
|
||||||
|
font-family: var(--input-font);
|
||||||
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
|
border: 2px solid transparent;
|
||||||
|
text-transform: uppercase;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*BUTTON*/
|
||||||
|
#login .button {
|
||||||
|
color: var(--button-text-color);
|
||||||
|
background: linear-gradient(90deg, var(--button-color2) 0, var(--button-color)) 0 0 no-repeat, linear-gradient(90deg, var(--button-color2) 0, var(--button-color)) 0 100% no-repeat, linear-gradient(0deg, var(--button-color2) 0, var(--button-color2)) 0 100% no-repeat, linear-gradient(0deg, var(--button-color) 0, var(--button-color)) 100% 100% no-repeat;
|
||||||
|
background: -webkit-gradient(linear, left top, right top, from(var(--button-color2)), to(var(--button-color))) 0 0 no-repeat, -webkit-gradient(linear, left top, right top, from(var(--button-color2)), to(var(--button-color))) 0 100% no-repeat, -webkit-gradient(linear, left bottom, left top, from(var(--button-color2)), to(var(--button-color2))) 0 100% no-repeat, -webkit-gradient(linear, left bottom, left top, from(var(--button-color)), to(var(--button-color))) 100% 100% no-repeat;
|
||||||
|
background-size: 100% 2px, 100% 2px, 2px 100%, 2px 100%;
|
||||||
|
}
|
||||||
|
#login .button:hover {
|
||||||
|
color: var(--button-text-color-hover);
|
||||||
|
background-color: var(--button-color);
|
||||||
|
background: -webkit-gradient(linear, left top, right top, from(var(--button-color2)), to(var(--button-color)));
|
||||||
|
background: linear-gradient(90deg, var(--button-color2) 0, var(--button-color));
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#login {
|
||||||
|
background: var(--div-background-color-15) !important;
|
||||||
|
-webkit-backdrop-filter: blur(10px);
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
|
padding-top: 1rem;
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
top: 50%;
|
||||||
|
transform: translate(-50%, -50%) !;
|
||||||
|
-ms-transform: translate(-50%, -50%);
|
||||||
|
-webkit-transform: translate(-50%, -50%);
|
||||||
|
margin: 0 !important;
|
||||||
|
text-transform: uppercase;
|
||||||
|
min-width: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#login .angle:after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#login .wordmark {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#login .logo {
|
||||||
|
background: var(--logo);
|
||||||
|
background-size: contain;
|
||||||
|
padding: 2rem;
|
||||||
|
border-radius: 0;
|
||||||
|
margin: 0rem 1rem 0rem 1rem;
|
||||||
|
}
|
||||||
|
#login .error {
|
||||||
|
animation-name: shake;
|
||||||
|
animation-duration: .8s;
|
||||||
|
}
|
||||||
35
CSS/addons/unraid/login-page/fallout/fallout_video.css
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
@import url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/fallout_base.css");
|
||||||
|
:root {
|
||||||
|
--main-bg-color: transparent;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
||||||
|
--text-color: #14F074;
|
||||||
|
--input-color: #14F074;
|
||||||
|
--link-color: #14F074;
|
||||||
|
--link-color-hover: #0C833D;
|
||||||
|
--case-color: #14F074;
|
||||||
|
--button-text-color: #14F074;
|
||||||
|
--button-text-color-hover: #FFFFFF;
|
||||||
|
--button-color: #14F074;
|
||||||
|
--button-color2: #0C833D;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace;
|
||||||
|
--div-background-color-15: #0ea85118;
|
||||||
|
|
||||||
|
/* Replace the variables if you have a dark background */
|
||||||
|
/* Light colors for dark backgrounds */
|
||||||
|
/*
|
||||||
|
--div-background-color-15: rgba(255, 255, 255, 0.15);
|
||||||
|
https://www.transparenttextures.com/patterns/hexellence.png
|
||||||
|
https://www.transparenttextures.com/patterns/gplay.png
|
||||||
|
https://www.transparenttextures.com/patterns/simple-horizontal-light.png
|
||||||
|
https://www.colourlovers.com/palette/3428762/Fallout?widths=1
|
||||||
|
*/
|
||||||
|
}
|
||||||
|
@media (max-width: 500px) {
|
||||||
|
body {
|
||||||
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed !important;
|
||||||
|
}
|
||||||
|
:root {
|
||||||
|
--div-background-color-15: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
// Adds a video background
|
||||||
|
// Source: https://www.youtube.com/watch?v=ehvduomE0AU
|
||||||
|
|
||||||
|
let video = `
|
||||||
|
<div class="background-wrap"><video id="video-bg-elem" preload="auto" autoplay="true" loop="loop" muted="muted"> <source src="https:\/\/gilbn.github.io\/theme.park\/CSS\/addons\/unraid\/login-page\/fallout\/video\/please_stand_by.mp4" type="video\/mp4">Video not supported</video></div>
|
||||||
|
`
|
||||||
|
document.body.innerHTML += video
|
||||||
7
CSS/addons/unraid/login-page/fallout/js/vault-tec-crt.js
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
// Adds a video background
|
||||||
|
// Source: https://steamcommunity.com/sharedfiles/filedetails/?id=920035918
|
||||||
|
|
||||||
|
let video = `
|
||||||
|
<div class="background-wrap"><video id="video-bg-elem" preload="auto" autoplay="true" loop="loop" muted="muted"> <source src="https:\/\/gilbn.github.io\/theme.park\/CSS\/addons\/unraid\/login-page\/fallout\/video\/VaultTecCRTLoop.mp4" type="video\/mp4">Video not supported</video></div>
|
||||||
|
`
|
||||||
|
document.body.innerHTML += video;
|
||||||
@ -0,0 +1,7 @@
|
|||||||
|
// Adds a video background
|
||||||
|
// Source: https://www.youtube.com/watch?v=ehvduomE0AU
|
||||||
|
|
||||||
|
let video = `
|
||||||
|
<div class="background-wrap"><video id="video-bg-elem" preload="auto" autoplay="true" loop="loop" muted="muted"> <source src="https:\/\/gilbn.github.io\/theme.park\/CSS\/addons\/unraid\/login-page\/fallout\/video\/VaultTecCRTLoopNoScanline.mp4" type="video\/mp4">Video not supported</video></div>
|
||||||
|
`
|
||||||
|
document.body.innerHTML += video
|
||||||
BIN
CSS/addons/unraid/login-page/fallout/logo/vault-tec_green.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
CSS/addons/unraid/login-page/fallout/logo/vault-tec_green.psd
Normal file
BIN
CSS/addons/unraid/login-page/fallout/logo/vault-tec_white.png
Normal file
|
After Width: | Height: | Size: 86 KiB |
27
CSS/addons/unraid/login-page/fallout/terminal.css
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
@import url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/fallout_base.css");
|
||||||
|
:root {
|
||||||
|
--main-bg-color: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
||||||
|
--text-color: #14F074;
|
||||||
|
--input-color: #14F074;
|
||||||
|
--link-color: #14F074;
|
||||||
|
--link-color-hover: #0C833D;
|
||||||
|
--case-color: #14F074;
|
||||||
|
--button-text-color: #14F074;
|
||||||
|
--button-text-color-hover: #FFFFFF;
|
||||||
|
--button-color: #14F074;
|
||||||
|
--button-color2: #0C833D;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace;
|
||||||
|
--div-background-color-15: rgba(0, 0, 0, 0.25);
|
||||||
|
|
||||||
|
/* Replace the variables if you have a dark background */
|
||||||
|
/* Light colors for dark backgrounds */
|
||||||
|
/*
|
||||||
|
--div-background-color-15: rgba(255, 255, 255, 0.15);
|
||||||
|
https://www.transparenttextures.com/patterns/hexellence.png
|
||||||
|
https://www.transparenttextures.com/patterns/gplay.png
|
||||||
|
https://www.transparenttextures.com/patterns/simple-horizontal-light.png
|
||||||
|
https://www.colourlovers.com/palette/3428762/Fallout?widths=1
|
||||||
|
*/
|
||||||
|
}
|
||||||
27
CSS/addons/unraid/login-page/fallout/terminal2.css
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
@import url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/fallout_base.css");
|
||||||
|
:root {
|
||||||
|
--main-bg-color: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg) center center/cover no-repeat fixed;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;
|
||||||
|
--text-color: #14F074;
|
||||||
|
--input-color: #14F074;
|
||||||
|
--link-color: #14F074;
|
||||||
|
--link-color-hover: #0C833D;
|
||||||
|
--case-color: #14F074;
|
||||||
|
--button-text-color: #14F074;
|
||||||
|
--button-text-color-hover: #FFFFFF;
|
||||||
|
--button-color: #14F074;
|
||||||
|
--button-color2: #0C833D;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace;
|
||||||
|
--div-background-color-15: rgba(0, 0, 0, 0.25);
|
||||||
|
|
||||||
|
/* Replace the variables if you have a dark background */
|
||||||
|
/* Light colors for dark backgrounds */
|
||||||
|
/*
|
||||||
|
--div-background-color-15: rgba(255, 255, 255, 0.15);
|
||||||
|
https://www.transparenttextures.com/patterns/hexellence.png
|
||||||
|
https://www.transparenttextures.com/patterns/gplay.png
|
||||||
|
https://www.transparenttextures.com/patterns/simple-horizontal-light.png
|
||||||
|
https://www.colourlovers.com/palette/3428762/Fallout?widths=1
|
||||||
|
*/
|
||||||
|
}
|
||||||
BIN
CSS/addons/unraid/login-page/fallout/video/please_stand_by.mp4
Normal file
BIN
CSS/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
33
CSS/addons/unraid/login-page/retro-terminal/amber.css
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
/*_____________________AMBER_THEME______________________*/
|
||||||
|
/* --body-before:#00ff771a; /* This is the background that creates the crt lines, background uses a transparency of 10% SET TO NONE TO REMOVE CRT EFFECT */
|
||||||
|
/* --body-after: #00ff7733; /* This is the background that creates the crt lines, background uses a transparency of 20% SET TO NONE TO REMOVE CRT EFFECT */
|
||||||
|
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||||
|
/* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||||
|
|
||||||
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
||||||
|
:root {
|
||||||
|
--main-bg-color:black;
|
||||||
|
--body-before:#ffb52a1a;
|
||||||
|
--body-after: #ffb52a33;
|
||||||
|
--body-animation: flicker;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/logo/wings_yellow.png) center no-repeat;
|
||||||
|
--text-color: #ffb52a;
|
||||||
|
--input-color: #ffb52a;
|
||||||
|
--link-color: #ffb52a;
|
||||||
|
--link-color-hover: #ff6868;
|
||||||
|
--case-color: #ffb52a;
|
||||||
|
--button-text-color: #ffb52a;
|
||||||
|
--button-text-color-hover: #000;
|
||||||
|
--button-color: #ffb52a;
|
||||||
|
--button-color-hover: #ff6868;
|
||||||
|
--selection-color: #ff6868;
|
||||||
|
--custom-text-header:#ffb52a;
|
||||||
|
--custom-text-header-shadow:#ffb52a;
|
||||||
|
--custom-text-header-animation: textflicker;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace;
|
||||||
|
--loginbox-background-color: transparent;
|
||||||
|
--text-shadow: 0 0 8px;
|
||||||
|
--text-shadow-color: #ffb52a;
|
||||||
|
--box-shadow: 0 0 15px;
|
||||||
|
}
|
||||||
33
CSS/addons/unraid/login-page/retro-terminal/blue.css
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
/*_____________________BLUE_THEME______________________*/
|
||||||
|
/* --body-before:#00ff771a; /* This is the background that creates the crt lines, background uses a transparency of 10% SET TO NONE TO REMOVE CRT EFFECT */
|
||||||
|
/* --body-after: #00ff7733; /* This is the background that creates the crt lines, background uses a transparency of 20% SET TO NONE TO REMOVE CRT EFFECT */
|
||||||
|
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||||
|
/* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||||
|
|
||||||
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
||||||
|
:root {
|
||||||
|
--main-bg-color:black;
|
||||||
|
--body-before:#70d7f61a;
|
||||||
|
--body-after: #70d7f633;
|
||||||
|
--body-animation: flicker;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/logo/wings_blue.png) center no-repeat;
|
||||||
|
--text-color: #70d7f6;
|
||||||
|
--input-color: #70d7f6;
|
||||||
|
--link-color: #70d7f6;
|
||||||
|
--link-color-hover: #8f2809;
|
||||||
|
--case-color: #70d7f6;
|
||||||
|
--button-text-color: #70d7f6;
|
||||||
|
--button-text-color-hover: #000;
|
||||||
|
--button-color: #70d7f6;
|
||||||
|
--button-color-hover: #8f2809;
|
||||||
|
--selection-color: #8f2809;
|
||||||
|
--custom-text-header:#70d7f6;
|
||||||
|
--custom-text-header-shadow:#70d7f6;
|
||||||
|
--custom-text-header-animation: textflicker;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace;
|
||||||
|
--loginbox-background-color: transparent;
|
||||||
|
--text-shadow: 0 0 8px;
|
||||||
|
--text-shadow-color: #70d7f6;
|
||||||
|
--box-shadow: 0 0 15px;
|
||||||
|
}
|
||||||
33
CSS/addons/unraid/login-page/retro-terminal/custom.css
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
/*_____________________CUSTOM_THEME______________________*/
|
||||||
|
/* --body-before:#00ff771a; /* This is the background that creates the crt lines, background uses a transparency of 10% SET TO NONE TO REMOVE CRT EFFECT */
|
||||||
|
/* --body-after: #00ff7733; /* This is the background that creates the crt lines, background uses a transparency of 20% SET TO NONE TO REMOVE CRT EFFECT */
|
||||||
|
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||||
|
/* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||||
|
|
||||||
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
||||||
|
:root {
|
||||||
|
--main-bg-color:black;
|
||||||
|
--body-before:#70d7f61a;
|
||||||
|
--body-after: #70d7f633;
|
||||||
|
--body-animation: flicker;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/logo/wings_shadow.png) center no-repeat;
|
||||||
|
--text-color: #ffffff;
|
||||||
|
--input-color: #ffffff;
|
||||||
|
--link-color: #ffffff;
|
||||||
|
--link-color-hover: #8f2809;
|
||||||
|
--case-color: #ffffff;
|
||||||
|
--button-text-color: #ffffff;
|
||||||
|
--button-text-color-hover: #000;
|
||||||
|
--button-color: #ffffff;
|
||||||
|
--button-color-hover: #af0606;
|
||||||
|
--selection-color: #8f2809;
|
||||||
|
--custom-text-header:#ffffff;
|
||||||
|
--custom-text-header-shadow:#ffffff;
|
||||||
|
--custom-text-header-animation: textflicker;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace;
|
||||||
|
--loginbox-background-color: transparent;
|
||||||
|
--text-shadow: 0 0 8px;
|
||||||
|
--text-shadow-color: #ffffff;
|
||||||
|
--box-shadow: 0 0 15px;
|
||||||
|
}
|
||||||
33
CSS/addons/unraid/login-page/retro-terminal/green.css
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
/*_____________________GREEN_THEME______________________*/
|
||||||
|
/* --body-before:#00ff771a; /* This is the background that creates the crt lines, background uses a transparency of 10% SET TO NONE TO REMOVE CRT EFFECT */
|
||||||
|
/* --body-after: #00ff7733; /* This is the background that creates the crt lines, background uses a transparency of 20% SET TO NONE TO REMOVE CRT EFFECT */
|
||||||
|
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||||
|
/* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||||
|
|
||||||
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
||||||
|
:root {
|
||||||
|
--main-bg-color:black;
|
||||||
|
--body-before:#00ff771a;
|
||||||
|
--body-after: #00ff7733;
|
||||||
|
--body-animation: flicker;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;
|
||||||
|
--text-color: #37f592;
|
||||||
|
--input-color: #37f592;
|
||||||
|
--link-color: #37f592;
|
||||||
|
--link-color-hover: #68ffff;
|
||||||
|
--case-color: #37f592;
|
||||||
|
--button-text-color: #37f592;
|
||||||
|
--button-text-color-hover: #000;
|
||||||
|
--button-color: #37f592;
|
||||||
|
--button-color-hover: #68ffff;
|
||||||
|
--selection-color: #68ffff;
|
||||||
|
--custom-text-header:#37f592;
|
||||||
|
--custom-text-header-shadow:#37f592;
|
||||||
|
--custom-text-header-animation: textflicker;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace;
|
||||||
|
--loginbox-background-color: transparent;
|
||||||
|
--text-shadow: 0 0 8px;
|
||||||
|
--text-shadow-color: #37f592;
|
||||||
|
--box-shadow: 0 0 15px;
|
||||||
|
}
|
||||||
@ -0,0 +1,16 @@
|
|||||||
|
|
||||||
|
//Custom Text Header //
|
||||||
|
// ACSII slant font
|
||||||
|
|
||||||
|
// Needs to be inside <section id="login" class="shadow">
|
||||||
|
// You must escape any backward slashes. "\\"
|
||||||
|
|
||||||
|
let custom_text_header = `
|
||||||
|
<div class="custom-text-header"> <pre> __ ___ __
|
||||||
|
____ ____ _____/ /__________ ____ ___ ____ / (_)___ / /__
|
||||||
|
/ __ \\/ __ \\/ ___/ __/ ___/ __ \\/ __ '__ \\/ __ \\/ / / __ \\/ //_/
|
||||||
|
/ / / / /_/ (__ ) /_/ / / /_/ / / / / / / /_/ / / / / / / ,<
|
||||||
|
/_/ /_/\\____/____/\\__/_/ \\____/_/ /_/ /_/\\____/_/_/_/ /_/_/|_|
|
||||||
|
</pre> </div>
|
||||||
|
`;
|
||||||
|
document.getElementById("login").innerHTML += custom_text_header
|
||||||
33
CSS/addons/unraid/login-page/retro-terminal/red.css
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
/*_____________________RED_THEME______________________*/
|
||||||
|
/* --body-before:#00ff771a; /* This is the background that creates the crt lines, background uses a transparency of 10% SET TO NONE TO REMOVE CRT EFFECT */
|
||||||
|
/* --body-after: #00ff7733; /* This is the background that creates the crt lines, background uses a transparency of 20% SET TO NONE TO REMOVE CRT EFFECT */
|
||||||
|
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||||
|
/* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||||
|
|
||||||
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
||||||
|
:root {
|
||||||
|
--main-bg-color: black;
|
||||||
|
--body-before: #ff00001a;
|
||||||
|
--body-after: #ff000033;
|
||||||
|
--body-animation: flicker;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/logo/wings_red.png) center no-repeat;
|
||||||
|
--text-color: #e22828;
|
||||||
|
--input-color: #e22828;
|
||||||
|
--link-color: #e22828;
|
||||||
|
--link-color-hover: #ffffff;
|
||||||
|
--case-color: #e22828;
|
||||||
|
--button-text-color: #e22828;
|
||||||
|
--button-text-color-hover: #000;
|
||||||
|
--button-color: #e22828;
|
||||||
|
--button-color-hover: #ffffff;
|
||||||
|
--selection-color: #ffffff;
|
||||||
|
--custom-text-header: #e22828;
|
||||||
|
--custom-text-header-shadow: #e22828;
|
||||||
|
--custom-text-header-animation: textflicker;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace;
|
||||||
|
--loginbox-background-color: transparent;
|
||||||
|
--text-shadow: 0 0 8px;
|
||||||
|
--text-shadow-color: #e22828;
|
||||||
|
--box-shadow: 0 0 15px;
|
||||||
|
}
|
||||||
@ -0,0 +1,362 @@
|
|||||||
|
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css";
|
||||||
|
@import "https://fonts.googleapis.com/css?family=Share+Tech+Mono&display=swap";
|
||||||
|
@import "https://fonts.googleapis.com/css?family=VT323";
|
||||||
|
|
||||||
|
/*___FONTS___*/
|
||||||
|
/* 'VT323', 'Share Tech Mono' */
|
||||||
|
/* Replace the variables if you have a dark background */
|
||||||
|
/* Light colors for dark backgrounds */
|
||||||
|
/*
|
||||||
|
--div-background-color-15: rgba(255, 255, 255, 0.15);
|
||||||
|
|
||||||
|
https://www.transparenttextures.com/patterns/hexellence.png
|
||||||
|
https://www.transparenttextures.com/patterns/gplay.png
|
||||||
|
https://www.transparenttextures.com/patterns/simple-horizontal-light.png
|
||||||
|
https://www.colourlovers.com/palette/3428762/Fallout?widths=1
|
||||||
|
|
||||||
|
https://codepen.io/meduzen/pen/zxbwRV
|
||||||
|
https://codepen.io/lbebber/pen/XJRdrV/ CRT KEY FRAMES
|
||||||
|
https://brennan.io/2017/06/14/alien-computer-card/
|
||||||
|
https://www.cssmatic.com/noise-texture
|
||||||
|
|
||||||
|
https://codepen.io/somethingformed/pen/raWJXV
|
||||||
|
|
||||||
|
|
||||||
|
============ SOURCES =============
|
||||||
|
https://github.com/brenns10/alien-console
|
||||||
|
https://github.com/Swordfish90/cool-retro-term
|
||||||
|
https://github.com/andersevenrud/retro-css-shell-demo CRT INTERLACE
|
||||||
|
https://codepen.io/lbebber/pen/XJRdrV/ CRT KEY FRAMES
|
||||||
|
https://codepen.io/patrickhlauke/pen/YaoBop TEXT FLIKER
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
* {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 500px) {
|
||||||
|
#login {
|
||||||
|
-webkit-backdrop-filter: blur(0px);
|
||||||
|
backdrop-filter: blur(0px);
|
||||||
|
position: absolute;
|
||||||
|
padding-top: 0rem !important;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
border-radius: none !important;
|
||||||
|
}
|
||||||
|
.background-wrap,#video-bg-elem,.custom-text-header {display: none;}
|
||||||
|
#login {
|
||||||
|
border:none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
html {background: var(--main-bg-color) !important;}
|
||||||
|
body {background: var(--main-bg-color) !important;}
|
||||||
|
/* CRT SCREEN FLICKER*/
|
||||||
|
body::before {
|
||||||
|
content: "";
|
||||||
|
background: radial-gradient(ellipse at center,var(--body-before) 0,rgb(0, 0, 0) 100%) !important;
|
||||||
|
background-repeat: repeat-y !important;
|
||||||
|
background-size: 100% 4px !important;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
animation: var(--body-animation) 0.01s infinite;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
/* CRT BACKGROUND WITH LINES*/
|
||||||
|
body::after {
|
||||||
|
content: "";
|
||||||
|
background: radial-gradient(ellipse at center,var(--body-after) 0,rgba(0, 0, 0, 0.6) 80%) center center/cover no-repeat fixed, linear-gradient(#0000 0%,#0000 0%) !important;
|
||||||
|
background-repeat: repeat-y !important;
|
||||||
|
background-size: 100% 4px !important;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
right: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes flicker {0% {opacity: 0.37633;}5% {opacity: 0.70002;}10% {opacity: 0.64427;}15% {opacity: 0.35591;}20% {opacity: 0.34054;}25% {opacity: 0.54917;}30% {opacity: 0.41056;}35% {opacity: 0.67637;}40% {opacity: 0.23681;}45% {opacity: 0.64945;}50% {opacity: 0.67522;}55% {opacity: 0.56049;}60% {opacity: 0.06113;}65% {opacity: 0.95766;}70% {opacity: 0.77945;}75% {opacity: 0.33817;}80% {opacity: 0.19735;}85% {opacity: 0.84337;}90% {opacity: 0.82867;}95% {opacity: 0.65512;}100% {opacity: 0.15179;}}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
#login {
|
||||||
|
min-width: 300px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/*FOR VIDEO BACKGROUND*/
|
||||||
|
.background-wrap {
|
||||||
|
position: fixed;
|
||||||
|
z-index: -1000;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
#video-bg-elem {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
min-height: 100%;
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
/*TEXT COLOR*/
|
||||||
|
#login h1,
|
||||||
|
#login h2,
|
||||||
|
#login .error {
|
||||||
|
color: var(--text-color) !important;
|
||||||
|
text-shadow: var(--text-shadow) var(--text-shadow-color);
|
||||||
|
}
|
||||||
|
#login a {
|
||||||
|
color: var(--link-color);
|
||||||
|
text-shadow: var(--text-shadow) var(--text-shadow-color);
|
||||||
|
}
|
||||||
|
#login a:hover {
|
||||||
|
color: var(--link-color-hover);
|
||||||
|
text-shadow: var(--text-shadow) var(--text-shadow-color);
|
||||||
|
}
|
||||||
|
#login input {
|
||||||
|
color: var(--input-color);
|
||||||
|
text-shadow: 0 0 5px var(--text-shadow-color);
|
||||||
|
}
|
||||||
|
#login ::placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
text-shadow: 0 0 5px var(--text-shadow-color);
|
||||||
|
}
|
||||||
|
#login ::-webkit-input-placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
text-shadow: 0 0 5px var(--text-shadow-color);
|
||||||
|
}
|
||||||
|
#login ::-moz-placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
text-shadow: 0 0 5px var(--text-shadow-color);
|
||||||
|
}
|
||||||
|
#login :-ms-input-placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
text-shadow: 0 0 5px var(--text-shadow-color);
|
||||||
|
}
|
||||||
|
#login :-moz-placeholder {
|
||||||
|
color: var(--input-color);
|
||||||
|
text-shadow: 0 0 5px var(--text-shadow-color);
|
||||||
|
}
|
||||||
|
#login input:focus::-webkit-input-placeholder {
|
||||||
|
color: transparent !important;
|
||||||
|
text-shadow: 0 0 0px transparent;
|
||||||
|
}
|
||||||
|
#login input:focus:-moz-placeholder {
|
||||||
|
color: transparent !important;
|
||||||
|
text-shadow: 0 0 0px transparent;
|
||||||
|
}
|
||||||
|
#login input:focus::-moz-placeholder {
|
||||||
|
color: transparent !important;
|
||||||
|
text-shadow: 0 0 0px transparent;
|
||||||
|
}
|
||||||
|
#login input:focus:-ms-input-placeholder {
|
||||||
|
color: transparent !important;
|
||||||
|
text-shadow: 0 0 0px transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*TEXT FONT*/
|
||||||
|
#login h1,
|
||||||
|
#login h2,
|
||||||
|
#login a,
|
||||||
|
#login .button,
|
||||||
|
#login .error {
|
||||||
|
font-family: var(--text-font);
|
||||||
|
-webkit-font-smoothing: none;
|
||||||
|
line-height: 1.2;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 3em;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* CASE COLOR */
|
||||||
|
#login [class^='case-'],
|
||||||
|
#login [class*=' case-'] {
|
||||||
|
font-family: cases!important;
|
||||||
|
speak: none;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: normal;
|
||||||
|
font-variant: normal;
|
||||||
|
text-transform: none;
|
||||||
|
color: var(--case-color);
|
||||||
|
text-shadow: var(--text-shadow) var(--text-shadow-color);
|
||||||
|
}
|
||||||
|
/*INPUT FORMS*/
|
||||||
|
#login [type=text],
|
||||||
|
#login [type=password] {
|
||||||
|
font-family: var(--input-font);
|
||||||
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
|
border: 2px solid transparent;
|
||||||
|
text-transform: uppercase;
|
||||||
|
border-radius: 0px;
|
||||||
|
border: 3px solid var(--text-color);
|
||||||
|
color: var(--text-color);
|
||||||
|
}
|
||||||
|
#login [type=text]:active,
|
||||||
|
#login [type=text]:focus,
|
||||||
|
#login [type=password]:active,
|
||||||
|
#login [type=password]:focus {
|
||||||
|
font-family: var(--input-font);
|
||||||
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*BUTTON*/
|
||||||
|
#login .button {
|
||||||
|
color: var(--button-text-color);
|
||||||
|
text-shadow: var(--text-shadow) var(--text-shadow-color);
|
||||||
|
background: linear-gradient(90deg, var(--button-color) 0, var(--button-color)) 0 0 no-repeat, linear-gradient(90deg, var(--button-color) 0, var(--button-color)) 0 100% no-repeat, linear-gradient(0deg, var(--button-color) 0, var(--button-color)) 0 100% no-repeat, linear-gradient(0deg, var(--button-color) 0, var(--button-color)) 100% 100% no-repeat;
|
||||||
|
background: -webkit-gradient(linear, left top, right top, from(var(--button-color)), to(var(--button-color))) 0 0 no-repeat, -webkit-gradient(linear, left top, right top, from(var(--button-color)), to(var(--button-color))) 0 100% no-repeat, -webkit-gradient(linear, left bottom, left top, from(var(--button-color)), to(var(--button-color))) 0 100% no-repeat, -webkit-gradient(linear, left bottom, left top, from(var(--button-color)), to(var(--button-color))) 100% 100% no-repeat;
|
||||||
|
background-size: 100% 2px, 100% 2px, 2px 100%, 2px 100%;
|
||||||
|
|
||||||
|
}
|
||||||
|
#login .button:hover {
|
||||||
|
color: var(--button-text-color-hover);
|
||||||
|
text-shadow: var(--text-shadow) var(--button-color-hover);
|
||||||
|
box-shadow: var(--box-shadow) var(--button-color-hover);
|
||||||
|
background-color: var(--button-color-hover);
|
||||||
|
background: -webkit-gradient(linear, left top, right top, from(var(--button-color-hover)), to(var(--button-color-hover)));
|
||||||
|
background: linear-gradient(90deg, var(--button-color-hover) 0, var(--button-color-hover));
|
||||||
|
}
|
||||||
|
|
||||||
|
/*LOGIN ID*/
|
||||||
|
#login {
|
||||||
|
background: var(--loginbox-background-color) !important;
|
||||||
|
padding-top: 1rem;
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
top: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
-ms-transform: translate(-50%, -50%);
|
||||||
|
-webkit-transform: translate(-50%, -50%);
|
||||||
|
margin: 0 !important;
|
||||||
|
text-transform: uppercase;
|
||||||
|
min-width: 300px;
|
||||||
|
border-radius: 0px !important;
|
||||||
|
border: 3px dashed var(--text-color);
|
||||||
|
}
|
||||||
|
#login .angle::after {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
#login .wordmark svg {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#login .logo {
|
||||||
|
background: var(--logo);
|
||||||
|
background-size: contain;
|
||||||
|
padding: 2rem;
|
||||||
|
border-radius: 0;
|
||||||
|
margin: 0rem 1rem 0rem 1rem;
|
||||||
|
}
|
||||||
|
logo.angle {
|
||||||
|
-webkit-box-shadow: inset 0px 0px 0px 2px var(--text-color) !important;
|
||||||
|
box-shadow: inset 0px 0px 0px 2px var(--text-color) !important;
|
||||||
|
border-radius: 0px !important;
|
||||||
|
}
|
||||||
|
#login .error {
|
||||||
|
animation-name: shake;
|
||||||
|
animation-duration: .7s;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*CUSTOM HEADER*/
|
||||||
|
.custom-text-header {
|
||||||
|
white-space: pre;
|
||||||
|
letter-spacing: 2px;
|
||||||
|
font-family: var(--text-font);
|
||||||
|
-webkit-font-smoothing: none;
|
||||||
|
font-weight: 900;
|
||||||
|
line-height: 1.5;
|
||||||
|
color: var(--custom-text-header) !important;
|
||||||
|
text-shadow: 0 0 20px var(--custom-text-header-shadow);
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
top: -15%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
-ms-transform: translate(-50%, -50%);
|
||||||
|
-webkit-transform: translate(-50%, -50%);
|
||||||
|
animation-duration: 0.01s;
|
||||||
|
animation-name: var(--custom-text-header-animation);
|
||||||
|
animation-iteration-count: infinite;
|
||||||
|
animation-direction: alternate;
|
||||||
|
font-weight: 900;
|
||||||
|
}
|
||||||
|
.custom-text-header:after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: 135px;
|
||||||
|
right: -15px;
|
||||||
|
background-color: var(--custom-text-header);
|
||||||
|
vertical-align: top;
|
||||||
|
width: 20px;
|
||||||
|
height: 2px;
|
||||||
|
-webkit-animation: blink 1s step-end infinite;
|
||||||
|
animation: blink 1s step-end infinite;
|
||||||
|
}
|
||||||
|
@-webkit-keyframes blink {
|
||||||
|
0% { opacity: 1.0; }
|
||||||
|
50% { opacity: 0.0; }
|
||||||
|
100% { opacity: 1.0; }
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes blink {
|
||||||
|
0% { opacity: 1.0; }
|
||||||
|
50% { opacity: 0.0; }
|
||||||
|
100% { opacity: 1.0; }
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes textflicker {
|
||||||
|
from {
|
||||||
|
text-shadow: 1px 0 0 #ea36af, -2px 0 0 #75fa69;
|
||||||
|
border: 10px 0 0 #ea36af, -2px 0 0 #75fa69;
|
||||||
|
}
|
||||||
|
to {
|
||||||
|
text-shadow: 2px 0.5px 2px #ea36af, -1px -0.5px 2px #75fa69;
|
||||||
|
border: 2px 0.5px 2px #ea36af, -1px -0.5px 2px #75fa69;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background: var(--selection-color); /* WebKit/Blink Browsers */
|
||||||
|
}
|
||||||
|
::-moz-selection {
|
||||||
|
background: var(--selection-color); /* Gecko Browsers */
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
|
__ ___ __
|
||||||
|
____ ____ _____/ /__________ ____ ___ ____ / (_)___ / /__
|
||||||
|
/ __ \/ __ \/ ___/ __/ ___/ __ \/ __ `__ \/ __ \/ / / __ \/ //_/
|
||||||
|
/ / / / /_/ (__ ) /_/ / / /_/ / / / / / / /_/ / / / / / / ,<
|
||||||
|
/_/ /_/\____/____/\__/_/ \____/_/ /_/ /_/\____/_/_/_/ /_/_/|_|
|
||||||
|
|
||||||
|
*/
|
||||||
|
/*
|
||||||
|
<div class="custom-text-header"> <pre> __ ___ __
|
||||||
|
____ ____ _____/ /__________ ____ ___ ____ / (_)___ / /__
|
||||||
|
/ __ \/ __ \/ ___/ __/ ___/ __ \/ __ '__ \/ __ \/ / / __ \/ //_/
|
||||||
|
/ / / / /_/ (__ ) /_/ / / /_/ / / / / / / /_/ / / / / / / ,<
|
||||||
|
/_/ /_/\____/____/\__/_/ \____/_/ /_/ /_/\____/_/_/_/ /_/_/|_|
|
||||||
|
</pre> </div>
|
||||||
|
*/
|
||||||
33
CSS/addons/unraid/login-page/retro-terminal/white.css
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
/*_____________________WHITE_THEME______________________*/
|
||||||
|
/* --body-before:#00ff771a; /* This is the background that creates the crt lines, background uses a transparency of 10% SET TO NONE TO REMOVE CRT EFFECT */
|
||||||
|
/* --body-after: #00ff7733; /* This is the background that creates the crt lines, background uses a transparency of 20% SET TO NONE TO REMOVE CRT EFFECT */
|
||||||
|
/* --body-animation: flicker; This is the background that flickers. SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||||
|
/* --custom-text-header-animation: textflicker; /* SET TO NONE TO REMOVE THE FLICKER ANIMATION! */
|
||||||
|
|
||||||
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css);
|
||||||
|
:root {
|
||||||
|
--main-bg-color:black;
|
||||||
|
--body-before:#70d7f61a;
|
||||||
|
--body-after: #70d7f633;
|
||||||
|
--body-animation: flicker;
|
||||||
|
--logo: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/addons/unraid/login-page/alien/logo/wings_shadow.png) center no-repeat;
|
||||||
|
--text-color: #ffffff;
|
||||||
|
--input-color: #ffffff;
|
||||||
|
--link-color: #ffffff;
|
||||||
|
--link-color-hover: #af0606;
|
||||||
|
--case-color: #ffffff;
|
||||||
|
--button-text-color: #ffffff;
|
||||||
|
--button-text-color-hover: #000;
|
||||||
|
--button-color: #ffffff;
|
||||||
|
--button-color-hover: #af0606;
|
||||||
|
--selection-color: #8f2809;
|
||||||
|
--custom-text-header:#ffffff;
|
||||||
|
--custom-text-header-shadow:#ffffff;
|
||||||
|
--custom-text-header-animation: textflicker;
|
||||||
|
--input-font: 'Share Tech Mono', monospace;
|
||||||
|
--text-font: 'Share Tech Mono', monospace;
|
||||||
|
--loginbox-background-color: transparent;
|
||||||
|
--text-shadow: 0 0 8px;
|
||||||
|
--text-shadow-color: #000000;
|
||||||
|
--box-shadow: 0 0 15px;
|
||||||
|
}
|
||||||
@ -315,12 +315,25 @@ a:-webkit-any-link:focus {
|
|||||||
color: var(--text)
|
color: var(--text)
|
||||||
}
|
}
|
||||||
|
|
||||||
.rt-tr-group.red {
|
.logs__no-data{
|
||||||
background-color: rgb(244 67 54 / 30%);
|
color: var(--text);
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rt-tr-group.blue {
|
.logs__row--white {
|
||||||
background-color: rgb(54 146 244 / 30%);
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rt-tr-group.red,
|
||||||
|
.logs__row--red,
|
||||||
|
.rt-tr-group.logs__row--red {
|
||||||
|
background-color: rgb(244 67 54 / 30%) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rt-tr-group.blue,
|
||||||
|
.rt-tr-group.logs__row--blue,
|
||||||
|
.logs__row--blue {
|
||||||
|
background-color: rgb(54 146 244 / 30%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ReactTable .rt-noData {
|
.ReactTable .rt-noData {
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* ADGUARD AQUAMARINE THEME */
|
/* ADGUARD AQUAMARINE THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/adguard/adguard-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/adguard/adguard-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* ADGUARD DARK THEME */
|
/* ADGUARD DARK THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/adguard/adguard-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/adguard/adguard-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* ADGUARD HOTLINE THEME */
|
/* ADGUARD HOTLINE THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/adguard/adguard-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/adguard/adguard-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* ADGUARD ORGANIZR-DARK THEME */
|
/* ADGUARD ORGANIZR-DARK THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/adguard/adguard-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/adguard/adguard-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: #1f1f1f;
|
||||||
--modal-bg-color: #1b1b1b;
|
--modal-bg-color: #1b1b1b;
|
||||||
|
|||||||
@ -12,10 +12,10 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* ADGUARD PLEX THEME */
|
/* ADGUARD PLEX THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/adguard/adguard-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/adguard/adguard-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
--main-bg-color: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/blur-noise.png"), url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
--modal-bg-color: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/blur-noise.png"), url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
||||||
|
|
||||||
--button-color: #cc7b19;
|
--button-color: #cc7b19;
|
||||||
--button-color-hover: #e59029;
|
--button-color-hover: #e59029;
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* ADGUARD SPACE GRAY THEME */
|
/* ADGUARD SPACE GRAY THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/adguard/adguard-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/adguard/adguard-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -12,13 +12,23 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* BAZARR AQUAMARINE THEME */
|
/* BAZARR AQUAMARINE THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/bazarr/bazarr-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
|
||||||
--button-color: #009688;
|
--button-color: #009688;
|
||||||
--button-color-hover: #12afa0;
|
--button-color-hover: #12afa0;
|
||||||
--accent-color: #009688;
|
--button-text: #eee;
|
||||||
|
--button-text-hover: #FFF;
|
||||||
|
|
||||||
|
--accent-color: 0, 150, 136;
|
||||||
--accent-color-hover: #12afa0;
|
--accent-color-hover: #12afa0;
|
||||||
|
--queue-color: #009688;
|
||||||
|
--link-color: #0ed2bf;
|
||||||
|
--link-color-hover: #fff;
|
||||||
|
|
||||||
|
--text:#eee;
|
||||||
|
--text-hover: #fff;
|
||||||
|
--text-muted: #bbb;
|
||||||
}
|
}
|
||||||
818
CSS/themes/bazarr/bazarr-base-old.css
Normal file
@ -0,0 +1,818 @@
|
|||||||
|
/* dP dP dP */
|
||||||
|
/* 88 88 88 */
|
||||||
|
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||||
|
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||||
|
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||||
|
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||||
|
/* 88 */
|
||||||
|
/* dP */
|
||||||
|
|
||||||
|
/* Made by @gilbN */
|
||||||
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
|
html {
|
||||||
|
background: var(--main-bg-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.page-wrapper {
|
||||||
|
background: var(--main-bg-color);
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: var(--main-bg-color);
|
||||||
|
background-repeat: repeat, no-repeat;
|
||||||
|
background-attachment: fixed, fixed;
|
||||||
|
background-position: center center, center center;
|
||||||
|
background-size: auto, cover;
|
||||||
|
-webkit-background-size: auto, cover;
|
||||||
|
-moz-background-size: auto, cover;
|
||||||
|
-o-background-size: auto, cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #eee !important;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:focus,
|
||||||
|
a:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
border-top: 1px solid var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* scroller */
|
||||||
|
::-webkit-scrollbar-corner {
|
||||||
|
background-color: hsla(0, 0%, 100%, .08);
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 10px;
|
||||||
|
height: 10px;
|
||||||
|
background: #1f1f1f;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
-webkit-border-radius: 5px;
|
||||||
|
border-radius: 5px;
|
||||||
|
background-color: rgba(255, 255, 255, 0.35) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Form Stuff */
|
||||||
|
|
||||||
|
.form-control {
|
||||||
|
color: #FFF;
|
||||||
|
background-color: rgba(0, 0, 0, .25) !important;
|
||||||
|
border: 1px solid rgba(0, 0, 0, .25);
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-control:focus {
|
||||||
|
background-color: #eee !important;
|
||||||
|
border-color: rgba(0, 0, 0, 0.51);
|
||||||
|
outline: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-group i {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bootstrap-tagsinput {
|
||||||
|
color: #eee;
|
||||||
|
background-color: rgba(0, 0, 0, .25) !important;
|
||||||
|
border: 1px solid transparent !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.bootstrap-tagsinput.focus {
|
||||||
|
background-color: #fff !important;
|
||||||
|
border-color: transparent;
|
||||||
|
outline: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Tables */
|
||||||
|
.table {
|
||||||
|
color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-striped tbody tr:nth-of-type(odd) {
|
||||||
|
background: rgb(0 0 0 / 8%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-striped tbody tr:nth-of-type(odd):hover,
|
||||||
|
table.dataTable tbody tr:hover {
|
||||||
|
background: rgb(255 255 255 / 8%);
|
||||||
|
transition: background 500ms;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.dataTable tbody tr {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
table.dataTable tbody>tr.selected,
|
||||||
|
table.dataTable tbody>tr>.selected {
|
||||||
|
background-color: rgb(255 255 255 / 15%);
|
||||||
|
}
|
||||||
|
|
||||||
|
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
|
||||||
|
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
|
||||||
|
border: 2px solid transparent;
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*Checkbox*/
|
||||||
|
table.dataTable tbody td.select-checkbox:before,
|
||||||
|
table.dataTable tbody th.select-checkbox:before {
|
||||||
|
border: 1px solid #eee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table td,
|
||||||
|
.table th {
|
||||||
|
border-color: rgb(255 255 255 / 25%);
|
||||||
|
}
|
||||||
|
|
||||||
|
table.dataTable tr.dtrg-group td {
|
||||||
|
background-color: rgb(0 0 0 / 25%);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Header */
|
||||||
|
.topbar {
|
||||||
|
background: var(--main-bg-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.topbar .top-navbar {
|
||||||
|
background-color: rgba(0, 0, 0, .7);
|
||||||
|
}
|
||||||
|
|
||||||
|
.page-titles {
|
||||||
|
background: rgb(0 0 0 / 25%);
|
||||||
|
box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.page-titles .btn:hover:not(:disabled) {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.page-titles .btn {
|
||||||
|
color: hsla(0, 0%, 100%, .7) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.text-themecolor {
|
||||||
|
color: inherit !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fa-stack {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
[type=button]:not(:disabled),
|
||||||
|
[type=reset]:not(:disabled),
|
||||||
|
[type=submit]:not(:disabled),
|
||||||
|
button:not(:disabled) {
|
||||||
|
cursor: pointer !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-material .form-control,
|
||||||
|
.form-material .form-control.focus,
|
||||||
|
.form-material .form-control:focus {
|
||||||
|
background-image: linear-gradient(var(--accent-color), var(--accent-color)), linear-gradient(#e1e2e3, #e1e2e3);
|
||||||
|
color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-control:focus::placeholder {
|
||||||
|
/* Chrome, Firefox, Opera, Safari 10.1+ */
|
||||||
|
color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-control:focus::-ms-input-placeholder {
|
||||||
|
/* Internet Explorer 10-11 */
|
||||||
|
color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-control:focus::-ms-input-placeholder {
|
||||||
|
/* Microsoft Edge */
|
||||||
|
color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.topbar .form-control {
|
||||||
|
color: #FFF;
|
||||||
|
background-color: transparent !important;
|
||||||
|
border: 1px solid rgba(0, 0, 0, .25);
|
||||||
|
}
|
||||||
|
|
||||||
|
.topbar ul.dropdown-user li a {
|
||||||
|
color: #eee;
|
||||||
|
background: var(--modal-bg-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.topbar ul.dropdown-user {
|
||||||
|
|
||||||
|
background: var(--modal-bg-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.topbar ul.dropdown-user li a:hover {
|
||||||
|
background: rgb(255 255 255 / 7%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.buttons_bars {
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-item .typeahead__dropdown,
|
||||||
|
.typeahead__list {
|
||||||
|
background: var(--modal-bg-color);
|
||||||
|
border: 1px solid transparent;
|
||||||
|
box-shadow: 0 0 10px 1px #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-item .typeahead__list>li {
|
||||||
|
border-top: solid 1px rgba(255, 255, 255, .25);
|
||||||
|
}
|
||||||
|
|
||||||
|
.typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active>a,
|
||||||
|
.typeahead__dropdown .typeahead__dropdown-item:not([disabled])>a:focus,
|
||||||
|
.typeahead__dropdown .typeahead__dropdown-item:not([disabled])>a:hover,
|
||||||
|
.typeahead__list .typeahead__item:not([disabled]).active>a,
|
||||||
|
.typeahead__list .typeahead__item:not([disabled])>a:focus,
|
||||||
|
.typeahead__list .typeahead__item:not([disabled])>a:hover {
|
||||||
|
background-color: rgb(255 255 255 / .07);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Sidebar */
|
||||||
|
.left-sidebar {
|
||||||
|
position: absolute;
|
||||||
|
width: 240px;
|
||||||
|
height: 100%;
|
||||||
|
top: 0;
|
||||||
|
z-index: 20;
|
||||||
|
padding-top: 60px;
|
||||||
|
background: rgb(0 0 0 / 25%);
|
||||||
|
box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-nav {
|
||||||
|
background: rgba(255, 255, 255, 0);
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-no-border .sidebar-nav>ul>li>a.active {
|
||||||
|
background-color: hsla(0, 0%, 100%, .08);
|
||||||
|
border-left: 3px solid var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-nav>ul>li>a.active i,
|
||||||
|
.sidebar-nav>ul>li>a:hover i {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebarnav .sidebar-nav>ul>li.active>a {
|
||||||
|
border-left: 3px solid var(--accent-color);
|
||||||
|
background: rgb(255 255 255 / 7%);
|
||||||
|
}
|
||||||
|
|
||||||
|
#sidebarnav .sidebar-nav>ul>li.active>a i {
|
||||||
|
color: #eee;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-nav>ul>li.active>a {
|
||||||
|
color: #eee;
|
||||||
|
border-left: 3px solid var(--accent-color);
|
||||||
|
background: hsla(0, 0%, 100%, .08);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-nav>ul>li.active>a i {
|
||||||
|
color: #eee;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.mini-sidebar .sidebar-nav #sidebarnav>li.active>a.active {
|
||||||
|
border-color: var(--accent-color);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.mini-sidebar .sidebar-nav #sidebarnav>li:hover>a {
|
||||||
|
width: 260px;
|
||||||
|
background: var(--main-bg-color);
|
||||||
|
color: #ffffff;
|
||||||
|
border-color: rgba(255, 255, 255, .05);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.mini-sidebar .sidebar-nav #sidebarnav>li>ul {
|
||||||
|
|
||||||
|
background: var(--main-bg-color);
|
||||||
|
display: none;
|
||||||
|
padding-left: 1px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.mini-sidebar .sidebar-nav #sidebarnav li:hover {
|
||||||
|
position: relative;
|
||||||
|
background: rgba(255, 255, 255, .1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-nav ul li ul {
|
||||||
|
padding-left: 0px;
|
||||||
|
border-left: 3px solid var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-nav ul li ul li a {
|
||||||
|
padding-left: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-nav ul li a.active,
|
||||||
|
.sidebar-nav ul li a:hover {
|
||||||
|
background: rgba(255, 255, 255, .08);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Series page */
|
||||||
|
#series .progress-bar {
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
#series .progress {
|
||||||
|
background-color: rgb(255 255 255 / 20%);
|
||||||
|
}
|
||||||
|
|
||||||
|
#series .badge-secondary,
|
||||||
|
#episodes_wrapper .badge-secondary {
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-no-border .card {
|
||||||
|
background: var(--modal-bg-color);
|
||||||
|
border: solid 1px transparent;
|
||||||
|
box-shadow: 0 0 10px 1px #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
#seriesDetails .badge-secondary {
|
||||||
|
color: #fff;
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Movies page */
|
||||||
|
#movies .progress-bar {
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
#movies .progress {
|
||||||
|
background-color: rgb(255 255 255 / 20%);
|
||||||
|
}
|
||||||
|
|
||||||
|
#movies .badge-secondary {
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
#movieDetails .badge-secondary {
|
||||||
|
color: #fff;
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
#movieSubtitles .badge-secondary {
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
/*Mass Edit*/
|
||||||
|
.container-fluid .bg-dark {
|
||||||
|
background: var(--modal-bg-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1024px) {
|
||||||
|
#edit_bar {
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* History */
|
||||||
|
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
|
||||||
|
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
|
||||||
|
left: -15px;
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Wanted page */
|
||||||
|
#wanted_series .progress {
|
||||||
|
background-color: rgb(255 255 255 / 20%);
|
||||||
|
}
|
||||||
|
|
||||||
|
#wanted_series .badge-secondary,
|
||||||
|
#wanted_series_badge .badge-secondary,
|
||||||
|
#wanted_movies_badge .badge-secondary,
|
||||||
|
#wanted_movies .badge-secondary {
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Buttons */
|
||||||
|
.btn.focus,
|
||||||
|
.btn:focus {
|
||||||
|
outline: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-info,
|
||||||
|
.btn-info.disabled {
|
||||||
|
background: var(--button-color);
|
||||||
|
border: 1px solid var(--button-color);
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-info:hover,
|
||||||
|
.btn-info.disabled:hover {
|
||||||
|
background: var(--button-color-hover);
|
||||||
|
border: 1px solid var(--button-color-hover);
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-info:not(:disabled):not(.disabled).active,
|
||||||
|
.btn-info:not(:disabled):not(.disabled):active,
|
||||||
|
.show>.btn-info.dropdown-toggle {
|
||||||
|
color: #fff;
|
||||||
|
background-color: var(--button-color);
|
||||||
|
border-color: var(--button-color);
|
||||||
|
opacity: .5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.custom-control-input:checked~.custom-control-label::before {
|
||||||
|
color: #fff;
|
||||||
|
border-color: var(--button-color);
|
||||||
|
background-color: var(--button-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dt-buttons .dt-button {
|
||||||
|
background: var(--button-color);
|
||||||
|
color: #eee;
|
||||||
|
border-color: var(--button-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dt-buttons .dt-button:hover {
|
||||||
|
background: var(--button-color-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
button.dt-button:hover:not(.disabled),
|
||||||
|
div.dt-button:hover:not(.disabled),
|
||||||
|
a.dt-button:hover:not(.disabled) {
|
||||||
|
border: 1px solid transparent;
|
||||||
|
background: var(--button-color-hover);
|
||||||
|
border-color: var(--button-color-hover);
|
||||||
|
background-image: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
button.dt-button.disabled,
|
||||||
|
div.dt-button.disabled,
|
||||||
|
a.dt-button.disabled {
|
||||||
|
color: #eee;
|
||||||
|
border: 1px solid var(--button-color);
|
||||||
|
background-color: var(--button-color);
|
||||||
|
background-image: none !important;
|
||||||
|
opacity: .5;
|
||||||
|
}
|
||||||
|
|
||||||
|
button.dt-button.disabled:hover,
|
||||||
|
div.dt-button.disabled:hover,
|
||||||
|
a.dt-button.disabled:hover {
|
||||||
|
color: #eee;
|
||||||
|
border: 1px solid var(--button-color);
|
||||||
|
background-color: var(--button-color);
|
||||||
|
background-image: none !important;
|
||||||
|
opacity: .5;
|
||||||
|
cursor: not-allowed !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-light:not(:disabled):not(.disabled).active,
|
||||||
|
.btn-light:not(:disabled):not(.disabled):active,
|
||||||
|
.show>.btn-light.dropdown-toggle {
|
||||||
|
color: #eee;
|
||||||
|
background-color: rgba(0, 0, 0, .25);
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-light {
|
||||||
|
background-color: rgba(0, 0, 0, .25);
|
||||||
|
border: 1px solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-light:not(:disabled):not(.disabled).active:focus,
|
||||||
|
.btn-light:not(:disabled):not(.disabled):active:focus,
|
||||||
|
.show>.btn-light.dropdown-toggle:focus {
|
||||||
|
box-shadow: none;
|
||||||
|
border: solid 1px transparent;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bootstrap-select .dropdown-toggle:focus {
|
||||||
|
outline: none !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-light.focus,
|
||||||
|
.btn-light:focus {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-light:hover {
|
||||||
|
background-color: rgb(0 0 0 / 25%);
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-secondary,
|
||||||
|
.btn-secondary.disabled {
|
||||||
|
background: var(--button-color);
|
||||||
|
border: 1px solid var(--button-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-secondary:hover {
|
||||||
|
background: var(--button-color-hover);
|
||||||
|
opacity: 1;
|
||||||
|
border: 1px solid var(--button-color-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-secondary.disabled:hover {
|
||||||
|
background: var(--button-color-hover);
|
||||||
|
opacity: 0.7;
|
||||||
|
border: 1px solid var(--button-color-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.close,
|
||||||
|
.close:hover,
|
||||||
|
.close:focus {
|
||||||
|
color: #FFF !important;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-default {
|
||||||
|
color: hsla(0, 0%, 100%, .7);
|
||||||
|
background-color: rgba(0, 0, 0, .25);
|
||||||
|
border-color: none;
|
||||||
|
outline-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-default:hover,
|
||||||
|
.btn-default.active,
|
||||||
|
.btn-default.active:hover {
|
||||||
|
color: #FFFFFF;
|
||||||
|
background-color: hsla(0, 0%, 100%, .08);
|
||||||
|
border-color: none;
|
||||||
|
outline-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-default.active.focus,
|
||||||
|
.btn-default.active:focus,
|
||||||
|
.btn-default.active:hover,
|
||||||
|
.btn-default:active.focus,
|
||||||
|
.btn-default:active:focus,
|
||||||
|
.btn-default:active:hover,
|
||||||
|
.open>.dropdown-toggle.btn-default.focus,
|
||||||
|
.open>.dropdown-toggle.btn-default:focus,
|
||||||
|
.open>.dropdown-toggle.btn-default:hover {
|
||||||
|
color: #fff;
|
||||||
|
background-color: hsla(0, 0%, 100%, .08);
|
||||||
|
border-color: #FFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
color: #FFF;
|
||||||
|
outline: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn.btn-lg.btn-block.x-search-auto {
|
||||||
|
color: #FFF;
|
||||||
|
background-color: rgba(0, 0, 0, .25);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn.btn-lg.btn-block.x-search-auto:hover {
|
||||||
|
color: #FFF;
|
||||||
|
background-color: rgba(255, 255, 255, 0.05);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn.focus,
|
||||||
|
.btn:focus,
|
||||||
|
.btn:hover {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Loading */
|
||||||
|
.preloader {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0px;
|
||||||
|
position: fixed;
|
||||||
|
z-index: 99999;
|
||||||
|
background: rgb(0 0 0 / 7%);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Pagination*/
|
||||||
|
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
|
||||||
|
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
|
||||||
|
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
|
||||||
|
color: #eee !important;
|
||||||
|
opacity: .1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
|
||||||
|
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
|
||||||
|
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
|
||||||
|
cursor: default;
|
||||||
|
color: #eee;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
background: transparent;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagination .page-link {
|
||||||
|
position: relative;
|
||||||
|
display: block;
|
||||||
|
padding: .5rem .75rem;
|
||||||
|
margin-left: -1px;
|
||||||
|
line-height: 1.25;
|
||||||
|
background-color: rgb(0 0 0 / 15%);
|
||||||
|
border: 1px solid #00000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagination>.active>a,
|
||||||
|
.pagination>.active>span,
|
||||||
|
.pagination>.active>a:hover,
|
||||||
|
.pagination>.active>span:hover,
|
||||||
|
.pagination>.active>a:focus,
|
||||||
|
.pagination>.active>span:focus {
|
||||||
|
background-color: rgb(0 0 0 / 35%);
|
||||||
|
border-color: rgb(0 0 0 / 35%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagination .page-item.active .page-link {
|
||||||
|
z-index: 1;
|
||||||
|
color: #fff;
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
border-color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataTables_wrapper .dataTables_paginate .paginate_button {
|
||||||
|
border: 1px solid rgb(221 221 221 / 8%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagination>li>a:hover,
|
||||||
|
.pagination>li>span:hover,
|
||||||
|
.pagination>li>a:focus,
|
||||||
|
.pagination>li>span:focus {
|
||||||
|
background-color: rgb(242 244 248 / 15%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
|
||||||
|
color: white;
|
||||||
|
border: 1px solid #00000000;
|
||||||
|
background-color: #009efb00;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pagination .page-link:focus {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Settings */
|
||||||
|
.dropdown-menu,
|
||||||
|
.topbar .dropdown-menu {
|
||||||
|
background: var(--modal-bg-color);
|
||||||
|
cursor: pointer;
|
||||||
|
box-shadow: 0 0 5px 0px rgb(0 0 0 / 50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-item.active,
|
||||||
|
.dropdown-item:active {
|
||||||
|
color: #fff;
|
||||||
|
text-decoration: none;
|
||||||
|
background-color: rgb(255 255 255 / 0.25);
|
||||||
|
}
|
||||||
|
.dropdown-item:focus, .dropdown-item:hover {
|
||||||
|
background-color: rgb(255 255 255 / 7%);
|
||||||
|
}
|
||||||
|
.dropdown-menu>li>a:hover {
|
||||||
|
color: white !important;
|
||||||
|
background-color: rgb(255 255 255 / 35%);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* General */
|
||||||
|
|
||||||
|
|
||||||
|
/* Notifications */
|
||||||
|
.alert-secondary {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: rgb(255 255 255 / 25%);
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.alert-secondary a {
|
||||||
|
color: var(--accent-color) !important;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.alert-secondary a:hover {
|
||||||
|
color: white !important;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.badge-info {
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
margin-left: 5px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Modal */
|
||||||
|
|
||||||
|
.modal-content {
|
||||||
|
box-shadow: 0 0 10px 1px #000;
|
||||||
|
border-radius: 3px;
|
||||||
|
background: var(--modal-bg-color);
|
||||||
|
background-repeat: repeat, no-repeat;
|
||||||
|
background-attachment: fixed, fixed;
|
||||||
|
background-position: center center, center center;
|
||||||
|
background-size: auto, cover;
|
||||||
|
-webkit-background-size: auto, cover;
|
||||||
|
-moz-background-size: auto, cover;
|
||||||
|
-o-background-size: auto, cover;
|
||||||
|
}
|
||||||
|
.modal-header {
|
||||||
|
border-bottom: 1px solid var(--accent-color);
|
||||||
|
|
||||||
|
}
|
||||||
|
.modal-footer {
|
||||||
|
border-top: 1px solid var(--accent-color);
|
||||||
|
}
|
||||||
|
.modal-content .badge-secondary {
|
||||||
|
color: #fff;
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-content button:focus {
|
||||||
|
outline: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Chart */
|
||||||
|
.chartjs-render-monitor {
|
||||||
|
filter: invert(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight pre code {
|
||||||
|
font-size: inherit;
|
||||||
|
color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.highlight {
|
||||||
|
background-color: rgb(255 255 255 / 0.08);
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Mobile */
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.mini-sidebar .left-sidebar {
|
||||||
|
background: var(--modal-bg-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
#buttons_bars .col-8 {
|
||||||
|
-ms-flex: none !important;
|
||||||
|
flex: auto;
|
||||||
|
max-width: fit-content;
|
||||||
|
padding-left: 5px;
|
||||||
|
padding-right: 5px;
|
||||||
|
display: inline-grid;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 11;
|
||||||
|
}
|
||||||
|
|
||||||
|
.page-titles .btn {
|
||||||
|
height: 50px !important;
|
||||||
|
width: 55px !important;
|
||||||
|
padding: 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#buttons_bars .col-4 {
|
||||||
|
-ms-flex: none !important;
|
||||||
|
flex: auto;
|
||||||
|
display: grid;
|
||||||
|
padding-right: 5px !important;
|
||||||
|
padding-bottom: 5px !important;
|
||||||
|
position: inherit;
|
||||||
|
z-index: 10;
|
||||||
|
padding-left: 85%;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -12,13 +12,23 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* BAZARR DARK THEME */
|
/* BAZARR DARK THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/bazarr/bazarr-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
|
||||||
--button-color: hsla(0,0%,100%,.15);
|
--button-color: hsla(0,0%,100%,.15);
|
||||||
--button-color-hover: hsla(0,0%,100%,.30);
|
--button-color-hover: hsla(0,0%,100%,.30);
|
||||||
--accent-color: rgba(255, 255, 255, 0.25);
|
--button-text: #eee;
|
||||||
|
--button-text-hover: #FFF;
|
||||||
|
|
||||||
|
--accent-color: 100, 100, 100;
|
||||||
--accent-color-hover: rgba(255, 255, 255, 0.45);
|
--accent-color-hover: rgba(255, 255, 255, 0.45);
|
||||||
|
--queue-color: #6b5;
|
||||||
|
--link-color: #ddd;
|
||||||
|
--link-color-hover: #fff;
|
||||||
|
|
||||||
|
--text:#eee;
|
||||||
|
--text-hover: #fff;
|
||||||
|
--text-muted: #999;
|
||||||
}
|
}
|
||||||
@ -12,13 +12,23 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* BAZARR HOTLINE THEME */
|
/* BAZARR HOTLINE THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/bazarr/bazarr-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
|
||||||
--button-color: hsla(0,0%,100%,.15);
|
--button-color: hsla(0,0%,100%,.15);
|
||||||
--button-color-hover: hsla(0,0%,100%,.30);
|
--button-color-hover: hsla(0,0%,100%,.30);
|
||||||
--accent-color: #F44336;
|
--button-text: #eee;
|
||||||
|
--button-text-hover: #FFF;
|
||||||
|
|
||||||
|
--accent-color: 244, 67, 54;
|
||||||
--accent-color-hover: #0b3161;
|
--accent-color-hover: #0b3161;
|
||||||
|
--queue-color: #6b5;
|
||||||
|
--link-color: #ddd;
|
||||||
|
--link-color-hover: #fff;
|
||||||
|
|
||||||
|
--text:#eee;
|
||||||
|
--text-hover: #fff;
|
||||||
|
--text-muted: #bbb;
|
||||||
}
|
}
|
||||||
@ -12,13 +12,23 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* BAZARR ORGANIZR-DARK THEME */
|
/* BAZARR ORGANIZR-DARK THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/bazarr/bazarr-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: #1f1f1f;
|
||||||
--modal-bg-color: #1b1b1b;
|
--modal-bg-color: #1b1b1b;
|
||||||
|
|
||||||
--button-color: #2cabe3;
|
--button-color: #2cabe3;
|
||||||
--button-color-hover: rgb(44 171 227 / .8);
|
--button-color-hover: rgb(44 171 227 / .8);
|
||||||
--accent-color: #2cabe3;
|
--button-text: #eee;
|
||||||
|
--button-text-hover: #fff;
|
||||||
|
|
||||||
|
--accent-color: 44, 171, 227;
|
||||||
--accent-color-hover: white;
|
--accent-color-hover: white;
|
||||||
|
--queue-color: #2cabe3;
|
||||||
|
--link-color: #2cabe3;
|
||||||
|
--link-color-hover: #fff;
|
||||||
|
|
||||||
|
--text:#96a2b4;
|
||||||
|
--text-hover: #fff;
|
||||||
|
--text-muted: #999;
|
||||||
}
|
}
|
||||||
@ -12,13 +12,23 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* BAZARR PLEX THEME */
|
/* BAZARR PLEX THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/bazarr/bazarr-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
--main-bg-color: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/blur-noise.png"), url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
--modal-bg-color: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/blur-noise.png"), url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
||||||
|
|
||||||
--button-color: #cc7b19;
|
--button-color: #cc7b19;
|
||||||
--button-color-hover: #e59029;
|
--button-color-hover: #e59029;
|
||||||
--accent-color: #e5a00d;
|
--button-text: #eee;
|
||||||
|
--button-text-hover: #fff;
|
||||||
|
|
||||||
|
--accent-color: 229, 160, 13;
|
||||||
--accent-color-hover: #ffc107;
|
--accent-color-hover: #ffc107;
|
||||||
|
--queue-color: #27c24c;
|
||||||
|
--link-color: #e5a00d;
|
||||||
|
--link-color-hover: #fff;
|
||||||
|
|
||||||
|
--text:#eee;
|
||||||
|
--text-hover: #fff;
|
||||||
|
--text-muted: #bbb;
|
||||||
}
|
}
|
||||||
@ -12,13 +12,23 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* BAZARR SPACE GRAY THEME */
|
/* BAZARR SPACE GRAY THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bazarr/bazarr-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/bazarr/bazarr-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(ellipse at center, rgba(87, 108, 117, 1) 0%, rgba(37, 50, 55, 1) 100.2%) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(ellipse at top, rgba(87, 108, 117, 1) 0%, rgba(37, 50, 55, 1) 100.2%) center center/cover no-repeat fixed;
|
||||||
|
|
||||||
--button-color: #607D8B;
|
--button-color: #607D8B;
|
||||||
--button-color-hover: #81a6b7;
|
--button-color-hover: #81a6b7;
|
||||||
--accent-color: #607D8B;
|
--button-text: #eee;
|
||||||
|
--button-text-hover: #fff;
|
||||||
|
|
||||||
|
--accent-color: 96, 125, 139;
|
||||||
--accent-color-hover: #81a6b7;
|
--accent-color-hover: #81a6b7;
|
||||||
|
--queue-color: #81a6b7;
|
||||||
|
--link-color: #9adfff;
|
||||||
|
--link-color-hover: #fff;
|
||||||
|
|
||||||
|
--text: #eee;
|
||||||
|
--text-hover: #fff;
|
||||||
|
--text-muted: #bbb;
|
||||||
}
|
}
|
||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* BITWARDEN AQUAMARINE THEME */
|
/* BITWARDEN AQUAMARINE THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/bitwarden/bitwarden-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -10,108 +10,180 @@
|
|||||||
/* Made by @gilbN */
|
/* Made by @gilbN */
|
||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
|
* {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
img.logo {
|
img.logo {
|
||||||
filter: invert(100);
|
filter: invert(100);
|
||||||
}
|
}
|
||||||
body.layout_frontend,body {
|
|
||||||
|
body.layout_frontend,
|
||||||
|
body {
|
||||||
background: var(--main-bg-color);
|
background: var(--main-bg-color);
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* LINKS */
|
/* LINKS */
|
||||||
a {
|
a {
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TEXT */
|
/* TEXT */
|
||||||
.text-muted,.form-check-block .form-check-label > small,.modal-header small, .table {
|
.text-muted,
|
||||||
|
.form-check-block .form-check-label>small,
|
||||||
|
.modal-header small,
|
||||||
|
.table,
|
||||||
|
.text-body {
|
||||||
color: var(--text) !important;
|
color: var(--text) !important;
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-hover tbody tr:hover {
|
.table-hover tbody tr:hover {
|
||||||
color: var(--text-hover);
|
color: var(--text-hover);
|
||||||
background-color: rgba(255, 255, 255, .08);
|
background-color: rgba(255, 255, 255, .08);
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
color:white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* NAVBAR */
|
/* NAVBAR */
|
||||||
.navbar {
|
.navbar {
|
||||||
background-color: rgb(0 0 0 / 25%) !important;
|
background-color: rgb(0 0 0 / 25%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* CARDS */
|
/* CARDS */
|
||||||
.card {
|
.card {
|
||||||
background-color: rgba(255,255,255,0.07);
|
background-color: rgba(255, 255, 255, 0.07);
|
||||||
}
|
}
|
||||||
|
|
||||||
app-vault-groupings .card .card-body a {
|
app-vault-groupings .card .card-body a {
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
}
|
}
|
||||||
app-vault-groupings .card li.active > a:first-of-type, app-vault-groupings .card li.active > div a:first-of-type,app-vault-groupings .card li.active > div > .fa {
|
|
||||||
|
app-vault-groupings .card li.active>a:first-of-type,
|
||||||
|
app-vault-groupings .card li.active>div a:first-of-type,
|
||||||
|
app-vault-groupings .card li.active>div>.fa {
|
||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
}
|
}
|
||||||
body > app-root > app-user-layout > app-tools > div > div > div.col-9 > app-password-generator > div.card.card-password.bg-light.my-4 {
|
|
||||||
|
body>app-root>app-user-layout>app-tools>div>div>div.col-9>app-password-generator>div.card.card-password.bg-light.my-4 {
|
||||||
background-color: rgb(0 0 0 / 15%) !important;
|
background-color: rgb(0 0 0 / 15%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.password-number {
|
.password-number {
|
||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* MODALS */
|
/* MODALS */
|
||||||
.modal-content,.modal-footer {
|
.modal-content,
|
||||||
|
.modal-footer {
|
||||||
background: var(--modal-bg-color);
|
background: var(--modal-bg-color);
|
||||||
}
|
}
|
||||||
.close, .close:hover {
|
|
||||||
|
.close,
|
||||||
|
.close:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.close:focus {
|
.close:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.swal2-popup {
|
||||||
|
background-color: var(--modal-bg-color);
|
||||||
|
color: var(--text);
|
||||||
|
border: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.swal2-popup .swal2-title {
|
||||||
|
color: var(--text);
|
||||||
|
}
|
||||||
|
|
||||||
|
.swal2-popup .swal2-content {
|
||||||
|
color: var(--text);
|
||||||
|
}
|
||||||
|
|
||||||
|
.swal2-popup .swal2-actions {
|
||||||
|
background-color: var(--modal-bg-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary,
|
||||||
|
.swal2-popup .swal2-actions button.swal2-confirm {
|
||||||
|
color: #fff;
|
||||||
|
background-color: var(--button-color);
|
||||||
|
border-color: var(--button-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary:hover,
|
||||||
|
.swal2-popup .swal2-actions button.swal2-confirm:hover {
|
||||||
|
color: var(--text-hover);
|
||||||
|
background-color: var(--button-color-hover);
|
||||||
|
border-color: var(--button-color-hover);
|
||||||
|
}
|
||||||
|
|
||||||
/* FORMS */
|
/* FORMS */
|
||||||
.form-control:focus {
|
.form-control:focus {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control {
|
.form-control {
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
background-color: rgb(0 0 0 / 0.25);
|
background-color: rgb(0 0 0 / 0.25);
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
|
||||||
}
|
}
|
||||||
.form-control:disabled, .form-control[readonly] {
|
|
||||||
|
.form-control:disabled,
|
||||||
|
.form-control[readonly] {
|
||||||
background-color: rgb(255 255 255 / 50%);
|
background-color: rgb(255 255 255 / 50%);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* DROPDOWN MENU */
|
/* DROPDOWN MENU */
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
background: var(--modal-bg-color);
|
background: var(--modal-bg-color);
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
|
box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
|
||||||
}
|
}
|
||||||
.dropdown-item,.dropdown-item-text {
|
|
||||||
|
.dropdown-item,
|
||||||
|
.dropdown-item-text {
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
}
|
}
|
||||||
.dropdown-item:hover, .dropdown-item:focus {
|
|
||||||
|
.dropdown-item:hover,
|
||||||
|
.dropdown-item:focus {
|
||||||
color: var(--text-hover);
|
color: var(--text-hover);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: rgb(255 255 255 / 0.08);
|
background-color: rgb(255 255 255 / 0.08);
|
||||||
}
|
}
|
||||||
a.text-danger:hover, a.text-danger:focus {
|
|
||||||
|
a.text-danger:hover,
|
||||||
|
a.text-danger:focus {
|
||||||
color: #dd4b39 !important;
|
color: #dd4b39 !important;
|
||||||
background-color: rgb(255 255 255 / 0.08) !important;
|
background-color: rgb(255 255 255 / 0.08) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu .text-danger {
|
.dropdown-menu .text-danger {
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
background: rgb(0 0 0 / 20%) !important;
|
background: rgb(0 0 0 / 20%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SETTINGS */
|
/* SETTINGS */
|
||||||
.list-group-item.active {
|
.list-group-item.active {
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
background-color: rgb(255 255 255 / 10%);
|
background-color: rgb(255 255 255 / 10%);
|
||||||
border-left: 3px solid var(--accent-color);
|
border-left: 3px solid var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.callout {
|
.callout {
|
||||||
background-color: rgb(255 255 255 / 15%);
|
background-color: rgb(255 255 255 / 15%);
|
||||||
}
|
}
|
||||||
@ -120,57 +192,202 @@ a.text-danger:hover, a.text-danger:focus {
|
|||||||
background-color: rgb(0 0 0 / 25%);
|
background-color: rgb(0 0 0 / 25%);
|
||||||
border: 1px solid rgb(255 255 255 / 8%);
|
border: 1px solid rgb(255 255 255 / 8%);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* BUTTONS */
|
/* BUTTONS */
|
||||||
.btn-link {
|
.btn-link {
|
||||||
color: var(--button-color);
|
color: var(--button-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-link:hover {
|
.btn-link:hover {
|
||||||
color: var(--button-color);
|
color: var(--button-color);
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
transition: 0.15s;
|
transition: 0.15s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
background-color: var(--button-color);
|
background-color: var(--button-color);
|
||||||
border-color: var(--button-color);
|
border-color: var(--button-color);
|
||||||
}
|
}
|
||||||
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
|
|
||||||
|
.btn-primary:hover,
|
||||||
|
.btn-primary:not(:disabled):not(.disabled):active {
|
||||||
background-color: var(--button-color);
|
background-color: var(--button-color);
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
transition: 0.15s;
|
transition: 0.15s;
|
||||||
border-color: var(--button-color)
|
border-color: var(--button-color)
|
||||||
}
|
}
|
||||||
.btn-primary:focus, .swal2-popup .swal2-actions button.swal2-confirm:focus, .btn-primary.focus, .swal2-popup .swal2-actions button.focus.swal2-confirm,
|
|
||||||
.btn-primary:not(:disabled):not(.disabled):active:focus, .swal2-popup .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .swal2-popup .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .swal2-popup .swal2-actions .show > button.dropdown-toggle.swal2-confirm:focus{
|
.btn-primary:focus,
|
||||||
|
.swal2-popup .swal2-actions button.swal2-confirm:focus,
|
||||||
|
.btn-primary.focus,
|
||||||
|
.swal2-popup .swal2-actions button.focus.swal2-confirm,
|
||||||
|
.btn-primary:not(:disabled):not(.disabled):active:focus,
|
||||||
|
.swal2-popup .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled):active:focus,
|
||||||
|
.btn-primary:not(:disabled):not(.disabled).active:focus,
|
||||||
|
.swal2-popup .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled).active:focus,
|
||||||
|
.show>.btn-primary.dropdown-toggle:focus,
|
||||||
|
.swal2-popup .swal2-actions .show>button.dropdown-toggle.swal2-confirm:focus {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.btn[class*="btn-outline-"]:not(:hover), .swal2-popup .swal2-actions button[class*="btn-outline-"]:not(:hover) {
|
|
||||||
|
.btn[class*="btn-outline-"]:not(:hover),
|
||||||
|
.swal2-popup .swal2-actions button[class*="btn-outline-"]:not(:hover) {
|
||||||
border-color: var(--button-color);
|
border-color: var(--button-color);
|
||||||
background-color: var(--button-color);
|
background-color: var(--button-color);
|
||||||
color: var(--text-hover);
|
color: var(--text-hover);
|
||||||
}
|
}
|
||||||
.btn-outline-secondary:hover, .swal2-popup .swal2-actions button.swal2-cancel:hover {
|
|
||||||
|
.btn-outline-secondary:hover,
|
||||||
|
.swal2-popup .swal2-actions button.swal2-cancel:hover {
|
||||||
color: var(--text-hover);
|
color: var(--text-hover);
|
||||||
background-color: var(--button-color-hover);
|
background-color: var(--button-color-hover);
|
||||||
border-color: var(--button-color-hover);
|
border-color: var(--button-color-hover);
|
||||||
}
|
}
|
||||||
.btn-outline-secondary:hover:not(:disabled), .swal2-popup .swal2-actions button.swal2-cancel:hover:not(:disabled) {
|
|
||||||
|
.btn-outline-secondary:hover:not(:disabled),
|
||||||
|
.swal2-popup .swal2-actions button.swal2-cancel:hover:not(:disabled) {
|
||||||
color: var(--text-hover);
|
color: var(--text-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-outline-primary:hover {
|
.btn-outline-primary:hover {
|
||||||
color: var(--text-hover);
|
color: var(--text-hover);
|
||||||
background-color: var(--button-color-hover);
|
background-color: var(--button-color-hover);
|
||||||
border-color: var(--button-color-hover);
|
border-color: var(--button-color-hover);
|
||||||
}
|
}
|
||||||
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
|
|
||||||
|
.btn-outline-primary:not(:disabled):not(.disabled):active,
|
||||||
|
.btn-outline-primary:not(:disabled):not(.disabled).active,
|
||||||
|
.show>.btn-outline-primary.dropdown-toggle {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: var(--button-color-hover);
|
background-color: var(--button-color-hover);
|
||||||
border-color: var(--button-color-hover);
|
border-color: var(--button-color-hover);
|
||||||
}
|
}
|
||||||
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
|
|
||||||
|
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
|
||||||
|
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
|
||||||
|
.show>.btn-outline-primary.dropdown-toggle:focus {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.btn-outline-secondary:not(:disabled):not(.disabled):active, .swal2-popup .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .swal2-popup .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle, .swal2-popup .swal2-actions .show > button.dropdown-toggle.swal2-cancel {
|
|
||||||
|
.btn-outline-secondary:not(:disabled):not(.disabled):active,
|
||||||
|
.swal2-popup .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled):active,
|
||||||
|
.btn-outline-secondary:not(:disabled):not(.disabled).active,
|
||||||
|
.swal2-popup .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled).active,
|
||||||
|
.show>.btn-outline-secondary.dropdown-toggle,
|
||||||
|
.swal2-popup .swal2-actions .show>button.dropdown-toggle.swal2-cancel {
|
||||||
color: var(--text-hover);
|
color: var(--text-hover);
|
||||||
background-color: var(--button-color-hover);
|
background-color: var(--button-color-hover);
|
||||||
border-color: var(--button-color-hover);
|
border-color: var(--button-color-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
|
||||||
|
.swal2-popup .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled):active:focus,
|
||||||
|
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
|
||||||
|
.swal2-popup .swal2-actions button.swal2-cancel:not(:disabled):not(.disabled).active:focus,
|
||||||
|
.show>.btn-outline-secondary.dropdown-toggle:focus,
|
||||||
|
.swal2-popup .swal2-actions .show>button.dropdown-toggle.swal2-cancel:focus {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary.disabled,
|
||||||
|
.swal2-popup .swal2-actions button.disabled.swal2-confirm,
|
||||||
|
.btn-primary:disabled,
|
||||||
|
.swal2-popup .swal2-actions button.swal2-confirm:disabled {
|
||||||
|
color: #fff;
|
||||||
|
background-color: var(--button-color);
|
||||||
|
border-color: var(--button-color);
|
||||||
|
opacity: .8;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Org */
|
||||||
|
.org-nav {
|
||||||
|
background-color: var(--main-bg-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.org-nav .nav-tabs a {
|
||||||
|
color: var(--text);
|
||||||
|
}
|
||||||
|
|
||||||
|
.org-nav .nav-tabs a.active {
|
||||||
|
border-top: 3px solid var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-tabs .nav-link.active,
|
||||||
|
.nav-tabs .nav-item.show .nav-link {
|
||||||
|
color: var(--text);
|
||||||
|
background-color: rgb(255 255 255 / 25%);
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
app-vault-groupings .card .card-body a,
|
||||||
|
app-org-vault-groupings .card .card-body a {
|
||||||
|
color: var(--text);
|
||||||
|
}
|
||||||
|
app-vault-groupings .card .card-body a:hover.text-muted {
|
||||||
|
color: #fff !important;
|
||||||
|
opacity: 1 !important;
|
||||||
|
}
|
||||||
|
app-vault-groupings .card li.active>a:first-of-type,
|
||||||
|
app-vault-groupings .card li.active>div a:first-of-type,
|
||||||
|
app-org-vault-groupings .card li.active>a:first-of-type,
|
||||||
|
app-org-vault-groupings .card li.active>div a:first-of-type {
|
||||||
|
font-weight: bold;
|
||||||
|
color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* PLACEHOLDER TEXT */
|
||||||
|
::placeholder {
|
||||||
|
color: var(--text) !important;
|
||||||
|
opacity: .5;
|
||||||
|
}
|
||||||
|
|
||||||
|
:-moz-placeholder {
|
||||||
|
color: var(--text) !important;
|
||||||
|
opacity: .5;
|
||||||
|
}
|
||||||
|
|
||||||
|
:-ms-input-placeholder {
|
||||||
|
color: var(--text) !important;
|
||||||
|
opacity: .5;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-input-placeholder {
|
||||||
|
color: var(--text) !important;
|
||||||
|
opacity: .5;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ADMIN PAGE */
|
||||||
|
|
||||||
|
.bg-light {
|
||||||
|
background: var(--main-bg-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bg-light .navbar {
|
||||||
|
background-color: var(--main-bg-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Cards */
|
||||||
|
.bg-secondary {
|
||||||
|
background-color: rgb(255 255 255 / 10%) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bg-white {
|
||||||
|
background-color: rgba(255, 255, 255, 0.1) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Pagination */
|
||||||
|
|
||||||
|
.page-item.active .page-link {
|
||||||
|
z-index: 3;
|
||||||
|
color: #fff;
|
||||||
|
background-color: var(--button-color);
|
||||||
|
border-color: var(--button-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.page-item.disabled .page-link {
|
||||||
|
color: var(--text);
|
||||||
|
pointer-events: none;
|
||||||
|
cursor: auto;
|
||||||
|
background-color: rgb(0 0 0 / 10%);
|
||||||
|
border-color: rgb(0 0 0 / 10%);
|
||||||
|
}
|
||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* BITWARDEN DARK THEME */
|
/* BITWARDEN DARK THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/bitwarden/bitwarden-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* BITWARDEN HOTLINE THEME */
|
/* BITWARDEN HOTLINE THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/bitwarden/bitwarden-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* BITWARDEN ORGANIZR-DARK THEME */
|
/* BITWARDEN ORGANIZR-DARK THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/bitwarden/bitwarden-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: #1f1f1f;
|
||||||
--modal-bg-color: #1b1b1b;
|
--modal-bg-color: #1b1b1b;
|
||||||
|
|||||||
@ -12,10 +12,10 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* BITWARDEN PLEX THEME */
|
/* BITWARDEN PLEX THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/bitwarden/bitwarden-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
--main-bg-color: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/blur-noise.png"), url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
--modal-bg-color: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/blur-noise.png"), url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
||||||
--button-color: #cc7b19;
|
--button-color: #cc7b19;
|
||||||
--button-color-hover: #e59029;
|
--button-color-hover: #e59029;
|
||||||
--accent-color: #e5a00d;
|
--accent-color: #e5a00d;
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* BITWARDEN SPACE GRAY THEME */
|
/* BITWARDEN SPACE GRAY THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/bitwarden/bitwarden-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/bitwarden/bitwarden-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
/* 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://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/calibreweb/calibreweb-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -32,3 +32,13 @@ body.login:not(.read-frame), body.shelfcreate, body.shelfedit {
|
|||||||
background: var(--modal-bg-color) !important;
|
background: var(--modal-bg-color) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* Book cover border */
|
||||||
|
.container-fluid .book .cover span img {
|
||||||
|
border: 1px solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Buttons */
|
||||||
|
.btn-default a,
|
||||||
|
.btn-default a:hover {
|
||||||
|
color: var(--text);
|
||||||
|
}
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
/* 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://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/calibreweb/calibreweb-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
/* 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://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/calibreweb/calibreweb-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
/* 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://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/calibreweb/calibreweb-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: #1f1f1f;
|
||||||
--modal-bg-color: #1b1b1b;
|
--modal-bg-color: #1b1b1b;
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
/* 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://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/calibreweb/calibreweb-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/calibreweb/calibreweb-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* DELUGE AQUAMARINE THEME */
|
/* DELUGE AQUAMARINE THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/deluge/deluge-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/deluge/deluge-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* DELUGE DARK THEME */
|
/* DELUGE DARK THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/deluge/deluge-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/deluge/deluge-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -92,122 +92,122 @@
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.x-deluge-all {
|
.x-deluge-all {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/all.png);
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/all.png);
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-downloading, .x-btn .x-deluge-downloading, .x-deluge-peer {
|
.x-deluge-downloading, .x-btn .x-deluge-downloading, .x-deluge-peer {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/dling.png);
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/dling.png);
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-seeding, .x-btn .x-deluge-seeding, .deluge-torrents .seeding, .x-deluge-seed {
|
.x-deluge-seeding, .x-btn .x-deluge-seeding, .deluge-torrents .seeding, .x-deluge-seed {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/uling.png);
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/uling.png);
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-active, .x-deluge-traffic, .x-btn .x-deluge-traffic {
|
.x-deluge-active, .x-deluge-traffic, .x-btn .x-deluge-traffic {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/active.png);
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/active.png);
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-paused, .x-btn .x-deluge-paused, .deluge-torrents .paused {
|
.x-deluge-paused, .x-btn .x-deluge-paused, .deluge-torrents .paused {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/paused.png);
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/paused.png);
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-queued, .x-btn .x-deluge-queued, .deluge-torrents .queued {
|
.x-deluge-queued, .x-btn .x-deluge-queued, .deluge-torrents .queued {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/queued.png);
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/queued.png);
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-checking, .deluge-torrents .checking {
|
.x-deluge-checking, .deluge-torrents .checking {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/checking.png);
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/checking.png);
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-error, .deluge-torrents .error, .icon-error, .x-not-connected {
|
.x-deluge-error, .deluge-torrents .error, .icon-error, .x-not-connected {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/error.png) !important;
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/error.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-ok {
|
.icon-ok {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/ok.png) !important;
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/ok.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-connections, .x-btn .x-deluge-connections {
|
.x-deluge-connections, .x-btn .x-deluge-connections {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/connections.png) !important;
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/connections.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-freespace, .x-btn .x-deluge-freespace {
|
.x-deluge-freespace, .x-btn .x-deluge-freespace {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/harddrive.png) !important;
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/harddrive.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-move {
|
.icon-move {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/move.png) !important;
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/move.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-recheck, .x-deluge-find-more, .x-btn .x-deluge-find-more {
|
.icon-recheck, .x-deluge-find-more, .x-btn .x-deluge-find-more {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/search.png) !important;
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/search.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-edit-trackers, .icon-edit, .x-deluge-edit-trackers, .x-btn .x-deluge-edit-trackers {
|
.icon-edit-trackers, .icon-edit, .x-deluge-edit-trackers, .x-btn .x-deluge-edit-trackers {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/edit.png) !important;
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/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://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/ascending.png) !important;
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/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://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/descending.png) !important;
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/descending.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-update-tracker {
|
.icon-update-tracker {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/update.png) !important;
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/update.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-queue, .icon-upload-slots {
|
.icon-queue, .icon-upload-slots {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/queue.png) !important;
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/queue.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-install-plugin, .x-btn .x-deluge-install-plugin {
|
.x-deluge-install-plugin, .x-btn .x-deluge-install-plugin {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/plugin.png) !important;
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/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://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/connection_small.png) !important;
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/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://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/connection_small.png) !important;
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/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://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/connection_small.png) !important;
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/connection_small.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-top {
|
.icon-top {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/top.png) !important;
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/top.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-bottom {
|
.icon-bottom {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/bottom.png) !important;
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/bottom.png) !important;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -486,183 +486,183 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-add {
|
.x-panel-tbar .icon-add {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/add.png) no-repeat 0 0 !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/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://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/add.png) no-repeat 0 -24px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/add.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-add:active {
|
.x-panel-tbar .icon-add:active {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/add.png) no-repeat 1px -23px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/add.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-bbar .icon-add {
|
.x-panel-bbar .icon-add {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/add_small.png) no-repeat 0 0 !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/add_small.png) no-repeat 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-remove {
|
.x-panel-tbar .icon-remove {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/remove.png) no-repeat 0 0 !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/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://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/remove.png) no-repeat 0 -24px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/remove.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-remove:active {
|
.x-panel-tbar .icon-remove:active {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/remove.png) no-repeat 1px -23px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/remove.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-bbar .icon-remove {
|
.x-panel-bbar .icon-remove {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/remove_small.png) no-repeat 0 0 !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/remove_small.png) no-repeat 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-pause {
|
.x-panel-tbar .icon-pause {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/pause.png) no-repeat 0 0 !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/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://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/pause.png) no-repeat 0 -24px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/pause.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-pause:active {
|
.x-panel-tbar .icon-pause:active {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/pause.png) no-repeat 1px -23px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/pause.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-menu-item .icon-pause {
|
.x-menu-item .icon-pause {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/paused.png) no-repeat 0 0 !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/paused.png) no-repeat 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-resume {
|
.x-panel-tbar .icon-resume {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/resume.png) no-repeat 0 0 !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/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://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/resume.png) no-repeat 0 -24px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/resume.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-resume:active {
|
.x-panel-tbar .icon-resume:active {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/resume.png) no-repeat 1px -23px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/resume.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-menu-item .icon-resume {
|
.x-menu-item .icon-resume {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/resume_small.png) no-repeat 0 0 !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/resume_small.png) no-repeat 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-remove {
|
.icon-remove {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/remove_small.png) no-repeat 0 0 !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/remove_small.png) no-repeat 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-up {
|
.x-panel-tbar .icon-up {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/up.png) no-repeat 0 0 !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/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://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/up.png) no-repeat 0 -24px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/up.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-up:active {
|
.x-panel-tbar .icon-up:active {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/up.png) no-repeat 1px -23px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/up.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-up {
|
.icon-up {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/up_small.png) no-repeat 0 0 !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/up_small.png) no-repeat 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-down {
|
.x-panel-tbar .icon-down {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/down.png) no-repeat 0 0 !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/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://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/down.png) no-repeat 0 -24px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/down.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .icon-down:active {
|
.x-panel-tbar .icon-down:active {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/down.png) no-repeat 1px -23px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/down.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-down {
|
.icon-down {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/down_small.png) no-repeat 0 0 !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/down_small.png) no-repeat 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-btn .x-deluge-preferences {
|
.x-btn .x-deluge-preferences {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/settings.png) no-repeat 0 0 !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/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://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/settings.png) no-repeat 0 -24px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/settings.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-btn .x-deluge-preferences:active {
|
.x-btn .x-deluge-preferences:active {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/settings.png) no-repeat 1px -23px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/settings.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-preferences {
|
.x-deluge-preferences {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/settings_small.png) no-repeat 0 4px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/settings_small.png) no-repeat 0 4px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-options {
|
.icon-options {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/settings_small.png) no-repeat 0 0px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/settings_small.png) no-repeat 0 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-connection-manager, .x-btn .x-deluge-connection-manager {
|
.x-deluge-connection-manager, .x-btn .x-deluge-connection-manager {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/connection.png) no-repeat 0 0 !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/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-btn .x-deluge-connection-manager:hover {
|
.x-deluge-connection-manager:hover, .x-btn .x-deluge-connection-manager:hover {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/connection.png) no-repeat 0 -24px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/connection.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-connection-manager:active, .x-btn .x-deluge-connection-manager:active {
|
.x-deluge-connection-manager:active, .x-btn .x-deluge-connection-manager:active {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/connection.png) no-repeat 1px -23px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/connection.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-help {
|
.icon-help {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/help.png) no-repeat 0 0 !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/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://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/help.png) no-repeat 0 -24px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/help.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-help:active {
|
.icon-help:active {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/help.png) no-repeat 1px -23px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/help.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-logout {
|
.icon-logout {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/logout.png) no-repeat 0 0 !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/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://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/logout.png) no-repeat 0 -24px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/logout.png) no-repeat 0 -24px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-logout:active {
|
.icon-logout:active {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/logout.png) no-repeat 1px -23px !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/logout.png) no-repeat 1px -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-main-panel {
|
.x-deluge-main-panel {
|
||||||
background: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/deluge.png) no-repeat 0 0 !important;
|
background: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/deluge.png) no-repeat 0 0 !important;
|
||||||
padding-left: 30px !important;
|
padding-left: 30px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1164,7 +1164,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.x-cols-icon {
|
.x-cols-icon {
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/columns.png);
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/columns.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-show-groups-icon {
|
.x-show-groups-icon {
|
||||||
@ -1238,15 +1238,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.x-tree-node-expanded .x-tree-node-icon{
|
.x-tree-node-expanded .x-tree-node-icon{
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/folder.png);
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/folder.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-tree-node-leaf .x-tree-node-icon{
|
.x-tree-node-leaf .x-tree-node-icon{
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/file.png);
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/file.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-tree-node-collapsed .x-tree-node-icon{
|
.x-tree-node-collapsed .x-tree-node-icon{
|
||||||
background-image: url(https://htpc.deathbybandaid.net/assets/theme.park/Resources/deluge/folder.png);
|
background-image: url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/deluge/folder.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-tree-node-loading .x-tree-node-icon{
|
.x-tree-node-loading .x-tree-node-icon{
|
||||||
@ -1409,7 +1409,7 @@
|
|||||||
|
|
||||||
.x-panel-tbar .x-btn-text {
|
.x-panel-tbar .x-btn-text {
|
||||||
height: 24px !important;
|
height: 24px !important;
|
||||||
color: rgb(0,0,0,0);
|
color: rgb(0,0,0,0) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-panel-tbar .x-toolbar .xtb-sep {
|
.x-panel-tbar .x-toolbar .xtb-sep {
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* DELUGE HOTLINE THEME */
|
/* DELUGE HOTLINE THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/deluge/deluge-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/deluge/deluge-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* DELUGE ORGANIZR-DARK THEME */
|
/* DELUGE ORGANIZR-DARK THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/deluge/deluge-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/deluge/deluge-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: #1f1f1f;
|
||||||
--modal-bg-color: #1b1b1b;
|
--modal-bg-color: #1b1b1b;
|
||||||
|
|||||||
@ -12,10 +12,10 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* DELUGE PLEX THEME */
|
/* DELUGE PLEX THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/deluge/deluge-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/deluge/deluge-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
--main-bg-color: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/blur-noise.png"), url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
--modal-bg-color: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/blur-noise.png"), url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
||||||
--progress-color: #cc7b19;
|
--progress-color: #cc7b19;
|
||||||
--button-color: #cc7b19;
|
--button-color: #cc7b19;
|
||||||
--button-color-hover: #e59029;
|
--button-color-hover: #e59029;
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* DELUGE SPACE GRAY THEME */
|
/* DELUGE SPACE GRAY THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/deluge/deluge-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/deluge/deluge-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
||||||
|
|||||||
31
CSS/themes/dozzle/aquamarine.css
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
|
||||||
|
/* dP dP dP */
|
||||||
|
/* 88 88 88 */
|
||||||
|
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||||
|
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||||
|
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||||
|
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||||
|
/* 88 */
|
||||||
|
/* dP */
|
||||||
|
|
||||||
|
/* Made by @gilbN */
|
||||||
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
|
/* DOZZLE AQUAMARINE THEME */
|
||||||
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/dozzle/dozzle-base.css);
|
||||||
|
:root {
|
||||||
|
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
--accent-color: 0, 150, 136;
|
||||||
|
--button-color: #009688;
|
||||||
|
--button-color-hover: #12afa0;
|
||||||
|
--button-text: #eee;
|
||||||
|
--button-text-hover: #FFF;
|
||||||
|
--text-strong-color: #fff;
|
||||||
|
--text-color: #eee;
|
||||||
|
--text-muted: #999;
|
||||||
|
--border-color: rgb(255 255 255 / 25%);
|
||||||
|
--logo-color: rgb(var(--accent-color));
|
||||||
|
--body-background-color: var(--main-bg-color);
|
||||||
|
--border-hover-color: rgb(var(--accent-color));
|
||||||
|
}
|
||||||
31
CSS/themes/dozzle/dark.css
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
|
||||||
|
/* dP dP dP */
|
||||||
|
/* 88 88 88 */
|
||||||
|
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||||
|
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||||
|
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||||
|
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||||
|
/* 88 */
|
||||||
|
/* dP */
|
||||||
|
|
||||||
|
/* Made by @gilbN */
|
||||||
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
|
/* DOZZLE DARK THEME */
|
||||||
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/dozzle/dozzle-base.css);
|
||||||
|
:root {
|
||||||
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
--accent-color: 100, 100, 100;
|
||||||
|
--button-color: hsla(0,0%,100%,.15);
|
||||||
|
--button-color-hover: hsla(0,0%,100%,.30);
|
||||||
|
--button-text: #eee;
|
||||||
|
--button-text-hover: #FFF;
|
||||||
|
--text-color: #eee;
|
||||||
|
--text-strong-color: #fff;
|
||||||
|
--text-muted: #727272;
|
||||||
|
--border-color: rgb(255 255 255 / 25%);
|
||||||
|
--logo-color: rgb(var(--accent-color));
|
||||||
|
--body-background-color: var(--main-bg-color);
|
||||||
|
--border-hover-color: rgb(var(--accent-color));
|
||||||
|
}
|
||||||
231
CSS/themes/dozzle/dozzle-base.css
Normal file
@ -0,0 +1,231 @@
|
|||||||
|
/* dP dP dP */
|
||||||
|
/* 88 88 88 */
|
||||||
|
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||||
|
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||||
|
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||||
|
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||||
|
/* 88 */
|
||||||
|
/* dP */
|
||||||
|
|
||||||
|
/* Made by @gilbN */
|
||||||
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
|
* {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
background: var(--main-bg-color) !important;
|
||||||
|
color: var(--text-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Scrollbar */
|
||||||
|
|
||||||
|
html.has-custom-scrollbars ::-webkit-scrollbar-thumb {
|
||||||
|
background-color: rgba(255, 255, 255, .25);
|
||||||
|
outline: 1px solid #0000;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
html.has-custom-scrollbars ::-webkit-scrollbar-thumb:active,
|
||||||
|
html.has-custom-scrollbars ::-webkit-scrollbar-thumb:hover {
|
||||||
|
background-color: rgba(255, 255, 255, .45);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
html.has-custom-scrollbars ::-webkit-scrollbar-track {
|
||||||
|
background: #1f1f1f;
|
||||||
|
}
|
||||||
|
|
||||||
|
html.has-custom-scrollbars ::-webkit-scrollbar-track:hover {
|
||||||
|
background: #1f1f1f;
|
||||||
|
}
|
||||||
|
|
||||||
|
html.has-custom-scrollbars section main {
|
||||||
|
scrollbar-color: #353535 transparent;
|
||||||
|
scrollbar-width: thin
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Text important */
|
||||||
|
p,
|
||||||
|
.menu-list a {
|
||||||
|
color: var(--text-color) !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel-heading {
|
||||||
|
background-color: rgb(var(--accent-color));
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel-block {
|
||||||
|
color: var(--text-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel-tabs a.is-active {
|
||||||
|
border-bottom-color: rgb(var(--accent-color));
|
||||||
|
color: rgb(var(--accent-color));
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel-tabs a {
|
||||||
|
border-bottom: 1px solid var(--border-color);
|
||||||
|
color: var(--text-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel-tabs a:hover {
|
||||||
|
border-bottom: 1px solid var(--border-color);
|
||||||
|
color: var(--text-strong-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
a.panel-block:hover,
|
||||||
|
label.panel-block:hover {
|
||||||
|
background-color: rgba(255, 255, 255, .08);
|
||||||
|
color: var(--text-strong-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Side Menu*/
|
||||||
|
.menu-list a:hover {
|
||||||
|
background-color: rgba(255, 255, 255, .08);
|
||||||
|
color: var(--text-strong-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-list a.is-active,
|
||||||
|
.menu-list a.is-active:hover {
|
||||||
|
background-color: rgb(var(--accent-color));
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.menu-list li:hover .column-icon:hover {
|
||||||
|
color: black !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.exited a {
|
||||||
|
color: var(--text-muted) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.select select,
|
||||||
|
.textarea,
|
||||||
|
.input,
|
||||||
|
.dropdown-content {
|
||||||
|
background: var(--modal-bg-color);
|
||||||
|
border-color: rgba(255, 255, 255, .1);
|
||||||
|
border-radius: 4px;
|
||||||
|
color: var(--text-strong-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.autocomplete .dropdown-item.is-hovered,
|
||||||
|
a.dropdown-item:hover,
|
||||||
|
button.dropdown-item:hover {
|
||||||
|
background: rgba(255, 255, 255, .25);
|
||||||
|
color: var(--text-strong-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.column-icon[data-v-35775614]:hover {
|
||||||
|
color: rgb(var(--accent-color));
|
||||||
|
}
|
||||||
|
|
||||||
|
.select select:focus,
|
||||||
|
.textarea:focus,
|
||||||
|
.input:focus,
|
||||||
|
.select select.is-focused,
|
||||||
|
.is-focused.textarea,
|
||||||
|
.is-focused.input,
|
||||||
|
.select select:active,
|
||||||
|
.textarea:active,
|
||||||
|
.input:active,
|
||||||
|
.select select.is-active,
|
||||||
|
.is-active.textarea,
|
||||||
|
.is-active.input {
|
||||||
|
border-color: rgb(var(--accent-color));
|
||||||
|
box-shadow: 0 0 0 0.125em rgba(var(--accent-color), .25);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Settings buttons */
|
||||||
|
.button {
|
||||||
|
background: var(--button-color);
|
||||||
|
color: var(--button-text);
|
||||||
|
border-color: var(--button-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
section .is-scrollbar-notification button {
|
||||||
|
background: var(--button-color) !important;
|
||||||
|
color: var(--button-text) !important;
|
||||||
|
border-color: var(--button-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.b-radio.radio.button.is-selected {
|
||||||
|
background-color: var(--button-color-hover);
|
||||||
|
border-color: transparent;
|
||||||
|
color: var(--text-strong-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.button:hover {
|
||||||
|
background: var(--button-color-hover) !important;
|
||||||
|
border-color: var(--button-color-hover) !important;
|
||||||
|
color: var(--button-text-hover) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button:active,
|
||||||
|
.button.is-active {
|
||||||
|
background: var(--button-color-hover);
|
||||||
|
border-color: var(--button-color-hover);
|
||||||
|
color: var(--text-strong-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-settings-control {
|
||||||
|
background: var(--button-color);
|
||||||
|
color: var(--button-text);
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.is-settings-control:hover {
|
||||||
|
border-color: var(--button-color-hover) !important;
|
||||||
|
background: var(--button-color-hover) !important;
|
||||||
|
color: var(--button-text-hover) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
background: rgba(0, 0, 0, .35) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.switch input[type=checkbox]:checked+.check {
|
||||||
|
background: var(--button-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.switch:hover input[type=checkbox]:checked+.check {
|
||||||
|
background: var(--button-color-hover);
|
||||||
|
}
|
||||||
|
|
||||||
|
.switch input[type=checkbox]:focus:checked+.check,
|
||||||
|
.switch input[type=checkbox]:active:checked+.check {
|
||||||
|
box-shadow: 0 0 0.5em rgb(var(--accent-color), .8);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Events */
|
||||||
|
|
||||||
|
.events {
|
||||||
|
background: rgba(0, 0, 0, .35);
|
||||||
|
}
|
||||||
|
|
||||||
|
.scroll-progress svg circle {
|
||||||
|
fill: rgba(255, 255, 255, .45) !important;
|
||||||
|
stroke: rgb(var(--accent-color)) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.scroll-progress span {
|
||||||
|
color: var(--text-strong-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.splitpanes--vertical>.splitpanes__splitter:hover {
|
||||||
|
background: rgb(var(--accent-color)) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.events.medium {
|
||||||
|
background: rgba(0, 0, 0, .45);
|
||||||
|
}
|
||||||
|
|
||||||
|
.date {
|
||||||
|
color: rgb(var(--accent-color)) !important;
|
||||||
|
background: rgba(0, 0, 0, .25) !important;
|
||||||
|
}
|
||||||
31
CSS/themes/dozzle/hotline.css
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
|
||||||
|
/* dP dP dP */
|
||||||
|
/* 88 88 88 */
|
||||||
|
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||||
|
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||||
|
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||||
|
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||||
|
/* 88 */
|
||||||
|
/* dP */
|
||||||
|
|
||||||
|
/* Made by @gilbN */
|
||||||
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
|
/* DOZZLE HOTLINE THEME */
|
||||||
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/dozzle/dozzle-base.css);
|
||||||
|
:root {
|
||||||
|
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
--accent-color: 244, 67, 54;
|
||||||
|
--button-color: hsla(0,0%,100%,.15);
|
||||||
|
--button-color-hover: hsla(0,0%,100%,.30);
|
||||||
|
--button-text: #eee;
|
||||||
|
--button-text-hover: #FFF;
|
||||||
|
--text-color: #eee;
|
||||||
|
--text-strong-color: #fff;
|
||||||
|
--text-muted: #bbb;
|
||||||
|
--border-color: rgb(255 255 255 / 25%);
|
||||||
|
--logo-color: rgb(var(--accent-color));
|
||||||
|
--body-background-color: var(--main-bg-color);
|
||||||
|
--border-hover-color: rgb(var(--accent-color));
|
||||||
|
}
|
||||||
31
CSS/themes/dozzle/organizr-dark.css
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
|
||||||
|
/* dP dP dP */
|
||||||
|
/* 88 88 88 */
|
||||||
|
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||||
|
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||||
|
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||||
|
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||||
|
/* 88 */
|
||||||
|
/* dP */
|
||||||
|
|
||||||
|
/* Made by @gilbN */
|
||||||
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
|
/* DOZZLE ORGANIZR-DARK THEME */
|
||||||
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/dozzle/dozzle-base.css);
|
||||||
|
:root {
|
||||||
|
--main-bg-color: #1f1f1f;
|
||||||
|
--modal-bg-color: #1b1b1b;
|
||||||
|
--accent-color: 44, 171, 227;
|
||||||
|
--button-color: #2cabe3;
|
||||||
|
--button-color-hover: rgb(44 171 227 / .8);
|
||||||
|
--button-text: #eee;
|
||||||
|
--button-text-hover: #FFF;
|
||||||
|
--text-color: #96a2b4;
|
||||||
|
--text-strong-color: #fff;
|
||||||
|
--text-muted: #bbb;
|
||||||
|
--border-color: rgb(255 255 255 / 25%);
|
||||||
|
--logo-color: rgb(var(--accent-color));
|
||||||
|
--body-background-color: var(--main-bg-color);
|
||||||
|
--border-hover-color: rgb(var(--accent-color));
|
||||||
|
}
|
||||||
31
CSS/themes/dozzle/plex.css
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
|
||||||
|
/* dP dP dP */
|
||||||
|
/* 88 88 88 */
|
||||||
|
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||||
|
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||||
|
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||||
|
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||||
|
/* 88 */
|
||||||
|
/* dP */
|
||||||
|
|
||||||
|
/* Made by @gilbN */
|
||||||
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
|
/* DOZZLE PLEX THEME */
|
||||||
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/dozzle/dozzle-base.css);
|
||||||
|
:root {
|
||||||
|
--main-bg-color: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/blur-noise.png"), url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
||||||
|
--modal-bg-color: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/blur-noise.png"), url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
||||||
|
--accent-color: 229, 160, 13;
|
||||||
|
--button-color: #cc7b19;
|
||||||
|
--button-color-hover: #e59029;
|
||||||
|
--button-text: #eee;
|
||||||
|
--button-text-hover: #FFF;
|
||||||
|
--text-color: #eee;
|
||||||
|
--text-strong-color: #fff;
|
||||||
|
--text-muted: #bbb;
|
||||||
|
--border-color: rgb(255 255 255 / 25%);
|
||||||
|
--logo-color: rgb(var(--accent-color));
|
||||||
|
--body-background-color: var(--main-bg-color);
|
||||||
|
--border-hover-color: rgb(var(--accent-color));
|
||||||
|
}
|
||||||
31
CSS/themes/dozzle/space-gray.css
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
|
||||||
|
/* dP dP dP */
|
||||||
|
/* 88 88 88 */
|
||||||
|
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||||
|
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||||
|
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||||
|
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||||
|
/* 88 */
|
||||||
|
/* dP */
|
||||||
|
|
||||||
|
/* Made by @gilbN */
|
||||||
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
|
/* DOZZLE SPACE GRAY THEME */
|
||||||
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/dozzle/dozzle-base.css);
|
||||||
|
:root {
|
||||||
|
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
||||||
|
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
||||||
|
--accent-color: 129, 166, 183;
|
||||||
|
--button-color: #607D8B;
|
||||||
|
--button-color-hover: #81a6b7;
|
||||||
|
--button-text: #eee;
|
||||||
|
--button-text-hover: #FFF;
|
||||||
|
--text-color: #eee;
|
||||||
|
--text-strong-color: #fff;
|
||||||
|
--text-muted: #bbb;
|
||||||
|
--border-color: rgb(255 255 255 / 25%);
|
||||||
|
--logo-color: rgb(var(--accent-color));
|
||||||
|
--body-background-color: var(--main-bg-color);
|
||||||
|
--border-hover-color: rgb(var(--accent-color));
|
||||||
|
}
|
||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* DUPLICACY AQUAMARINE THEME */
|
/* DUPLICACY AQUAMARINE THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* DUPLICACY DARK THEME */
|
/* DUPLICACY DARK THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -129,7 +129,7 @@ body,
|
|||||||
|
|
||||||
/* CARDS */
|
/* CARDS */
|
||||||
.card {
|
.card {
|
||||||
background: transparent
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-sm-6 .card,
|
.col-sm-6 .card,
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* DUPLICACY HOTLINE THEME */
|
/* DUPLICACY HOTLINE THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* DUPLICACY ORGANIZR-DARK THEME */
|
/* DUPLICACY ORGANIZR-DARK THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: #1f1f1f;
|
--main-bg-color: #1f1f1f;
|
||||||
--modal-bg-color: #1b1b1b;
|
--modal-bg-color: #1b1b1b;
|
||||||
|
|||||||
@ -12,10 +12,10 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* DUPLICACY PLEX THEME */
|
/* DUPLICACY PLEX THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
--main-bg-color: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/blur-noise.png"), url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/blur-noise.png"), url("https://htpc.deathbybandaid.net/assets/theme.park/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
--modal-bg-color: url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/blur-noise.png"), url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
||||||
--button-color: #cc7b19;
|
--button-color: #cc7b19;
|
||||||
--button-color-hover: #e59029;
|
--button-color-hover: #e59029;
|
||||||
--button-text: #eee;
|
--button-text: #eee;
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
/* https://github.com/gilbN/theme.park */
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
/* DUPLICACY SPACE GRAY THEME */
|
/* DUPLICACY SPACE GRAY THEME */
|
||||||
@import url(https://htpc.deathbybandaid.net/assets/theme.park/CSS/themes/duplicacy/duplicacy-base.css);
|
@import url(https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/duplicacy/duplicacy-base.css);
|
||||||
:root {
|
:root {
|
||||||
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
||||||
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
|
||||||
|
|||||||
62
CSS/themes/emby/aquamarine.css
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
|
||||||
|
/* dP dP dP */
|
||||||
|
/* 88 88 88 */
|
||||||
|
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||||
|
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||||
|
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||||
|
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||||
|
/* 88 */
|
||||||
|
/* dP */
|
||||||
|
|
||||||
|
/* Made by @gilbN */
|
||||||
|
/* https://github.com/gilbN/theme.park */
|
||||||
|
|
||||||
|
/* EMBY AQUAMARINE THEME */
|
||||||
|
@import url("https://git.deathbybandaid.net/deathbybandaid/theme.park/raw/branch/master/CSS/themes/emby/emby-base.css");
|
||||||
|
:root {
|
||||||
|
--theme-primary-color: #009688;
|
||||||
|
--theme-text-color: #eee;
|
||||||
|
--theme-text-color-opaque: #fff;
|
||||||
|
--theme-accent-text-color: #009688;
|
||||||
|
--theme-primary-color-lightened: rgba(0, 150, 135, 0.2);
|
||||||
|
--theme-icon-focus-background: rgba(0, 150, 135, 0.2);
|
||||||
|
|
||||||
|
--theme-background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
|
--drawer-background: #2C2C2E;
|
||||||
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
|
--button-background: #1f1f1f;
|
||||||
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
|
--footer-background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;;
|
||||||
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
|
|
||||||
|
--header-background: var(--theme-background);
|
||||||
|
--theme-body-secondary-text-color: rgba(255, 255, 255, .6);
|
||||||
|
--line-background: rgba(255, 255, 255, .08);
|
||||||
|
--line-size: .08em;
|
||||||
|
--scrollbar-thumb-background: rgba(255,255,255,.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (pointer: fine) {
|
||||||
|
:not(.layout-tv):root {
|
||||||
|
--theme-background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
|
--drawer-background: #2C2C2E;
|
||||||
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
|
--button-background: #1f1f1f;
|
||||||
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
|
--footer-background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;;
|
||||||
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout-tv:root {
|
||||||
|
--theme-background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||||
|
--header-blur-background: rgba(20,20,20,0.66);
|
||||||
|
--drawer-background: #2C2C2E;
|
||||||
|
--docked-drawer-background: rgba(0, 0, 0, 0.25);
|
||||||
|
--button-background: #1f1f1f;
|
||||||
|
--card-background: rgba(0, 0, 0, 0.15);
|
||||||
|
--footer-background: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;;
|
||||||
|
--footer-blur-background: rgba(29,29,31,0.66);
|
||||||
|
}
|
||||||