MediaWiki:Common.css: Difference between revisions

From Drgnz Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:


/*Table of contents on the sidebar*/
/*Table of contents on the sidebar*/
.toc {
/*.toc {
margin: 5px;
margin: 5px;
font-size: 11px;
font-size: 11px;
}
}*/

Revision as of 18:32, 26 July 2026

/* CSS placed here will be applied to all skins */


body.page-Main_Page h1.firstHeading {
    display: none;
}

body {
	background-image: url('/resources/assets/checkers.png');
	background-size: 80px;
}

#mw-head {
	background-image: url('/resources/assets/checkers.png');
	background-size: 80px;
}

/*Table of contents on the sidebar*/
/*.toc {
	margin: 5px;
	font-size: 11px;
}*/