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

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m (New page: td.mainLeftBox{ background-repeat: no-repeat; background-position: bottom right; background-color: #ca6d19 !important; border: 1px solid #f89f51 !important; color: #ffffff !impor...)
 
m (Replacing page with '{{subst:User:Quolnok/monobook.css}}')
Line 5: Line 5:
   border: 1px solid #f89f51 !important;
   border: 1px solid #f89f51 !important;
   color: #ffffff !important;
   color: #ffffff !important;
   background-image:none;/*url(/images/1/12/RedFryMain.png);*/
   background-image:url(/images/d/d7/OrangeFryMain.png);
}
}


Line 14: Line 14:
   border: 1px solid #bb37cb !important;
   border: 1px solid #bb37cb !important;
   color: #ffffff !important;
   color: #ffffff !important;
   background-image:none;/*url(/images/e/e2/BlueBenderMain.png);*/
   background-image:url(/images/8/83/PurpleLeelaMain.png);
}
}



Revision as of 20:09, 17 March 2009

td.mainLeftBox{
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #ca6d19 !important;
  border: 1px solid #f89f51 !important;
  color: #ffffff !important;
  background-image:url(/images/d/d7/OrangeFryMain.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:url(/images/8/83/PurpleLeelaMain.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);*/
}