跑路,谁爱接谁接
火狐主页纯白色背景 by lihua
Details
Authorlihua
LicenseCC Zero
Categoryfirefoxchina, firefox, 火狐主页,火狐
Created
Updated
Size668 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
更新了版本号
微调 网页头部字体颜色
更改 *.firefoxchina.cn 背景为白色
Source code
/* ==UserStyle==
@name 火狐主页纯白色背景
@version 20220214.09.35
@description 更改 *.firefoxchina.cn 背景为白色
微调 网页头部字体颜色
@license CC Zero
==/UserStyle== */
@-moz-document regexp("https?://.*.firefoxchina.cn/") {
/* 主体背景颜色 */
#display-wrapper-skin {
background: #FFF;
}
/* 头部背景颜色 */
.header,
.footer {
background: #FFF;
}
/* 头部左边字体颜色 */
.header .fleft .btn-weather-pop,
.header .fleft .btn-weather-pop a,
.footer {
color: #555;
}
/* 头部右边字体颜色 */
.header .fright,
.header .fright a,
.footer a {
color: #555;
}
}