📄 color0.css
字号:
a:link
{
color: rgb(0, 102, 0);
}
a:active
{
color: rgb(204, 102, 0);
}
a:visited
{
color: rgb(153, 51, 51);
}
body
{
background-color: rgb(255, 255, 204);
color: rgb(0, 0, 0);
}
table
{
table-border-color-light: rgb(153, 102, 0);
table-border-color-dark: rgb(153, 51, 51);
}
h1
{
color: rgb(0, 51, 0);
}
h2
{
color: rgb(0, 51, 0);
}
h3
{
color: rgb(0, 51, 0);
}
h4
{
color: rgb(0, 51, 0);
}
h5
{
color: rgb(0, 51, 0);
}
h6
{
color: rgb(0, 51, 0);
}
button
{
background-color: rgb(0, 51, 0);
color: rgb(255, 255, 255);
}
label
{
color: rgb(0, 0, 0);
}
.mstheme-text
{
}
textarea
{
color: rgb(0, 0, 0);
}
fieldset
{
color: rgb(11, 0, 0);
}
legend
{
color: rgb(0, 51, 0);
}
select
{
color: rgb(0, 0, 0);
}
caption
{
color: rgb(0, 51, 0);
}
th
{
color: rgb(0, 0, 0);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -