User:The Legend of Zelda Freak/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:The Legend of Zelda Freak/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://derecwking.de.funpic.de/klinkwiki.JPG) 35% 50% no-repeat !important; }

 /* Donkey Kong Style */
 body { font-family:Arial; font-size:10px;
  background: orange ;}
 a { color: darkred; text-decoration: none; }
 a:visited { color: darkred; }
 a:active { color: red; }
 #p-personal a.new, a.new { color: blue }
 #p-personal a.new:visited, a.new:visited { color:blue; }
 .usermessage {
  background: olive;
  border: 1px dashed #FFF;
  color:#212121;
 }
 #bodyContent a.extiw:active { color: olive; }
 #bodyContent a.external { color: orange; }
 pre { border: 1px dashed black; background:#9C9;color:olive; overflow: auto; }
 #catlinks {
  border: 1px dotted black;
  background-color: olive;
 }
 #siteNotice {
   background: olive;
 }
 #navbox { 
   background: olive;
 }
 select {
   border: 1px solid #333; 
   color:#212121;
   background:olive
 }
 input {
  background-color: olive;
  color:#212121
 }
 input.searchButton {
   background-color: olive;
   border: 1px solid #111;
   color:#212121;
 }
 #searchInput {
   border: 1px solid black;
   background-color: olive;
  color:#212121;
 }
 textarea {	 
  background-color: olive;
  color:#212121;
  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: 1em;
  -moz-border-radius-topright: 1em;
  background-color: olive;
  color: #212121;
  border:1px solid #333333
 }
 #content { 
  -moz-border-radius: 1em;
 }
 div.pBody {
  background-color: olive;
  border:1px solid #111;
 }
 h1 {color:#212121;}
 h2,h3,h4,h5,h6 { color:#212121; }
 #content, #content table {color:#212121;background:olive }
 #p-cactions ul li a { background-color:olive; }
 #p-cactions ul li a:hover { background-color:orange;}
 #p-personal ul li a { color:#212121;background-color:orange }
 #p-personal ul li a:hover {background-color:orange}
 li#pt-userpage { background: none }
 #footer {display:none}
 table.gallery { background:olive }
 table.gallery td { background:olive }
 div.tleft,div.tright {border-color:black}
 div.thumb div { color:#212121;background:white }
 table.diff, td.diff-otitle, td.diff-ntitle { background:olive;color:#212121 }
 td.diff-context { background:olive;color:#212121 }
 td.diff-addedline, td.diff-deletedline { color:black }
 div.noarticletext { color:#212121;background:#262626 }
 .troublecenter { background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/troublecenterbg.jpg) }