1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-15 00:57:32 +02:00

Merge pull request #274 from GilbN/develop

Update 1.4.1
This commit is contained in:
GilbN 2021-10-17 16:58:31 +02:00 committed by GitHub
commit 5263e7a033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
37 changed files with 81 additions and 74 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: get changed files
id: getfile
run: |
echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }}| xargs)"
echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} docker-mods/| xargs)"
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
@ -48,7 +48,7 @@ jobs:
- name: get changed files
id: getfile
run: |
echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }}| xargs)"
echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} docker-mods/| xargs)"
- name: Login to Docker Hub
uses: docker/login-action@v1
with:

View File

@ -841,8 +841,9 @@ input:focus:-ms-input-placeholder {
background-color: rgba(0, 0, 0, .25);
}
[class*="CalendarDay-isToday-"] {
background-color: hsla(0, 0%, 100%, .08) !important;
[class*="CalendarDay-isToday-"],
[class*="DayOfWeek-isToday-"] {
background-color: hsla(0, 0%, 100%, .25) !important;
}
[class*="CalendarDay-day-"],

View File

@ -100,6 +100,13 @@ a:hover {
}
/* SIDE NAV */
@media only screen and (min-width: 1025px){
#main-container\ dark > mat-sidenav-container > mat-sidenav-content {
margin-left: 256px !important;
}
}
/* OMBI TEXT */
.sidenav-container .sidenav .application-name {
color: rgb(var(--accent-color)) !important;
@ -406,10 +413,6 @@ a:hover {
margin-left: 0px !important;
height: 100% !important;
}
#searchResults img {
min-height: 354px;
}
}
#searchResults {

View File

