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
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
td.mainLeftBox{
/*td.mainLeftBox{
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-position: bottom right;
   background-position: bottom right;
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);
}
}


Line 23: Line 23:
   border: 1px solid #c9d9db !important;
   border: 1px solid #c9d9db !important;
   color: #ffffff !important;
   color: #ffffff !important;
   background-image:none;/*url(/images/3/30/GreenToadMain.png);*/
   background-image:none;/*url(/images/3/30/GreenToadMain.png);
}*/
 
#content a.new {
  color: #993333;
}
 
#content a.new:visited {
  color: #661111;
}
 
#content a.new:hover {
  color: #dd6666;
}
}

Latest revision as of 19:19, 20 April 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);
}*/

#content a.new {
  color: #993333;
}

#content a.new:visited {
  color: #661111;
}

#content a.new:hover {
  color: #dd6666;
}