Updated to 2.019
This commit is contained in:
parent
c0946853f4
commit
ace81d4065
77
index.html
77
index.html
|
@ -1,4 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
|
@ -9,32 +10,23 @@
|
|||
|
||||
<title>Cookie Clicker</title>
|
||||
<!--
|
||||
Code and graphics copyright Orteil, 2013-2018
|
||||
Code and graphics copyright Orteil, 2013-2019
|
||||
Feel free to alter this code to your liking, but please do not re-host it, do not profit from it and do not present it as your own.
|
||||
-->
|
||||
|
||||
<meta name="viewport" content="width=900, initial-scale=1">
|
||||
<link rel="shortcut icon" href="img/favicon.ico" />
|
||||
<!--<link href="https://fonts.googleapis.com/css?family=Kavoon&subset=latin,latin-ext" rel="stylesheet" type="text/css">-->
|
||||
<link href='https://fonts.googleapis.com/css?family=Merriweather:900&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
|
||||
<script src="showads.js"></script><!-- this just detects adblockers so we can adjust the layout and play nice -->
|
||||
<script src="base64.js"></script>
|
||||
<script src="main.js?v=2.041"></script>
|
||||
<link href="style.css?v=2.039" rel="stylesheet" type="text/css">
|
||||
<script src="main.js?v=2.051"></script>
|
||||
<link href="style.css?v=2.047" rel="stylesheet" type="text/css">
|
||||
<!--[if IE]>
|
||||
<style type="text/css">
|
||||
#ifIE9{display:block;}
|
||||
</style>
|
||||
<![endif]-->
|
||||
<!--->
|
||||
<meta name="viewport"
|
||||
content="initial-scale=2.0,
|
||||
maximum-scale=2.0,
|
||||
minimum-scale=2.0,
|
||||
height=device-height,
|
||||
width=device-width,
|
||||
target-densityDpi=device-dpi"/>
|
||||
<!---->
|
||||
<!--<meta name="viewport" content="width=250"/>-->
|
||||
<!--<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=250, height=device-height, target-densitydpi=device-dpi"/>-->
|
||||
|
||||
<!--[if lt IE9]><script src="excanvas.compiled.js"></script><![endif]-->
|
||||
|
||||
|
@ -44,7 +36,7 @@ target-densityDpi=device-dpi"/>
|
|||
<div id="wrapper">
|
||||
|
||||
<div id="topBar">
|
||||
<div><b>Cookie Clicker</b>™ © <a href="http://orteil.dashnet.org" target="_blank" id="topbarOrteil">Orteil</a>, 2018 - <a href="http://dashnet.org" target="_blank" id="topbarDashnet">DashNet</a></div>
|
||||
<div><b>Cookie Clicker</b>™ © <a href="http://orteil.dashnet.org" target="_blank" id="topbarOrteil">Orteil</a>, 2019 - <a href="http://dashnet.org" target="_blank" id="topbarDashnet">DashNet</a></div>
|
||||
<div><a href="http://twitter.com/orteil42" target="_blank" id="topbarTwitter">twitter</a></div>
|
||||
<div><a href="http://orteil42.tumblr.com" target="_blank" id="topbarTumblr">tumblr</a></div>
|
||||
<!--<div><a href="http://forum.dashnet.org" target="_blank">Official forum</a></div>-->
|
||||
|
@ -90,7 +82,7 @@ target-densityDpi=device-dpi"/>
|
|||
<div id="sparkles" class="sparkles"></div>
|
||||
<div id="notes"></div>
|
||||
<div id="darken"></div>
|
||||
<div id="toggleBox" class="framed prompt"></div><!-- tabindex="-1" -->
|
||||
<div id="toggleBox" class="framed prompt"></div>
|
||||
<div id="promptAnchor"><div id="prompt" class="framed"><div id="promptContent"></div><div class="close" onclick="PlaySound('snd/tick.mp3');Game.ClosePrompt();">x</div></div></div>
|
||||
<div id="versionNumber" class="title"></div>
|
||||
<div id="ascend">
|
||||
|
@ -150,6 +142,25 @@ target-densityDpi=device-dpi"/>
|
|||
</div>
|
||||
|
||||
<div id="sectionRight" class="inset">
|
||||
<div class="ifNoAds" style="width:300px;text-align:center;padding:8px 0px;background:rgba(0,0,0,0.95);font-size:10px;opacity:0.5;text-shadow:0px 0px 2px #000,0px 1px 0px #000;text-align:center;">
|
||||
Cookie Clicker is mainly supported by ads.<br>Consider unblocking our site or checking out our <a href="https://www.patreon.com/dashnet" target="_blank">Patreon</a>!
|
||||
</div>
|
||||
<div id="smallSupport" style="width:300px;text-align:center;padding-bottom:40px;background:rgba(0,0,0,0.5);position:relative;z-index:100;">
|
||||
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- Cookie Clicker Header Responsive -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block;margin:auto;width:300px;max-height:300px;overflow:hidden;"
|
||||
data-ad-client="ca-pub-8491708950677704"
|
||||
data-ad-slot="7077525342"
|
||||
data-ad-format="rectangle"
|
||||
data-full-width-responsive="true"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
|
||||
<div class="supportComment">^ Sponsored link ^</div>
|
||||
</div>
|
||||
<div id="store">
|
||||
<div id="storeTitle" class="inset title zoneTitle">Store</div>
|
||||
<div id="toggleUpgrades" class="storeSection upgradeBox"></div>
|
||||
|
@ -160,7 +171,7 @@ target-densityDpi=device-dpi"/>
|
|||
</div>
|
||||
|
||||
<div id="support" style="margin-top:130px;">
|
||||
<div class="supportComment">Sponsored links</div>
|
||||
<div class="supportComment">v Sponsored links v</div>
|
||||
<div style="position:relative;">
|
||||
|
||||
<div style="position:relative;z-index:100;min-height:250px;">
|
||||
|
@ -168,7 +179,7 @@ target-densityDpi=device-dpi"/>
|
|||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- Cookie Clicker Responsive -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
style="display:block;margin:auto;"
|
||||
data-ad-client="ca-pub-8491708950677704"
|
||||
data-ad-slot="9780186019"
|
||||
data-ad-format="auto"
|
||||
|
@ -179,37 +190,15 @@ target-densityDpi=device-dpi"/>
|
|||
|
||||
<div style="height:16px;"></div>
|
||||
|
||||
<!-- AdventureQuest Worlds banner -->
|
||||
<!-- AdventureQuest Worlds banner
|
||||
<a class="ad" id="aqad" href="http://www.aq.com/landing/cookie/?utm_campaign=AQW_CookieClicker&utm_source=CookieClicker" target="_blank" title="AdventureQuest Worlds" style="background:url(img/aqworldsbanner.jpg) no-repeat;width:300px;height:64px;display:block;position:relative;margin:0px auto;">
|
||||
</a>
|
||||
</a>-->
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
<div id="sectionAd" class="inset">
|
||||
|
||||
<div class="supportComment">Sponsored links</div>
|
||||
<div style="position:relative;">
|
||||
<div class="supportPlaceholder">
|
||||
<div>(Normally, there would be an ad here. It's fine if you want to block it, but remember - Cookie Clicker only happens because of ad revenue!)</div>
|
||||
</div>
|
||||
<div style="position:relative;z-index:100;">
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<ins class="adsbygoogle"
|
||||
style="display:inline-block;width:160px;height:600px"
|
||||
data-ad-client="ca-pub-8491708950677704"
|
||||
data-ad-slot="8643839697"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
-->
|
||||
|
||||
<div id="focusButtons">
|
||||
<div id="focusLeft" class="title">Cookie</div>
|
||||
|
@ -230,4 +219,4 @@ target-densityDpi=device-dpi"/>
|
|||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue
Block a user