@ -852,8 +852,9 @@ input:focus:-ms-input-placeholder {
background-color: rgba(0, 0, 0, .25);
}
[class*="CalendarDay-isToday-"] {
background-color: hsla(0, 0%, 100%, .08) !important;
[class*="CalendarDay-isToday-"],
[class*="DayOfWeek-isToday-"] {
background-color: hsla(0, 0%, 100%, .25) !important;
}
[class*="CalendarDay-day-"],

View File

@ -843,8 +843,9 @@ input:focus:-ms-input-placeholder {
background-color: rgba(0, 0, 0, .25);
}
[class*="CalendarDay-isToday-"] {
background-color: hsla(0, 0%, 100%, .08) !important;
[class*="CalendarDay-isToday-"],
[class*="DayOfWeek-isToday-"] {
background-color: hsla(0, 0%, 100%, .25) !important;
}
[class*="CalendarDay-day-"],

View File

@ -851,8 +851,9 @@ input:focus:-ms-input-placeholder {
background-color: rgba(0, 0, 0, .25);
}
[class*="CalendarDay-isToday-"] {
background-color: hsla(0, 0%, 100%, .08) !important;
[class*="CalendarDay-isToday-"],
[class*="DayOfWeek-isToday-"] {
background-color: hsla(0, 0%, 100%, .25) !important;
}
[class*="CalendarDay-day-"],

View File

@ -8,7 +8,7 @@
--drop-down-menu-bg: #204c80;
--button-color: #fb3f62;
--button-color-hover: rgba(251, 63, 98, .8);
--button-color-hover: #cd4164;
--button-text: #eee;
--button-text-hover: #FFF;

View File

@ -8,7 +8,7 @@
--drop-down-menu-bg: #3B4252;
--button-color: #79b8ca;
--button-color-hover: #79b8cacc ;
--button-color-hover: #6a9daf;
--button-text: #2E3440;
--button-text-hover: #D8DEE9;

View File

@ -1,30 +1 @@
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #333;
--modal-header-color: #232323;
--modal-footer-color: #232323;
--drop-down-menu-bg: #1b1b1b;
--button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8);
--button-text: #eee;
--button-text-hover: #fff;
--accent-color: 44, 171, 227;
--accent-color-hover: rgb(var(--accent-color),.8);
--link-color: #2cabe3;
--link-color-hover: #3cc5ff;
--label-text-color: #fff;
--text:#96a2b4;
--text-hover: #fff;
--text-muted: #999;
/*Specials*/
--arr-queue-color: #2cabe3; /* Servarr apps + Bazarr*/
--plex-poster-unwatched: #2cabe3;
--petio-spinner: invert(65%) sepia(83%) saturate(2026%) hue-rotate(167deg) brightness(90%) contrast(97%);/* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
--gitea-color-primary-dark-4: 44, 171, 227;
}
@import url("https://develop.theme-park.dev/CSS/variables/organizr.css");

View File

@ -0,0 +1,30 @@
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #333;
--modal-header-color: #232323;
--modal-footer-color: #232323;
--drop-down-menu-bg: #1b1b1b;
--button-color: #2cabe3;
--button-color-hover: #298fbc;
--button-text: #eee;
--button-text-hover: #fff;
--accent-color: 44, 171, 227;
--accent-color-hover: rgb(var(--accent-color),.8);
--link-color: #2cabe3;
--link-color-hover: #3cc5ff;
--label-text-color: #fff;
--text:#96a2b4;
--text-hover: #fff;
--text-muted: #999;
/*Specials*/
--arr-queue-color: #2cabe3; /* Servarr apps + Bazarr*/
--plex-poster-unwatched: #2cabe3;
--petio-spinner: invert(65%) sepia(83%) saturate(2026%) hue-rotate(167deg) brightness(90%) contrast(97%);/* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
--gitea-color-primary-dark-4: 44, 171, 227;
}

View File

@ -23,7 +23,7 @@
<a href="https://docs.theme-park.dev/theme-options/dracula"><img src="https://docs.theme-park.dev/theme-options/dracula_banner_small.png" alt="Dracula" width="49.49%"/></a>
<a href="https://docs.theme-park.dev/theme-options/overseerr"><img src="https://docs.theme-park.dev/theme-options/overseerr_banner_small.png" alt="Overseerr" width="49.49%"/></a>
<a href="https://docs.theme-park.dev/theme-options/organizr-dark"><img src="https://docs.theme-park.dev/theme-options/organizr dark_banner_small.png" alt="Organizr-Dark" width="49.49%"/></a>
<a href="https://docs.theme-park.dev/theme-options/organizr"><img src="https://docs.theme-park.dev/theme-options/organizr_banner_small.png" alt="Organizr" width="49.49%"/></a>
<a href="https://docs.theme-park.dev/theme-options/aquamarine"><img src="https://docs.theme-park.dev/theme-options/aquamarine_banner_small.png" alt="Aquamarine" width="49.49%"/></a>
<a href="https://docs.theme-park.dev/theme-options/hotline"><img src="https://docs.theme-park.dev/theme-options/hotline_banner_small.png" alt="Hotline" width="49.49%"/></a>
<a href="https://docs.theme-park.dev/theme-options/hotpink"><img src="https://docs.theme-park.dev/theme-options/hotpink_banner_small.png" alt="Hotpink" width="49.49%"/></a>

View File

@ -100,8 +100,7 @@ function injectTheme(theme,container="head") {
apps = json.applications
themeOptions = json.themes
appCount = Object.keys(json.applications).length
document.getElementById("tag-line").innerText = `A collection of themes/skins for ${appCount} selfhosted
apps!`
document.getElementById("tag-line").innerText = `A collection of themes/skins for ${appCount} selfhosted apps!`
document.getElementById("theme-header-text").innerText = `${appCount} themed applications!`
document.getElementById("app-count").innerHTML = `
theme.park contains ${appCount} themed applications, with css <a

View File

@ -31,7 +31,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -27,7 +27,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
sed_file(){

View File

@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -30,7 +30,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -33,7 +33,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -32,7 +32,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
sed_file(){

View File

@ -29,7 +29,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -30,7 +30,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -33,7 +33,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -54,7 +54,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Downloading fresh webui files from source.

View File

@ -33,7 +33,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -33,7 +33,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -30,7 +30,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -33,7 +33,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -30,7 +30,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
# Adding stylesheets

View File

@ -40,7 +40,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark'
TP_THEME='organizr'
fi
RELEASE_FILEPATH='/vuetorrent/release.json'
NEEDS_UPDATE=false