跳转到内容

MediaWiki:Vector-2022.css

来自次元企鹅情报局百科
Admin留言 | 贡献2025年11月6日 (四) 12:55的版本 (创建页面,内容为“顶部导航栏背景(淡蓝白渐变):​ .vector-header-container { background: linear-gradient(90deg, #f8fcff, #e9f7ff) !important; border-bottom: 1px solid #d0e7f8 !important; } 顶部导航栏下方 Tab(阅读 / 编辑 / 历史):​ .vector-menu-tabs .vector-menu-content li a { color: #1b4d7a !important; } .vector-menu-tabs .vector-menu-content li a:hover { color: #0096c7 !important; } 顶部搜索框圆角:​ #searchInput…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
/* 顶部导航栏背景(淡蓝白渐变) */
.vector-header-container {
    background: linear-gradient(90deg, #f8fcff, #e9f7ff) !important;
    border-bottom: 1px solid #d0e7f8 !important;
}

/* 顶部导航栏下方 Tab(阅读 / 编辑 / 历史) */
.vector-menu-tabs .vector-menu-content li a {
    color: #1b4d7a !important;
}
.vector-menu-tabs .vector-menu-content li a:hover {
    color: #0096c7 !important;
}

/* 顶部搜索框圆角 */
#searchInput {
    border-radius: 30px !important;
}

/* 顶部搜索按钮 */
#searchButton {
    background: #0077b6;
    color: white !important;
    border-radius: 20px !important;
}