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

📄 ca.css

📁 数据挖掘算法
💻 CSS
字号:
A {
	color : Teal;
	font-weight : bolder;
	text-decoration : none;
}
A:HOVER {
	background-color: #FFCC33;
	border: thin dotted;
}
BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-color : #FFFFCC;
}
P {
	text-align : justify;
}
H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight : bold;
	border-bottom : medium solid Black; 
}
H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	border-bottom : thin solid Black;
	margin-left : 5px;
	margin-right : 5px;
}

DT
{
	margin-left : 5px;
	font-weight : bold;
}
DD {
	text-align : justify;
	margin-right : 30px;
}
pre {
	font-family: "courier new", courier;
	font-size: 8pt;
	margin-left: 2%;
	margin-right: 2%;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-right: .5em;
	padding-left: .5em;
	border-color: cecece;
	border-width: 2;
	border-style: solid;
}

/* -------------------- */
	body {
		margin:20px 20px 0px 20px;
		}
	
	#main {
		border:1px solid #000; 
		background:#fff;
		}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

	#main #menu {
	border-left: 1px dashed #000;
	border-bottom: 1px dashed #000;
	float:right;
	width:230px;
	background:#eee;
	margin:0px 0px 10px 10px;
}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		padding-top:10px;
		}
	
	#menu p { font-size:10px}

⌨️ 快捷键说明

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