User:Gyz/vector.css

From Baka-Tsuki
Revision as of 02:44, 1 April 2012 by Gyz (talk | contribs)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
body
{
 height:100%;
}
div#mw-panel
{
 visibility:visible;
 position:fixed;
 top:0px;
 left:-9.5em;
 background-color:#F3F3F3;
 border-right:1px solid #A7D7F9;
 opacity:0.9;
 filter:alpha(opacity=9);
 overflow-y:auto;
 overflow-x:hidden;
 z-index:2;
 padding-top:0;
 height:100%;
}
div#mw-panel div.portal
{
 overflow:visible;
}
div#mw-panel div#p-navigation
{
 margin-top:160px;
}
div#mw-panel:hover
{
 left:0;
}
div#p-logo
{
 position:fixed;
 left:-9.5em;
 width:10em;
 top:0px;
 overflow:hidden;
 background-color:#F3F3F3;
 border-bottom:2px solid #E0E0E0;
 z-index:-1
}
div#mw-panel:hover div#p-logo
{
 left:0em
}
div#mw-head-base
{
 margin-left:10px;
}
div#content
{
 position:relative;
 left:0;
 margin-left:10px;
}
div#left-navigation
{
 left:10em;
}
div#footer
{
 margin-left:10px;
}