MediaWiki:Common.css: Difference between revisions

Changing the color on the margins to light blue
(navbox and infobox styles from Wikipedia)
(Changing the color on the margins to light blue)
 
(One intermediate revision by one other user not shown)
Line 297:
padding-right: 16px;
}
 
 
 
Line 710 ⟶ 709:
margin-top: -0.5em;
}
 
 
/* For template documentation */
/* TemplateStyles */
.template-documentation {
clear: both;
margin: 1em 0 0 0;
border: 1px solid #a2a9b1;
background-color: #ecfcf4;
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
}