MediaWiki:Common.css

From IOTT
Revision as of 17:09, 10 January 2020 by JesseB (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: table.infobox { margin: 0.5em 0 0.5em 1em; border-spacing: 3px; padding: 0.2em; width: 22em; float: right;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump 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.
/* CSS placed here will be applied to all skins */
table.infobox {
  margin: 0.5em 0 0.5em 1em; 
  border-spacing: 3px; 
  padding: 0.2em; 
  width: 22em; 
  float: right; 
  clear: right; 
  background-color:#f8ffe5; 
  border: 1px solid #609020;
}

td.infobox_emphasis {
  color:       Black;
  text-align:  center; 
  font-weight: bold; 
  background-color: #badd88; 
}

td.infobox_bold {
  color:       Black;
  text-align:  center; 
  font-weight: bold; 
}

td.infobox_italics {
  text-align: center; 
  font-style: italic
}

th.infobox {
  text-align:     left;
  font-weight:    bold; 
  border-bottom:  none;
  vertical-align: text-top; 
  background-color: #f8ffe5;
}