stil.css

来自「Very good Java Applet used to animate In」· CSS 代码 · 共 73 行

CSS
73
字号
.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 + =
减小字号Ctrl + -
显示快捷键?