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/EarthBound.css

From WikiBound, your community-driven EarthBound/Mother wiki
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.
/* the site logo */
#p-logo a, #p-logo a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: transparent url(https://wikibound.info/w/images/thumb/9/97/WikiBound_textonly.png/320px-WikiBound_textonly.png) no-repeat scroll 0 0 !important;
overflow:visible;
width:380px;
height:140px;
padding:5px;
margin-top: 3px;
}

/* the super-background */
body {
  background:#10006F;
}
#globalWrapper {
 background: none !important
}

/*the background of the page text */
#content {
 margin-top:174px !important;
}
#content, div#content { background: #000000 !important; color: #BFBFBF !important; border:6px solid #BFBFBF !important; }

/* rounded corners */
#content { border-top-left-radius: 1em; border-bottom-left-radius: 1em; border-top-right-radius: 1em; border-bottom-right-radius: 1em;
}

/* Change the color of tabs */
#p-cactions {
 margin-top:138px; !important;
}
#p-cactions ul li a {
border:3px solid #BFBFBF;
background-color:#000000;
color:#00AFFF;  } 
#p-cactions li.selected { 
 border:medium none #000000; !important; 
 z-index: 0 !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; 
}

/* header colors */
h1, h2, h3, h4, h5, h6 {
color: #BFBFBF;
}

/* userpage bar */
 #p-personal ul {
background-color:#000000;
border: 2px solid #BFBFBF;
border-top-left-radius: 1em; 
border-bottom-left-radius: 1em; 
border-top-right-radius: 1em; 
border-bottom-right-radius: 1em;
-moz-border-radius-bottomleft: 2em;
border-radius-bottomleft: 2em;
display:inline;
float:right;
} 
#p-personal li a {
color:#00AFFF;
}
/* contents box */
#toc {
    border: 3px solid #BFBFBF;
    color: #BFBFBF;
    background: #000000;
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}

/* sidebar boxes */

#p-navigation div, #p-helpful pages div, #p-search div, #p-links div, #p-tb div, #p-lang div  { border-top-left-radius: 1em; border-bottom-left-radius: 1em; border-top-right-radius: 1em; border-bottom-right-radius: 1em;
 	
  background:#000000 !important;
 	
  border:3px solid #BFBFBF !important;
}

/* sidebar box headers */

#p-navigation h5, #p-helpful pages h5, #p-search h5, #p-links h5, #p-tb h5, #p-lang h5 { color: #BFBFBF;
}
#footer a {
color:#00AFFF;
font-weight:bold;
}
#footer {
background-color:#000000 !important;
border-top:2px solid #BFBFBF !important;
border-bottom: 2px solid #BFBFBF !important;
color:#00AFFF;
}

/* Link colors */

h5 { color: #00007f; }
a { color: #00AFFF; }
a:visited { color: #BB82EE; }
a:hover { text-decoration: underline; }
a.new { color: #FF0000; }
}

/* Userpage icon */
li#pt-userpage, li#pt-anonuserpage, li#pt-login { background: url(/images/thumb/a/af/EarthBound%27sBlueMarble.png/14px-EarthBound%27sBlueMarble.png) top left no-repeat; }