# HG changeset patch # User Paper # Date 1696048462 14400 # Node ID 2e645b93672759824b681414bd828da9575659b7 # Parent de57aed2d20336c98ae5897f5f8ab627b26d750e *: huge overhaul 1. the INDEX PAGE was broken for so long, but I really could not have been arsed to fix it. 2. all major css has been moved to css/style.css 3. png files are now all jpg files because having pngs on a website is overkill 4. update libopenmpt, not sure if it works (local JS doesn't work on my browser) 5. libopenmpt is now the JS-only version because browsers like pale moon still don't support WASM diff -r de57aed2d203 -r 2e645b936727 blueforest.png Binary file blueforest.png has changed diff -r de57aed2d203 -r 2e645b936727 css/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/css/style.css Sat Sep 30 00:34:22 2023 -0400 @@ -0,0 +1,37 @@ +.navbar { + text-align: left; /* Override body text align */ + box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); +} +.container { + width: 98%; + margin-top: 1%; +} +body { + color: white; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + text-align: center; + text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6); +} +div.box { + background-color: rgba(0, 0, 0, 0.5); + box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5) inset; + color: white; + text-align: center; + margin: 1% auto; + padding: 15px; + max-width: 500px; +} +.center { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} +a:link, a:visited, a:hover, a:active { + color: #ff6600; +} +/* Only in index.html */ +div.logos { + filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5)); + image-rendering: pixelated; +} diff -r de57aed2d203 -r 2e645b936727 forest.png Binary file forest.png has changed diff -r de57aed2d203 -r 2e645b936727 index.html --- a/index.html Tue Aug 29 19:04:58 2023 -0400 +++ b/index.html Sat Sep 30 00:34:22 2023 -0400 @@ -7,62 +7,43 @@ + - - -