added back to top widget

This commit is contained in:
Dayle Rees
2012-04-03 11:30:00 +01:00
parent 6f8e3259f0
commit edbac90ce3
3 changed files with 258 additions and 0 deletions

View File

@@ -258,6 +258,27 @@ code
color:#888;
}
#toTop
{
display:block;
padding:0.2em 1em 0.05em 1em;
position:fixed;
top:1.2em;
right:1.2em;
background-color:#777;
text-align:center;
color:#fff;
text-decoration:none;
text-transform:uppercase;
font-size:0.9em;
border-radius:3px;
}
#toTop:hover
{
background-color:#E3591E;
}
/* Prettify Styles -------------- */