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 2: Line 2:
  
 
/* Text format for box headings, level 1 */
 
/* Text format for box headings, level 1 */
.big-blue, .wikitable .th.big-blue
+
.big-blue, .wikitable th.big-blue
 
{  
 
{  
 
   color:#4682B4;  
 
   color:#4682B4;  
Line 11: Line 11:
  
 
/* Text format for box headings, level 1 */
 
/* Text format for box headings, level 1 */
.med-red, .wikitable .th.med-red  
+
.med-red, .wikitable th.med-red  
 
{
 
{
 
   color:#8F1A18;  
 
   color:#8F1A18;  
 
   padding:1em;  
 
   padding:1em;  
 
}
 
}

Revision as of 05:20, 11 January 2011

/* CSS placed here will be applied to all skins */

/* Text format for box headings, level 1 */
.big-blue, .wikitable th.big-blue
{ 
  color:#4682B4; 
  text-align:left; 
  font-size:2em; 
  padding:0.5em;
}

/* Text format for box headings, level 1 */
.med-red, .wikitable th.med-red 
{
  color:#8F1A18; 
  padding:1em; 
}