Advertisement
studioart

Externe Links mit FontAwesome auszeichnen

Jun 3rd, 2014
690
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. .entry p a[href^="http:"]:after, .entry p a[href^="https:"]:after {
  2.     color: #5FB5BA;
  3.    content: "\f08e";
  4.     font-family: FontAwesome;
  5.     font-size: 12px;
  6.     font-style: normal;
  7.     left: 2px;
  8.     position: relative;
  9.     top: -4px;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement