MediaWiki:Common.css: Difference between revisions

From Drgnz Wiki
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: body.page-Main_Page h1.firstHeading { display: none; }"
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
body.page-Main_Page h1.firstHeading {
body.page-Main_Page h1.firstHeading {
     display: none;
     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;
}
}

Latest revision as of 16:41, 25 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;
}