MediaWiki:Common.css: Difference between revisions

From Bioinformatik Wiki
mNo edit summary
mNo edit summary
 
(One intermediate revision 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: #fff;
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;
}