MediaWiki:Common.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
(Een tussenliggende versie door een andere gebruiker niet weergegeven) | |||
Regel 25: | Regel 25: | ||
} | } | ||
.printfooter { | .printfooter { | ||
display: none !important; | |||
} | |||
#noprint { | |||
display: none !important; | display: none !important; | ||
} | } | ||
/** | /** | ||
#footer { | |||
display: none !important; | display: none !important; | ||
} | } | ||
Regel 36: | Regel 39: | ||
body.page-Hoofdpagina #contentSub, | body.page-Hoofdpagina #contentSub, | ||
body.page-Hoofdpagina h1.firstHeading { | body.page-Hoofdpagina h1.firstHeading { | ||
display: none !important; | |||
} | |||
#page-secondary-actions { | |||
display: none !important; | display: none !important; | ||
} | } |
Huidige versie van 11 jan 2021 om 17:29
/** 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 {
display: none !important;
}
/**
#footer {
display: none !important;
}
*/
body.page-Hoofdpagina #lastmod,
body.page-Hoofdpagina #siteSub,
body.page-Hoofdpagina #contentSub,
body.page-Hoofdpagina h1.firstHeading {
display: none !important;
}
#page-secondary-actions {
display: none !important;
}