1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-09 04:32:36 +01:00
theme.park/css/theme-options/hotline.css
GilbN 1574f47edb
19.1 (#372)
* fix: 🐛 Ombi: button fixes

* fix: 🐛 Plex: Accent fixes

* style: 💄 plex theme-option: modal color change, add plex poster var

* fix: 🐛 Deluge: statusbar color fix

* fix: 💄 Set placeholders to use wildcard

* import placeholder in all bases

* feat: 💄 Adds transparency vars

* fix: 🐛 arr: CalendarDay-isToday- color fix

* fix: 🐛 Bitwarden: Password generator fix, btn fix, bg fixes

* refactor: 🎨 arr: Refactor sonarr and radarr-base to use servarr-base.css

* Update PR template

* refactor: 🎨 Refactor lidarr, prowlarr,readarr, whisparr to use servarr-base.css

* fix: 🐛 arr: move styling to servarr base

* fix: 💄 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: 🐛 Guacamole: Fixes for #367

* style: 💄 Removed gradient color from --drop-down-menu-bg var

* style: 💄 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: 🐛 Guacamole: couple of tweaks in input/select

* fix: 🐛 Organizr: button color hover fix

* fix: 🐛 VueTorrent: Accent fixes, label text fixes

* fix: 🐛 VueTorrent: More accent/button color fixes

* Forgot one

* fix: 🐛 VueTorrent: Table fix, torrent card text fix

* fix: 💄 Remove hardcode select bg

* style: 💄 starr: tooltip colors

* feat: 🚀 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

31 lines
1.4 KiB
CSS

:root {
--main-bg-color: linear-gradient(0deg, rgba(247,101,184,1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed;
--modal-bg-color: linear-gradient(-90deg, rgba(247,101,184,1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed;
--modal-header-color: linear-gradient(-90deg, rgba(247,101,184,1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed;
--modal-footer-color: linear-gradient(-90deg, rgba(247,101,184,1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed;
--drop-down-menu-bg: #5e61ab;
--button-color: #f98dc9;
--button-color-hover: #ff4cb1;
--button-text: #eee;
--button-text-hover: #fff;
--accent-color: 249, 141, 201;
--accent-color-hover: rgb(var(--accent-color),.8);
--link-color:rgb(255, 179, 222);
--link-color-hover: #d7fffe;
--label-text-color: #fff;
--text:#ddd;
--text-hover: #fff;
--text-muted: #999;
/*Specials*/
--arr-queue-color: #f98dc9; /* Servarr apps + Bazarr*/
--plex-poster-unwatched: #f765b8;
--petio-spinner: invert(78%) sepia(17%) saturate(4447%) hue-rotate(290deg) brightness(109%) contrast(95%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
--gitea-color-primary-dark-4: 215,255,254;
--overseerr-gradient: linear-gradient(0deg, rgba(247,101,184,.9) 0%, rgb(21, 95, 165,.9) 100%) center center/cover no-repeat fixed;
}