User:JFletcher/vector.css: Difference between revisions

Making left column of main page relative width - Fixed width annoys me in multiple ways, depending on what monitor/device I'm using, and it's just plain ugly amongst the design of the rest of this site
(No longer required)
(Making left column of main page relative width - Fixed width annoys me in multiple ways, depending on what monitor/device I'm using, and it's just plain ugly amongst the design of the rest of this site)
Line 24: Line 24:
#footer a:hover{
#footer a:hover{
   color:#FF0; /* Now needed to make different from :link ^^ */
   color:#FF0; /* Now needed to make different from :link ^^ */
}
/* Making left column of main page relative width - Fixed width annoys me in multiple ways, depending on what monitor/device I'm using, and it's just plain ugly amongst the design of the rest of this site */
#mf-left{
  width:auto!important;
}
/* Now with relative width back, fixing background for when I'm using a smaller resolution */
#mf-left,
#mf-left+div[style="float: left; vertical-align:top; width: 300px;"]
{
  background-color: #FFF;
}
}