43 lines
645 B
CSS
43 lines
645 B
CSS
/* 隐藏目录切换按钮 */
|
|
.sideaffix,
|
|
.sidetoc,
|
|
.toc-filter,
|
|
#toc_filter_input,
|
|
.toc-toggle,
|
|
button[data-toggle="toc"] {
|
|
display: none !important;
|
|
}
|
|
|
|
/* 隐藏导航按钮 */
|
|
.mobile-hide {
|
|
display: none !important;
|
|
}
|
|
|
|
/* 隐藏顶部导航栏 */
|
|
.navbar {
|
|
display: none !important;
|
|
}
|
|
|
|
/* 隐藏面包屑导航 */
|
|
.subnav {
|
|
display: none !important;
|
|
}
|
|
|
|
/* 移除文档内容的左边距 */
|
|
.article {
|
|
margin-left: 0 !important;
|
|
}
|
|
|
|
/* 隐藏页脚 */
|
|
.footer {
|
|
display: none !important;
|
|
}
|
|
|
|
/* 隐藏所有导航相关元素 */
|
|
.nav,
|
|
.nav-tabs,
|
|
.navigation,
|
|
.pull-right,
|
|
.toggle-mode {
|
|
display: none !important;
|
|
} |