1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-07 04:19:17 +02:00

Merge pull request #404 from GilbN/develop

1.9.11
This commit is contained in:
GilbN 2022-07-30 11:32:56 +02:00 committed by GitHub
commit cfb9f201a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 64 additions and 31 deletions

View File

@ -85,4 +85,9 @@ jobs:
publish_dir: ./
publish_branch: live_testing
github_token: ${{ secrets.GITHUB_TOKEN }}
exclude_assets: ''
exclude_assets: ''
- name: Clear CF Cache
run: |
curl -X GET "https://api.cloudflare.com/client/v4/user/tokens/verify" \
-H "Authorization: Bearer ${{ secrets.CLOUDFLARE_CACHE_PURGE }}" \
-H "Content-Type:application/json"

View File

@ -1,4 +1,4 @@
@import url("/css/addons/unraid/login-page/alien/alien_base.css");
@import url("/css/addons/unraid/login-page/alien/alien-base.css");
:root {
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
url(/css/addons/unraid/login-page/alien/wallpaper/hallway2.jpg) center center/cover no-repeat fixed;

View File

@ -1,4 +1,4 @@
@import url("/css/addons/unraid/login-page/alien/alien_base.css");
@import url("/css/addons/unraid/login-page/alien/alien-base.css");
:root {
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
url(/css/addons/unraid/login-page/alien/wallpaper/hallway.jpg) center center/cover no-repeat fixed;

View File

@ -1,4 +1,4 @@
@import url("/css/addons/unraid/login-page/alien/alien_base.css");
@import url("/css/addons/unraid/login-page/alien/alien-base.css");
:root {
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
url(/css/addons/unraid/login-page/alien/wallpaper/hallway2.jpg) center center/cover no-repeat fixed;

View File

@ -1,4 +1,4 @@
@import url("/css/addons/unraid/login-page/alien/alien_base.css");
@import url("/css/addons/unraid/login-page/alien/alien-base.css");
:root {
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
url(/css/addons/unraid/login-page/alien/wallpaper/hallway3.jpg) center center/cover no-repeat fixed;

View File

@ -1,4 +1,4 @@
@import url("/css/addons/unraid/login-page/alien/alien_base.css");
@import url("/css/addons/unraid/login-page/alien/alien-base.css");
:root {
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
url(/css/addons/unraid/login-page/alien/wallpaper/hallway4.jpg) center center/cover no-repeat fixed;

View File

@ -1,4 +1,4 @@
@import url("/css/addons/unraid/login-page/alien/alien_base.css");
@import url("/css/addons/unraid/login-page/alien/alien-base.css");
:root {
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
url(/css/addons/unraid/login-page/alien/wallpaper/isolation.png) center center/cover no-repeat fixed;

View File

@ -1,4 +1,4 @@
@import url("/css/addons/unraid/login-page/alien/alien_base.css");
@import url("/css/addons/unraid/login-page/alien/alien-base.css");
:root {
--main-bg: transparent;
--logo: url(/css/addons/unraid/login-page/alien/logo/wings_green.png) center no-repeat;

View File

@ -1,4 +1,4 @@
@import url("/css/addons/unraid/login-page/alien/alien_base.css");
@import url("/css/addons/unraid/login-page/alien/alien-base.css");
:root {
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
url(/css/addons/unraid/login-page/alien/wallpaper/nightmare.png) center center/cover no-repeat fixed;

View File

@ -1,4 +1,4 @@
@import url("/css/addons/unraid/login-page/alien/alien_base.css");
@import url("/css/addons/unraid/login-page/alien/alien-base.css");
:root {
--main-bg: radial-gradient(ellipse at center,rgba(0, 255, 119, 0.1) 0,rgba(0,255,119,0) 100%) center center/cover no-repeat fixed,
url(/css/addons/unraid/login-page/alien/wallpaper/scanner.jpg) center center/cover no-repeat fixed;

View File

@ -1,12 +1,21 @@
#!/bin/bash
TYPE="retro-terminal"
THEME="green.css"
DOMAIN="theme-park.dev" # If you update the domain after the script has been run, You must disable and re the whole theme with the DISABLE_THEME env.
DOMAIN="theme-park.dev"
SCHEME="https"
ADD_JS="true"
JS="custom_text_header.js"
DISABLE_THEME="false"
## FAQ
# If you update the DOMAIN variable after the script has been run,
# you must disable the whole theme with the DISABLE_THEME="true" env first and re-run it again after with "false".
# Your domain can be your custom domain or a github pages (user.github.io) etc. Don't add the whole URL with scheme, you only need to add the domain.
# If your custom domain uses a subfolder you must escape the forward slash. (custom.com\/subfolder)
echo -e "Variables set:\\n\
TYPE = ${TYPE}\\n\
THEME = ${THEME}\\n\

View File

@ -1,4 +1,4 @@
@import url("/css/addons/unraid/login-page/fallout/fallout_base.css");
@import url("/css/addons/unraid/login-page/fallout/fallout-base.css");
:root {
--main-bg-color: url(/css/addons/unraid/login-page/fallout/wallpaper/rocky-wall.png),
url(/css/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed;

View File

@ -1,4 +1,4 @@
@import url("/css/addons/unraid/login-page/fallout/fallout_base.css");
@import url("/css/addons/unraid/login-page/fallout/fallout-base.css");
:root {
--main-bg-color: url(/css/addons/unraid/login-page/fallout/wallpaper/rocky-wall.png),
url(/css/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg) center center/cover no-repeat fixed;

View File

@ -1,4 +1,4 @@
@import url("/css/addons/unraid/login-page/fallout/fallout_base.css");
@import url("/css/addons/unraid/login-page/fallout/fallout-base.css");
:root {
--main-bg-color: transparent;
--logo: url(/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;

View File

@ -1,4 +1,4 @@
@import url("/css/addons/unraid/login-page/fallout/fallout_base.css");
@import url("/css/addons/unraid/login-page/fallout/fallout-base.css");
:root {
--main-bg-color: url(/css/addons/unraid/login-page/fallout/wallpaper/terminal.jpg) center center/cover no-repeat fixed;
--logo: url(/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;

View File

@ -1,4 +1,4 @@
@import url("/css/addons/unraid/login-page/fallout/fallout_base.css");
@import url("/css/addons/unraid/login-page/fallout/fallout-base.css");
:root {
--main-bg-color: url(/css/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg) center center/cover no-repeat fixed;
--logo: url(/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png) center no-repeat;

View File

@ -10,7 +10,6 @@
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
@import url(https://use.fontawesome.com/releases/v5.0.7/css/all.css);
@import url("/css/defaults/placeholders.css");
@import url("/css/defaults/transparent.css");
@ -307,7 +306,7 @@ label {
}
li.divider {
border-top: 1px solid rgba(255, 255, 255, .25) !important;
border-top: 1px solid var(--transparency-light-25) !important;
}
@ -404,13 +403,13 @@ li.divider {
}
.contextMenu .separator {
border-top: 1px solid rgba(255, 255, 255, 0.08);
border-top: 1px solid var(--transparency-light-10);
}
/* Sidemenu */
.selectedFilter {
background-color: rgba(var(--accent-color), 0.6);
color: #eee;
background-color: var(--button-color);
color: var(--button-text);
}
.selectedFilter:before {
@ -418,8 +417,13 @@ li.divider {
}
ul.filterList li:hover {
background-color: rgba(var(--accent-color), 0.6);
color: var(--button-color-hover) !important;
background-color: var(--transparency-light-15);
color: var(--text-hover) !important;
}
ul.filterList .selectedFilter:hover {
background-color: var(--button-color-hover);
color: var(--button-text-hover);
}
ul.filterList li:hover:before {
@ -437,6 +441,16 @@ ul.filterList li:hover:before {
}
/* Bottom menu */
#progress {
border: 1px solid var(--transparency-light-25);
}
hr {
background-color: var(--transparency-light-25);
color: var(--text);
}
.panel-headerContent.tabs {
background: none !important;
}
@ -470,7 +484,7 @@ ul.filterList li:hover:before {
}
.tab-menu li a:hover {
background: var(--transparency-light-10) !important;
color: rgb(var(--accent-color)) !important;
}
.toolbarTabs {
@ -498,7 +512,7 @@ ul.filterList li:hover:before {
fieldset {
border-width: 1px !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 0.25) !important;
border-color: var(--transparency-light-25) !important;
}
/*Modal */
@ -532,8 +546,8 @@ fieldset {
}
.mochaContentBorder {
border-top: 1px solid rgba(255, 255, 255, .25) !important;
border-bottom: 1px solid rgba(255, 255, 255, .25) !important;
border-top: 1px solid var(--transparency-light-25) !important;
border-bottom: 1px solid var(--transparency-light-25) !important;
}
.mocha.isFocused .mochaTitlebar h3 {
@ -551,7 +565,7 @@ fieldset.settings legend {
}
fieldset.settings {
border: solid 1px rgba(255, 255, 255, 0.25) !important;
border: solid 1px var(--transparency-light-25) !important;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
@ -559,7 +573,7 @@ fieldset.settings {
}
textarea:disabled {
color: rgb(84, 84, 84);
color: var(--text-muted);
cursor: default;
background: var(--transparency-light-05) !important;
border: none !important;
@ -575,7 +589,7 @@ textarea {
#watched_folders_tab td,
#watched_folders_tab th {
padding: 2px 4px;
border: 1px solid rgba(255, 255, 255, 0.25) !important;
border: 1px solid var(--transparency-light-25) !important;
}
input[type="button"i]:hover {
@ -643,4 +657,9 @@ select {
select:focus {
background: var(--drop-down-menu-bg);
color: var(--text)
}
.select-watched-folder-editable {
background-color: var(--transparency-dark-05);
border: solid var(--transparency-light-10) 1px;
}

View File

@ -280,7 +280,7 @@ a:hover {
background: var(--transparency-dark-25);
}
[class*=".ProgressBar-purple-"] {
[class*="ProgressBar-purple-"] {
background-color: rgb(var(--accent-color));
}