MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
| Regel 13: | Regel 13: | ||
#p-coll-print_export { display: none !important; } | #p-coll-print_export { display: none !important; } | ||
h2 { font-family: sans-serif !important; } | h2 { font-family: sans-serif !important; } | ||
span.check-button:link { | |||
background-color: #CDCC00; | |||
padding: 8px; | |||
border-radius: 8px; | |||
font-weight: 800; | |||
}; | |||
span.check-button:hover { | |||
background-color: #EFEE00; | |||
padding: 8px; | |||
border-radius: 8px; | |||
font-weight: 800; | |||
}; | |||
span.check-button:active{ | |||
background-color: #FFFE49; | |||
padding: 8px; | |||
border-radius: 8px; | |||
font-weight: 800; | |||
}; | |||
Versie van 15 sep 2023 07:27
/** 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:link {
background-color: #CDCC00;
padding: 8px;
border-radius: 8px;
font-weight: 800;
};
span.check-button:hover {
background-color: #EFEE00;
padding: 8px;
border-radius: 8px;
font-weight: 800;
};
span.check-button:active{
background-color: #FFFE49;
padding: 8px;
border-radius: 8px;
font-weight: 800;
};