Difference between revisions of "MediaWiki:Common.css"

From BTGuard Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
container
 +
{
 +
width:1024px;
 +
}
  
 
.left
 
.left

Revision as of 17:05, 18 April 2013

/* CSS placed here will be applied to all skins */

container
{
width:1024px;
}

.left
{
position:absolute;
right:615px;
width:615px;
}

.right
{
position:absolute;
right:0px;
width:300px;
}

.img
{
margin-left:50px;
margin-top:25px;
margin-bottom:25px;
}