Difference between revisions of "MediaWiki:Common.css"
From Wiki Confrontation
| Line 38: | Line 38: | ||
margin: auto; | margin: auto; | ||
width: 550px; | width: 550px; | ||
| + | } | ||
| + | |||
| + | #boulebis{ | ||
| + | margin: auto; | ||
| + | width: 650px; | ||
} | } | ||
Revision as of 15:46, 13 June 2013
/* CSS placed here will be applied to all skins */
#mw-page-base {
height:165px;
background-color: white;
background-image: url(http://i.imgur.com/uEuHKpt.jpg);
background-position: -82px 0px;
background-repeat: repeat-x;
}
div#content,.mw-body
{
background-color: rgb(228, 228, 226);
background-position: top center;
background-repeat: no-repeat;
}
#left-navigation {
top: 7.8em;
}
#right-navigation {
margin-top: 7.8em;
}
#right-navigation {
background-color: white;
}
#test{
background-image: url(http://i.imgur.com/uEuHKpt.jpg);
}
#boule{
margin: auto;
width: 550px;
}
#boulebis{
margin: auto;
width: 650px;
}