css.css

来自「DNS服务,有web管理功能」· CSS 代码 · 共 20 行

CSS
20
字号
td {
	font-size: 9pt;
	line-height: 150%;
}
.input {  color: #333399; background-color: #FFFFFF; border: #CC0000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font-size: 9pt}
.buttom {  font-size: 9pt; color: #FFFFFF; background-color: #333399; border: 1px outset; border-color: #FFFFFF}
.l150 {  line-height: 150%; letter-spacing: 1pt}
.e8 {  font-family: "Verdana"; font-size: 8pt}
a:active {  text-decoration: none; color: #000000}
a:hover {  text-decoration: blink; color: #000000}
a:link {  text-decoration: none; color: #000000}
a:visited {  text-decoration: none; color: #000000}

.l170 {  line-height: 170%}
.blink {
	font-size: 9pt;
	line-height: 150%;
	text-decoration: blink;
}

⌨️ 快捷键说明

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