File size: 1,050 Bytes
f7cd020
 
 
 
db3b6dd
f7cd020
 
 
 
 
 
db3b6dd
f7cd020
 
 
 
 
 
 
 
c967150
f7cd020
 
c10e123
 
 
8a6a672
eb4719e
c10e123
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
PAGE_STYLING_JS = """
async () => {
    document.head.insertAdjacentHTML("beforeend", `<style>
        body {
            background-image: url("https://storage.cloud.google.com/public-file-hosting/ScrollBg11.jpg");
            background-size: cover;
            filter: brightness(0.45) sepia(0.7) contrast(2) brightness(2) saturate(0.1);
            opacity: 70%;
        }
    </style>`)
}
"""

TOP_OF_SCREEN_PADDING_DIV = """
<div style="height: 5vh;">
</div
"""

PLEASE_BE_PATIENT_DIV = """
<div style="background-color: white; font-family: cursive; font-size: 19px; padding: 2px 17px;">
After clicking ⬆️ Run Next Turn, please be patient as it may take up to 90 seconds for the game state to update.
</div>
"""


MUSIC_PLAYER = """
<div style="background-color: white; font-family: cursive; font-size: 19px; margin-top: 60px; padding: 2px 17px;">
Optional:  Click player below to play Nepali music that goes with this game.
<audio controls src="https://storage.cloud.google.com/public-file-hosting/NepaliFolkMusic.mp3"></audio>
</div>
"""