Skip to content

Commit

Permalink
Add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
othree committed Aug 3, 2018
1 parent 56fb6c1 commit 549d66a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 8 deletions.
6 changes: 5 additions & 1 deletion footer.html
Expand Up @@ -16,13 +16,17 @@
/* * * 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>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>

</div>

<footer>
Made with &lt;3 by <a href="https://othree.net">othree</a>.
</footer>

<script type="text/javascript">
var _gaq = _gaq || [];
Expand Down
4 changes: 4 additions & 0 deletions general_footer.html
Expand Up @@ -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']);
Expand Down
26 changes: 19 additions & 7 deletions stylesheets/main.css
@@ -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;}
Expand Down

0 comments on commit 549d66a

Please sign in to comment.