Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
stennen authored Oct 24, 2023
1 parent 6487b68 commit 3173ae6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pixel-warfare/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Pixel Warfare - Sten Unblocked</title>
<link rel="icon" href="https://stenunblocked.github.io/stennerela.jpg">
<link rel="icon" href="stennerela.jpg">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3054952862534774" crossorigin="anonymous"></script>
<style>
.webgl-content * {border: 0; margin: 0; padding: 0}
.webgl-content {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

.webgl-content .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.webgl-content .logo {background: url('https://stenunblocked.github.io/slope/style/progressLogo.Light.png') no-repeat center / contain; width: 154px; height: 130px;}
.webgl-content .logo {background: url('slope/style/progressLogo.Light.png') no-repeat center / contain; width: 154px; height: 130px;}
.webgl-content .progress {height: 18px; width: 141px; margin-top: 90px;}
.webgl-content .progress .empty {background: url('https://stenunblocked.github.io/slope/style/progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.webgl-content .progress .full {background: url('https://stenunblocked.github.io/slope/style/progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}
.webgl-content .progress .empty {background: url('slope/style/progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.webgl-content .progress .full {background: url('slope/style/progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}

.webgl-content .logo.Dark {background-image: url('https://stenunblocked.github.io/slope/style/Logo.Light.png');}
.webgl-content .progress.Dark .empty {background-image: url('https://stenunblocked.github.io/slope/style/Logo.Light.png');}
.webgl-content .progress.Dark .full {background-image: url('https://stenunblocked.github.io/slope/style/Logo.Light.png');}
.webgl-content .logo.Dark {background-image: url('slope/style/Logo.Light.png');}
.webgl-content .progress.Dark .empty {background-image: url('slope/style/Logo.Light.png');}
.webgl-content .progress.Dark .full {background-image: url('slope/style/Logo.Light.png');}

.webgl-content .footer {margin-top: 5px; height: 38px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px;}
.webgl-content .footer .webgl-logo, .title, .fullscreen {height: 100%; display: inline-block; background: transparent center no-repeat;}
.webgl-content .footer .webgl-logo {background-image: url('https://stenunblocked.github.io/slope/style/webgl-logo.png'); width: 204px; float: left;}
.webgl-content .footer .webgl-logo {background-image: url('slope/style/webgl-logo.png'); width: 204px; float: left;}
.webgl-content .footer .title {margin-right: 10px; float: right;}
.webgl-content .footer .fullscreen {background-image: url('https://stenunblocked.github.io/slope/style/fullscreen.png'); width: 38px; float: right;}
.webgl-content .footer .fullscreen {background-image: url('slope/style/fullscreen.png'); width: 38px; float: right;}
</style>
<script>

Expand Down Expand Up @@ -72,6 +72,6 @@
<script>
var game = "/pixel-warfare/";
</script>
<script src="https://stenunblocked.github.io/stenunblockedmain.js"></script>
<script src="stenunblockedmain.js"></script>
</body>
</html>

0 comments on commit 3173ae6

Please sign in to comment.