MediaWiki:Monobook.css: Difference between revisions

Content deleted Content added
background :D
link colors for userpage
Line 1:
/* All CSS here will be loaded for users of the MonoBook skin */
 
body {
background: url(https://static.miraheze.org/nintendowiki/6/62/Nwbkgd.png);
}
 
.portlet {
Line 21 ⟶ 25:
}
 
/* user link colors */
body {
#p-personal a.new {
background: url(https://static.miraheze.org/nintendowiki/6/62/Nwbkgd.png);
color: #f00;
}
#p-personal a.new:visited {
color: #c00;
}
#p-personal li a {
color: #00f;
}
#p-personal li a:hover {
background-color: none;
text-decoration: underline;
}
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
color: #606060;
}