MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
| Regel 16: | Regel 16: | ||
/* Styles of the table on the home page */ | /* Styles of the table on the home page */ | ||
table#homepage-table | table#homepage-table caption { | ||
font-weight: 500; | |||
} | } | ||
Versie van 15 sep 2023 09:42
/** 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; }
/* Styles of the table on the home page */
table#homepage-table caption {
font-weight: 500;
}
table#homepage-table th {
border-color: #CBD5E0;
background-color: white;
}
table#homepage-table td {
border-color: #CBD5E0;
background-color: white;
padding-left: 8px;
Padding-right: 8px;
}
span.check-button a{
color: #CDCC00;
border: solid 1.5px #CDCC00;
padding: 8px 12px 8px 12px;
border-radius: 8px;
font-weight: 800;
text-decoration: none;
}
span.check-button:hover a{
color: #FFFFFF;
background-color: #CDCC00;
border: solid 1.5px #CDCC00;
padding: 8px 12px 8px 12px;
border-radius: 8px;
font-weight: 1000;
text-decoration: none;
}
span.check-button:active a{
color: #FFFFFF;
background-color: #EFEE00;
border: solid 1.5px #EFEE00;
padding: 8px 12px 8px 12px;
border-radius: 8px;
font-weight: 1000;
text-decoration: none;
}