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:Cobold/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/Flowersupermariowiki.jpg) 35% 50% no-repeat !important; }

 /* Black skin with yellow links */
 body { font-family:Arial; font-size:10px;
  background: black ;}
 a { color: #EE0; text-decoration: none; }
 a:visited { color: #BFBF00; }
 a:active { color: #CCC; }
 #p-personal a.new, a.new { color: #00E }
 #p-personal a.new:visited, a.new:visited { color:#00B; }
 .usermessage {
  background: #292929;
  border: 1px dashed #FFF;
  color:#9CB6EC;
 }
 #bodyContent a.extiw:active { color: #FF0; }
 #bodyContent a.external { color: #CC0; }
 pre { border: 1px dashed #EFE; background:#9C9;color:#f9f9f9; overflow: auto; }
 #catlinks {
  border: 1px dotted #DDD;
  background-color: #222;
 }
 #siteNotice {
   background: #161616;
 }
 #navbox { 
   background: #191919;
 }
 select {
   border: 1px solid #EEE; 
   color:#A6C0F6;
   background:#333
 }
 input {
  background-color: #333;
  color:#B6D0FF
 }
 input.searchButton {
   background-color: #333;
   border: 1px solid #111;
   color:#9CB6EC;
 }
 #searchInput {
   border: 1px solid black;
   background-color: #333;
  color:#9CB6EC;
 }
 textarea {	 
  background-color: #333;
  color:#9CB6EC;
  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: #111;
  color: #9CB6EC;
  border:1px solid #333333
 }
 #content { 
  -moz-border-radius: 1em;
 }
 div.pBody {
  background-color: #1C1C1C;
  border:1px solid #111;
 }
 h1 {color:#7C96CC;}
 h2,h3,h4,h5,h6 { color:#8CA6DC; }
 #content, #content table {color:#ACC6FC;background:#0F0F0F }
 #p-cactions ul li a { background-color:#161616; }
 #p-cactions ul li a:hover { background-color:#444; border:1px solid black}
 #p-personal ul li a { color:#F00;background-color:black }
 #p-personal ul li a:hover {background-color:black}
 li#pt-userpage { background: none }
 #footer {display:none}
 table.gallery { background:#333 }
 table.gallery td { background:#333 }
 div.tleft,div.tright {border-color:#161616}
 div.thumb div { color:#9CB6EC;background:#222 }
 table.diff, td.diff-otitle, td.diff-ntitle { background:#161616;color:white }
 td.diff-context { background:#333;color:white }
 td.diff-addedline, td.diff-deletedline { color:black }
 div.noarticletext { color:#ACC6FC;background:#262626 }
 .troublecenter { background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/troublecenterbg.jpg) }