MediaWiki:Vector-Legacy-Book.css:修订间差异

删除3,434字节 、​ 2022年8月13日 (星期六)
编辑“MediaWiki:Vector-Legacy-Book.css” // 维基盐编辑器
(编辑“MediaWiki:Vector-Legacy-Book.css” // 维基盐编辑器)
(编辑“MediaWiki:Vector-Legacy-Book.css” // 维基盐编辑器)
body.skin-vector.skin-vector-legacy #mw-panel #p-logo + .portal .vector-menu-content {
margin-left: 0;
}
body.skin-vector.skin-vector-legacy #mw-panel .portal {
padding: 0.75rem 0 0 0;
margin: 0;
}
body.skin-vector.skin-vector-legacy #mw-panel .portal:hover {
background-color: transparent;
}
body.skin-vector.skin-vector-legacy #mw-panel .portal > h1,
body.skin-vector.skin-vector-legacy #mw-panel .portal > h2,
body.skin-vector.skin-vector-legacy #mw-panel .portal > h3,
body.skin-vector.skin-vector-legacy #mw-panel .portal > h4,
body.skin-vector.skin-vector-legacy #mw-panel .portal > h5,
body.skin-vector.skin-vector-legacy #mw-panel .portal > h6 {
margin: 0;
padding: 0;
position: relative;
background-image: none;
font-size: 1rem;
line-height: 1.3rem;
cursor: pointer;
}
body.skin-vector.skin-vector-legacy #mw-panel .portal > h1::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal > h2::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal > h3::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal > h4::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal > h5::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal > h6::after {
position: absolute;
bottom: 0;
right: 0;
opacity: 0;
font-size: 0.75rem;
line-height: 1.3rem;
transition: 0.3s ease;
}
body.skin-vector.skin-vector-legacy #mw-panel .portal > h1:hover::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal > h2:hover::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal > h3:hover::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal > h4:hover::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal > h5:hover::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal > h6:hover::after {
opacity: 0.9;
}
body.skin-vector.skin-vector-legacy #mw-panel .portal .vector-menu-content {
padding-top: 0;
margin-left: 0;
border-top: 2px solid var(--linecolor) !important;
background-image: none;
transition: max-height 0.3s ease;
overflow: hidden;
}
body.skin-vector.skin-vector-legacy #mw-panel .portal .vector-menu-content li {
padding: 0;
font-size: 0.9rem;
line-height: 1.2rem;
}
body.skin-vector.skin-vector-legacy #mw-panel .portal .vector-menu-content li a {
width: 100%;
display: inline-block;
}
body.skin-vector.skin-vector-legacy #mw-panel .portal.salt-close > h1::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal.salt-close > h2::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal.salt-close > h3::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal.salt-close > h4::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal.salt-close > h5::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal.salt-close > h6::after {
content: "点击展开";
}
body.skin-vector.skin-vector-legacy #mw-panel .portal.salt-close .vector-menu-content {
max-height: 0px;
}
body.skin-vector.skin-vector-legacy #mw-panel .portal.salt-open > h1::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal.salt-open > h2::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal.salt-open > h3::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal.salt-open > h4::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal.salt-open > h5::after,
body.skin-vector.skin-vector-legacy #mw-panel .portal.salt-open > h6::after {
content: "点击收起";
}
body.skin-vector.skin-vector-legacy #mw-panel .portal.salt-open .vector-menu-content {
max-height: var(--salt-open-height, 100vh);
}
body.skin-vector.skin-vector-legacy #p-personal {