Difference between revisions of "User:T0 onik/valve.css"

From Team Fortress Wiki
Jump to: navigation, search
Line 10: Line 10:
 
span, td, th, li
 
span, td, th, li
 
{
 
{
background: #fff4ec !important;
 
 
  color: #7b440d !important;
 
  color: #7b440d !important;
 
  font-family: Tahoma !important;
 
  font-family: Tahoma !important;
Line 20: Line 19:
 
color: #4d2c0c !important;
 
color: #4d2c0c !important;
 
font-family: Arial !important;
 
font-family: Arial !important;
 +
}
 +
td
 +
{
 +
background: #fff4ec !important;
 +
color: #7b440d !important;
 +
font-family: Tahoma !important;
 +
font-size: 11px !important;
 +
font-weight: bolder !important;
 
}
 
}

Revision as of 14:55, 7 December 2010

a 
{
 color: #d86511 !important;
 cursor: pointer !important;
 text-decoration: none !important;
 font-family: TF2 Build  !important;
 font-size: 11px !important;
}

span, td, th, li
{
 color: #7b440d !important;
 font-family: Tahoma !important;
 font-size: 11px !important;
 font-weight: bolder !important;
}
p
{
color: #4d2c0c !important;
font-family: Arial !important;
}
td
{
 background: #fff4ec !important;
 color: #7b440d !important;
 font-family: Tahoma !important;
 font-size: 11px !important;
 font-weight: bolder !important;
}