MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
| Regel 14: | Regel 14: | ||
h2 { font-family: sans-serif !important; } | h2 { font-family: sans-serif !important; } | ||
span.check-button | span.check-button a{ | ||
color: #CDCC00; | color: #CDCC00; | ||
border: solid 1px #CDCC00; | border: solid 1px #CDCC00; | ||
| Regel 42: | Regel 42: | ||
} | } | ||
span.check-button:visited a{ | /*span.check-button:visited a{ | ||
color: #CDCC00; | color: #CDCC00; | ||
background-color: #FFFFFF; | background-color: #FFFFFF; | ||
| Regel 50: | Regel 50: | ||
font-weight: 800; | font-weight: 800; | ||
text-decoration: none; | text-decoration: none; | ||
} | }*/ | ||
Versie van 15 sep 2023 09:08
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
body {
background-color: white;
}
#mw-head {
background-color: white;
}
#ca-talk { display: none !important; }
#ca-nstab-main { display: none !important; }
#ca-viewsource { display: none !important; }
#firstHeading { font-family: sans-serif !important; }
h1 { border: none; }
#p-coll-print_export { display: none !important; }
h2 { font-family: sans-serif !important; }
span.check-button a{
color: #CDCC00;
border: solid 1px #CDCC00;
padding: 8px 12px 8px 12px;
border-radius: 8px;
font-weight: 800;
text-decoration: none;
}
span.check-button:hover a{
color: #CDCC00;
border: solid 2px #CDCC00;
padding: 8px 12px 8px 12px;
border-radius: 8px;
font-weight: 800;
text-decoration: none;
}
span.check-button:active a{
color: #FFFFFF;
background-color: #CDCC00;
border: solid 2px #CDCC00;
padding: 8px 12px 8px 12px;
border-radius: 8px;
font-weight: 800;
text-decoration: none;
}
/*span.check-button:visited a{
color: #CDCC00;
background-color: #FFFFFF;
border: solid 1.5px #CDCC00;
padding: 8px 12px 8px 12px;
border-radius: 8px;
font-weight: 800;
text-decoration: none;
}*/