/**
 * Projekt Vorlagenkatalog 
 *
 * Basisstylesheet 
 *
 * @mod_name        Automatische Linkicons
 * @mod_desc         Automatische Linkicons die ueber CSS eingeschaltet werden
 *
 * @copyright       Copyright 2005-2011, RRZE
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/)
 * @link            http://www.vorlagen.uni-erlangen.de
 * @package         css
 * @version         3.0
 * @lastmodified    10/2011
 */
 
@media screen, projection
{
           /**
  * (en) Emphasizing external Hyperlinks via CSS
  * (de) Hervorhebung externer Hyperlinks mit CSS
  *
  * @section             content-external-links
  * @app-yaml-default    disabled
  */

  
  #content a[href^="http:"] {
    padding-left:12px;      
    background:url('/img/links/extern.gif') center left no-repeat;
  } 
  #content a[href^="http://www.techfak.uni-erlangen.org"] {
    padding-left:16px;      
    background:url('/img/links/englisch.gif') center left no-repeat;
  } 
  #content a[href^="http://blogs.fau.de"] {
    padding-left:18px;      
    background:url('/img/links/blog.png') center left no-repeat;
  }
  #content a[href^="http://univis"] {
    padding-right:44px;      
    padding-left: 0px;
    background:url('/img/links/univis.gif') center right no-repeat;
  }

#content a[href ^="https://"] {
   color: #0066BB;
    background: url(/img/links/lock.gif) center right no-repeat;
    padding-right: 16px;
}
/*
#content a[href ^="mailto:"] {
   color: #0066BB;
    background: url(/img/links/mail.gif) center right no-repeat;
    padding-right: 18px;
}
*/
#content a[href $=".ogg"], a[href $=".OGG"],
#content a[href $=".mid"], a[href $=".MID"],
#content a[href $=".midi"], a[href $=".MIDI"],
#content a[href $=".mp3"], a[href $=".MP3"],
#content a[href $=".wav"], a[href $=".WAV"],
#content a[href $=".wma"], a[href $=".WMA"] {
    background: url("/img/links/audio.png") center left no-repeat;
    padding-left: 19px;
}
#content a[href $=".ogm"], a[href $=".OGM"],
#content a[href $=".avi"], a[href $=".AVI"],
#content a[href $=".mpeg"], a[href $=".MPEG"],
#content a[href $=".mpg"], a[href $=".MPG"] {
    background: url("/img/links/video.png") center left no-repeat;
    padding-left: 19px;
}
#content a[href $=".pdf"], a[href $=".PDF"],
#content a[href *=".pdf#"], a[href *=".PDF#"],
#content a[href *=".pdf?"], a[href *=".PDF?"] {
    background: url("/img/links/pdf.gif") center left no-repeat;
    padding-left: 19px;
}
#content a[href $=".zip"], a[href $=".ZIP"],
#content a[href $=".rar"], a[href $=".RAR"],
#content a[href $=".exe"], a[href $=".EXE"],
#content a[href $=".msi"], a[href $=".MSI"],
#content a[href $=".dmg"], a[href $=".DMG"],
#content a[href $=".gz"], a[href $=".GZ"],
#content a[href *=".gzip"], a[href *=".GZIP"] {
    background: url("/img/links/zip.gif") center left no-repeat;
    padding-left: 19px;
}

#content a.nolinkicon {
	background: none;
	padding-right: 0;
}

}
