User:Nintendo64Fan/monobook.css

From the Super Mario Wiki, the Mario encyclopedia
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: #ff7f00;
    color: #000000;
}

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

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

#footer {
    background: #ffbfbf;
    color: #000000;
}

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

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

/* Wikitable settings */

table.wikitable {
    text-align: center;
    margin: 1em 1em 1em 0;
    background: #ffffff;
    border: 1px #00009f solid;
    border-collapse: collapse;
    color: #000000;
}

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

table.wikitable th {
    background: #7fdfff;
    color: #000000;
}

table.wikitable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}

/* "You have new messages" box */
.usermessage {
     background: #3f3f3f;
     border: 3px solid #000000;
     color: #;
     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: #ff7f9f;
    color: #000000;
}

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

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

*/

/* Link colours */

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

h5 { color: #00007f; }
a { color: #ff7f00; }
a:visited { color: #00ff00; }
a:hover { text-decoration: underline; }
a.new { color: #ff0000; }

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

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

div.pBody {
    background: #003fff;
    border:3px solid #00007f;
}

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

/* Table of Contents */
#toc {
    border: 4px solid #003fff;
    color: #000000;
    background: #dfdfdf;
    padding: 5px;
    font-size: 95%;
}

/* Code boxes */
code {
    background: #dfffff;
    color: #000000;
}
pre {
    background: #dfffff;
    color: #000000;
    border: 1px dashed #00007f;
    display: block;
    overflow: auto;
}
#catlinks {
   background: #ffff3f;
   border: 1px solid #00009f;
}

/*</nowiki></pre>*/