css.css

来自「U盘身份识别软件」· CSS 代码 · 共 129 行

CSS
129
字号
BODY {
	SCROLLBAR-FACE-COLOR: #999999;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-SHADOW-COLOR: #666666;
	SCROLLBAR-3DLIGHT-COLOR: #666666;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	color:#000000;
	font-size: 12px;
}
.textmost {
    font-size: 12px
}
.texttitle {
	font-size: 12px;
	color: #CC6600;
}
a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #FF9933;
}
.input1 {
	border: 1px solid #666666;
}
.title1 {
	font-size: 18px;
	color: #CC6600;
	font-weight: bold;
	letter-spacing: 5px;
}
.maintitle {
	color: #FFFFFF;
	font-size: 12px;
}
a:link {
	font-size: 12px;
	color: #FF6633;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.weltext {
	font-size: 16px;
	color: #CC6600;
	text-decoration: none;
	font-family: "楷体_GB2312";
}
select {
	font-size: 12px;
	text-decoration: none;
	background-color: #7997DB;
	border: 1px solid #000000;
	color: #666666;
}
.newSelect {
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 150px;
}
select {
	color: #000000;
	background-color: #FEEBD0;
	border: 1px solid #000000;
	font-size: 12px;
	text-decoration: none;
}
.newSubmit {
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #BD6B09;
	background-color: #FDE2CA;
}
.textInput1 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #707070;
}
.FPtalbe {
	border: 1px solid #999999;
	font-size: 12px;
	text-decoration: none;
	background-color: #fdfaf4;
}
.greentext {
	font-size: 12px;
	color: #006633;
	text-decoration: none;
}
.menuTable {
	border: 1px solid #075194;
}
.warnText {
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
}
table {
	font-size: 12px;
}
.blackTitle {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.tdleft {
	margin-left: 0px;
	padding-left: 0px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
td {
	font-size: 12px;
}

⌨️ 快捷键说明

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