MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
.vector-menu-tabs, #ca-view, #ca-edit, #ca-history, #ca-watch, #ca-unwatch, .vector-page-toolbar { | .vector-menu-tabs, #ca-view, #ca-edit, #ca-history, #ca-watch, #ca-unwatch, .vector-page-toolbar { | ||
display: none !important; | display: none !important; | ||
} | |||
/* 搜索框浮动到右上角 */ | |||
#p-search, .vector-search-box, .mw-portlet-search { | |||
position: absolute !important; | |||
top: 10px; | |||
right: 20px; | |||
z-index: 999; | |||
} | |||
/* 隐藏搜索标题文字(可选) */ | |||
#p-search h3, .mw-portlet-search > h3 { | |||
display: none; | |||
} | } |
Revision as of 03:51, 11 April 2025
.catlinks { display: none; } .firstHeading { display: none; } /* 可选:如果你也想隐藏“Main Page | Discussion”标签页按钮 */ #contentSub, #ca-nstab-main, #ca-talk, #content-actions { display: none !important; } /* 隐藏 logo 旁边的 wiki 文字名称 */ #p-personal h1, #mw-head-base h1, #p-logo-text, .mw-logo-wordmark { display: none !important; } #p-tb, .vector-menu-portal, .mw-portlet-toolbox { display: none !important; } /* 隐藏页面右上角的 Read / Edit / View history / Watch 等按钮 */ .vector-menu-tabs, #ca-view, #ca-edit, #ca-history, #ca-watch, #ca-unwatch, .vector-page-toolbar { display: none !important; } /* 搜索框浮动到右上角 */ #p-search, .vector-search-box, .mw-portlet-search { position: absolute !important; top: 10px; right: 20px; z-index: 999; } /* 隐藏搜索标题文字(可选) */ #p-search h3, .mw-portlet-search > h3 { display: none; }