📄 index.css
字号:
.messagebox
{
border:1px #5252AA solid;
}
.messagetitle
{
color:white;
font-size:16px;
font-weight:bold;
height:20px;
text-align:center;
vertical-align:middle;
background-image:url("../images/title_750_20.gif");
}
.messagebody
{
text-align:center;
vertical-align:middle;
font-size:14px;
background-color:white;
}
body
{
/*background-image:url("../images/background.gif");*/
}
input
{
height:20px;
}
td
{
color:#5252AA;
font-size:14px;
}
a
{
color:blue;
font-size:14px;
text-decoration:none;
}
a:hover
{
color:red;
font-size:14px;
text-decoration:underline;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -