Difference between revisions of "MediaWiki:Common.css"
From BTGuard Wiki
| Line 15: | Line 15: | ||
margin-right: 249px; | margin-right: 249px; | ||
background-color: #afeeee; | background-color: #afeeee; | ||
| − | height: | + | height: 100%; |
} | } | ||
.right{ | .right{ | ||
| Line 22: | Line 22: | ||
margin-left: -239px; | margin-left: -239px; | ||
background-color: #98fb98; | background-color: #98fb98; | ||
| − | height: | + | height: 100%; |
} | } | ||
Revision as of 21:28, 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: 100%;
}
.right{
float: right;
width: 239px;
margin-left: -239px;
background-color: #98fb98;
height: 100%;
}