MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus ElaWiki
Zur Navigation springenZur Suche springen
Said (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Said (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 58: | Zeile 58: | ||
#userloginlink a, #wpLoginattempt, #wpCreateaccount { | #userloginlink a, #wpLoginattempt, #wpCreateaccount { | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
#bodyContent a.external, | |||
#bodyContent a[href ^="gopher://"] { | |||
background: url(external.png) center right no-repeat; | |||
padding-right: 13px; | |||
} | |||
#bodyContent a[href ^="https://"], | |||
.link-https { | |||
background: url(lock_icon.gif) center right no-repeat; | |||
padding-right: 16px; | |||
} | |||
#bodyContent a[href ^="mailto:"], | |||
.link-mailto { | |||
background: url(mail_icon.gif) center right no-repeat; | |||
padding-right: 18px; | |||
} | |||
#bodyContent a[href ^="news://"] { | |||
background: url(news_icon.png) center right no-repeat; | |||
padding-right: 18px; | |||
} | |||
#bodyContent a[href ^="ftp://"], | |||
.link-ftp { | |||
background: url(file_icon.gif) center right no-repeat; | |||
padding-right: 18px; | |||
} | |||
#bodyContent a[href ^="irc://"], | |||
.link-irc { | |||
background: url(discussionitem_icon.gif) center right no-repeat; | |||
padding-right: 18px; | |||
} | |||
/* disable interwiki styling */ | |||
#bodyContent a.extiw, | |||
#bodyContent a.extiw:active { | |||
color: #DD0000; | |||
background: none; | |||
padding: 0; | |||
} | |||
#bodyContent a.external { | |||
color: #DD0000; | |||
} | |||
/* this can be used in the content area to switch off | |||
special external link styling */ | |||
#bodyContent .plainlinks a { | |||
background: none !important; | |||
padding: 0 !important; | |||
} | } |
Version vom 19. Mai 2010, 01:40 Uhr
body { font: x-small sans-serif; background: #1B1B1B; color: white; margin: 0; padding: 0; } a { text-decoration: none; color: #DD0000; background: none; } a:visited { color: #DD0000; } a:active { color: #DD0000; } a:hover { text-decoration: underline; } a.stub { color: #DD0000; } a.new { color: #9a9495 !important; } a.new, #p-personal a.new { color: #DD0000; } a.new:visited, #p-personal a.new:visited { color: #DD0000; } #catlinks { border: 1px solid #444444; background-color: #1B1B1B; padding: 5px; margin-top: 1em; clear: both; } #t-ispermalink, #t-iscite { color: #444444; } #userloginprompt, #languagelinks { font-size: 85%; } #login-sectiontip { font-size: 85%; line-height: 1.2; padding-top: 2em; } #userlogin .loginText, #userlogin .loginPassword { width: 12em; } #userloginlink a, #wpLoginattempt, #wpCreateaccount { font-weight: bold; } #bodyContent a.external, #bodyContent a[href ^="gopher://"] { background: url(external.png) center right no-repeat; padding-right: 13px; } #bodyContent a[href ^="https://"], .link-https { background: url(lock_icon.gif) center right no-repeat; padding-right: 16px; } #bodyContent a[href ^="mailto:"], .link-mailto { background: url(mail_icon.gif) center right no-repeat; padding-right: 18px; } #bodyContent a[href ^="news://"] { background: url(news_icon.png) center right no-repeat; padding-right: 18px; } #bodyContent a[href ^="ftp://"], .link-ftp { background: url(file_icon.gif) center right no-repeat; padding-right: 18px; } #bodyContent a[href ^="irc://"], .link-irc { background: url(discussionitem_icon.gif) center right no-repeat; padding-right: 18px; } /* disable interwiki styling */ #bodyContent a.extiw, #bodyContent a.extiw:active { color: #DD0000; background: none; padding: 0; } #bodyContent a.external { color: #DD0000; } /* this can be used in the content area to switch off special external link styling */ #bodyContent .plainlinks a { background: none !important; padding: 0 !important; }