MediaWiki:Common.css: Difference between revisions

From Bioinformatik Wiki
(Created page with "→‎CSS placed here will be applied to all skins: body { background-color: #f0f; }")
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
.color-left {
background-color: #f0f;
background-color: #be1c3d;
}
.color-middle {
background-color: #005042;
}
.color-right {
background-color: #006f97;
}
}

Latest revision as of 14:14, 26 April 2019

/* CSS placed here will be applied to all skins */
.color-left {
	background-color: #be1c3d;
}
.color-middle {
	background-color: #005042;
}
.color-right {
	background-color: #006f97;
}