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

📄 topic.css

📁 gmaple软件下载系统1.0Beta 具有一下功能: 1.模板功能,前台的呈现更加灵活. 2.支持静态生成,可在动态与静态间随时切换. 3.在静态模式下,可自定义生成目录,生成方式灵活.
💻 CSS
字号:
@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
}
body {
	font:12px/22px Verdana,Arial,sans-serif,"Times New Roman",宋体;
	text-align:center;
	color:#000;
	background:#F6FAE1;
}
body p,body ul,body dl {
	text-align:left;
}
ul,dl {
	list-style:none;
}
a:link,a:visited {
	color:#333333;
	text-decoration:none;
}
a:hover,a:active {
	color:#003;
	text-decoration:underline;
}
a img {
	border:0px;
}
.R_cls {
	clear:left;
}
/*-----*/
#T_Top ,#T_Content, #T_Bottom {
	width:1001px;
	margin:0px auto;
	text-align:left;
}
#T_Top {
	background:url(../images/Topic/1_01.gif);
	height:414px;
}
#T_Content {
	background:url(../images/Topic/1_02.gif) 0px bottom no-repeat;
	padding-bottom:20px;
}
#T_Bottom {
	background:url(../images/Topic/1_03.gif);
	height:101px;
	text-align:center;
}
#T_Bottom * {
	text-align:center;
}

.logo_Url {
	float:left;
	margin-top:30px;
	margin-left:280px;
	_margin-left:140px;
	width:320px;
	height:100px;
	cursor:pointer;
}
.logo_Url a {
	display:block;
	width:100%;
	height:100%;
}
.T_title {
	float:left;
	margin-top:140px;
	font-size:30px;
	line-height:30px;
	font-weight:bold;
	
}
.T_intr {
	float:left;
	margin:135px 0px 10px 90px;
	_margin:135px 0px 10px 45px;
	width:870px;
}
.Content_Box {
	margin:0px 60px 0px 60px;
	height:100%;
}
.T_List {
	float:left;
	width:440px;
}
.T_List h1 {
	background:url(../images/Topic/bar.gif);
	width:241px;
	height:63px;
	font-size:18px;
	font-weight:bold;
	line-height:63px;
	padding-left:80px;
}
.T_List ul {
	float:left;
	text-align:left;
	width:360px;
	padding-left:30px;
}
.T_List ul li {
	overflow:hidden;
	height:22px;
	padding:0px 0px 0px 15px;
	background:url(../images/Topic/li_bg4.gif) 0px 8px no-repeat ;
}
span.today{
	float:right;
}

⌨️ 快捷键说明

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