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

📄 style.css

📁 Makefile解读,简单介绍框架 知识
💻 CSS
字号:
<style type=text/css>
<!--
td {
	font-family: "Arial";
	font-size: 12px;
	color: #414141;
	line-height: 18px;
}

a:link {color: #006699;	text-decoration: none;}
a:visited {color: #006699;text-decoration: none;}
a:hover {color: #FF6600;text-decoration: underline;}
a:active {color: #006699;text-decoration: underline;}
a.bar:link {color: #FF6600;text-decoration: none;}
a.bar:visited {color: #FF6600;text-decoration: none;}
a.bar:hover {color: #414141;text-decoration: underline;}
a.bar:active {color: #414141;text-decoration: underline;}
.white {font-size: 14px;color: #FFFFFF;	font-family: "Arial";}
a.white1:link {color: #FFFFFF;text-decoration: none;}
a.white1:visited {color: #FFFFFF;text-decoration: none;}
a.white1:hover {color: #FFFFFF;text-decoration: underline;}
a.white1:active {color: #FFFFFF;text-decoration: underline;}
.border2 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #9C9C9C;
	border-right-color: #9C9C9C;
}
.border3 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9C9C9C;
	border-bottom-color: #9C9C9C;
	border-left-color: #9C9C9C;
}
a.bottom:link {color: #666666;text-decoration: none;}
a.bottom:visited {color: #666666;text-decoration: none;}
a.bottom:hover {color: #FF6600;text-decoration: none;}
a.bottom:active {color: #FF6600;text-decoration: none;}
.border0 {border: 1px solid #FFFFFF;}
.white14 {font-size: 14px;font-weight: bold;color: #FFFFFF;}
.font10 {font-family: "Arial";font-size: 10px;}
.borderpic {border: 1px solid #675948;}
a.gray2{color:#666666;text-decoration: none;line-height:22px}
a.gray2:hover{color:#666666;text-decoration: none;line-height:22px}
a.gray2:visited{color:#666666;text-decoration: none;line-height:22px}
PRE {PADDING-RIGHT: 5pt; PADDING-LEFT: 5pt; PADDING-BOTTOM: 5pt; FONT: 14px "Courier New", Courier, mono; WIDTH: 100%; PADDING-TOP: 5pt; WHITE-SPACE: pre; COLOR:#003399; BACKGROUND-COLOR: #F5F5F0; line-height: 13pt}
CODE {PADDING-RIGHT: 5pt; PADDING-LEFT: 5pt; PADDING-BOTTOM: 5pt; FONT: 14px "Courier New", Courier, mono; WIDTH: 100%; PADDING-TOP: 5pt; WHITE-SPACE: pre; COLOR:#003399; BACKGROUND-COLOR: #F5F5F0; line-height: 13pt}
//-->
</style>

⌨️ 快捷键说明

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