Compare commits
No commits in common. "8056764b84c178b22b161ca811640c5bc6c39a19" and "20270078f88cb05bcac00b088105d0975df5bf03" have entirely different histories.
8056764b84
...
20270078f8
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
# Add Music to the login screen
|
# Add Music to the login screen
|
||||||
|
|
||||||
# Videoid of the Youtube video you want to play
|
# Videoid of the Youtube video you want to play
|
||||||
videoid="hpeCTE6jlFs"
|
videoid="ZjQZxqTipHM"
|
||||||
|
|
||||||
# The actual embed code that embeds the video.
|
# The actual embed code that embeds the video.
|
||||||
# This is only in case you want to change some parameters.
|
# This is only in case you want to change some parameters.
|
||||||
@ -10,7 +10,7 @@ videoid="hpeCTE6jlFs"
|
|||||||
iframe="<iframe width='560' height='315' src='https://www.youtube-nocookie.com/embed/$videoid?autoplay=1&controls=0&loop=1' title='Background Music' frameborder='0' allow='autoplay;'></iframe>"
|
iframe="<iframe width='560' height='315' src='https://www.youtube-nocookie.com/embed/$videoid?autoplay=1&controls=0&loop=1' title='Background Music' frameborder='0' allow='autoplay;'></iframe>"
|
||||||
|
|
||||||
# The final string.
|
# The final string.
|
||||||
Video="<div class='app' style='margin-left: 8px;'>$iframe</div>"
|
Video="<div class='app' style="margin-left: 25px;">$iframe</div>"
|
||||||
|
|
||||||
# Inject that bad boy into the foundry thing. Might break in future updates (May only need the line changed)
|
# Inject that bad boy into the foundry thing. Might break in future updates (May only need the line changed)
|
||||||
sed -i -e "69i $Video" /home/foundry/resources/app/templates/setup/join-game.html
|
sed -i -e "69i $Video" /home/foundry/resources/app/templates/setup/join-game.html
|
||||||
|
@ -11,11 +11,8 @@ sed -i -e 's+url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1H
|
|||||||
sed -i -e 's+rgb(150, 12, 16)+rgb(0, 150, 136)+g' ./foundry_login.css
|
sed -i -e 's+rgb(150, 12, 16)+rgb(0, 150, 136)+g' ./foundry_login.css
|
||||||
sed -i -e 's+rgb(228, 9, 19)+rgb(0, 188, 170)+g' ./foundry_login.css
|
sed -i -e 's+rgb(228, 9, 19)+rgb(0, 188, 170)+g' ./foundry_login.css
|
||||||
|
|
||||||
# Make the Width responsive
|
# Make the Width responsive and add a sick blur effect
|
||||||
sed -i -e 's+width: 400px !important;+width: 90% !important;+g' ./foundry_login.css
|
sed -i -e 's+width: 400px !important;+width: 90% !important;backdrop-filter: blur(7px) !important;+g' ./foundry_login.css
|
||||||
|
|
||||||
# Add blur to app class... this COULD potentially break things
|
|
||||||
echo '#join-game .app {backdrop-filter: blur(7px) !important;}' >> /home/foundry/resources/app/public/css/style.css
|
|
||||||
|
|
||||||
# Append to the Foundry Style.css
|
# Append to the Foundry Style.css
|
||||||
cat ./foundry_login.css >> /home/foundry/resources/app/public/css/style.css
|
cat ./foundry_login.css >> /home/foundry/resources/app/public/css/style.css
|
||||||
|
Loading…
Reference in New Issue
Block a user