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

📄 css.css

📁 SQL数据库课程设计
💻 CSS
字号:
body {
	font-size: 12px;
	color: #FF6600;
SCROLLBAR-FACE-COLOR: FF9900;d 
 SCROLLBAR-HIGHLIGHT-COLOR: f9f9f9;
 SCROLLBAR-SHADOW-COLOR: #FF9900;
 SCROLLBAR-3DLIGHT-COLOR: #FF9900;
 SCROLLBAR-ARROW-COLOR: #3333333;
 SCROLLBAR-TRACK-COLOR: FF9900;
 SCROLLBAR-DARKSHADOW-COLOR: f9f9f9}
td {
	font-size: 12px;
	color: #FF6600;
}
input {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FF6600;
	cursor: crosshair;
	color: #FF9900;

}
.thin {
    border-collapse: collapse;
    table-layout:fixed;
    word-wrap:break-word;
    word-break:break-all;
} 
textarea {
	color: #FF9900;
	border: 1px solid #FF6600;
}
link {
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
select {
	background-color: #FF9900;
	color: #FFFFFF;
	border: 1px solid #FF9900;
	margin: 1px;
	padding: 1px;

}

⌨️ 快捷键说明

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