Skip to content

Instantly share code, notes, and snippets.

@tyv
Created April 24, 2012 09:29
Show Gist options
  • Save tyv/2478261 to your computer and use it in GitHub Desktop.
Save tyv/2478261 to your computer and use it in GitHub Desktop.
Untitled
a[href*="://"]
{
color: #f70;
}
a[target="_blank"]
{
padding-right: 0.5em;
}
a[target="_blank"]:after
{
position: absolute;
margin-left: 0.5em;
content: ' ⇱';
transform: rotate(90deg);
}
a[href$="google.com"]
{
color: #666;
}
<div>
<ul>
<li><a href="/">Главная</a></li>
<li><a href="/news">Новости</a></li>
<li><a href="http://ya.ru">Яндекс</a></li>
<li><a href="https://mail.ya.ru">Яндекс.Почта</a></li>
<li><a href="http://maps.yandex.ru" target="_blank">Яндекс.Почта</a></li>
<li><a href="http://google.com">Google</a></li>
<li><a href="http://maps.google.com">Google Maps</a></li>
<li><a href="http://news.google.com">Google News</a></li>
</ul>
</div>
{"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