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

31 lines
1.4 KiB
CSS
Raw Normal View History

2021-09-12 15:36:09 +02:00
: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;
2021-09-12 15:36:09 +02:00
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
--drop-down-menu-bg: #5e61ab;
2021-09-12 15:36:09 +02:00
--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;
2021-07-04 19:26:08 +02:00
}