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

📄 main.css

📁 PB教程源码 第一次上传 呵呵 欢迎下载
💻 CSS
字号:
/* CSS Document */

BODY {font-size:14px; background-color:#ededed; margin-top:0px;font-family:"Verdana, Geneva, Arial, Helvetica";color:#444444;
}
A {
	COLOR: #131313; TEXT-DECORATION: none
}
A:link {
	
	font-size: 14px;
	color: blue;
	text-decoration: none;
}
A:visited {
	
	font-size: 14px;
	color: blue;
	text-decoration: none;
}
A:hover {
  TEXT-DECORATION:none;
  color:#FF7700;
  
}

.news {
	font-family:"Verdana, Geneva, Arial, Helvetica";color:#444444;
	font-size: 14px;
	line-height: 18px;
}
.title1 {
	font-family: "宋体";
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height:20pt;
}
.title2 {
	font-family: "宋体";
	font-size: 16px;
	color: #333333;
	line-height:18pt;
}
.red {
	font-family: "宋体";
	font-size: 14px;
	color: #FF0000;
}

⌨️ 快捷键说明

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