WikiBound logo.png There are 169 stubs for enemies. Help out by expanding these pages!
Item pages are now going to be split. See WikiBound:Projects for more information.

User:Ultimate Toad/wikibound.css

From WikiBound, your community-driven EarthBound/Mother wiki
< User:Ultimate Toad
Revision as of 07:00, 20 June 2021 by Ultimate Toad (talk | contribs) (Shoot forgot to change this)
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.
/* CSS placed here will affect all users of the WikiBound skin */

/* Header font */
h1, h2 {
        font-family:Times;
}

/* Table of contents */
#toc {
    border: 2px solid #bff4e9;
    border-radius: 10px;
    padding: 0;
    margin: 5px 0;
}

.toctitle {
    background: #bff4e9;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.mw-body .toctitle {
    border: none;
}

.toc ul {
    padding: 0 10px;
}

/* Categories */
.catlinks {
  border:3px solid #bff4e9 !important; border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}

/* Fixes */

/** Logo **/
#p-logo a, #p-logo a:hover {
    display: block;
    height: 240px;
    width: 327px;
    background-repeat: no-repeat;
    background-position: 35% 50% !important;
    text-decoration: none;
}

/** Italicize recent changes comments **/
.comment {
  color:#000000; font-style: italic !important;
}
.autocomment {
  color:#000000; font-style: italic !important;
}

#footer {
    background-color:transparent !important;
}