Difference between revisions of "User:Buddy13/monobook.css"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(I have much love for the purple and orange... but I'd rather have my CSS empty so I can be aware of ''real'' changes made...)
 
Line 1: Line 1:
pre {
pre {
   overflow:auto;
   overflow:auto;
}
td.mainLeftBox{
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #ca6d19 !important;
  border: 1px solid #f89f51 !important;
  color: #ffffff !important;
  background-image:none;/*url(/images/1/12/RedFryMain.png);*/
}
td.mainRightBox{
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #642e6a !important;
  border: 1px solid #bb37cb !important;
  color: #ffffff !important;
  background-image:none;/*url(/images/e/e2/BlueBenderMain.png);*/
}
td.mainBottomBox{
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #7b979a !important;
  border: 1px solid #c9d9db !important;
  color: #ffffff !important;
  background-image:none;/*url(/images/3/30/GreenToadMain.png);*/
}
}

Latest revision as of 07:52, 22 March 2009

pre {
  overflow:auto;
}