style.css

来自「vpn虚拟专用网络的一个开源搭建工具」· CSS 代码 · 共 97 行

CSS
97
字号
body {
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 62.5%;
	background-color: #eee;
	color: #000;
	padding-top: 30;
}

table {
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
/*
	font-size: 85%;
	background-color: #eee;
*/
	color: #000;
	padding-top: 30;
}

#header-space {
	width: 700px;
	padding: 5 5 5 5;
	border: 1px solid #999;
	border-bottom: none;
	float: center;
	background-color: #eaeaea;
}

#header {
	font-size: 1.75em;
	font-weight: bold;
	border: none;
	width: 500px;
	padding: 5 5 5 50;
	text-align: left;
}

#links-space {
	width: 700px;
	padding: 5 5 5 5;
	border: 1px solid #999;
	border-bottom: none;
	border-top: none;
	float: center;
	font-size: 1.2em;
	text-align: right;
	background-color: #eaeaea;
}

#content-space {
	background-color: #eaeaea;
	width: 700px;
	padding: 5 5 5 5;
	border: 1px solid #999;
	border-bottom: none;
	float: center;
	font-size: 1.2em;
	line-height: 2em;
}

.news-header {
	font-size: 1.2em;
	font-weight: bolder;
	padding-left: 15;
	padding-bottom: 2;
	border-bottom: 1px dotted #333;
	text-align:left;
}

.entry {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#foot-space {
	width: 700px;
	padding: 5 5 5 5;
	border: 1px solid #999;
	float: center;
	font-size: 1em;
	text-align: right;
	background-color: #eaeaea;
}

a {
	color: #006666;
	text-decoration: none;
}

a:hover {
	color: #003333;
	text-decoration: underline;
}

a:visited {
	color: #003333;
}

⌨️ 快捷键说明

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