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

📄 stil.css

📁 Very good Java Applet used to animate Inserting, Deleting and Searching (Preorder & Postorder algori
💻 CSS
字号:
.heder {
	font-size: 36px;
	color: #990033;
	text-decoration: blink;
	text-align: center;
	float: left;
	width: 100%;
	position: relative;
	text-transform: uppercase;
	font-style: italic;
	height: 100px;
	line-height: 100px;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #006699;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #00CCFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.aplet {
	height: 300px;
	width: 450px;
	position: relative;
	vertical-align: middle;
	text-align: center;
	float: left;
}
.napomena {
	font-size: 14px;
	color: #993333;
	text-decoration: blink;
	background-color: #00CCFF;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	float: left;
	width: 100%;
	position: relative;
	padding-top: 50px;
}
.footer {
	font-size: 12px;
	color: #0000FF;
	background-color: #00CCFF;
	text-align: right;
	vertical-align: middle;
	float: left;
	width: 100%;
	position: relative;
	padding-top: 20px;
}
.tabela {
	border: 7px outset #999999;
}

⌨️ 快捷键说明

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