Sjabloon:Category for discussion/styles.css

Uit Wiki Raamsdonks Erfgoed
Versie door Colani (overleg | bijdragen) op 29 jul 2024 om 12:01 (1 versie geïmporteerd: Category:Commons templates-i18n)
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)
/* override `.messagebox :only-child, .warningbox :only-child { margin: 0; }` from mediawiki.legacy.shared module */
.category-for-discussion p {
	margin: .5em 0;
}

.cfd-creationnote {
	background-color: #eaf3ff;
	border-color: #36c;
}

/* No AjaxQuickDelete without JavaScript, don’t instruct folks to use it if they can’t */
.cfd-aqdnote {
	display: none;
}
html.client-js .cfd-aqdnote {
	display: block;
}
/* No AjaxQuickDelete on mobile */
html.client-js body.skin-minerva .cfd-aqdnote {
	display: none;
}