MediaWiki:Common.css:修订间差异

来自魏启大陆
跳转到导航 跳转到搜索
Hineven留言 | 贡献
无编辑摘要
Hineven留言 | 贡献
无编辑摘要
第26行: 第26行:


// 以下代码用于让隐藏文字的标题不被选取
// 以下代码用于让隐藏文字的标题不被选取
.collapse-box-title {
.collapse-box-title p {
-webkit-user-select:none;
    user-select:none;
-moz-user-select:none;
    color:#711f2e;
-ms-user-select:none;
user-select:none;
}
}
.collapse-display-title {
.collapse-box-title p:hover {
-webkit-user-select:none;
    text-decoration:underline;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
}
#collapse-box-title {
.collapse-display-title p {
-webkit-user-select:none;
    user-select:none;
-moz-user-select:none;
    color:#711f2e;
-ms-user-select:none;
user-select:none;
}
}
#collapse-display-title {
.collapse-display-title p:hover {
-webkit-user-select:none;
    text-decoration:underline;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
}

2018年4月18日 (三) 10:46的版本

/* 这里放置的CSS将应用于所有皮肤 */
#page-tags {
    font-size:10px;
    font-weight: bold;
    border-left: #7a7a98;
    border-left-width: 4px;
    border-left-style: solid;
    border-right: #7a7a98;
    border-right-width: 4px;
    border-right-style: solid;
    width:fit-content;
    background-color:#777777;
}
.page-tags {
    font-size:10px;
    font-weight: bold;
    border-left: #7a7a98;
    border-left-width: 4px;
    border-left-style: solid;
    border-right: #7a7a98;
    border-right-width: 4px;
    border-right-style: solid;
    width:fit-content;
    background-color:#777777;
}

// 以下代码用于让隐藏文字的标题不被选取
.collapse-box-title p {
    user-select:none;
    color:#711f2e;
}
.collapse-box-title p:hover {
    text-decoration:underline;
}
.collapse-display-title p {
    user-select:none;
    color:#711f2e;
}
.collapse-display-title p:hover {
    text-decoration:underline;
}