User:Gyz/common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "div#mw-panel { visibility:visible; position:fixed; resize:vertical; top:80px; width:10px; background-color:#E8E8E8; overflow-x:hidden; overflow-y:auto } div#mw-panel div ..." |
No edit summary |
||
Line 5: | Line 5: | ||
resize:vertical; | resize:vertical; | ||
top:80px; | top:80px; | ||
left:-9em; | |||
background-color:#E8E8E8; | background-color:#E8E8E8; | ||
overflow-y:auto; | |||
overflow-x:hidden; | overflow-x:hidden; | ||
} | } | ||
div#mw-panel div | div#mw-panel div | ||
{ | { | ||
overflow:none; | |||
resize:none; | resize:none; | ||
} | } | ||
div#mw-panel:hover | div#mw-panel:hover | ||
{ | { | ||
left:0; | |||
} | } | ||
div#p-logo | div#p-logo | ||
Line 31: | Line 23: | ||
top:0; | top:0; | ||
background-color:#E8E8E8; | background-color:#E8E8E8; | ||
} | } | ||
div#mw-head-base | div#mw-head-base |
Revision as of 08:11, 31 March 2012
div#mw-panel { visibility:visible; position:fixed; resize:vertical; top:80px; left:-9em; background-color:#E8E8E8; overflow-y:auto; overflow-x:hidden; } div#mw-panel div { overflow:none; resize:none; } div#mw-panel:hover { left:0; } div#p-logo { top:0; background-color:#E8E8E8; } 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; }