Created
May 15, 2012 12:35
-
-
Save tavriaforever/2701424 to your computer and use it in GitHub Desktop.
;) - найди ссылку))) visible in firefox
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p><a href="/">обычная ссылка</a> просто текст <a class="pseudo" href="#" title="нажми на меня">ссылка</a> еще текст</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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