Welcome to SmashWiki! Log in or create an account and join the community, and don't forget to read this first!
Notices
The Skill parameter has been removed from Smasher infoboxes, and in its place are the new "Best historical ranking" and "Best tournament result" parameters. SmashWiki needs help adding these new parameters to Smasher infoboxes, refer to the guidelines here for what should be included in these new parameters.
When adding results to Smasher pages, include each tournament's entrant number in addition to the player's placement, and use the {{Trn}} template with the matching game specified. Please also fix old results on Smasher pages that do not abide to this standard. Refer to our Smasher article guidelines to see how results tables should be formatted.
Check out our project page for ongoing projects that SmashWiki needs help with.

User:Bandit/monobook.css

From SmashWiki, the Super Smash Bros. wiki
< User:Bandit
Revision as of 14:21, July 22, 2013 by Bandit (talk | contribs) (good enough for now)
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.
/*<pre><nowiki>*/

/*** Bold 'edit this page' link to encourage newcomers ***/
#ca-edit a {
    font-weight: bold !important;
}

/* Background */
body {
    background: black;
    color: yellow;
}

#bodyContent {
    background: #000000;
    color: red;
}

#content {
    background: #000000;
    color: red;
}

#footer {
    background: #9f4f00;
    color: #000000;
}

/* Colour the number of characters added/removed in the recent changes */
.mw-plusminus-pos {
    color: #ff8000;
}

.mw-plusminus-neg {
    color: #ff0080;
}

/* Wikitable settings */

table.wikitable {
    text-align: center;
    margin: 1em 1em 1em 0;
    background:black;
    border: 1px #9f0000 solid;
    border-collapse: collapse;
    color: #000000;
}

table.wikitable th, table.wikitable td {
    border: 1px #9f0000 solid;
    padding: 0.2em;
}

table.wikitable th {
    background: #ffdf7f;
    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 #ffff00;
     color: #ffff00;
     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: #ffff00;
    color: #ff0000;
}

/* Change color of SELECTED tabs */
#p-cactions ul li.selected a { 
    background: #ff8000;
    color: #663300;
}

/* Change color of NON SELECTED tabs */
#p-cactions ul li a { 
    background: #ff0000;
    color: #ffff00;
}

*/

/* Link colours */

#column-one { padding-top: 140px !important; }

h5 { color: #7f0000; }
a { color: #ff3f00; }
a:visited { color: #f00; }
a:hover { text-decoration: underline; }
a.new { color: #f60; }

/* Link colors */
.portlet a {
    color: #ffffff;
    background: none;
}

/* Sidebar */
.pBody {
    background: #ffaa00;
    color: #000000;
}

div.pBody {
    background: red;
    border:3px solid yellow;
    color:yellow
}

/* Area where it says your username, talk page, etc. */
#p-personal a {
    color: #000000;
    background: transparent;
}

/* Table of Contents */
#toc {
    border: 4px solid #ffaa00;
    color: #ffff00;
    background: #ff0000;
    padding: 5px;
    font-size: 95%;
}

/* Code boxes */
code {
    background:black;
    color:yellow;
}
pre {
    background:black;
    color:yellow;
    border: 1px dashed #ffaa00;
    display: block;
    overflow: auto;
}
#catlinks {
   background:black;
   border: 1px solid red;
}

html body.skin-monobook ul {
	list-style-image: url(/images/thumb/d/db/User.png/14px-User.png);
}
/*</nowiki></pre>*/