User:RubberLuigi/monobook.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
RubberLuigi (talk | contribs) m (yay) |
RubberLuigi (talk | contribs) m (who knew something for a forum would work on a wiki :P) |
||
Line 3: | Line 3: | ||
color: #BF6E00; | color: #BF6E00; | ||
font-size: 10px; | font-size: 10px; | ||
background-image: url("/images/ | background-image: url("http://www.mariowiki.com/images/1/1c/Bowser_SSB4_Artwork_-_Yellow.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:// | background: url(http://signavatar.com/42891_s.gif) center/contain no-repeat !important; | ||
} | } | ||
Line 23: | Line 23: | ||
color: #7A5DC7; | color: #7A5DC7; | ||
} | } | ||
.usermessage { | |||
background: #4CC417; | |||
border: 1.1px dashed #060; | |||
} | |||
#siteNotice { | |||
background: #F433FF; | |||
} |
Revision as of 13:15, December 30, 2015
body {
font-family: verdana;
color: #BF6E00;
font-size: 10px;
background-image: url("http://www.mariowiki.com/images/1/1c/Bowser_SSB4_Artwork_-_Yellow.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://signavatar.com/42891_s.gif) center/contain no-repeat !important;
}
p.italic {
font-style: italic;
}
div#content {
color: #7A5DC7;
}
.usermessage {
background: #4CC417;
border: 1.1px dashed #060;
}
#siteNotice {
background: #F433FF;
}