User:JFletcher/vector.css

Revision as of 09:02, 10 January 2012 by JFletcher (talk | contribs) (Making the banner stay at the top when scrolling down - That has annoyed me from the start)

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.
/* Removing links that I never use from "personal tools" bar at the top right of the screen */
#pt-adminlinks, #pt-watchlist, #pt-newmessages{
   display:none;
}

/* Making the black colour of the "personal links" bar at the top right of the screen only as long as the list of links */
#p-personal ul{
   padding:0;
}

/* Making the banner stay at the top when scrolling down - That has annoyed me from the start */
body{
   background-attachment:scroll;
}