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 a { | span.check-button a :link{ | ||
background-color: none; | |||
border: solid 1.5px #CDCC00; | |||
padding: 8px 16px 8px 16px; | |||
border-radius: 8px; | |||
font-weight: 800; | |||
color: white; | |||
} | |||
span.check-button a :hover{ | |||
background-color: #CDCC00; | background-color: #CDCC00; | ||
padding: 8px; | border: solid 1.5px #CDCC00; | ||
padding: 8px 16px 8px 16px; | |||
border-radius: 8px; | |||
font-weight: 800; | |||
color: white; | |||
} | |||
span.check-button a :active{ | |||
background-color: #EFEE00; | |||
border: solid 1.5px #EFEE00; | |||
padding: 8px 16px 8px 16px; | |||
border-radius: 8px; | border-radius: 8px; | ||
font-weight: 800; | font-weight: 800; | ||
color: white; | color: white; | ||
} | } | ||
Versie van 15 sep 2023 08:35
/** 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 :link{
background-color: none;
border: solid 1.5px #CDCC00;
padding: 8px 16px 8px 16px;
border-radius: 8px;
font-weight: 800;
color: white;
}
span.check-button a :hover{
background-color: #CDCC00;
border: solid 1.5px #CDCC00;
padding: 8px 16px 8px 16px;
border-radius: 8px;
font-weight: 800;
color: white;
}
span.check-button a :active{
background-color: #EFEE00;
border: solid 1.5px #EFEE00;
padding: 8px 16px 8px 16px;
border-radius: 8px;
font-weight: 800;
color: white;
}