Browse Source

Add footer

gh-pages
othree 7 years ago
parent
commit
549d66a211
  1. 6
      footer.html
  2. 4
      general_footer.html
  3. 14
      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']);

14
stylesheets/main.css

@ -4,7 +4,19 @@ html.han-biaodian-pro-cns { @@ -4,7 +4,19 @@ html.han-biaodian-pro-cns {
}
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,

Loading…
Cancel
Save