Browse Source

Add footer

gh-pages
othree 7 years ago
parent
commit
549d66a211
  1. 6
      footer.html
  2. 4
      general_footer.html
  3. 26
      stylesheets/main.css

6
footer.html

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
@ -24,6 +24,10 @@ @@ -24,6 +24,10 @@
</div>
<footer>
Made with &lt;3 by <a href="https://othree.net">othree</a>.
</footer>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21880461-1']);

4
general_footer.html

@ -2,6 +2,10 @@ @@ -2,6 +2,10 @@
</div>
<footer>
Made with &lt;3 by <a href="https://othree.net">othree</a>.
</footer>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-21880461-1']);

26
stylesheets/main.css

@ -1,28 +1,40 @@ @@ -1,28 +1,40 @@
html,
html.han-biaodian-pro-cns {
/* font-family: "Biaodian Pro Sans CNS", "Helvetica Neue", Arial, "Han Heiti", sans-serif; */
/* font-family: "Biaodian Pro Sans CNS", "Helvetica Neue", Arial, "Han Heiti", sans-serif; */
}
body {
padding: 0 1em 1em;
margin: 0;
padding: 0 1em;
}
footer {
margin: 64px auto 0;
border-radius: 4px 4px 0 0;
border: 1px solid #e9e9e9;
max-width: 760px;
padding: 6px 10px;
font-size: 12px;
color: #666;
background: #f8f8f8;
}
div.wikistyle ul li,
div.wikistyle ol li,
article.wikistyle ul li,
article.wikistyle ol li {
line-height: 1.2;
line-height: 1.2;
}
nav, div.wikistyle, article.wikistyle, #comments{
width: 760px;
margin: 0 auto;
width: 760px;
margin: 0 auto;
}
div.wikistyle, article.wikistyle, #comments {
margin-top: 1em;
margin-top: 1em;
}
nav a {
margin-right: 0.5em;
margin-right: 0.5em;
}
nav, div.wikistyle, article.wikistyle, #comments{background-color:#f8f8f8;padding:.7em;}
nav, div.wikistyle, article.wikistyle, #comments{border:1px solid #e9e9e9;}

Loading…
Cancel
Save