User:InfectedShroom/Saved Monobook

From the Super Mario Wiki

Jump to: navigation, search

This is so that I have a saved version of my monobook.css.

/*Ohai! InfectedShroom here. Feel free to use my CSS for whatever you want. It's very... Radioheady. :P I like it, though. 'Specially the logo. Anyway, thanks to the Help:CSS page and a tiny bit of Wayo's CSS for this one. And if you do use it, just add a little message for credit on the top, like this. Ciao!*/

body {

 font-family:Trebuchet MS;
 font-size:10px;
 background: gainsboro ;
}

a {

 color: #080;
 text-decoration: none;
}

a:visited {

 color: #050;
}

a:active {

 color: #111;
}
  1. p-personal a.new {
 color:#90C; 
}
  1. p-personal a.new:visited {
 color:#C0C;
}
  1. bodyContent a.external {
 color: #0a0;
}
  1. bodyContent a.extiw:active {
 color: #020;
}

h1 {

 color:#030;
 font-size:220%;
}

h2 {

 color:#030;
}

h3 {

 color:#030;
}

h4 {

 color:#030;
}

h5 {

 color:#030;
}

h6 {

 color:#030;
}

textarea {

 border-color:black;
 border-style:dotted;
 border-width:1px;
 background:url(SSBB-Background.png);

}

  1. catlinks {
 font-weight:bold;
 border-color:black;
 border-style:solid;
 background:url(Category-Logo.png);
 background-repeat:no-repeat;
 background-position: center right;
 background-color:gainsboro;
}

ul {

 list-style-image: url(ISULBullet.png);
}

.usermessage {

 font-family:Arial; 
 text-transform:uppercase; 
 text-decoration:blink;
}

input.searchButton {

 border-color:purple; 
 background:green;
 color:#030;
}

input {

 color:#030;
 background-color:green
 border-color:purple
}
  1. p-logo a { background: url(MWlogo.png) 35% 50%
no-repeat !important;}
  1. searchInput {
  border: 1px solid #purple;
  background-color: #green;
  color:#503000;
}
  1. content, #content table {
 color:#530;
}


Personal tools