MediaWiki:Common.css: Difference between revisions

From Eco - Meta Wiki
No edit summary
(Fixed CSS after MediaWiki update)
Line 13: Line 13:


/* Banner */
/* Banner */
.headbanner {
.headbanner span img {
width: 100%;
width: 100%;
height: auto;
height: auto;
}
}

Revision as of 22:20, 29 August 2023

/* Custom font */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/* Framework */
* {
	font-family: 'Roboto', sans-serif;
}

body {
	background: url(https://wiki.play.eco/cubes.png);
	/*background-color: #F5F5F5;*/
}

/* Banner */
.headbanner span img {
	width: 100%;
	height: auto;
}