Difference between revisions of "MediaWiki:Common.css"
From BTGuard Wiki
| Line 10: | Line 10: | ||
float: left; | float: left; | ||
width: 100%; | width: 100%; | ||
| − | background-color: | + | background-color:white |
} | } | ||
.left{ | .left{ | ||
Revision as of 21:27, 23 April 2013
/* CSS placed here will be applied to all skins overflow:hidden; */
.wrapper{
width: 100%;
margin: 0 auto;
}
.wrapleft{
float: left;
width: 100%;
background-color:white
}
.left{
margin-right: 249px;
background-color: #afeeee;
height: 200px;
}
.right{
float: right;
width: 239px;
margin-left: -239px;
background-color: #98fb98;
height: 200px;
}