User:Wayoshi/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(tinted the bg green, and added a mushroom with a pic of a game I WANT NOW! ;))
mNo edit summary
Line 10: Line 10:
  #p-cactions ul li a { background: #fcfffc; }
  #p-cactions ul li a { background: #fcfffc; }


  body { font-family:Arial; font-size:10px; background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/mariowikiheadbg.png);}
  body { font-family:Arial; font-size:10px; background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/mariowikiheadbg.png) ;}
  a { color: #080; text-decoration: none; }
  a { color: #080; text-decoration: none; }
  a:visited { color: #050; }
  a:visited { color: #050; }

Revision as of 13:54, November 23, 2006

 /* Wayoshi's custom .css (Cascading Style Sheet)
 You may use any past version of this page or sections of it as your own as long as you credit me at the top,
 using a comment like I am here. See User talk:Wayoshi/monobook.css for a list of features. */ 

 @import "/index.php?title=Mediawiki:Monobook.css&action=raw&ctype=text/css";
 @import "/index.php?title=User:Wayoshi/monobook.css&action=raw&ctype=text/css";
 
 /* green */
 #content, #content table
 #p-cactions ul li a { background: #fcfffc; }

 body { font-family:Arial; font-size:10px; background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/mariowikiheadbg.png) ;}
 a { color: #080; text-decoration: none; }
 a:visited { color: #050; }
 a:active { color: #111; }
 #p-personal a.new { color: #b00; }
 #p-personal a.new:visited { color:#800; }

 .usermessage {
  background: #00E400;
  border: 1.1px dashed #060;
 }
 #bodyContent a.extiw:active { color: #020; }
 #bodyContent a.external { color: #0a0; }

 #p-logo a { background: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/Wayoshilogo3.png) 35% 50% no-repeat !important; }

 pre { border: 1px dashed #060; }

 ul { list-style-image: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/uldot.png); }
 h1 { font-family:Jokerman; font-size:28px;color:#117611;}

 #catlinks {
  border: 1px dotted #272;
  background-color: #fdfffd;
  padding: 4px;
 }
 #siteNotice {
   background: #fcfffc;
 }
 #navbox { 
   background: #fdfffd;
 }
 select {
   border: 1px solid #2f6f2f; 
 }
 input {
  background-color: #fdfffd;
 }
 input.searchButton {
   background-color: #fbfffb;
   border: 1px solid #056;
 }
 #searchInput {
   border: 1px solid #2f6f2f;
   background-color: #fcfffc;
 }
 textarea {
   font-family: Boukman Old Style;
   font-size: 14px;
 }

 /* in addition to color changes, makes a few corners round, only supported by moz/firefox/other gecko browsers for now */
 #p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  background-color: #fcfffc;
  color: #006647;
 }
 #content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
 }
 div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  background-color: #fcfffc;
 }