MediaWiki:Header.css: Difference between revisions

From Zombie Panic! Official Wiki
Jump to navigation Jump to search
Created page with ".mw-parser-output table.block-header, .mw-parser-output .article-table-wrapper table.block-header { font-weight: normal; font-family: Impact, Anton, 'Arial Black', sans-serif; margin-bottom: 12px; margin-top: 0; border: 1px solid var(--theme-accent-color); background: var(--theme-accent-color); border-radius: 0; text-align: center; color: #222122; padding: 1px; }"
 
(No difference)

Latest revision as of 06:01, 10 June 2025

.mw-parser-output table.block-header, .mw-parser-output .article-table-wrapper table.block-header {
	font-weight: normal;
	font-family: Impact, Anton, 'Arial Black', sans-serif;
	margin-bottom: 12px;
	margin-top: 0;
	border: 1px solid var(--theme-accent-color);
	background: var(--theme-accent-color);
	border-radius: 0;
	text-align: center;
	color: #222122;
	padding: 1px;
}