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

来自LoveLive Wiki
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第32行: 第32行:
}
}
#content{
#content{
opacity: 0.1;
opacity: 1.0;
}
}

2015年4月25日 (六) 16:00的版本

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;
}

body {
background-color: #ffffff;
background-image: none !important;
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}
#content{
opacity: 1.0;
}