MediaWiki:Common.css: verschil tussen versies

Uit gitaar
Naar navigatie springen Naar zoeken springen
Regel 25: Regel 25:
 
}
 
}
 
.printfooter {
 
.printfooter {
 +
display: none !important;
 +
}
 +
#noprint {
 
  display: none !important;
 
  display: none !important;
 
}
 
}
 
/**
 
/**
#noprint, #footer {
+
#footer {
 
  display: none !important;
 
  display: none !important;
 
}
 
}

Versie van 31 okt 2020 14:02

/** 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;
}