User:Toomai/Skins/Subspacial (Monobook)
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
/*
*/
/*** Bold 'edit this page' link to encourage newcomers ***/
#ca-edit a {
font-weight: bold !important;
}
/* Background */
body {
background: #000000;
color: #7f00ff;
}
#bodyContent {
background: #dfbfff;
color: #000000;
}
#content {
background: #dfbfff;
color: #000000;
}
#footer {
background: #000000;
color: #7f00ff;
border-color: #0000ff;
}
/* Colour the number of characters added/removed in the recent changes */
.mw-plusminus-pos {
color: #0000ff;
}
.mw-plusminus-neg {
color: #3f003f;
}
/* Wikitable settings */
table.wikitable {
text-align: center;
margin: 1em 1em 1em 0;
background: #ffffff;
border: 1px #3f003f solid;
border-collapse: collapse;
color: #000000;
}
table.wikitable th, table.wikitable td {
border: 1px #3f003f solid;
padding: 0.2em;
}
table.wikitable th {
background: #7f00ff;
color: #000000;
}
table.wikitable caption {
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
}
/* "You have new messages" box */
.usermessage {
background: #000000;
border: 3px solid #0000ff;
color: #7f00ff;
font-weight: normal;
margin: .5em 0em .5em 0em;
padding: 4px;
vertical-align: middle;
}
/* Appearance when MOUSE HOVERS OVER TABS */
#p-cactions ul li a:hover {
background: #dfbfff;
color: #000000;
}
/* Change color of SELECTED tabs */
#p-cactions ul li.selected a {
background: #dfbfff;
color: #00003f;
}
/* Change color of NON SELECTED tabs */
#p-cactions ul li a {
background: #3f003f;
color: #7f00ff;
}
*/
/* Link colours */
#column-one { padding-top: 140px !important; }
h5 { color: #7f00ff; }
a { color: #0000ff; }
a:visited { color: #7f007f; }
a:hover { text-decoration: underline; }
a.new { color: #ff0000; }
/* Link colors */
.portlet a {
color: #3f00bf;
background: none;
}
/* Sidebar */
.pBody {
background: #3f003f;
color: #7f00ff;
}
div.pBody {
background: #3f003f;
border:3px solid #3f00bf;
}
/* Area where it says your username, talk page, etc. */
#p-personal a {
color: #3f00bf;
background: transparent;
}
/* Table of Contents */
#toc {
border: 4px solid #3f00bf;
color: #0000ff;
background: #00003f;
padding: 5px;
font-size: 95%;
}
/* Code boxes */
code {
background: #00007f;
color: #dfbfff;
}
pre {
background: #00003f;
color: #dfbfff;
border: 1px dashed #00007f;
display: block;
overflow: auto;
}
#catlinks {
background: #000000;
border: 1px solid #00007f;
}
/**/