1 Star 1 Fork 3

锅巴汉化/MiniTES

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
themeWhite.css 828 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhaolinxu 提交于 2019-03-07 18:00 . 源码
body {
background: #E2E2E2;
color:#171717;
font-family: Courier, monospace;
}
button { /* Inverted colors from themeBlack, then altered disabled buttons a bit */
background: #BBBBBB;
border:1px solid #777777;
color:#222222;
}
button:hover {
color:#070707;
background: #999999;
}
button:disabled {
color:#BBBBBB;
background: #E2E2E2;
border: 1px solid #BBBBBB;
}
button:disabled:hover {
background: #E4E4E4;
}
.fadedText4 {
color:#CCCCCC;
}
.fadedText3 {
color:#BBBBBB;
}
.fadedText2 {
color:#999999;
}
.fadedText1 {
color:#666666;
}
.fullBrightText {
color:#171717;
}
a:link { color:#070707 } /* unvisited links */
a:visited { color:#070707 } /* visited links */
a:hover { color:#070707 } /* user hovers */
a:active { color:#070707 } /* active links */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/likexia/MiniTES.git
[email protected]:likexia/MiniTES.git
likexia
MiniTES
MiniTES
master

搜索帮助