OPERA浏览器网页背景颜色怎么更改成绿色?
我想改成保护眼睛的豆沙绿色。 麻烦大家帮帮忙,不是用那种工具-按钮那种方法 展开
设置步骤如下:
1、启动opera浏览器,点击左上角图标,弹出菜单点击获取扩展;
2、右上方输入esi,点击搜索,找到后点击添加到opera;
3、安装网抽,地址栏后出现esi图标,点击该图标;
4、点击管理已安装的样式;
5、点击写入新样式;
6、复制以下代码到右侧代码框中,输入一个名词1,然后点击保存按钮;
@charset "utf-8";
/* Name: 豆沙绿背景
High contrast (W/B)
Copyright 2011 Opera Software */
a[href="#"]{-o-link:attr(thunderHref) !important; -o-link-source:current !important;}
body {background-color:#c7edcc !important;}
div:not([class*="nav"]) {background: none #c7edcc !important;} /* 背景 */
body>div {background-color:transparent;}
td {background-color:#c7edcc !important;} /* 背景 */
table {background-color:#c7edcc !important;} /* 背景 */
p,div,span,h2,h3,h4,font {color: #0b3b8c !important;}
a:link {color:#0000cc!important;} /* 未访问的链接 */
a:visited {color:#02222c!important;} /* 已访问的链接 */#008000
a:hover {color:#0000FF!important;} /* 当有鼠标悬停在链接上 */
a:active {color:#FF0000!important;} /* 被选择的链接 */
HTML:not([style]):not([class]):not([id]), BODY:not([style]):not([class]):not([id]):not([link]) { background: none #C7EDCC !important }
tr,dt,span,tbody,p,textarea,h2,h3,h4,li:not([class*="nav"]) {background: none !important;}
td:not([class*="nav"]) {background: none;}
7、访问百度,查看设置效果。
2020-07-03 广告