User:GreenBoo/monobook.css

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
 @import "/index.php?title=Mediawiki:Monobook.css&action=raw&ctype=text/css";
  @import "/index.php?title=User:Greenboo/monobook.css&action=raw&ctype=text/css";

 /* This creates rounded corners, only possible in Mozilla. Copied from MediaWiki.org
 #p-cactions ul li, #p-cactions ul li a {  
   -moz-border-radius-topleft: 1em;
   -moz-border-radius-topright: 1em;
 }
 #content { 
   -moz-border-radius-topleft: 1em; 
   -moz-border-radius-bottomleft: 1em;
 }
 div.pBody {
   -moz-border-radius-topright: 1em;
   -moz-border-radius-bottomright: 1em;
 }

 /* This changes the logo 
 #p-logo a { background: url(http://www.mariowiki.com/images/b/b3/.Pihrana_Plant_Captain_Rainbow.png) 35% 50% no-repeat !important; }

 /* Black skin with yellow links 
 body { font-family:Times New Roman; font-size:10px;
  background: black ;}
 a { color: white; text-decoration: none; }
 a:visited { color: purple; }
 a:active { color: green; }
 #p-personal a.new, a.new { color: black }
 #p-personal a.new:visited, a.new:visited { color:black; }
 .usermessage {
  background: green;
  border: 1px dashed white;
  color:yellow;
 }
 #bodyContent a.extiw:active { color: black; }
 #bodyContent a.external { color: white; }
 pre { border: 1px dashed blue; background:yellow;color:green; overflow: auto; }
 #catlinks {
  border: 1px dotted blue;
  background-color: purple;
 }
 #siteNotice {
   background: red;
 }
 #navbox { 
   background: yellow;
 }
 select {
   border: 1px solid EEE; 
   color:white;
   background:yellow
 }
 input {
  background-color: green;
  color: blue
 }
 input.searchButton {
   background-color: gold;
   border: 1px solid gold;
   color:green;
 }
 #searchInput {
   border: 5px solid black;
   background-color: black;
  color:brown;
 }
 textarea {	 
  background-color: red;
  color:red
  background-image:none;
 }
 #p-cactions ul li, #p-cactions ul li a, #p-cactions li.selected, #p-cactions li.selected a {  
  -moz-border-radius-topleft: 3em;
  -moz-border-radius-topright: 3em;
  background-color: white;
  color: black;
  border:1px solid white
 }
 #content { 
  -moz-border-radius: 2em;
 }
 div.pBody {
  background-color: black;
  border:1px solid green;
 }
 h1 {color:white;}
 h2,h3,h4,h5,h6 { color:yelllow; }
 #content, #content table {color:aqua;background:pink }
 #p-cactions ul li a { background-color:yellow; }
 #p-cactions ul li a:hover { background-color:white; border:1px solid black}
 #p-personal ul li a { color:#F00;background-color:green }
 #p-personal ul li a:hover {background-color:white}
 li#pt-userpage { background: none }
 #footer {display:none}
 table.gallery { background:white }
 table.gallery td { background:white }
 div.tleft,div.tright {border-color:yellow}
 div.thumb div { color:green;background:white }
 table.diff, td.diff-otitle, td.diff-ntitle { background:white;color:white }
 td.diff-context { background:green;color:white }
 td.diff-addedline, td.diff-deletedline { color:blue }
 div.noarticletext { color:black;background:white }
 .troublecenter { click here }