User:Gyz/common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
{ | { | ||
position:fixed; | position:fixed; | ||
left:- | left:-9.5em; | ||
top:80px; | top:80px; | ||
background-color:#E8E8E8; | background-color:#E8E8E8; |
Revision as of 08:26, 31 March 2012
div#mw-panel { visibility:visible; position:fixed; resize:vertical; top:240px; left:-9.5em; background-color:#E8E8E8; overflow-y:auto; overflow-x:hidden; z-index:2; height:22em; } div#mw-panel div { overflow:visible; resize:none; } div#mw-panel:hover { left:0; } div#p-logo { position:fixed; left:-9.5em; top:80px; background-color:#E8E8E8; z-index:1 } div#mw-panel:hover div#p-logo { left:0em } div#mw-head-base { margin-left:10px; } div#content { position:relative; left:10px; margin-left:0; } div#left-navigation { left:50px; } div#footer { margin-left:10px; }