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

📄 public.css

📁 精品课程申报源码.我也是在网上找的.下下看看吧.
💻 CSS
字号:
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EAF9ED;
	
}
.BodyTable{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}
.SubTitle {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 5px;
	text-decoration: none;
}
.SubTitleBg{
}
.Content{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
}
.ContentTitle{
	font-size: 14px;
	line-height: 24px;
	color: #357E6F;
	font-weight:bold;
	text-decoration: none;
}
.ContentBg{
}
.NormalText {
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	background-color:#FFFFFF;
}
.Title {
	font-size: 13px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
}
.TitleBg{
	background-color: #000000;
}
.TableContent{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
	border-collapse: collapse;
}
.TableHead{
	background-color: #D8E4E7;
}
.bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url('../images/2_2.jpg');
}
.PhotoBg{
	background-color: #D8E4E7;
}
.InfoPadding{
	padding-left: 10px;
}
a.TitleLink:link
{
font-size:14px;
	color: #053113;
	text-decoration: none
}
a.TitleLink:visited
{font-size:14px;
	color: #053113;
	text-decoration: none
}
a.TitleLink:active
{font-size:14px;
	color: #053113;
	text-decoration: none
}
a.TitleLink:hover
{font-size:14px;
	color: #f78009;
	text-decoration: none
}
a.ContentLink:link
{
	color: #357E6F;
	text-decoration: none
}
a.ContentLink:visited
{
	color: #357E6F;
	text-decoration: none
}
a.ContentLink:active
{
	color: #357E6F;
	text-decoration: none
}
a.ContentLink:hover
{
	color: #874E10;
	text-decoration: none
}
.ContentLink
{
	color:#357E6F;	
	font-weight:bold;
}
.TailBg{
	background-color: #000000;
}
.CommentText{
	color: #C40000;
}
.UpToTop
{
	font-family: Webdings;
	font-size: 30px;
	text-decoration:none;
	color:#666666;
}
.CourseName{	
	z-index:1;
	color: #CAE11A;
	font-family: simhei;
	font-family: 隶书;
	font-size: 30px;
	position:relative;	
	top:-15px;
	left:200px;
	width:100%;	
	padding:4px;
	
	filter: expression( ( (navigator.appVersion.indexOf("MSIE 5.01") > 0) && navigator.appMinorVersion == "0" ) ? "" : "FILTER: Glow(Color=#000000,Strength=4);" );
}

⌨️ 快捷键说明

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