⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 css.css

📁 SmartCity远程数据库管理系统 本系统可使您不打开Microsoft Access也能在线轻松操作Access数据库
💻 CSS
字号:
body {
	font-family: "Arial"; font-size: 10pt; color: #4B69D8;
        scrollbar-face-color: #C7F9FA; scrollbar-highlight-color: #C7F9FA;
        scrollbar-shadow-color: gray; scrollbar-3dlight-color: gray; 
        scrollbar-arrow-color: gray; scrollbar-track-color: #C7F9FA; 
        scrollbar-darkshadow-color: gray;
}

a:link {
	color: #4B69D8; text-decoration: none;
}
a:visited {
	color: #4B69D8; text-decoration: none;
}
a:hover {
	color: red; text-decoration: underline;
}

input {
	font-family: "Arial"; font-size: 9pt; color: #4B69D8;
}

input.txt {
	background-color: #FFFFFF; filter: chroma(color=#FFFFFF);
	border-bottom: 1px double; border-left: 1px double;
	border-right: 1px double; border-top: 1px double; text-align: center;
}

input.newtxt {
	background-color: #FFFFFF; filter: chroma(color=#FFFFFF);
	border-bottom: 1px double; border-left: 0px double;
	border-right: 0px double; border-top: 0px double; text-align: center;
}

input.btn {
	background-color: #CCCFFF;
	border-bottom: 1px double; border-left: 1px double;
	border-right: 1px double; border-top: 1px double; text-align: center;
}

textarea {
	font-family: "Arial"; font-size: 9pt; color: #4B69D8;
	background-color: #FFFFFF; filter: chroma(color=#FFFFFF);
	border-bottom: 1px double; border-left: 1px double;
	border-right: 1px double; border-top: 1px double;
}

select {
	font-family: "Arial"; font-size: 9pt; color: #4B69D8;
	background-color: #FFFFFF; filter: chroma(color=#FFFFFF);
	border-bottom: 1px double; border-left: 1px double;
	border-right: 1px double; border-top: 1px double;
}

option {
	font-family: "Arial"; font-size: 9pt; color: #4B69D8;
	background-color: #FFFFFF; filter: chroma(color=#FFFFFF);
	border-bottom: 1px double; border-left: 1px double;
	border-right: 1px double; border-top: 1px double;
}

table {
	font-family: "Arial"; font-size: 9pt
}

table.line {
	border-bottom: #CCCFFF 1px double; border-left: #CCCFFF 1px double;
	border-right: #CCCFFF 1px double; border-top: #CCCFFF 1px double;
}

td {
	font-family: "Arial"; font-size: 9pt;
}

td.line {
	border-bottom: #CCCFFF 1px double; border-left: #CCCFFF 1px double;
	border-right: #CCCFFF 1px double; border-top: #CCCFFF 1px double;
}

div {
	font-family: "Arial"; font-size: 9pt;
	border-bottom: white 2px outset; border-left: white 2px outset;
	border-right: white 2px outset; border-top: white 2px outset;
}

hr {
	color: #4B69D8;
}

⌨️ 快捷键说明

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