MediaWiki:Common.css: Difference between revisions

Changing the color on the margins to light blue
(template documentation style from Wikipedia)
(Changing the color on the margins to light blue)
 
Line 720:
padding: 1em;
}
 
body {
background-color: #e8f7fb;
}
 
#mw-page-base {
background-color: #e8f7fb;
background-image:linear-gradient(to bottom,#effbfcff 50%,#e8f7fb 100%);
background-position:bottom left;
height:5em
}