User:Plumber/monobook.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
h2,h3,h4,h5,h6 { color:#00F; border-bottom-color:black} | h2,h3,h4,h5,h6 { color:#00F; border-bottom-color:black} | ||
hr { background-color: black; color: black } | hr { background-color: black; color: black } | ||
#searchInput { | |||
border: 1px solid #212; | |||
background-color: yellow; | |||
color:crimson; | |||
} | |||
} | |||
input { | |||
background-color: slateblue; | |||
color:white | |||
} | |||
} | |||
input.searchButton { | |||
background-color: crimson; | |||
border: 1px solid #212; | |||
color:white; | |||
} | |||
} | |||
#siteNotice { | #siteNotice { | ||
background: mediumaquamarine; | background: mediumaquamarine; | ||
border-color:maroon; | border-color:maroon; | ||
li#pt-userpage { background: none } | |||
#footer {display:none} | |||
li#pt-userpage { background: | table.gallery { background:#737 } | ||
table.gallery td { background:#737 } | |||
div.tleft,div.tright {border-color:#A100A1} | |||
div.thumb { color:#606 ;background: none } div { color:black } | |||
table.diff, td.diff-otitle, td.diff-ntitle { background:#A100A1 } | |||
td.diff-context { background:#999 } | |||
.previewnote { color: #F00 } | |||
Revision as of 21:58, May 29, 2007
/* red/blue */
#content, #content table {color:#93C;background:cadetblue;border:3px solid blue; }
#p-cactions ul li a:hover { background-color:#000 }
#p-personal ul li a { color:#F00;background-color:blue }
#p-personal ul li a:hover {background-color:#FOO }
body { font-family:Comic Sans; font-size:11px;
background: url(http://www.mariowiki.com/images/e/e0/CHEESE%21.PNG) ;}
a { color: #F00; text-decoration: none; }
a:visited { color: green; }
a:active { color: blue; }
#p-personal a.new, a.new { color: #000 }
#p-personal a.new:visited, a.new:visited { color: #808; }
#p-logo a { background-image: url(/images/b/bd/P-logo.PNG) !important; }
#bodyContent a.extiw:active { color: purple; }
#bodyContent a.external { color: yellow; }
h1 { font-family:Jokerman; font-size:28px;color:#F00;border-bottom-color:black;border-right:1px solid black; }
h2,h3,h4,h5,h6 { color:#00F; border-bottom-color:black}
hr { background-color: black; color: black }
#searchInput {
border: 1px solid #212;
background-color: yellow;
color:crimson;
}
}
input {
background-color: slateblue;
color:white
}
}
input.searchButton {
background-color: crimson;
border: 1px solid #212;
color:white;
}
}
#siteNotice {
background: mediumaquamarine;
border-color:maroon;
li#pt-userpage { background: none }
#footer {display:none}
table.gallery { background:#737 }
table.gallery td { background:#737 }
div.tleft,div.tright {border-color:#A100A1}
div.thumb { color:#606 ;background: none } div { color:black }
table.diff, td.diff-otitle, td.diff-ntitle { background:#A100A1 }
td.diff-context { background:#999 }
.previewnote { color: #F00 }