MediaWiki:Common.css
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5。
/* 这里放置的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 {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
.collapse-display-title {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
#collapse-box-title {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}
#collapse-display-title {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
}