MediaWiki:Gadget-DKStyle.css: Difference between revisions

fixes
m (Bawitdaba moved page MediaWiki:Gadget-DKSkin.css to MediaWiki:Gadget-DKStyle.css without leaving a redirect: same here)
(fixes)
Line 1: Line 1:
/* A custom Donkey Kong-styled wiki skin */
/* A custom Donkey Kong-styled wiki skin */


body, div#globalWrapper { background:#985B00; }
body, div#globalWrapper { background:#985B00 !important; }
.mw-footer { background: #f5f3bb; }
.mw-footer { background: #f5f3bb; }
.mw-wiki-logo { background-image: url("https://static.miraheze.org/mariowiki/5/5d/DKpedia.png"); }


@media all and (min-width: 551px) {
@media all and (min-width: 551px) {
Line 10: Line 9:
body.skin-monobook li#pt-anonuserpage {
body.skin-monobook li#pt-anonuserpage {
color: #606060;
color: #606060;
background: url(https://static.miraheze.org/mariowiki/9/92/Banana_DKC_SNES.png) top left no-repeat;
background: url(https://static.miraheze.org/mariowiki/9/92/Banana_DKC_SNES.png) top left no-repeat !important;
padding: 1px 0 2px 20px;
padding: 1px 0 2px 20px;
line-height: 20px;
line-height: 20px;
Line 17: Line 16:
padding-bottom: 1em;
padding-bottom: 1em;
}
}
}
body.skin--responsive .portlet h3 {
    color:yellow;
}
}