admin_style.css
来自「利用C++编写的网络跟踪代码」· CSS 代码 · 共 75 行
CSS
75 行
BODY
{
FONT-FAMILY: "宋体";
FONT-SIZE: 9pt;
text-decoration: none;
line-height: 150%;
FONT-SIZE: 9pt;background:#FDFDFD;
text-decoration: none;
SCROLLBAR-FACE-COLOR: #E4E4E4; SCROLLBAR-HIGHLIGHT-COLOR: #cccccc; SCROLLBAR-SHADOW-COLOR: #828282; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR: #797979; SCROLLBAR-TRACK-COLOR: #ECECEC; SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}
TD
{
FONT-FAMILY: "宋体";
FONT-SIZE: 9pt;
}
Input
{
FONT-SIZE: 9pt;
HEIGHT: 20px;
}
Button
{
FONT-SIZE: 9pt;
HEIGHT: 20px;
}
Select
{
FONT-SIZE: 9pt;
HEIGHT: 20px;
}
A
{
TEXT-DECORATION: none;
color: #000000;
}
A:hover
{
COLOR: #428EFF;
text-decoration: underline;
}
.title
{
}
.border
{
border: 1px solid #CCCCCC;
}
.tdbg{
background:#f9f9f9;
line-height: 120%;
}
.topbg
{
color: #FFFFFF;
background-color: #B0B0B0;
}
.bgcolor {
background-color: #F2F3F1;
}
.tde {
border: 1px solid #E1E1E1;
}
.14 {
font-family: "Arial", "Helvetica", "sans-serif", "宋体";
font-size: 14px;
font-weight: bold;
color: #CC0000;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?