User:Its-a-me Yoshi!/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary
m (Pikachu!)
 
Line 44: Line 44:


  body {
  body {
   background-image: url("http://i111.photobucket.com/albums/n159/YYXJKQJ/background.gif");
   background-image: url("http://i77.photobucket.com/albums/j80/lilkilala101/Pokemon/025Pikachu.png");
   background-attachment:fixed;
   background-attachment:fixed;
  }
  }

Latest revision as of 23:15, November 27, 2010

#content, #content table
 #p-cactions ul li a { background: red; }

 .usermessage {
  background:#;F60
  border: 1.1px dashed #060;
 }

 #p-logo a { background: url(http://www.mariowiki.com/images/mariowiki_logo.png) 35% 50% no-repeat !important; }

 pre { border: 1px dashed #F60; }

 ul { list-style-image: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/uldot.png); }
 h1 { font-family:AR BONNIE; font-size:28px;color:yellow;}
 h2,h3,h4,h5,h6 { color:green }

 #catlinks {
  border: 1px dotted green;
  background-color: green;
  padding: 4px;
 }
 #siteNotice {
   background: red;
 }
 select {
   border: 1px solid green; 
 }
 input {
  background-color: red;
 }
 textarea {
   font-family:Rockwell ;
   font-size: 14px;
 } 

 /*Customizes sidebar*/
 div.pBody {
  border: 1px red;
  background: green;
  -moz-border-radius: 1em;
  margin-left:.4em;
  margin-bottom:.4em;
 }

 body {
  background-image: url("http://i77.photobucket.com/albums/j80/lilkilala101/Pokemon/025Pikachu.png");
  background-attachment:fixed;
 }