style.css

来自「一个很好的ASp.net论坛程序」· CSS 代码 · 共 19 行

CSS
19
字号
body {
       font-family: "arial,新宋体"; font-size: 12px; font-weight: normal
}
td {
	font-family: "arial,新宋体"; font-size: 12px; font-weight: normal
}
.admin {font-size:50pt;font-family:"黑体"}

a {text-decoration:none;font-family: "arial,新宋体"; font-size: 12px; font-weight: normal;color:438343}

a:visited {text-decoration:none;font-size:9pt;}

a:active {text-decoration:none;font-size:9pt;color:438343}

a:hover {text-decoration:underline;font-size:9pt;color:ff0000}

input,textarea,select {
	font:12px "宋体","新宋体";}

⌨️ 快捷键说明

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