1 Star 1 Fork 3

锅巴汉化/MiniTES

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
themeMatrix.css 977 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhaolinxu 提交于 2019-03-07 18:00 . 源码
body {
background: #000000;
color:#00CC00;
font-family: Courier, monospace;
}
button { /* On a scale of Body#background to Body#color, ranges from 0-14 */
background: #000000; /* 0 */
border:1px solid #009900; /* 10 */
color:#00CC00; /* 14 */
}
button:hover {
color:#00CC00; /* 14 */
background: #004400; /* 5 */
}
button:disabled {
color:#003300; /* 4 */
background: #000000; /* 0 */
border: 1px solid #003300; /* 4 */
}
button:disabled:hover {
background: #000000; /* 0 */
border: 1px solid #003B00; /* 4.5 */
}
.fadedText4 {
color:#002F00;
}
.fadedText3 {
color:#004300;
}
.fadedText2 {
color:#006A00;
}
.fadedText1 {
color:#00A500;
}
.fullBrightText {
color:#00CC00;
}
a:link { color:#00CC00 } /* unvisited links */
a:visited { color:#00CC00 } /* visited links */
a:hover { color:#00CC00 } /* user hovers */
a:active { color:#00CC00 } /* active links */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/likexia/MiniTES.git
[email protected]:likexia/MiniTES.git
likexia
MiniTES
MiniTES
master

搜索帮助