Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
Max Bradbury | c02801e0d5 | |
Max Bradbury | cb4d8bd53e | |
Max Bradbury | 636fa2beb4 |
|
@ -20,6 +20,4 @@ the player can cheat under certain conditions; if there is only one tile left on
|
||||||
|
|
||||||
need a fallback for browsers that don't support CSS3 viewport sizing
|
need a fallback for browsers that don't support CSS3 viewport sizing
|
||||||
|
|
||||||
In IE8, blank tiles do not cascade after clicking, nor do mine counts update properly. I think this is a problem with callbacks on jquery animations. I don't plan to support IE8 but this could be indicative of problems in other browsers.
|
|
||||||
|
|
||||||
colours used are not safe for red-green colourblindness. however, there is at least a visual distinction with the mines now
|
colours used are not safe for red-green colourblindness. however, there is at least a visual distinction with the mines now
|
||||||
|
|
22
index.html
22
index.html
|
@ -302,7 +302,7 @@
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefa7', endColorstr='#feae27',GradientType=0 );
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefa7', endColorstr='#feae27',GradientType=0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
button.twitter {
|
button.mastodon {
|
||||||
background: #51aaea;
|
background: #51aaea;
|
||||||
background: -moz-linear-gradient(top, #51aaea 0%, #3375a6 100%);
|
background: -moz-linear-gradient(top, #51aaea 0%, #3375a6 100%);
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51aaea), color-stop(100%,#3375a6));
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51aaea), color-stop(100%,#3375a6));
|
||||||
|
@ -1107,15 +1107,6 @@
|
||||||
$('#cracktro').cracktro();
|
$('#cracktro').cracktro();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script>
|
|
||||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
||||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
||||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
||||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
||||||
|
|
||||||
ga('create', 'UA-60523398-1', 'auto');
|
|
||||||
ga('send', 'pageview');
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="stats">
|
<div id="stats">
|
||||||
|
@ -1166,15 +1157,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="centre">
|
<div class="centre">
|
||||||
<form name="_xclick" action="https://www.paypal.com/uk/cgi-bin/webscr" method="post" target="_blank">
|
<form action="https://timetheft.social/@tinybird" method="post" target="_blank">
|
||||||
<input type="hidden" name="cmd" value="_xclick">
|
<button class="mastodon">say hi</button>
|
||||||
<input type="hidden" name="business" value="mutantsluggenghiskhan@yahoo.co.uk">
|
|
||||||
<input type="hidden" name="item_name" value="Donation to Ruin">
|
|
||||||
<input type="hidden" name="currency_code" value="GBP">
|
|
||||||
<button class="donate">donate</button>
|
|
||||||
</form>
|
|
||||||
<form action="https://twitter.com/synth_ruiner" target="_blank">
|
|
||||||
<button class="twitter">say hi</button>
|
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue