📄 stylesheet.css
字号:
body
{
font-family: Arial, Helvetica, Tahoma;
font-size: 10pt;
color: black;
background-color: white;
}
.mainTitle
{
font-size: 12pt;
font-weight: bold;
font-family: 宋体;
}
.commonText
{
font-size: 11pt;
font-family: 宋体;
}
.littleMainTitle
{
font-size: 10pt;
font-weight: bold;
font-family: 宋体;
}
INPUT, SELECT, TEXTAREA
{
border-width: 1px;
border-style: solid;
border-color: black;
font-family: Arial, Helvetica, Tahoma;
font-size: 10pt;
color: black;
}
HR
{
color: black;
height: 1px;
}
TABLE.Main
{
border-width: 1px;
border-style: solid;
border-color: black;
}
TD
{
font-family: Arial, Helvetica, Tahoma;
font-size: 10pt;
color: black;
}
TD.Head
{
font-family: Arial, Helvetica, Tahoma;
font-size: 10pt;
color: white;
background-color: black;
}
A:VISITED
{
font-family: Arial, Helvetica, Tahoma;
font-size: 10pt;
color: white;
text-decoration: none;
}
A:LINK
{
font-family: Arial, Helvetica, Tahoma;
font-size: 10pt;
color: white;
text-decoration: none;
}
A:HOVER
{
font-family: Arial, Helvetica, Tahoma;
font-size: 10pt;
color: white;
text-decoration: underline;
}
A:ACTIVE
{
font-family: Arial, Helvetica, Tahoma;
font-size: 10pt;
color: white;
text-decoration: none;
}
A.Head:VISITED
{
font-family: Arial, Helvetica, Tahoma;
font-size: 10pt;
color:white;
text-decoration: none;
}
A.Head:LINK
{
font-family: Arial, Helvetica, Tahoma;
font-size: 10pt;
text-decoration: none;
}
A.Head:HOVER
{
font-family: Arial, Helvetica, Tahoma;
font-size: 10pt;
text-decoration: underline;
}
A.Head:ACTIVE
{
font-family: Arial, Helvetica, Tahoma;
font-size: 10pt;
text-decoration: none;
}
A.NewsLink:VISITED
{
font-family: Arial, Helvetica, Tahoma;
font-size: 8pt;
color: navy;
text-decoration: none;
}
A.NewsLink:LINK
{
font-family: Arial, Helvetica, Tahoma;
font-size: 8pt;
color: navy;
text-decoration: none;
}
A.NewsLink:HOVER
{
font-family: Arial, Helvetica, Tahoma;
font-size: 8pt;
color: navy;
text-decoration: underline;
}
A.NewsLink:ACTIVE
{
font-family: Arial, Helvetica, Tahoma;
font-size: 8pt;
color: navy;
text-decoration: none;
}
.NewsHeadline
{
font-family: Arial, Helvetica, Tahoma;
font-size: 10pt;
font-weight: bolder;
color: black;
}
.NewsText
{
font-family: Arial, Helvetica, Tahoma;
font-size: 10pt;
color: black;
padding-left: 15px;
padding-top: 3px;
}
.NewsInfo
{
font-family: Arial, Helvetica, Tahoma;
font-size: 8pt;
color: black;
padding-left: 2px;
}
.NewsBar
{
font-family: Arial, Helvetica, Tahoma;
font-size: 8pt;
color: black;
font-weight: bolder;
padding-left: 15px;
}
.SpoilerTitle
{
font-family: Arial, Helvetica, Tahoma;
font-size: 8pt;
color: navy;
text-decoration: none;
font-weight: bolder;
}
.SpoilerText
{
font-family: Arial, Helvetica, Tahoma;
font-size: 10pt;
color: white;
}
.MenuHead
{
font-family: Arial, Helvetica, Tahoma;
font-size: 10pt;
color: black;
font-weight: bolder;
}
.MenuSub
{
padding-left: 5px;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -