style.css

来自「软件下载中心forum文件夹包含的是论坛系统的源代码。论坛系统分为普通用户访问界」· CSS 代码 · 共 12 行

CSS
12
字号
BODY{
FONT-SIZE: 12px;
color: #FF0066;
FONT-FAMILY:  宋体;
}
a:visited {  color: #FF0066; text-decoration: underline }
a:hover {  color: #0033FF; text-decoration: none }
a:active {  color: #FF0000; text-decoration: none }
a:link { color: #FF0066; text-decoration: underline }
th { color: #003399; }
td { font-size: 10pt; color: #FF0066; }

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?