Difference between revisions of "User:Gyz/vector.css"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
visibility:visible; |
visibility:visible; |
||
position:fixed; |
position:fixed; |
||
− | + | resize:vertical; |
|
top:240px; |
top:240px; |
||
left:-9.5em; |
left:-9.5em; |
||
Line 10: | Line 10: | ||
overflow-x:hidden; |
overflow-x:hidden; |
||
z-index:2; |
z-index:2; |
||
+ | height:32em; |
||
− | background: #ccc url(/project/skins/vector/images/search-ltr.png?301) repeat-y 0 0; |
||
− | /*height:22em; this number sets the height of your navigation bar. The higher the number, the higher the navigation bar. Make sure you have "em" to the right of the number. The the original value I set it was 22em.*/ |
||
} |
} |
||
div#mw-panel div |
div#mw-panel div |
Revision as of 23:32, 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:32em; } 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; }