User:RubberLuigi/monobook.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
RubberLuigi (talk | contribs) m (switching) |
RubberLuigi (talk | contribs) m (oops) |
||
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://signavatar.com/ | background: url(http://signavatar.com/42891_s.gif) center/contain no-repeat !important; | ||
} | } | ||
Revision as of 13:32, January 16, 2016
body {
font-family: verdana;
color: #BF6E00;
font-size: 10px;
background-image: url("http://mariowiki.com/images/5/5c/Falco_SSB4_Art.png");
background-size: 175px 175px;
);
}
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;
}