用户:User670/vector.css:修订间差异

来自LoveLive Wiki
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第5行: 第5行:
text-decoration: none;
text-decoration: none;
padding: 5px 5px;
padding: 5px 5px;
}
a:hover, a:active {
text-decoration: none;
text-shadow: none !important;
}
a:hover {
text-decoration: underline;
}
a.new {
color: red !important;
text-decoration: none;
font-weight: none !important;
}
a {
color: #00c !important;
text-decoration: none;
font-weight: none !important;
}
}

2015年4月25日 (六) 15:58的版本

a
{
color: #00c !important;
font-size: 100%;
text-decoration: none;
padding: 5px 5px;
}
a:hover, a:active {
text-decoration: none;
text-shadow: none !important;
}
a:hover {
text-decoration: underline;
}
a.new {
color: red !important;
text-decoration: none;
font-weight: none !important;
}
a {
color: #00c !important;
text-decoration: none;
font-weight: none !important;
}