MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus BK Wiki Bewerber
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(20 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 7: Zeile 7:
#mw-page-base {background-image: none; background-color: #f6f6f6; }
#mw-page-base {background-image: none; background-color: #f6f6f6; }


.linkfarbeweiß a { color: #fff;}
.linkfarbeweiß a { color: #fff !IMPORTANT;}


.linkfarbeweiß a:visited { color: #fff;}
.linkfarbeweiß a:visited { color: #fff !IMPORTANT;}  


#linkfarbeschwarz a { color: #000;}
#linkfarbeschwarz a { color: #000 !IMPORTANT;}


#linkfarbeschwarz a:visited { color: #000;}
#linkfarbeschwarz a:visited { color: #000 !IMPORTANT;}
 
.linkfarbeweißextern a { color: #fff !IMPORTANT; font-weight: normal !IMPORTANT;}
 
.linkfarbeweißextern a:visited { color: #fff !IMPORTANT; font-weight: normal !IMPORTANT;}
 
#linkfarbeschwarzextern a { color: #000 !IMPORTANT; font-weight: normal !IMPORTANT;}
 
#linkfarbeschwarzextern a:visited { color: #000 !IMPORTANT; font-weight: normal !IMPORTANT;}


#unterstrichschwarz {text-decoration: underline black;}
#unterstrichschwarz {text-decoration: underline black;}
Zeile 27: Zeile 35:
body {
body {
font-family: Verdana;
font-family: Verdana;
}
.catlinks {
border-radius: 8px;
border-style: hidden;
background-color: #f6f6f6;
padding: 5px;
margin-top: 1em;
clear: both;
}
}

Aktuelle Version vom 9. November 2022, 12:10 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.toc {border-radius: 2em; border-style: hidden; background-color: #f6f6f6;}

body {background-color: #f6f6f6;}

#mw-page-base {background-image: none; background-color: #f6f6f6; }

.linkfarbeweiß a { color: #fff !IMPORTANT;}

.linkfarbeweiß a:visited { color: #fff !IMPORTANT;} 

#linkfarbeschwarz a { color: #000 !IMPORTANT;}

#linkfarbeschwarz a:visited { color: #000 !IMPORTANT;}

.linkfarbeweißextern a { color: #fff !IMPORTANT; font-weight: normal !IMPORTANT;}

.linkfarbeweißextern a:visited { color: #fff !IMPORTANT; font-weight: normal !IMPORTANT;} 

#linkfarbeschwarzextern a { color: #000 !IMPORTANT; font-weight: normal !IMPORTANT;}

#linkfarbeschwarzextern a:visited { color: #000 !IMPORTANT; font-weight: normal !IMPORTANT;}

#unterstrichschwarz {text-decoration: underline black;}

.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
color: #004682; font-family: Verdana;
}

h1, h2, h3, h4, h5, h6 {
color: #004682; font-family: Verdana;
}

body {
font-family: Verdana;
}

.catlinks {
border-radius: 8px;
border-style: hidden;
background-color: #f6f6f6;
padding: 5px;
margin-top: 1em;
clear: both;
}