MediaWiki:Common.css
Aus ElaWiki
Zur Navigation springenZur Suche springen
Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Strg+F5
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;
}