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;
.mainLegend { display:inline; }
  li#pt-userpage { background: none }
#siteSub { display:inline;color:F00;font-size:92%;font-weight:normal; }
#footer {display:none}
  li#pt-userpage { background: #93C }
table.gallery { background:#737 }
#footer {display:none}
table.gallery td { background:#737 }
table.gallery { background:chocolate }
div.tleft,div.tright {border-color:#A100A1}
table.gallery td { background:chocolate }
div.thumb { color:#606 ;background: none  } div { color:black }
div.tleft,div.tright {border-color:chocolate }
table.diff, td.diff-otitle, td.diff-ntitle { background:#A100A1 }
div.thumb div { color:#060666;background:chocalate }
td.diff-context { background:#999 }
table.diff, td.diff-otitle, td.diff-ntitle { background:#FE3 }
.previewnote { color: #F00 }
td.diff-context { background:#ED2 }
div.noarticletext { color:#060666;background:#ED2 }

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 }