Sjabloon:Sticky header/styles.css

Uit Wiki Raamsdonk
Versie door Colani (overleg | bijdragen) op 26 mrt 2024 om 12:12 (1 versie geïmporteerd)
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)
@media screen {
	.sticky,
	.sticky-header > thead {
		position: sticky;
		top: 0;
		z-index: 10;
	}

	body.vector-sticky-header-visible .sticky,
	body.vector-sticky-header-visible .sticky-header > thead {
		top: 3.125rem;
	}
}

@media all and (max-width: 720px) {
	.sticky-header {
		display: table;
	}
	.sticky-header caption {
		display: table-caption;
	}
}

/* [[Categorie:Wikipedia:Sjablonen met TemplateStyles]] */