/*-----------超链接样式--------------- 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式 a标签代表通用超链接样式 .menuA代表Blog导航条菜单的样式 .titleA代表日志标题的样式 .sideA代表侧栏的超链接样式 .CategoryA代表树形分类的链接样式 .more代表更多链接的样式 ------------------------------------*/ a:link,a:visited{text-decoration:none;color:#666666;} a:hover{color:#006987;text-decoration:none;} .menuA:link,.menuA:visited{ padding:0px; text-decoration:none; color:#333; background-repeat: no-repeat; } .menuA:visited{ padding:0px; text-decoration:none; color:#fff; background-color: #999; } .menuA:hover{ padding:0px; text-decoration:none; color:#FFFFFF; background-color: #999; } .titleA:link,.titleA:visited{text-decoration:none;font-weight:bold;font-family:verdana,黑体;text-align:left;color:#666;} .titleA:hover{BORDER-BOTTOM: 1px dotted;color:#3a8356;text-decoration:none;} .sideA:link,.sideA:visited{text-decoration:none;padding-left:0px;background:url() no-repeat;height:16px;overflow:hidden;display:block;margin-bottom:2px;width:160px;line-height:140%;} .sideA:hover{text-decoration:none;padding-left:0px;height:16px;overflow:hidden} .CategoryA:link,.CategoryA:visited{text-decoration:none;} .CategoryA:hover{BORDER-BOTTOM: 1px dotted;text-decoration:none;} .more:link,.more:visited{font-weight:bold;background:url(more.gif) no-repeat 0px 0px;padding-left:18px;margin:5px;text-decoration:none;} .more:hover{background:url(more.gif) no-repeat 0px -16px;} /*---超链接样式定义结束---*/