MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
Regel 27: | Regel 27: | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* | /** | ||
#noprint, #footer { | #noprint, #footer { | ||
display: none !important; | display: none !important; |
Versie van 31 okt 2020 12:57
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
#siteSub { display:none; }
table.wikitable {
border-width: 3px 3px 3px 3px;
border-spacing: 0px;
border-style: outset outset outset outset;
border-color: rgb(150, 150, 150);
border-collapse: separate;
background-color: rgb(100, 100, 100);
}
table.wikitable th {
border-width: 1px 1px 1px 1px;
padding: 3px 3px 3px 3px;
border-style: inset inset inset inset;
border-color: rgb(50, 50, 50);
background-color: rgb(200, 200, 200);
}
table.wikitable td {
border-width: 1px 1px 1px 1px;
padding: 3px 3px 3px 3px;
border-style: inset inset inset inset;
border-color: rgb(0, 0, 0);
background-color: rgb(240, 240, 240);
}
.printfooter {
display: none !important;
}
/**
#noprint, #footer {
display: none !important;
}
*/
body.page-Hoofdpagina #lastmod,
body.page-Hoofdpagina #siteSub,
body.page-Hoofdpagina #contentSub,
body.page-Hoofdpagina h1.firstHeading {
display: none !important;
}