MediaWiki:Monobook.css

From Beywiki, the Beyblade Encyclopedia - Presented by the World Beyblade Organization
Revision as of 06:23, 11 May 2008 by Beywiki (talk | contribs)

Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 

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 { 
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;
}

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;}