i have defined a style sheet with this code:
[blue]
.white {font-family: tahoma, verdana, helvetica, sans-serif; font-size: 10px; color: #ffffff;}
a.white {font-family: tahoma, verdana, helvetica, sans-serif; font-size: 10px; color: #ffffff; text-decoration:none; line-height: 10px;}
a.white:hover {font-family: tahoma, verdana, helvetica, sans-serif; font-size: 10px; color: #ffffff; text-decoration:none; line-height: 10px;}
a.white:visited {font-family: tahoma, verdana, helvetica, sans-serif; font-size: 10px; color: #ffffff; text-decoration:none; line-height: 10px;}
a.white:hover:visited {font-family: tahoma, verdana, helvetica, sans-serif; font-size: 10px; color: #ffffff; text-decoration:none; line-height: 10px;}
[/blue]
except in miva the only thing that is affected is the font face. thought maybe the miva 'colors' were overriding the css... but when i blanked those out, the links just reverted to default html colors, so that wasn't it. the styles.css exists in the ../graphics/css folder, perhaps this is an invalid location? any one here had success implementing css on a miva site and could help clarify the situation?
[blue]
.white {font-family: tahoma, verdana, helvetica, sans-serif; font-size: 10px; color: #ffffff;}
a.white {font-family: tahoma, verdana, helvetica, sans-serif; font-size: 10px; color: #ffffff; text-decoration:none; line-height: 10px;}
a.white:hover {font-family: tahoma, verdana, helvetica, sans-serif; font-size: 10px; color: #ffffff; text-decoration:none; line-height: 10px;}
a.white:visited {font-family: tahoma, verdana, helvetica, sans-serif; font-size: 10px; color: #ffffff; text-decoration:none; line-height: 10px;}
a.white:hover:visited {font-family: tahoma, verdana, helvetica, sans-serif; font-size: 10px; color: #ffffff; text-decoration:none; line-height: 10px;}
[/blue]
except in miva the only thing that is affected is the font face. thought maybe the miva 'colors' were overriding the css... but when i blanked those out, the links just reverted to default html colors, so that wasn't it. the styles.css exists in the ../graphics/css folder, perhaps this is an invalid location? any one here had success implementing css on a miva site and could help clarify the situation?