MediaWiki:Monobook.css: Difference between revisions

From the Nintendo Wiki, a wiki covering all things Nintendo
Jump to navigationJump to search
Content added Content deleted
(background :D)
(link colors for userpage)
Line 1: Line 1:
/* All CSS here will be loaded for users of the MonoBook skin */
/* 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 {
.portlet {
Line 21: Line 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;
}
}