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.

Difference between revisions of "User:Ultimate Toad/wikibound.css"

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
m
m (Tacopill moved page User:OmegaToad64/wikibound.css to User:Ultimate Toad/wikibound.css: Automatically moved page while renaming the user "OmegaToad64" to "Ultimate Toad")
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* CSS placed here will affect all users of the WikiBound skin */
/* CSS placed here will affect all users of the WikiBound skin */


/* Header font */
/* Link colors */
h1, h2 {
 
        font-family:Times;
h5 { color: #00007f; }
a { color: #0000ff; }
a:visited { color: #002bb8; }
a:hover { text-decoration: underline; }
a.new { color: #ff0000; }
}
}


/* Table of contents */
/* Table of contents */
Line 19: Line 24:
     border-radius: 5px 5px 0 0;
     border-radius: 5px 5px 0 0;
     text-align: center;
     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 */
/* Fixes */
Line 43: Line 62:


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

Latest revision as of 20:46, 22 March 2023

/* CSS placed here will affect all users of the WikiBound skin */

/* Link colors */

h5 { color: #00007f; }
a { color: #0000ff; }
a:visited { color: #002bb8; }
a:hover { text-decoration: underline; }
a.new { color: #ff0000; }
}


/* 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; border:none !important;
}