User:Toomai/Skins/Crimson Plumber (Monobook)
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
/*
*/
/* superbackground */
body {
background: #00bfff url('http://www.ssbwiki.com/images/d/d9/Background%28SkinMa%29.png') repeat-x bottom left;
}
/* page background */
#content {
background: #ffffff;
color: #000000;
}
/* content background */
#bodyContent {
background: #ffffff;
color: #000000;
}
/* footer */
#footer {
background: none;
color: #000000;
border: none;
}
#footer a {
color: #000000;
}
/* character difference colours */
.mw-plusminus-pos {
color: #00bf00;
}
.mw-plusminus-neg {
color: #bf0000;
}
/* wikitable */
table.wikitable {
text-align: center;
margin: 1em 1em 1em 0;
background: #ffffff;
border: 1px #00003f solid;
border-collapse: collapse;
color: #000000;
}
/* wikitable headings */
table.wikitable th, table.wikitable td {
border: 1px #00003f solid;
padding: 0.2em;
}
table.wikitable th {
background: #ff7f7f;
color: #000000;
}
/* wikitable captions */
table.wikitable caption {
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
}
/* "you have new messages" box */
.usermessage {
background: #ff0000;
border: 3px solid #0000bf;
color: #000000;
font-weight: normal;
margin: .5em 0em .5em 0em;
padding: 4px;
vertical-align: middle;
}
/* tab */
#p-cactions ul li a {
background: #3f3fff;
color: #000000;
}
/* tab (selected) */
#p-cactions ul li.selected a {
background: #ffffff;
color: #00003f;
}
/* tab (hover) */
#p-cactions ul li a:hover {
background: #ff0000;
color: #000000;
}
/* link colours */
a {
color: #0000ff;
}
a:visited {
color: #7f007f;
}
a:hover {
text-decoration: underline;
}
a.new {
color: #ff0000;
}
/* sidebar links */
.portlet a {
color: #0000ff;
}
/* sidebar titles */
.portlet h5 {
color: #0000ff;
}
/* sidebar body */
.pBody {
background: #ff0000;
color: #0000ff;
}
div.pBody {
background: #ff0000;
border:2px solid #0000bf;
}
/* user area */
.portlet#p-personal a {
color: #0000bf;
}
.portlet#p-personal a:hover {
background: #ffffff;
color: #ff0000;
}
.portlet#p-personal a.new {
color: #000000;
}
/* Table of Contents */
#toc {
background: #ff0000;
border: 2px solid #0000bf;
color: #0000ff;
padding: 5px;
font-size: 90%;
}
/* Code boxes */
code {
background: #ffdfdf;
color: #000000;
}
pre {
background: #ffbfbf;
color: #000000;
border: 1px dashed #0000ff;
display: block;
overflow: auto;
}
#catlinks {
background: #ffbfbf;
border: 1px solid #0000bf;
}
/**/