Skip to content

Instantly share code, notes, and snippets.

@Holek
Created May 31, 2012 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Holek/2842581 to your computer and use it in GitHub Desktop.
Save Holek/2842581 to your computer and use it in GitHub Desktop.
SalesKing links tryout
/**
* SalesKing links tryout
*/
a, a:link, a:visited, .link {background-color: transparent;color: #900;}
a:hover, .link:hover {cursor: pointer; text-decoration:underline;}
.link.disabled:hover {cursor: help; text-decoration:line-through;}
:link, :visited, :hover, :active, :focus {text-decoration: none;}
a, a:link, a:visited {background-color: transparent;color: #900;}
min-height: 100%;
<!-- content to be placed inside <body>…</body> -->
<p>
<a href="#">A normal client</a></p>
<p>
<span class="link disabled" title="We might add some tip here!">A disabled client</span></p>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment