Skip to content

Instantly share code, notes, and snippets.

@1rick
Created April 16, 2013 13:26
Show Gist options
  • Save 1rick/5395861 to your computer and use it in GitHub Desktop.
Save 1rick/5395861 to your computer and use it in GitHub Desktop.
a.liveblog{
font-size:12px;
color:#FFFFFF;
background-color: #e8e8e8;
box-shadow: 1px 1px 5px #888888;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
text-decoration:none;
}
a.liveblog:hover{
-webkit-stroke-width: 5.3px;
-webkit-stroke-color: #FFFFFF;
-webkit-fill-color: #FFFFFF;
text-shadow: 1px 0px 20px red;
-webkit-transition: width 0.3s;
transition: width 0.3s;
-moz-transition: width 0.3s;
-o-transition: width 0.3s;
}
<p><a name="%1H:%M"></a><a href="#%1H:%M" class="liveblog">%1H:%M</a> - %|</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment