In Memoriam: Tai'lahr

OpenUru.org, along with the rest of the Mystonline community, is mourning the loss of Tai'lahr on October 16th, 2019.

Rest in Peace, friend.

MediaWiki:Common.css

From OpenUru
Revision as of 02:50, 29 March 2011 by Mac Fife (talk | contribs)
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: 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 */

/* Table formats */
/* Large, left aligned blue text */
.big-blue, .wikitable th.big-blue
{ 
  color:#4682B4; 
  text-align:left; 
  font-size:1.5em; 
  padding:0.5em;
}

/* Normal, centered dark red text */
.med-red, .wikitable th.med-red 
{
  color:#8F1A18; 
  padding:1em; 
}

/* Borderless spacer */
.spacer, .wikitable th.spacer, .wikitable td.spacer
{
  border:0;
  background:#fff;
  padding:5px;
}

/* Quotation box (blockquote) */
blockquote.bluebox
{
  background-color: #F0F0FF; 
  border: solid 1px #CCCCDD; 
  padding: 5px;
}