admin.css
来自「俄罗斯方块源码 俄罗斯方块源码 俄罗斯方块源码」· CSS 代码 · 共 62 行
CSS
62 行
body {
font-family: "宋体";
font-size: 9pt;
color: #313031;
background-color: #FFFFFF;
}
.input {
font-family: "宋体";
background-color: #FFFBFF;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #000000;
color: #313031;
}
a:link {
font-family: "宋体";
font-size: 9pt;
color: #313031;
text-decoration: none;
}
a:visited {
font-family: "宋体";
font-size: 9pt;
color: #313031;
text-decoration: none;
}
a:hover {
font-family: "宋体";
font-size: 9pt;
color: #313031;
text-decoration: underline;
}
.button {
font-family: "宋体";
font-size: 12px;
color: #000000;
height: 20px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #FFFFFF;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #FFFFFF;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?