MediaWiki:Common.css: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .page-Main_Page #maintitle, .page-Main_Page #firstHeading { display: none; }")
 
No edit summary
Line 2: Line 2:
.page-Main_Page #maintitle, .page-Main_Page #firstHeading {
.page-Main_Page #maintitle, .page-Main_Page #firstHeading {
display: none;
display: none;
}
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 1em;
}
}

Revision as of 21:46, 10 May 2017

/* CSS placed here will be applied to all skins */
.page-Main_Page #maintitle, .page-Main_Page #firstHeading {
	display: none;
}

.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 1em;
}