MediaWiki:Common.css:修订间差异

跳到导航 跳到搜索
(Code by 873756069, audit by Nierpod042)
(撤销NierPod042讨论)的版本8039)
第1,331行: 第1,331行:
     transition: color .13s linear;
     transition: color .13s linear;
     color: white;
     color: white;
}
/* 黑条模板css-demo */
span.demo{
    background-color: #252525;
    color: #252525;
    text-shadow: none;
}
span.demo:hover {
    transition: color .13s linear;
    color: red;
}
}