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

From Team Fortress Wiki
Jump to: navigation, search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
a  
 
a  
 
{
 
{
font-variant: small-caps !important;
+
  color:#333;
  color: #d86511 !important;
+
  text-shadow: black 0px 0px 1px !important;
cursor: pointer !important;
 
  text-decoration: none !important;
 
font-family: TF2 Build  !important;
 
font-size: 16px !important;
 
 
}
 
}
  
 
span, td, th, li
 
span, td, th, li
 
{
 
{
color: #7b440d !important;
+
 
 
  font-family: Tahoma !important;
 
  font-family: Tahoma !important;
 
  font-size: 11px !important;
 
  font-size: 11px !important;
Line 18: Line 14:
 
p
 
p
 
{
 
{
color: #4d2c0c !important;
+
 
 +
color: color:#000; !important;
 
font-family: Arial !important;
 
font-family: Arial !important;
 
}
 
}
 
td
 
td
 
{
 
{
background: #353535 !important;
+
 
  color: #7b440d !important;
+
   
 
  font-family: Tahoma !important;
 
  font-family: Tahoma !important;
 
  font-size: 11px !important;
 
  font-size: 11px !important;

Latest revision as of 14:38, 22 September 2011

a 
{
 color:#333;
 text-shadow: black 0px 0px 1px !important;
}

span, td, th, li
{

 font-family: Tahoma !important;
 font-size: 11px !important;
 font-weight: bolder !important;
}
p
{

color: color:#000; !important;
font-family: Arial !important;
}
td
{

 
 font-family: Tahoma !important;
 font-size: 11px !important;
 font-weight: bolder !important;
}
table.navbox {
background-color: #353535 !important;
}