NewsUnrealEdForumsFilesModsFragBU

Skin

BeyondUnreal


Personal tools

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

From Liandri Archives

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

Latest revision as of 14:38, 4 August 2007

/*

CSS for metal variation of the BeyondUnreal Skin

*/

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

/*
*/