NewsUnrealEdForumsFilesModsFragBU

Skin

BeyondUnreal


Personal tools

Difference between revisions of "MediaWiki:Beyondunreal.css/classic"

From Liandri Archives

Jump to: navigation, search
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
/*
 +
 +
CSS for classic variation of the BeyondUnreal Skin
 +
 +
<pre><nowiki>
 +
*/
 +
 
table.wikitable {
 
table.wikitable {
 
   background-color: silver;
 
   background-color: silver;
Line 5: Line 12:
 
   background-color: #b8b8b8;
 
   background-color: #b8b8b8;
 
}
 
}
 +
 +
/*</nowiki></pre>*/

Latest revision as of 13:35, 4 August 2007

/*

CSS for classic variation of the BeyondUnreal Skin

*/

table.wikitable {
  background-color: silver;
}
table.wikitable th, table.prettytable th {
  background-color: #b8b8b8;
}

/*
*/