MediaWiki:Common.css

From TLoZ: ALTTP Hacking Resources
Revision as of 04:11, 15 April 2016 by Mmxbass (talk | contribs)
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
table.infoBox { /* overall style */
  float: right;
  margin: 0 0 0.5em 1em;
  border: 1px solid silver;
  background-color: #D0D0D0;
  color: black;
  padding: 2px 5px;
}
 
table.npcinfobox th, table.npcinfobox td { /* each cell in the table */
  border: 1px solid black;
  padding: 3px;
}
 
table.npcinfobox tr:first-child th { /* first header */
  background-color: 808080;
}
 
table.npcinfobox th:first-of-type { /* the rest of the headers */
  background-color: A0A0A0;
}