MediaWiki:Monobook.css

From SmashWiki, the Super Smash Bros. wiki
Revision as of 19:06, March 31, 2019 by Toomai (talk | contribs)
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Monobook skin */

h1 { font-size: 193%; }
h3, h4, h5 { margin-bottom: 0.2em; }
p { margin: 0.6em 0 0.7em 0; }
.ns-talk p + dl, .ns-4 p + dl, .ns-110 p + dl {
	margin-top: -0.4em;
}

li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
	padding-left: 20px;
	background: url(/images/user.png) top left no-repeat;
}

li#pt-createaccount {
	text-transform: none;
}

.catlinks {
	margin-top: 10px;
}

#localNotice {
	margin: -10px 0 -1px 0;
}

.page-Main_Page.action-view #localNotice {
	margin-bottom: 22px;
}

/* Fix footer spacing */
#f-list {
	line-height: 17px;
}

/* Fix preferences tabs */
.client-js #preftoc a,
.client-js #preftoc a:active {
	padding: 0 0.7em;
}

/* ??? */
body.mediawiki {
    background:#bfbfff;
}
div#content.mw-body {
    background:#ffffff;
    border:1px solid #5f5fff;
}
div#globalWrapper {
    background:#bfbfff;
}
#p-cactions li {
    background:#afafff;
    border-top-left-radius:50px;
    border-top-right-radius:50px;
    border-right:2px solid #5f5fff;
    border-top:none;
    border-bottom:none;
    border-left:none;
}
#p-cactions li:hover {
    background:#ffffff;
}
#p-cactions li a {
    background:transparent;
}
#p-cactions li a:hover {
    background:transparent;
}
#p-cactions li.selected {
    background:#ffffff;
    border-right:2px solid #5f5fff;
    border-top:none;
    border-bottom:none;
    border-left:none;
}
#p-cactions li.selected a {
    background:transparent;
}