wroxred.css

来自「ASP.NET2.0(C#篇)经典教程的源码...本源码很好的实现了购物车...」· CSS 代码 · 共 87 行

CSS
87
字号
html, body {
	margin: 0;
	padding:0 5px 0 5px;
	background-color: #f00;
	color: #000;
}

title {
    color: #f66;
}
	
#nav {
	background-color: #f00;
	width: 20px;
	float: left;
	margin-left: -1px;
	padding: 10px;
}
	
	
#content {
	padding: 10px;
	margin-left: 230px;
	width: 100%;
}

#header {
	background-color: #f00;
	color: #ff6;
	border-bottom: 1px solid #ff6;
	margin-bottom: 0px;
}
	
#footer {
	background-color: #f00;
	color: #ff6;
	border-top: 1px solid #ff6;
	font-size: 11px;
	padding: 2px 10px 0 0;
	clear: both;
}

.spacer {
	clear: both;
}
	
p {
	padding: 0;
	margin-top: 0px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
}

dd, dt {
	font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
}

#mainTitle {
	font-size: 200%;
	font-weight: bold;
}

.pageTitle {
	font-size: 150%;
	font-weight: bold;
	color: #ff6;
	background-color: #f00;
}

.itemTitle {
	border-bottom-color: #f66;
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-size: 110%;
}

.itemContent {
	padding-top: 10px;
}

.box {
    border: solid 1 #f66;
}
.boxFloat {
    border: solid 1 #f66;
    float: left;
}

⌨️ 快捷键说明

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