css.css

来自「阿莱简单实用小型新闻系统 v2.0」· CSS 代码 · 共 19 行

CSS
19
字号
.f9 {  font-size: 9pt; line-height: 140%}
.f10 {  font-size: 10pt; line-height: 150%}
a {  text-decoration: none; color: #000000}
a:hover {  text-decoration: underline}
a.f10:link {  color: #000000; text-decoration: none}
a.f10:hover {  color: #FFFF00; text-decoration: underline}
.f9a {
	font-size: 9pt;
	line-height: 200%;
}
.textarea {
	font-size: 12px;
	text-decoration: none;
	border: 1px dotted #CCCCCC;
	height: 18px;
	background-color: f1f1f1;

}

⌨️ 快捷键说明

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