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 20: Line 20:
   background: mediumaquamarine;
   background: mediumaquamarine;
   border-color:maroon;
   border-color:maroon;
  input {
  .mainLegend { display:inline; }
  background-color: #F6E636;
#siteSub { display:inline;color:black;font-size:92%;font-weight:normal; }
  color:#040444;
li#pt-userpage { background: none }
  border: 1px solid #111;
#footer {display:none}
  }
  table.gallery { background:#F3E230 }
input.searchButton {
table.gallery td { background:#F3E230 }
  background-color: #E2D21F;
div.tleft,div.tright {border-color:#FE3 }
  border: 1px solid black;
div.thumb div { color:#060666;background:#F3E230 }
  color:#050555;
  table.diff, td.diff-otitle, td.diff-ntitle { background:#FE3 }
  }
  td.diff-context { background:#ED2 }
  #searchInput {
div.noarticletext { color:#060666;background:#ED2 }
  border: 1px solid black;
  background-color: #E2D21F;
  color:#040444;
}

Revision as of 21:32, 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 }
#siteNotice {
   background: mediumaquamarine;
   border-color:maroon;
 .mainLegend { display:inline; }
 #siteSub { display:inline;color:black;font-size:92%;font-weight:normal; }
 li#pt-userpage { background: none }
 #footer {display:none}
 table.gallery { background:#F3E230 }
 table.gallery td { background:#F3E230 }
 div.tleft,div.tright {border-color:#FE3 }
 div.thumb div { color:#060666;background:#F3E230 }
 table.diff, td.diff-otitle, td.diff-ntitle { background:#FE3 }
 td.diff-context { background:#ED2 }
 div.noarticletext { color:#060666;background:#ED2 }