📄 sitecss.css
字号:
/* bgo global stylesheet */
body
{
margin: 0;
padding:0;
font-size:12px;
color:#000000;
line-height:150%;
}
form{
margin:0;
}
/*链接部分*/
a:link {
color: #1F3A87;
text-decoration:none;
}
a:visited {
color: #1F3A87;
text-decoration:none;
}
a:hover {
color: #ff0000;
text-decoration:underline;
}
a:active {
color: #1F3A87;
text-decoration:none;
}
a.blanklink:link {
color: #000000;
font-size:14px;
text-decoration:none;
}
a.blanklink:visited {
color: #000000;
font-size:14px;
text-decoration:none;
}
a.blanklink:hover {
color: #ff0000;
font-size:14px;
text-decoration:underline;
}
a.blanklink:active {
color: #000000;
font-size:14px;
text-decoration:none;
}
a.redlink:link {
color: #ff0000;
text-decoration:none;
}
a.redlink:visited {
color: #ff0000;
text-decoration:none;
}
a.redlink:hover {
color: #ff0000;
text-decoration:underline;
}
a.redlink:active {
color: #ff0000;
text-decoration:none;
}
/*文字部分*/
.fontB {
text-decoration:none;
font-weight: bold;
}
.fontblank {
color: #000000;
text-decoration:none;
}
.fontblank12 {
color: #000000;
text-decoration:none;
font-size:12px;
}
.fontblankB {
color: #000000;
font-weight: bold;
text-decoration:none;
}
.fontred {
color: #ff0000;
text-decoration:none;
}
.fontblueB {
color: blue;
font-weight: bold;
text-decoration:none;
}
.fontred12 {
color: #ff0000;
text-decoration:none;
font-size:12px;
}
.fontredB {
color: #ff0000;
font-weight: bold;
text-decoration:none;
}
.fontwhiteB {
color: #ffffff;
font-weight: bold;
text-decoration:none;
}
/*表单部分*/
.inputclass{
border: 1px solid #000000;
color: #000000;
background-color:#ffffff;
height: 14px;
}
.inputclass2{
border: 1px solid #000000;
color: #000000;
background-color:#ffffff;
}
.inputfontred{
border: 1px solid #0ff;
color: #ff0000;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -