Difference between revisions of "User:T0 onik/valve.css"
Line 1: | Line 1: | ||
a | a | ||
{ | { | ||
+ | color:#000; | ||
text-shadow: black 1px 1px 2px !important; | text-shadow: black 1px 1px 2px !important; | ||
} | } | ||
Line 6: | Line 7: | ||
span, td, th, li | span, td, th, li | ||
{ | { | ||
− | color: # | + | text-shadow: black 1px 1px 2px !important; |
+ | color:#000; !important; | ||
font-family: Tahoma !important; | font-family: Tahoma !important; | ||
font-size: 11px !important; | font-size: 11px !important; | ||
Line 13: | Line 15: | ||
p | p | ||
{ | { | ||
− | color: # | + | text-shadow: black 1px 1px 2px !important; |
+ | color: color:#000; !important; | ||
font-family: Arial !important; | font-family: Arial !important; | ||
} | } | ||
td | td | ||
{ | { | ||
− | color: # | + | text-shadow: black 1px 1px 2px !important; |
+ | color: #000 !important; | ||
font-family: Tahoma !important; | font-family: Tahoma !important; | ||
font-size: 11px !important; | font-size: 11px !important; |
Revision as of 14:34, 22 September 2011
a { color:#000; text-shadow: black 1px 1px 2px !important; } span, td, th, li { text-shadow: black 1px 1px 2px !important; color:#000; !important; font-family: Tahoma !important; font-size: 11px !important; font-weight: bolder !important; } p { text-shadow: black 1px 1px 2px !important; color: color:#000; !important; font-family: Arial !important; } td { text-shadow: black 1px 1px 2px !important; color: #000 !important; font-family: Tahoma !important; font-size: 11px !important; font-weight: bolder !important; } table.navbox { background-color: #353535 !important; }