mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Adding "fork me on github" banner
This commit is contained in:
parent
8c0ab4def1
commit
3ae8078d3a
2 changed files with 27 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="ribbon">
|
||||||
|
<a href="http://github.com/spf13/hugo" rel="me">Fork me on GitHub</a>
|
||||||
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<footer id="footer">
|
<footer id="footer">
|
||||||
<p class="pull-right"><a href="#top">Back to top</a></p>
|
<p class="pull-right"><a href="#top">Back to top</a></p>
|
||||||
|
|
25
docs/static/static/css/bootstrap-responsive.css
vendored
25
docs/static/static/css/bootstrap-responsive.css
vendored
|
@ -1106,4 +1106,27 @@
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ribbon {
|
||||||
|
background-color: #a00;
|
||||||
|
overflow: hidden;
|
||||||
|
position: absolute;
|
||||||
|
right: -3em;
|
||||||
|
top: 2.5em;
|
||||||
|
-moz-transform: rotate(45deg);
|
||||||
|
-webkit-transform: rotate(45deg);
|
||||||
|
-moz-box-shadow: 0 0 1em #888;
|
||||||
|
-webkit-box-shadow: 0 0 1em #888;
|
||||||
|
}
|
||||||
|
#ribbon a {
|
||||||
|
border: 1px solid #faa;
|
||||||
|
color: #fff;
|
||||||
|
display: block;
|
||||||
|
font: bold 81.25% "Helvetiva Neue",Helvetica,Arial,sans-serif;
|
||||||
|
margin: 0.05em 0 0.075em 0;
|
||||||
|
padding: 0.5em 3.5em;
|
||||||
|
text-align: center;
|
||||||
|
text-decoration: none;
|
||||||
|
text-shadow: 0 0 0.5em #444;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue