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 */ | ||
− | #container | + | |
+ | pre, .mw-code, #container | ||
{ | { | ||
width:1024px; | width:1024px; | ||
+ | background-color: none; | ||
+ | border: none; | ||
} | } | ||
− | .left | + | |
+ | .left-content | ||
{ | { | ||
+ | position:absolute; | ||
+ | right:620px; | ||
+ | width:620px; | ||
− | |||
− | |||
} | } | ||
− | .right | + | .right-content |
{ | { | ||
position:absolute; | position:absolute; | ||
Line 19: | Line 24: | ||
width:300px; | width:300px; | ||
} | } | ||
+ | |||
.img | .img |
Revision as of 17:24, 18 April 2013
/* CSS placed here will be applied to all skins */ pre, .mw-code, #container { width:1024px; background-color: none; border: none; } .left-content { position:absolute; right:620px; width:620px; } .right-content { position:absolute; right:0px; width:300px; } .img { margin-left:50px; margin-top:25px; margin-bottom:25px; }