mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 01:52:32 +01:00
deploy: 7166c97828
This commit is contained in:
parent
825630febb
commit
fc057a8913
@ -12,13 +12,4 @@
|
|||||||
|
|
||||||
/* PI-HOLE AQUAMARINE THEME */
|
/* PI-HOLE AQUAMARINE THEME */
|
||||||
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
|
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
|
||||||
:root {
|
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);
|
||||||
--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;
|
|
||||||
|
|
||||||
--button-color: #009688;
|
|
||||||
--button-color-hover: #12afa0;
|
|
||||||
--accent-color: #009688;
|
|
||||||
--accent-color-hover: #12afa0;
|
|
||||||
--link-color: #12afa0;
|
|
||||||
}
|
|
@ -12,13 +12,4 @@
|
|||||||
|
|
||||||
/* PI-HOLE DARK THEME */
|
/* PI-HOLE DARK THEME */
|
||||||
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
|
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
|
||||||
:root {
|
@import url(https://theme-park.dev/CSS/variables/dark.css);
|
||||||
--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;
|
|
||||||
|
|
||||||
--button-color: hsla(0,0%,100%,.15);
|
|
||||||
--button-color-hover: hsla(0,0%,100%,.30);
|
|
||||||
--accent-color: rgba(255, 255, 255, 0.5);
|
|
||||||
--accent-color-hover: rgba(255, 255, 255, 0.45);
|
|
||||||
--queue-color: rgba(255, 255, 255, 0.45);;
|
|
||||||
}
|
|
15
CSS/themes/pihole/dracula.css
Normal file
15
CSS/themes/pihole/dracula.css
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
/* 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 */
|
||||||
|
|
||||||
|
/* PI-HOLE DRACULA THEME */
|
||||||
|
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
|
||||||
|
@import url(https://theme-park.dev/CSS/variables/dracula.css);
|
@ -12,13 +12,4 @@
|
|||||||
|
|
||||||
/* PI-HOLE HOTLINE THEME */
|
/* PI-HOLE HOTLINE THEME */
|
||||||
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
|
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
|
||||||
:root {
|
@import url(https://theme-park.dev/CSS/variables/hotline.css);
|
||||||
--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;
|
|
||||||
|
|
||||||
--button-color: hsla(0,0%,100%,.15);
|
|
||||||
--button-color-hover: hsla(0,0%,100%,.30);
|
|
||||||
--accent-color: #F44336;
|
|
||||||
--accent-color-hover: #0b3161;
|
|
||||||
--link-color: #fd534a;
|
|
||||||
}
|
|
@ -12,12 +12,4 @@
|
|||||||
|
|
||||||
/* PI-HOLE ORGANIZR-DARK THEME */
|
/* PI-HOLE ORGANIZR-DARK THEME */
|
||||||
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
|
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
|
||||||
:root {
|
@import url(https://theme-park.dev/CSS/variables/organizr-dark.css);
|
||||||
--main-bg-color: #1f1f1f;
|
|
||||||
--modal-bg-color: #1b1b1b;
|
|
||||||
|
|
||||||
--button-color: #2cabe3;
|
|
||||||
--button-color-hover: rgb(44 171 227 / .8);
|
|
||||||
--accent-color: #2cabe3;
|
|
||||||
--accent-color-hover: white;
|
|
||||||
}
|
|
||||||
|
File diff suppressed because one or more lines are too long
@ -12,13 +12,4 @@
|
|||||||
|
|
||||||
/* PI-HOLE PLEX THEME */
|
/* PI-HOLE PLEX THEME */
|
||||||
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
|
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
|
||||||
:root {
|
@import url(https://theme-park.dev/CSS/variables/plex.css);
|
||||||
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
|
|
||||||
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
|
|
||||||
|
|
||||||
--button-color: #cc7b19;
|
|
||||||
--button-color-hover: #e59029;
|
|
||||||
--accent-color: #e5a00d;
|
|
||||||
--accent-color-hover: #ffc107;
|
|
||||||
--link-color: #ffc107;
|
|
||||||
}
|
|
@ -12,13 +12,4 @@
|
|||||||
|
|
||||||
/* PI-HOLE SPACE GRAY THEME */
|
/* PI-HOLE SPACE GRAY THEME */
|
||||||
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
|
@import url(https://theme-park.dev/CSS/themes/pihole/pihole-base.css);
|
||||||
:root {
|
@import url(https://theme-park.dev/CSS/variables/space-gray.css);
|
||||||
--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;
|
|
||||||
|
|
||||||
--button-color: #607D8B;
|
|
||||||
--button-color-hover: #81a6b7;
|
|
||||||
--accent-color: #607D8B;
|
|
||||||
--accent-color-hover: #81a6b7;
|
|
||||||
--link-color: #81a6b7;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user