1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-17 14:22:24 +02:00
theme.park/css/base/duplicati/duplicati-base.css

351 lines
7.9 KiB
CSS
Raw Normal View History

@import url("/css/defaults/placeholders.css");
@import url("/css/defaults/transparent.css");
2021-10-14 20:49:44 +02:00
* {
outline: none !important;
}
2021-10-10 16:19:49 +02:00
body {
2021-10-14 20:49:44 +02:00
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;
2021-10-10 16:19:49 +02:00
color: var(--text) !important;
}
2021-10-14 20:49:44 +02:00
body .container .header {
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;
2021-10-10 16:19:49 +02:00
}
2021-10-14 20:49:44 +02:00
body .container .footer {
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;
2021-10-10 16:19:49 +02:00
}
.mainmenu {
2021-10-14 20:49:44 +02:00
background: initial;
2021-10-10 16:19:49 +02:00
}
.mainmenu ul li a {
background-color: initial !important;
}
.mainmenu ul li a.active {
background-color: initial !important;
color: var(--link-color-hover) !important;
}
2021-10-14 20:50:02 +02:00
body .container .header .action-icons>.pause,
body .container .header .action-icons-small>.pause {
background: url(/resources/duplicati/pause.png);
2021-10-10 16:19:49 +02:00
}
2021-10-14 20:50:02 +02:00
body .container .header .action-icons>.throttle,
body .container .header .action-icons-small>.throttle {
background: url(/resources/duplicati/throttle.png);
2021-10-14 20:49:44 +02:00
}
body .container .body .content div.add .steps .step.active span,
body .container .body .content div.restore .steps .step.active span {
border: 4px var(--button-color) solid;
background: var(--button-color);
color: var(--button-text);
}
body .container .body .content div.add .steps-legend li.active,
body .container .body .content div.restore .steps-legend li.active {
color: var(--link-color);
}
body .container .body .content div.add .steps .step span,
body .container .body .content div.restore .steps .step span {
display: block;
border: 4px var(--button-color) solid;
background: var(--button-color);
}
body .container .body .content div.add .steps-legend li,
body .container .body .content div.restore .steps-legend li {
color: var(--text-muted);
}
body .container .body .content div.add .steps .step,
body .container .body .content div.restore .steps .step {
color: var(--button-text-hover);
}
a,
a span:not(.tabs>li>a>span):not(.buttons>a>span),
body .container .body a {
color: var(--link-color);
}
a:hover,
a span:hover:not(.tabs>li>a>span):not(.buttons>a>span) {
color: var(--link-color-hover);
}
body .container .header a {
color: rgb(var(--accent-color))
}
2021-10-14 20:50:02 +02:00
2021-10-14 20:49:44 +02:00
body .container .header a:hover {
color: var(--accent-color-hover)
2021-10-10 16:19:49 +02:00
}
.taskmenu dt {
color: var(--text-hover) !important;
}
2021-10-14 20:49:44 +02:00
dt {
2021-10-10 16:19:49 +02:00
color: var(--text-hover) !important;
}
2021-10-14 20:49:44 +02:00
dd {
color: var(--text) !important;
}
.tasklist dd a,
.tasklist dd p {
2021-10-10 16:19:49 +02:00
color: var(--link-color) !important;
}
2021-10-14 20:49:44 +02:00
.tasklist dd a:hover,
.tasklist dd p:hover {
2021-10-10 16:19:49 +02:00
color: var(--link-color-hover) !important;
}
.action-icons {
color: var(--text-hover) !important;
}
.submit {
color: var(--button-text) !important;
background: var(--button-color) !important;
}
.submit:hover {
color: var(--button-text-hover) !important;
background: var(--button-color-hover) !important;
}
2021-10-14 20:49:44 +02:00
input,
select,
form.styled input,
form.styled textarea,
form.styled select,
form.styled .input.select select {
color: var(--text);
border: none;
background: var(--transparency-dark-25);
2021-10-10 16:19:49 +02:00
}
2021-10-14 20:49:44 +02:00
form.styled input:focus,
form.styled textarea:focus {
color: var(--text-hover);
border: none;
background: var(--transparency-dark-45);
2021-10-10 16:19:49 +02:00
}
2021-10-14 20:49:44 +02:00
select:focus,
form.styled select:focus,
form.styled .input.select select:focus {
19.1 (#372) * fix: :bug: Ombi: button fixes * fix: :bug: Plex: Accent fixes * style: :lipstick: plex theme-option: modal color change, add plex poster var * fix: :bug: Deluge: statusbar color fix * fix: :lipstick: Set placeholders to use wildcard * import placeholder in all bases * feat: :lipstick: Adds transparency vars * fix: :bug: arr: CalendarDay-isToday- color fix * fix: :bug: Bitwarden: Password generator fix, btn fix, bg fixes * refactor: :art: arr: Refactor sonarr and radarr-base to use servarr-base.css * Update PR template * refactor: :art: Refactor lidarr, prowlarr,readarr, whisparr to use servarr-base.css * fix: :bug: arr: move styling to servarr base * fix: :lipstick: servarr: input background fix * Fix Modal Windows RSS Manager and Rules Manager (#365) * Fix Modal Windows RSS Manager and Rules Manager * use transparency vars Co-authored-by: GilbN <24592972+GilbN@users.noreply.github.com> * fix: :bug: Guacamole: Fixes for #367 * style: :lipstick: Removed gradient color from --drop-down-menu-bg var * style: :lipstick: starr: use --drop-down-menu-bg var on selects * Override RSS Header Background Image (#368) After latest release RSS window header shows a tiling image caused by transparent background styling. I looked at other headers and for some reason this is the only one with this tiling image. Before: https://i.imgur.com/Sk1Gs0a.png After: https://i.imgur.com/AgSObmX.png * fix: :bug: Guacamole: couple of tweaks in input/select * fix: :bug: Organizr: button color hover fix * fix: :bug: VueTorrent: Accent fixes, label text fixes * fix: :bug: VueTorrent: More accent/button color fixes * Forgot one * fix: :bug: VueTorrent: Table fix, torrent card text fix * fix: :lipstick: Remove hardcode select bg * style: :lipstick: starr: tooltip colors * feat: :rocket: Add Nginx Proxy Manager theme * npm name change * npm readme Co-authored-by: Zemoj <jeffgomez@zemoj.com>
2022-05-01 14:46:08 +02:00
background: var(--drop-down-menu-bg);
2021-10-14 20:49:44 +02:00
color: var(--text-hover);
border: none;
2021-10-10 16:19:49 +02:00
}
2021-10-14 20:49:44 +02:00
h1,
h2 {
color: var(--text-hover);
2021-10-10 16:19:49 +02:00
}
2021-10-14 20:49:44 +02:00
body .container .header .state {
2021-10-14 20:50:02 +02:00
background: rgb(var(--accent-color), .1);
2021-10-14 20:49:44 +02:00
color: var(--text);
border-color: rgb(var(--accent-color));
}
2021-10-10 16:19:49 +02:00
2021-10-14 20:49:44 +02:00
/* DROP DOWN MENU */
@media (max-width:1150px),
(max-width:1150px) and (min-resolution:192dpi),
(max-width:1150px) and (min-resolution:1.25dppx) {
body .container .body .mainmenu {
background: var(--drop-down-menu-bg) !important;
2021-10-10 16:19:49 +02:00
}
2021-10-14 20:49:44 +02:00
}
body .container .body .contextmenu {
display: none;
position: absolute;
2021-10-14 20:50:02 +02:00
background: var(--drop-down-menu-bg);
2021-10-14 20:49:44 +02:00
border: 1px rgba(255, 255, 255, 0.1) solid;
box-shadow: 0 4px 8px rgb(0 0 0 / 30%);
z-index: 200;
padding: 5px;
}
body .container .body .contextmenu li a:hover {
background: var(--transparency-light-25);
2021-10-14 20:49:44 +02:00
color: var(--text-hover);
}
body .container .body .mainmenu>ul>li>a.home {
background: url(/resources/duplicati/home.png) no-repeat 8px 7px;
2021-10-14 20:49:44 +02:00
}
2021-10-14 20:50:02 +02:00
2021-10-14 20:49:44 +02:00
body .container .body .mainmenu>ul>li>a.add {
background: url(/resources/duplicati/add.png) no-repeat 8px 7px;
2021-10-14 20:49:44 +02:00
}
2021-10-14 20:50:02 +02:00
2021-10-14 20:49:44 +02:00
body .container .body .mainmenu>ul>li>a.restore {
background: url(/resources/duplicati/restore.png) no-repeat 8px 7px;
2021-10-14 20:49:44 +02:00
}
2021-10-14 20:50:02 +02:00
2021-10-14 20:49:44 +02:00
body .container .body .mainmenu>ul>li>a.settings {
background: url(/resources/duplicati/settings.png) no-repeat 8px 7px;
2021-10-14 20:49:44 +02:00
}
2021-10-14 20:50:02 +02:00
2021-10-14 20:49:44 +02:00
body .container .body .mainmenu>ul>li>a.about {
background: url(/resources/duplicati/about.png) no-repeat 8px 7px;
2021-10-14 20:49:44 +02:00
}
2021-10-14 20:50:02 +02:00
2021-10-14 20:49:44 +02:00
body .container .body .mainmenu>ul>li>a.logout {
background: url(/resources/duplicati/logout.png) no-repeat 8px 7px;
2021-10-10 16:19:49 +02:00
}
2021-10-14 20:49:44 +02:00
2021-10-14 20:50:02 +02:00
#threedotmenu_add_destination>ul>li>a>span {
2021-10-14 20:49:44 +02:00
color: var(--text) !important;
}
/* MODAL */
div.connection-lost div.title,
div.modal-dialog div.title {
border: 1px solid rgba(255, 255, 255, 0.1);
background: var(--modal-bg-color);
border-radius: 5px 5px 0 0;
padding: 10px 20px;
font-weight: bold;
color: var(--text);
text-align: center;
}
div.connection-lost div.content,
div.modal-dialog div.content {
border: 1px solid rgba(255, 255, 255, 0.1);
background: var(--modal-bg-color);
padding: 20px;
}
/* BUTTONS */
#login-button {
cursor: pointer;
}
.button,
form.styled .buttons input,
form.styled .buttons a {
display: block;
background: var(--button-color);
color: var(--button-text) !important;
padding: 5px 15px;
float: right;
margin-left: 10px;
cursor: pointer;
width: auto;
border: none;
font-family: 'Clear Sans', sans-serif;
font-size: 16px;
font-weight: 300;
border-radius: 0;
}
.button:hover,
form.styled .buttons input:hover,
form.styled .buttons a:hover {
background: var(--button-color-hover);
color: var(--button-text-hover) !important;
}
ul.tabs>li.active>a {
background: var(--button-color-hover);
color: var(--button-text-hover) !important;
}
ul.tabs>li.active {
background-color: var(--button-color);
color: var(--button-text-hover);
}
ul.tabs>li {
display: inline;
margin-right: 10px;
border: 1px solid var(--button-color);
padding: 5px;
}
/* FOLDER TREE*/
.tree-view li div.selected {
border-color: rgba(255, 255, 255, .1);
background: var(--transparency-light-25);
2021-10-14 20:49:44 +02:00
}
/* PROGRESS BAR */
body .container .header .state .progress-bar {
background: rgba(var(--accent-color), 0.25);
}
/* LOGIN */
#login h2 {
background: var(--transparency-light-15);
2021-10-14 20:49:44 +02:00
color: var(--text);
}
#login fieldset p {
color: var(--text-hover);
}
#login fieldset {
background: var(--transparency-light-15);
2021-10-14 20:49:44 +02:00
}
#login fieldset input[type="submit"] {
background: var(--button-color);
color: var(--button-text);
}
#login fieldset input[type="submit"]:hover {
background: var(--button-color-hover);
color: var(--button-text-hover);
}
#login fieldset input[type="email"],
#login fieldset input[type="password"] {
background: var(--transparency-dark-25);
2021-10-14 20:49:44 +02:00
color: var(--text);
}