mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
parent
b8165acd49
commit
0007952c75
7 changed files with 465 additions and 15 deletions
|
|
@ -6,11 +6,11 @@
|
|||
<meta name="description" content="Unofficial Iron Kingdoms Role Playing Game (IKRPG) Resources: IKRPG content index and character sheets." />
|
||||
<link rel="stylesheet" href="/static/stylesheets/index.css" />
|
||||
<link rel="stylesheet" href="/static/stylesheets/content/datatables.css" />
|
||||
|
||||
|
||||
<!--script src="/static/javascripts/expandable.js"></script>
|
||||
<script src="/static/javascripts/opaquable.js"></script>
|
||||
<script src="/static/javascripts/resizable.js"></script-->
|
||||
|
||||
|
||||
<script type="text/javascript" src="//code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||
<script type="text/javascript" src="/static/javascripts/jquery-ui-1.11.4.min.js"></script>
|
||||
<script type="text/javascript" src="//cdn.datatables.net/1.10.0/js/jquery.dataTables.min.js"></script>
|
||||
|
|
@ -30,10 +30,10 @@
|
|||
$("#head").css('background-position', '50% '+(topX-66)+'px');
|
||||
$("#foot > div.banner").css('background-image', 'url('+imageName+')');
|
||||
}
|
||||
|
||||
|
||||
function setBackground(imageName, topX) {
|
||||
changeBackground(imageName, topX);
|
||||
|
||||
|
||||
db.get("bg", function(error, bg) {
|
||||
if(!error) {
|
||||
bg.name = imageName;
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
$(function() {
|
||||
db.get("bg", function(error, bg) {
|
||||
if(error) {
|
||||
|
|
@ -94,15 +94,15 @@
|
|||
}
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
(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-64351555-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue