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.

Difference between revisions of "MediaWiki:Common.css"

From OpenUru
Jump to navigation Jump to search
Line 7: Line 7:
 
   color:#4682B4;  
 
   color:#4682B4;  
 
   text-align:left;  
 
   text-align:left;  
   font-size:2em;  
+
   font-size:1.5em;  
 
   padding:0.5em;
 
   padding:0.5em;
 
}
 
}

Revision as of 07:52, 11 January 2011

/* 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;
}