MediaWiki:Common.css

From Open Pattern Repository for Online Learning Systems
Revision as of 13:18, 5 June 2015 by Pinventado (talk | contribs) (Align th to the top of the cell)
Jump to navigation Jump to 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Infobox CSS */
table.infobox {
  float:right; 
  border: 1px solid #aaa; 
  width: 22em; 
  border-spacing: 3px;  
  background-color: #f9f9f9;
  color: black;
  margin: 0.5em 0 0.5em 1em;
  font-size:88%; 
  padding: 0.2em; 
  clear: right;
  text-align: left;
  line-height: 1.5em;
}
table.infobox .header, table.infobox .subheader{
  text-align:center; 
  background-color: #fe9364;
  font-weight:bold; 
  font-size: 125%;
}
table.infobox .subheader{
  font-size: 100%;
}
table.infobox td, table.infobox th {
  vertical-align:top;
}