Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Client Admin (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: body { background-image: url(images/CwikiBkg.png); background-repeat:no-repeat; } /* clear image and gradation from naviga...") |
Client Admin (talk | contribs) |
||
Line 20: | Line 20: | ||
#left-navigation { | #left-navigation { | ||
margin-top:7.5em; | margin-top:7.5em; | ||
} | |||
#right-navigation { | |||
margin-top:7.5em; | |||
} | |||
#p-personal { | |||
top:0.6em; | |||
} | } |
Revision as of 23:19, 11 November 2015
/* CSS placed here will be applied to all skins */ body { background-image: url(images/CwikiBkg.png); background-repeat:no-repeat; } /* clear image and gradation from navigation header and bump everything down to work with CipherSpace background image*/ #mw-page-base { height:9.5em; background-image:none; background-color:transparent; } #mw-head-base { margin-top: -4.5em; height:5em; } #left-navigation { margin-top:7.5em; } #right-navigation { margin-top:7.5em; } #p-personal { top:0.6em; }