User:Unfortified Castle/monobook.css
From SmashWiki, the Super Smash Bros. wiki
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.
/* default colour notes */
/* a #002bb8 */
/* a:visited #5a3696 */
/* a:active #faa700 */
/* a:hover #------ */
/* a.stub #772233 */
/* a.new #ba0000 */
/* a.new:visited #a55858 */
/* light-links: for dark or blue backgrounds (75% brighter) */
.light-links a {
color:#bfcaed;
}
.light-links a:visited {
color:#d5cce4
}
.light-links a:active {
color:#fde9bf;
}
.light-links a.stub {
color:#ddc7cc;
}
.light-links a.new {
color:#edbfbf;
}
.light-links a.new:visited {
color:#e8d5d5;
}
.light-links #bodyContent a.extiw,
.light-links #bodyContent a.extiw:active,
.light-links #bodyContent a.external,
.light-links #bodyContent a.external:active {
color:#bfe7e7;
}
.light-links #bodyContent a.extiw:visited,
.light-links #bodyContent a.external:visited {
color:#cfdfdf;
}
/* Background */
body {
background: #041e42;
color: #041e42;
}
}
/* Colour the number of characters added/removed in the recent changes */
.mw-plusminus-pos {
color: #3cc04f;
}
.mw-plusminus-neg {
color: #b81b1b;
}
/* "You have new messages" box */
.usermessage {
background: #ffc72c;
border: 3px solid #041e42;
font-weight: normal;
font-color: #ffffff;
margin: .5em 0em .5em 0em;
padding: 4px;
vertical-align: middle;
}
/* Appearance when MOUSE HOVERS OVER TABS */
#p-cactions ul li a:hover {
background: #ffc72c;
color: #041e42;
}
/* Change color of SELECTED tabs */
#p-cactions ul li.selected a {
background: #ffffff;
color: #041e42;
}
/* Change color of NON SELECTED tabs */
#p-cactions ul li a {
background: #041e42;
color: #ffffff;
}
/* Sidebar */
.pBody {
background: #041e42;
color: #ffffff;
}
div.pBody {
background: #ffffff;
border:3px solid #ffc72c;
}
body {
background:#041e42 url(http://www.ssbwiki.com/images/b/bb/BackgroundConcept.png) bottom no-repeat;
}
/* Change link colours */
a {
color: #0000ff;
}
a:visited {
color: #000a87;
}
#p-cactions ul li,
#p-cactions ul li a,
#p-cactions li.selected,
#p-cactions li.selected a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
-webkit-border-top-left-radius: 1em;
-webkit-border-top-right-radius: 1em;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
khtml-border-top-left-radius: 1em;
khtml-border-top-right-radius: 1em;
-icab-border-top-left-radius: 1em;
-icab-border-top-right-radius: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
-webkit-border-top-right-radius: 1em;
-webkit-border-bottom-right-radius: 1em;
border-top-right-radius: 1em;
border-bottom-right-radius: 1em;
khtml-border-top-right-radius: 1em;
khtml-border-bottom-right-radius: 1em;
-icab-border-top-right-radius: 1em;
-icab-border-bottom-right-radius: 1em;
}
#p-cactions li {
padding-bottom: 1em;
-moz-border-radius-topleft: .72em !important;
-moz-border-radius-topright: .72em !important;
-webkit-border-top-left-radius: .72em !important;
-webkit-border-top-right-radius: .72em !important;
border-top-left-radius: .72em !important;
border-top-right-radius: .72em !important;
khtml-border-top-left-radius: .72em !important;
khtml-border-top-right-radius: .72em !important;
-icab-border-top-left-radius: .72em !important;
-icab-border-top-right-radius: .72em !important;
}
/* change the logo */
#p-logo a { background: url(https://www.ssbwiki.com/images/e/ea/SW_Logo_concept_5.png) 35% 50% no-repeat !important; }