“MediaWiki:Common.css”的版本间的差异
来自帮助文档
第13行: | 第13行: | ||
left: 0px; | left: 0px; | ||
width: 125px; | width: 125px; | ||
− | height: | + | height: 99%; |
overflow-y: scroll; | overflow-y: scroll; | ||
-moz-border-radius: 0 0 1px 1px; | -moz-border-radius: 0 0 1px 1px; | ||
第28行: | 第28行: | ||
left: 0px; | left: 0px; | ||
width: initial; | width: initial; | ||
− | height: | + | height: 99%; |
-moz-border-radius: 0 0 1px 1px; | -moz-border-radius: 0 0 1px 1px; | ||
-moz-box-shadow: 0 1px 8px #000; | -moz-box-shadow: 0 1px 8px #000; |
2023年8月14日 (一) 18:24的版本
/* 这里放置的CSS将应用于所有皮肤 */ #firstHeading{display: none;} li{white-space: nowrap;} #p-cactions li.selected a{ z-index: 0;} #toc{ display: block; position: fixed; bottom: 0px; left: 0px; width: 125px; height: 99%; overflow-y: scroll; -moz-border-radius: 0 0 1px 1px; border: 1px solid #aaa; border-radius: 0 0 1px 1px; padding: 12px; -moz-box-shadow: 0 1px 8px #000; } #toc:hover{ display: block; position: fixed; top: 1px; left: 0px; width: initial; height: 99%; -moz-border-radius: 0 0 1px 1px; -moz-box-shadow: 0 1px 8px #000; overflow-y: scroll; z-index: 4; } #searchBody{ padding: 0.5em 0.4em 0.4em 0.4em; text-align: center; } #p-search{ z-index:3; position: fixed; bottom: 200px; right: 30px; width: 230px; } #p-tb{ position:fixed; bottom: 53%; right: 0px; z-index:3; } #p-logo{ display: none; } .mw-body{ margin: 2.8em 0 0 160px; padding: 1em; position: relative; z-index: 2; background: #fff; color: #000; border: 1px solid #aaa; border-right: 0; line-height: 1.5em; } div#simpleSearch{width: 12.6em;} #mw-page-base{display: none;} body.page-Main_Page h1.firstHeading { display:none; }