User:RubberLuigi/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (for now this is the end)
m (I really don't need the portlet since my image doesn't overlap the text)
Line 19: Line 19:
p.italic {
p.italic {
  font-style: italic;
  font-style: italic;
}
.portlet h3 {
background: #FFF;
}
}



Revision as of 14:36, December 29, 2015

body {
 font-family: verdana;
 color: #BF6E00;
 font-size: 10px;
 background-image: url("/images/e/e3/Bowser_SSB4_Artwork_-_Green.jpg");
 background-size: 475px 475px;
);
 }
a { color: #800080; }
a:active { color: #FF00FF; }
a:visited { color: #800080; }
#p-personal a.new { color: #800080 }
#p-personal a.new:visited { color: #800080 }
#p-logo a {
 background: url(http://www.mariowiki.com/images/3/3e/MK8_Roy_Icon.png) center no-repeat !important;
 background-size: 400px 400px;
}

p.italic {
 font-style: italic;
}

div#content {
 color: #7A5DC7;
}