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,13 +16,17 @@
/* * * DON'T EDIT BELOW THIS LINE * * */ /* * * DON'T EDIT BELOW THIS LINE * * */
(function() { (function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; 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); (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})(); })();
</script> </script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div> </div>
<footer>
Made with &lt;3 by <a href="https://othree.net">othree</a>.
</footer>
<script type="text/javascript"> <script type="text/javascript">
var _gaq = _gaq || []; var _gaq = _gaq || [];

4
general_footer.html

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

26
stylesheets/main.css

@ -1,28 +1,40 @@
html, html,
html.han-biaodian-pro-cns { 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 { 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 ul li,
div.wikistyle ol li, div.wikistyle ol li,
article.wikistyle ul li, article.wikistyle ul li,
article.wikistyle ol li { article.wikistyle ol li {
line-height: 1.2; line-height: 1.2;
} }
nav, div.wikistyle, article.wikistyle, #comments{ nav, div.wikistyle, article.wikistyle, #comments{
width: 760px; width: 760px;
margin: 0 auto; margin: 0 auto;
} }
div.wikistyle, article.wikistyle, #comments { div.wikistyle, article.wikistyle, #comments {
margin-top: 1em; margin-top: 1em;
} }
nav a { 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{background-color:#f8f8f8;padding:.7em;}
nav, div.wikistyle, article.wikistyle, #comments{border:1px solid #e9e9e9;} nav, div.wikistyle, article.wikistyle, #comments{border:1px solid #e9e9e9;}

Loading…
Cancel
Save