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

From Elections Wiki
Jump to navigation Jump to search
Dartz changed the content model of the page Elections Wiki:Main Page/styles.css from "wikitext" to "Sanitized CSS"
Replaced content with ".mw-first-heading { display: none; }"
Line 1: Line 1:
#mp-topbanner {
.mw-first-heading { display: none; }
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%;
}

Revision as of 21:30, 25 January 2025

.mw-first-heading { display: none; }