MediaWiki:Common.css

From HappyWiki, at www.Kennel17.co.uk
Revision as of 07:18, 7 April 2015 by HappyDog (Talk | contribs) (Silly whoops)

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: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
 
/** prettytable class **/
 
table.prettytable {
  border: 1px solid #AAAAAA;
  border-collapse: collapse;
}
 
table.prettytable th {
  text-align: center;
  font-weight: bold;
  background-color: #CCCCFF;
  color: #000000;
}
 
table.prettytable td, table.prettytable th {
  border: 1px solid #AAAAAA;
  padding: 0.1em 0.3em;
}
 
/** InfoBoxes **/
 
.infobox {
    float: right;
    margin: 0 0 1em 1em;
}
.infobox td,
.infobox th {
    padding: 0.2em 0.5em;
}
 
.infobox th {
    background-color: #F0F0FF;
}
 
.infobox th.infobox_header{
    font-size: 1.2em;
    background-color: #E0E0FF;
}