“MediaWiki:Common.css”的版本间的差异
来自梅露可物语中文Wiki
第26行: | 第26行: | ||
.xContent{ | .xContent{ | ||
display: none; | display: none; | ||
− | font-size: | + | font-size: 15px; |
} | } | ||
.collapseButton{ | .collapseButton{ |
2019年8月14日 (三) 12:54的最新版本
/* 愚人节用
body.skin-vector {
background: url(/fools/bg_6.png) no-repeat top right #f6f6f6 !important;
}
.mw-wiki-logo {
background-image: url(/fools/logo_6.png) !important;
}
*/
/* 这里放置的CSS将应用于所有皮肤 */
body * {
max-height: 9999999px;
}
.xControl,.xProtect{
border:1px solid silver;
display:flex;
padding: 2px 8px 2px 8px;
}
.xCollapse{
display:block;
}
.xTitle{
float:left
}
.xContent{
display: none;
font-size: 15px;
}
.collapseButton{
float: left;
margin-left:13px;
cursor:pointer;
}
#ca-talk{
display:none!important;
}
fieldset.row table {
clear: left!important;
}
pre{
font-family: "Arial","Tahoma","Microsoft YaHei","Hiragino Sans GB","Microsoft JhengHei","sans-serif"!important;
}
#n-recentchanges{
display: none;
}
#t-recentchangeslinked{
display: none;
}
#t-specialpages{
display: none;
}
#t-permalink{
display: none;
}
/* 控制顶部目录层数 */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
display: none;
}
/*#charaPic{
position: absolute;
clip: rect(0px 530px 338px 238px);
margin-left: -237px;
margin-top: -169px;
width: 292px;
}*/
.c-actions {
position: absolute!important;
right: 0px!important;
margin: 0px!important;
}
.c-container {
margin: 0px!important;
}
.c-order {
padding: 0px!important;
}
.c-item {
padding: 0px 0px 10px 0px!important;
}
.c-form-message{
display: none!important;
}
.c-actions p {
margin: 0;
}
.c-spy{
display: none!important;
}
.hidetxt{
transition: 0.2s;
background: black;
color: rgba(0, 0, 0, 0)
}
.hidetxt:hover{
color: white;
}