User:Aaron dub/vector.css

From Wikimedia Usability Initiative

Note: After publishing, 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: Press Ctrl-F5.
#head {
position: fixed;
background-color:white;
background-image:url(http://bits.wikimedia.org/skins-1.5/vector/images/page-fade.png);
background-position:left bottom;
background-repeat:repeat-x;
}
 
#head #p-personal, #head #left-navigation {
z-index: 2;
}
 
#head .vectorTabs,
#head .vectorMenu,
#head #p-search {
z-index: 3;
position: relative;
}
 
#panel {
position: fixed;
}
 
#head-base {
position: fixed;
width: 100%;
z-index: 1;
}