@charset "UTF-8";
/**
 * Projekt Vorlagenkatalog
 *
 * Design "FAU 2016" – Erweiterung: Linkicons
 *
 * @copyright       Copyright RRZE-Webteam
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/)
 * @link            http://www.vorlagen.uni-erlangen.de
 * @package         css
 * @version         1.0
 * @lastmodified    02/2016
 */
@media screen, projection {
  a[href^="http:"] {
    padding-left: 12px;
    background: url("../img/extern.gif") center left no-repeat; }

  a[href^="http://www.techfak.uni-erlangen.org"] {
    padding-left: 16px;
    background: url("/img/links/englisch.gif") center left no-repeat; }

  a[href^="http://blogs.fau.de"] {
    padding-left: 18px;
    background: url("/img/links/blog.png") center left no-repeat; }

  a[href^="http://univis"] {
    padding-left: 44px;
    background: url("/img/links/univis.gif") center left no-repeat; }

  a[href^="https://"] {
    background: url(/img/links/lock.gif) center left no-repeat;
    padding-left: 16px; }

  a[href^="mailto:"] {
    background: url(/img/links/mail.gif) center left no-repeat;
    padding-left: 18px; }

  a[href$=".ogg"], a[href$=".OGG"],
  a[href$=".mid"], a[href$=".MID"],
  a[href$=".midi"], a[href$=".MIDI"],
  a[href$=".mp3"], a[href$=".MP3"],
  a[href$=".wav"], a[href$=".WAV"],
  a[href$=".wma"], a[href$=".WMA"] {
    background: url("/img/links/audio.png") center left no-repeat;
    padding-left: 19px; }

  a[href$=".ogm"], a[href$=".OGM"],
  a[href$=".avi"], a[href$=".AVI"],
  a[href$=".mpeg"], a[href$=".MPEG"],
  a[href$=".mpg"], a[href$=".MPG"] {
    background: url("/img/links/video.png") center left no-repeat;
    padding-left: 19px; }

  a[href$=".pdf"], a[href$=".PDF"],
  a[href*=".pdf#"], a[href*=".PDF#"],
  a[href*=".pdf?"], a[href*=".PDF?"] {
    background: url("/img/links/pdf.gif") center left no-repeat;
    padding-left: 19px; }

  a[href$=".zip"], a[href$=".ZIP"],
  a[href$=".tgz"], a[href$=".TGZ"],
  a[href$=".rar"], a[href$=".RAR"],
  a[href$=".exe"], a[href$=".EXE"],
  a[href$=".msi"], a[href$=".MSI"],
  a[href$=".dmg"], a[href$=".DMG"],
  a[href$=".gz"], a[href$=".GZ"],
  a[href*=".gzip"], a[href*=".GZIP"] {
    background: url("/img/links/zip.gif") center left no-repeat;
    padding-left: 19px; }

  #menu a, #tecmenu a, #targetmenu a, a.nolinkicon {
    background: none;
    padding-right: 0; } }
