MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus BK Wiki Bewerber
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(9 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 36: Zeile 44:
margin-top: 1em;
margin-top: 1em;
clear: both;
clear: both;
}
.mw-parser-output .external {
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(https://bk-wiki-bewerber.betterinform.de/wiki/images/c/c2/Icon_Video_blau.png);
    background-image: linear-gradient(transparent,transparent),url(https://bk-wiki-bewerber.betterinform.de/wiki/images/c/c2/Icon_Video_blau.png);
    padding-right: 13px;
}
}

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;
}