mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 01:52:32 +01:00
deploy: 77f6bfd288
This commit is contained in:
parent
01f95d58b1
commit
f626343927
@ -1,34 +1,34 @@
|
|||||||
input::-webkit-input-placeholder {
|
input::-webkit-input-placeholder {
|
||||||
color: var(--text);
|
color: var(--text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:focus::-webkit-input-placeholder {
|
input:focus::-webkit-input-placeholder {
|
||||||
color: var(--text-hover);
|
color: var(--text-hover) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Firefox < 19 */
|
/* Firefox < 19 */
|
||||||
input:-moz-placeholder {
|
input:-moz-placeholder {
|
||||||
color: var(--text);
|
color: var(--text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:focus:-moz-placeholder {
|
input:focus:-moz-placeholder {
|
||||||
color: var(--text-hover);
|
color: var(--text-hover) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Firefox > 19 */
|
/* Firefox > 19 */
|
||||||
input::-moz-placeholder {
|
input::-moz-placeholder {
|
||||||
color: var(--text);
|
color: var(--text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:focus::-moz-placeholder {
|
input:focus::-moz-placeholder {
|
||||||
color: var(--text-hover);
|
color: var(--text-hover) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Internet Explorer 10 */
|
/* Internet Explorer 10 */
|
||||||
input:-ms-input-placeholder {
|
input:-ms-input-placeholder {
|
||||||
color: var(--text);
|
color: var(--text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
input:focus:-ms-input-placeholder {
|
input:focus:-ms-input-placeholder {
|
||||||
color: var(--text-hover);
|
color: var(--text-hover) !important;
|
||||||
}
|
}
|
@ -13,10 +13,4 @@
|
|||||||
|
|
||||||
/* NZBHYDRA2 AQUAMARINE THEME */
|
/* NZBHYDRA2 AQUAMARINE THEME */
|
||||||
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-base.css);
|
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-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;
|
|
||||||
--default-button-color: #009688;
|
|
||||||
--default-button-color-hover: radial-gradient(ellipse at center, #5066e0 0%, #01ccb9 100%) center center/cover no-repeat fixed;
|
|
||||||
--accent-color: #118074;
|
|
||||||
}
|
|
||||||
|
@ -13,10 +13,4 @@
|
|||||||
|
|
||||||
/* NZBHYDRA2 DARK THEME */
|
/* NZBHYDRA2 DARK THEME */
|
||||||
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-base.css);
|
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-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;
|
|
||||||
--default-button-color: #cc7b19;
|
|
||||||
--default-button-color-hover: #e59029;
|
|
||||||
--accent-color: #cc7b19;
|
|
||||||
}
|
|
16
CSS/themes/nzbhydra2/dracula.css
Normal file
16
CSS/themes/nzbhydra2/dracula.css
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
|
||||||
|
/* 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 */
|
||||||
|
|
||||||
|
/* NZBHYDRA2 DRACULA THEME */
|
||||||
|
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-base.css);
|
||||||
|
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);
|
@ -13,10 +13,4 @@
|
|||||||
|
|
||||||
/* NZBHYDRA2 HOTLINE THEME */
|
/* NZBHYDRA2 HOTLINE THEME */
|
||||||
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-base.css);
|
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-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;
|
|
||||||
--default-button-color: radial-gradient(ellipse at center, #F44336 0%, #3F51B5 100%) center center/cover no-repeat fixed;
|
|
||||||
--default-button-color-hover: radial-gradient(ellipse at center, #fb6054 0%, #5269e6 100%) center center/cover no-repeat fixed;
|
|
||||||
--accent-color: var(--default-button-color);
|
|
||||||
}
|
|
File diff suppressed because one or more lines are too long
@ -13,10 +13,4 @@
|
|||||||
|
|
||||||
/* NZBHYDRA2 ORGANIZR-DARK THEME */
|
/* NZBHYDRA2 ORGANIZR-DARK THEME */
|
||||||
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-base.css);
|
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-base.css);
|
||||||
:root {
|
@import url(https://theme-park.dev/CSS/variables/organizr-dark.css);
|
||||||
--main-bg-color: #1f1f1f;
|
|
||||||
--modal-bg-color: #1b1b1b;
|
|
||||||
--default-button-color: #2cabe3;
|
|
||||||
--default-button-color-hover: rgb(44 171 227 / .8);
|
|
||||||
--accent-color: #2cabe3;
|
|
||||||
}
|
|
@ -13,10 +13,4 @@
|
|||||||
|
|
||||||
/* NZBHYDRA2 PLEX THEME */
|
/* NZBHYDRA2 PLEX THEME */
|
||||||
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-base.css);
|
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-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;
|
|
||||||
--default-button-color: #cc7b19;
|
|
||||||
--default-button-color-hover: #e59029;
|
|
||||||
--accent-color: #cc7b19;
|
|
||||||
}
|
|
@ -13,10 +13,4 @@
|
|||||||
|
|
||||||
/* NZBHYDRA2 SPACE GRAY THEME */
|
/* NZBHYDRA2 SPACE GRAY THEME */
|
||||||
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-base.css);
|
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-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;
|
|
||||||
--default-button-color: #607D8B;
|
|
||||||
--default-button-color-hover: #81a6b7;
|
|
||||||
--accent-color: #7598a9;
|
|
||||||
}
|
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user