zh.wikipedia.org
wikipedia by wuyong
Details
Authorwuyong
LicenseNo License
Categorywikipedia
Created
Updated
Code size1.0 kB
Code checksum80de8a65
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name wikipedia
@version 20220801.03.58
@namespace userstyles.world/user/wuyong
@description zh.wikipedia.org
@author wuyong
@license No License
==/UserStyle== */
@-moz-document domain("zh.wikipedia.org") {
.mw-page-container {
max-width: 97.5em;
}
@media screen and (min-width: 1200px) {
.vector-layout-grid .mw-page-container-inner {
grid-template-columns: 280px 20px 1fr
}
}
.mw-body {
padding: 0 0 1.5em;
}
.cdx-typeahead-search--show-thumbnail.cdx-typeahead-search--auto-expand-width:not(.cdx-typeahead-search--active) {
margin-left: 20px;
}
.client-js .vector-search-box-vue.vector-search-box-show-thumbnail.vector-search-box-auto-expand-width .vector-search-box-input {
margin-left: 20px;
width: calc(100% - 20px);
}
@media screen and (min-width: 1000px) {
.vector-layout-grid #mw-sidebar-checkbox:not(:checked) ~ .vector-sidebar-container-no-toc ~ .mw-content-container {
padding-left: 0;
}
}
.mw-editsection {
display: none;
}
}