Difference between revisions of "MediaWiki:Common.css"
From BTGuard Wiki
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | + | .left | |
| − | + | { | |
| − | + | position:absolute; | |
| − | + | right:620px; | |
| − | + | width:620px; | |
| − | + | ||
| − | + | ||
| − | + | ||
} | } | ||
| − | + | .right | |
| − | + | { | |
| − | + | position:absolute; | |
| − | + | right:0px; | |
| − | + | width:300px; | |
| − | + | } | |
| − | + | ||
| − | + | .img | |
| − | + | { | |
| − | + | margin-left:100px; | |
| − | + | margin-top:25px; | |
| − | + | margin-bottom:25px; | |
} | } | ||
Revision as of 16:59, 18 April 2013
/* CSS placed here will be applied to all skins */
.left
{
position:absolute;
right:620px;
width:620px;
}
.right
{
position:absolute;
right:0px;
width:300px;
}
.img
{
margin-left:100px;
margin-top:25px;
margin-bottom:25px;
}