“MediaWiki:Common.css”的版本间差异

来自云望物联wifi图传模块&开发板说明文档
跳到导航 跳到搜索
 
(未显示同一用户的5个中间版本)
第3行: 第3行:
.page-Main_Page #p-search {
.page-Main_Page #p-search {
     display: none;
     display: none;
}
/* ====== 右侧悬浮目录(排除首页) ====== */
/* 只在非首页页面显示悬浮目录 */
body:not(.page-Main_Page) #toc {
    position: fixed !important;
    top: 120px !important;
    right: 20px !important;
    width: 280px !important;
    max-height: 70vh !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    border: 1px solid #a2a9b1 !important;
    border-radius: 6px !important;
    padding: 15px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
    z-index: 999 !important;
    font-size: 0.9em !important;
    line-height: 1.4 !important;
}
}

2025年10月9日 (四) 15:47的最新版本

/* 这里放置的CSS将应用于所有皮肤 */
/* 隐藏首页侧边栏的搜索框 */
.page-Main_Page #p-search {
    display: none;
}
/* ====== 右侧悬浮目录(排除首页) ====== */

/* 只在非首页页面显示悬浮目录 */
body:not(.page-Main_Page) #toc {
    position: fixed !important;
    top: 120px !important;
    right: 20px !important;
    width: 280px !important;
    max-height: 70vh !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    border: 1px solid #a2a9b1 !important;
    border-radius: 6px !important;
    padding: 15px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
    z-index: 999 !important;
    font-size: 0.9em !important;
    line-height: 1.4 !important;
}