(创建页面,内容为“→这里放置的CSS将影响使用Vector皮肤的用户: html { min-height:100% } html body { height:calc(100% - 30px) !important; margin-top:30px !important;…”) |
无编辑摘要 |
||
第27行: | 第27行: | ||
} | } | ||
} | } | ||
/* 隐藏底部部分内容*/ | |||
#footer-info-viewcount { display: none; } | |||
#footer-info-lastmod { display: none; } | |||
#footer-info-copyright { display: none; } | |||
div#footer { padding-top:5px; } | |||
div#content { padding:10px 15px; } | |||
div#list p, dl { margin-bottom:0.2em; } | |||
#contentSub { margin:0; } |
2019年1月2日 (三) 20:38的版本
/* 这里放置的CSS将影响使用Vector皮肤的用户 */
html {
min-height:100%
}
html body {
height:calc(100% - 30px) !important;
margin-top:30px !important;
position:relative
}
/* 防止被顶栏遮挡 */
.postedit {
top:3em;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min-resolution: 144dpi) {
#netbar .netbar-box.logo a {
background-image: url(/skins/Vector/images/netbar/1.5x-logo-fallback.png);
background-size: 104px auto;
}
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
#netbar .netbar-box.logo a {
background-image: url(/skins/Vector/images/netbar/2x-logo-fallback.png);
background-size: 104px auto;
}
}
/* 隐藏底部部分内容*/
#footer-info-viewcount { display: none; }
#footer-info-lastmod { display: none; }
#footer-info-copyright { display: none; }
div#footer { padding-top:5px; }
div#content { padding:10px 15px; }
div#list p, dl { margin-bottom:0.2em; }
#contentSub { margin:0; }