User:JFletcher/vector.css: Difference between revisions

(Some edits to the "personal links" bar at the top right of the screen)
 
(Making the banner stay at the top when scrolling down - That has annoyed me from the start)
Line 7: Line 7:
#p-personal ul{
#p-personal ul{
   padding:0;
   padding:0;
}
/* Making the banner stay at the top when scrolling down - That has annoyed me from the start */
body{
  background-attachment:scroll;
}
}

Revision as of 09:02, 10 January 2012

/* 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;
}