MediaWiki:Common.css

Revision as of 14:51, 7 January 2015 by Admin (talk | contribs)

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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
#cortex-header {
  font-family: "palatino linotype", palatino, serif;
  font-size: 20px;
  color: #A85016;
  font-style: normal;
  font-weight: normal;
  font-variant: small-caps;
  text-align: left;
  letter-spacing: 0px;
  line-height: 20px;
}

.cortex-table {
  background: #A85016;
  font-family: "palatino linotype", palatino, serif;
  font-size: 12px;
}

.sm-header {
  background-color: black;
  color: white;
  font-family: "lucida sans unicode", "lucida grande", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  font-variant: small-caps;
  text-align: right;
  letter-spacing: 1.2px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-top; 4px;
  line-height: 25px;}

.sm-table {
  background-color: white;
  color: black;
  font-family: "palatino linotype", palatino, serif;
 }