Elections Wiki:Main Page/styles.css: Difference between revisions

From Elections Wiki
Jump to navigation Jump to search
Created page with "#mp-topbanner { background: #f9f9f9; border-color: #ddd; } #mp-welcomecount { text-align: center; margin: 0.4em; } #mp-welcome { font-size: 162%; padding: 0.1em; } #mp-welcome h1 { font-size: inherit; font-family: inherit; display: inline; border: none; } #mp-welcomecount, #mp-searcharea, #mp-quicklinksarea { display: inline-table; padding-left: 4.3%; padding-right: 5%; } #articlecount { font-size: 85%; }"
 
Dartz changed the content model of the page Elections Wiki:Main Page/styles.css from "wikitext" to "Sanitized CSS"
(No difference)

Revision as of 18:51, 23 January 2025

#mp-topbanner {
	background: #f9f9f9;
	border-color: #ddd;
}

#mp-welcomecount {
	text-align: center;
	margin: 0.4em;
}

#mp-welcome {
	font-size: 162%;
	padding: 0.1em;
}

#mp-welcome h1 {
	font-size: inherit;
	font-family: inherit;
	display: inline;
	border: none;
}

#mp-welcomecount, #mp-searcharea, #mp-quicklinksarea {
	display: inline-table;
	padding-left: 4.3%;
	padding-right: 5%;
}

#articlecount {
	font-size: 85%;
}