Difference between revisions of "MediaWiki:Monobook.css"

From Beywiki, the Beyblade Encyclopedia - Presented by the World Beyblade Organization
Jump to: navigation, search
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/*
 
 
body { font-family: "Verdana", Helvetica, sans-serif; }
 
 
body {
 
background: #f5f5f5 url("http://www.beywiki.com/images/5/50/Beywikibg.jpg") 0px 0px no-repeat;
 
}
 
 
#p-nav,#p-search,#p-tb,#footer {
 
  opacity:0.83;
 
}
 
 
input[type="radio"],
 
input[type="checkbox"] { border:none; }
 
input[type="submit"] {
 
    border: 1px solid #aaa !important;
 
    background-color: #f9f9f9 !important;
 
}
 
/* make round corners for the rest */
 
input[type="submit"] {
 
  -moz-border-radius-topleft: 2px !important;
 
  -moz-border-radius-topright: 2px !important;
 
  -moz-border-radius-bottomleft: 2px;
 
  -moz-border-radius-bottomright: 2px;
 
}
 
input[type="submit"] {color: #aaa !important;}
 
input[type="submit"]:hover, input[type="submit"]:focus {background-color: #fff !important; color: #000 !important; cursor: pointer !important;}
 
 
*/
 
 
 
body {  
 
body {  
 
background: #f5f5f5 url("http://www.beywiki.com/images/5/50/Beywikibg.jpg") 0px 0px no-repeat;
 
background: #f5f5f5 url("http://www.beywiki.com/images/5/50/Beywikibg.jpg") 0px 0px no-repeat;
Line 38: Line 8:
 
   opacity:0.83;
 
   opacity:0.83;
 
}
 
}
 
input[type="radio"],
 
input[type="checkbox"] { border:none; }
 
input[type="submit"] {
 
    border: 1px solid #aaa !important;
 
    background-color: #f9f9f9 !important;
 
}
 
/* make round corners for the rest */
 
input[type="submit"] {
 
  -moz-border-radius-topleft: 2px !important;
 
  -moz-border-radius-topright: 2px !important;
 
  -moz-border-radius-bottomleft: 2px;
 
  -moz-border-radius-bottomright: 2px;
 
}
 
input[type="submit"] {color: #aaa !important;}
 
input[type="submit"]:hover, input[type="submit"]:focus {background-color: #fff !important; color: #000 !important; cursor: pointer !important;}
 

Latest revision as of 20:05, 8 August 2008

body { 
background: #f5f5f5 url("http://www.beywiki.com/images/5/50/Beywikibg.jpg") 0px 0px no-repeat;
}

body { font-family: "Verdana", Helvetica, sans-serif; }

#p-nav,#p-search,#p-tb,#footer {
  opacity:0.83;
}