User:AABb1221/common.css:修订间差异

创建页面,内容为“a > span.black-text { color: black; background-color: black; cursor: default; } a > span.black-text:hover { transition: 0.1s color; color: #6cecff; } span.black-text > a { color: black; background-color: black; cursor: default; } span.black-text:hover > a { transition: 0.1s color; color: #6cecff; }”
 
清空全部内容
 
第1行: 第1行:
a > span.black-text
{
    color: black;
    background-color: black;
    cursor: default;
}


a > span.black-text:hover
{
    transition: 0.1s color;
    color: #6cecff;
}
span.black-text > a
{
    color: black;
    background-color: black;
    cursor: default;
}
span.black-text:hover > a
{
    transition: 0.1s color;
    color: #6cecff;
}