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

📄 style.css

📁 一个免费的绿叶网上书店请大家提宝贵意见 站长的帐号是   用户名:雨丁香  密码:200505 副站长帐号是   用户名: wangli 密码:197207
💻 CSS
字号:
/* ============== 前台用户界面的共享CSS文件 ============== */
/*														   */
/*               (ECSS开发组.北京.2000年6月)              */
/* ------------------------------------------------------- */
/* 重要注意事项: *!!XXXX!!* 是系统标志,请不要修改或删除    */
/* ------------------------------------------------------- */

body
{
	font-family: "宋体,Arial"; font-size: 10.2pt;
	background-color:'#DFCFCF';	/*!!页面背景颜色!!*/
	margin-left: 0;
	margin-top: 0;
}

font.title		/* 标题 */
{
    color: "#E80000";
 	font-family: "宋体,Arial"; 
	font-size: 14pt; 
	font-weight: bold 
}

font.comment	/* 注释 */
{
    color: gray;
 	font-family: "宋体,Arial"; 
	font-size: 10.2pt; 
}

table			/* 表格:通用 */
{
 	font-family: "宋体,Arial"; 
	font-size: 10.2pt; 
}

table.list		/* 表格:资料列表 */
{
	background-color:"#FFFFFF";
 	font-family: "宋体,Arial"; 
	font-size: 10.2pt; 
}

table.content	/* 表格:资料详细内容 */
{
	background-color:'#A7B7B7';	/*!!表格内容背景颜色!!*/
 	font-family: "宋体,Arial"; 
	font-size: 10.2pt; 
}

tr.header		/* 表格的横向标题行 */
{
	background-color:'#AFAFBF';	/*!!表格标题背景颜色!!*/
 	font-family: "宋体,Arial"; 
	font-size: 10.2pt; 
}	

td.header		/* 表格的纵向标题列 */
{
	background-color:'#AFAFBF';	/*!!表格标题背景颜色!!*/
 	font-family: "宋体,Arial"; 
	font-size: 10.2pt; 
	text-align: center 
}	

/* ---------------- 表格的标准语法使用举例:第一行和第一列都为标题的表格举例 ------------------ 
<table width=500 border=1 cellpadding=2 cellspacing=0 bordercolorlight="#A0A0A0" bordercolordark="#FFFFFF">
	<tr class=header>
		<td class=header> ...... </td>
		<td> ...... </td>
		<td> ...... </td>
	</tr>
	<tr>
		<td class=header> ...... </td>
		<td> ...... &nbsp;</td>
		<td> ...... </td>
	</tr>
	<tr>
		<td class=header> ...... </td>
		<td> ...... &nbsp;</td>
		<td> ...... </td>
	</tr>
  ---------------------------------------------------------------------------------------- */

a:hover			/* 超级链接的风格 */
{
    COLOR: red;
    text-decoration: underline
}

a:link
{
    COLOR: blue;
    text-decoration: none
}

a:visited
{
    COLOR: purple;
    text-decoration: none
}

⌨️ 快捷键说明

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