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