Skip to content

Instantly share code, notes, and snippets.

@tavriaforever
Created May 15, 2012 12:35
Show Gist options
  • Save tavriaforever/2701424 to your computer and use it in GitHub Desktop.
Save tavriaforever/2701424 to your computer and use it in GitHub Desktop.
;) - найди ссылку))) visible in firefox
body
{
font: 14px/1.3 Arial;
}
.pseudo
{
text-decoration: none;
position: relative;
color: blue;
display: inline-block;
line-height: 1.3;
}
.pseudo:before
{
content: " ";
position: absolute;
top: 0;
right: 0;
bottom:10%;
left: 0;
border-bottom: 0.09em dashed;
}
.pseudo:hover:before
{
border-bottom-width:0;
}
.pseudo:active
{
top: 1px;
}
/* ;) - найди ссылку))) visible in firefox*/
.pseudo:focus,
.pseudo:focus:before
{
color: transparent;
text-shadow: 0 0 3px rgba(0,0,0,0.5);
opacity: 0.3;
}
<p><a href="/">обычная ссылка</a> просто текст <a class="pseudo" href="#" title="нажми на меня">ссылка</a> еще текст</p>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment