User:RubberLuigi/monobook.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
RubberLuigi (talk | contribs) m (this one is my favorite actually) |
RubberLuigi (talk | contribs) m (yay) |
||
Line 3: | Line 3: | ||
color: #BF6E00; | color: #BF6E00; | ||
font-size: 10px; | font-size: 10px; | ||
background-image: url("/images/ | background-image: url("/images/e/e3/Bowser_SSB4_Artwork_-_Green.jpg"); | ||
background-size: 475px 475px; | background-size: 475px 475px; | ||
); | ); | ||
Line 13: | Line 13: | ||
#p-personal a.new:visited { color: #800080 } | #p-personal a.new:visited { color: #800080 } | ||
#p-logo a { | #p-logo a { | ||
background: url(http://www.mariowiki.com/images/ | background: url(http://www.mariowiki.com/images/2/29/Mario_SSB4_Artwork_-_Black.jpg) center/contain no-repeat !important; | ||
} | } | ||
Revision as of 22:09, 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/2/29/Mario_SSB4_Artwork_-_Black.jpg) center/contain no-repeat !important;
}
p.italic {
font-style: italic;
}
div#content {
color: #7A5DC7;
}