User:Ultimate Toad/monobook.css

From WikiBound, your community-driven EarthBound/Mother wiki
< User:Ultimate Toad
Revision as of 01:45, 31 August 2020 by Ultimate Toad (talk | contribs) (All done so going back)
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 background of the page text */

#content, div#content { !important; border:1px solid #ffc08b !important; }

/* Change the color of tabs */
#p-cactions ul li a { background: #ffebb0;  border:1px solid #ffc08b !important; } 
#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; 
}

/* contents box */
#toc {
    border: 1px solid #ffebb0;
    color: #000000;
    background: #ffffff;
}

/* sidebar boxes */

#p-navigation div, #p-helpful pages div, #p-search div, #p-links div, #p-tb div, #p-lang div {
 	
  background:#ffffff !important;
 	
  border:1px solid #ffc08b !important;
}