Difference between revisions of "MediaWiki:Monobook.css"
From Beywiki, the Beyblade Encyclopedia - Presented by the World Beyblade Organization
| Line 10: | Line 10: | ||
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;} | ||
*/ | */ | ||
| Line 22: | Line 38: | ||
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;} | ||
Revision as of 06:23, 11 May 2008
/*
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;}