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/monobook.css"

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
m
Tag: Reverted
m (Blanking for now)
Tags: Blanking Manual revert
Line 1: Line 1:
/* Background */
body {
background:#c9dfff;
}
#globalWrapper {
background: none !important;
}


/* Content */
#content, div#content {
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;
border-top:3px solid #bff4e9;
border-bottom:3px solid #bff4e9;
border-left:3px solid #bff4e9;
border-right:none !important;
}
/* Table of contents */
#toc {
  border: 2px solid #bff4e9;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
/* Sidebar boxes */
.pBody {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
.pBody {
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  border-top:3px solid #bff4e9;
  border-bottom:3px solid #bff4e9;
  border-right:3px solid #bff4e9;
  border-left:none !important;
}
/* Tab fixes */
#p-cactions ul li a {
  background: #dff4f9;
  border-top:2px solid #bff4e9;
  border-right:1px solid #bff4e9;
  border-left:1px solid #bff4e9 !important;
}
#p-cactions li.selected {
  border-bottom:1px solid #ffffff !important;
  z-index: 0 !important;
}
#p-cactions {
margin-top:1px; !important
}
#p-cactions li {
border:medium none #000000 !important;
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
border-radius-topleft: 1em;
border-radius-topright: 1em;
}
/* Categories bar */
.catlinks {
  border: 2px solid #bff4e9;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}

Revision as of 03:58, 26 December 2021