Bring back Github banner.

This commit is contained in:
Greg Edwards
2014-09-02 01:53:58 -04:00
parent 33524db125
commit 1dbe9b4ca4
2 changed files with 29 additions and 1 deletions

View File

@@ -84,7 +84,10 @@
</ul>
</div>
<div id="gtsHeaderBorder"></div>
<div class="github-contain">
<a class="github" href="https://github.com/mm201/pkmnFoundations" target="_blank">Fork me on GitHub!</a>
</div>
</div>

View File

@@ -28,6 +28,31 @@ h1, h2, h3, h4, strong
overflow: hidden;
}
.github-contain
{
position: absolute;
overflow: hidden;
top: 0; right: 0;
width: 160px; height: 160px;
}
.github
{
width: 300px;
height: 20px;
color: white;
background-color: black;
position: absolute;
top: 60px;
right: -80px;
text-align: center;
display: block;
margin: 0; padding: 0;
text-decoration: none;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.gtsNav, .gtsNav ul, .gtsNav li
{
margin: 0; padding: 0;