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

📄 mainstyle.css

📁 实验课预约系统。采用.net+access数据库实现。 管理员对学生教师有管理功能
💻 CSS
字号:
/*default color 698CC3*/
body
{
	font-family: Verdana, Arial;
	font-size: 8.5pt;
	color: #004E82; 
}
td, option, input, select
{
	font-family: Verdana, Arial;
	font-size: 8.5pt;
}
LEGEND
{
	background-color:Lime;
	text-transform: capitalize;
	font-weight: bold;
	color: #004E82;
}
hr
{
	color:#698CC3;
}
a
{
	text-decoration: none; 
	color: #003366;
}
a:hover
{ 
	text-decoration: underline;
}
/*管理(Admin)界面中的标题样式*/
.ManageTitle
{
	color: #0099BB;
	font-weight: bold;
	font-size: 10pt;
}
/* 一般Table中的第一行的样式(标题行样式)*/
.TableTitle
{
	font: 12px Tahoma, Verdana; 
	color: #FFFFFF; 
	font-weight: bold; 
	background-color: #698CC3
}
/*主页模版中,系统标题样式*/
.SystemTitle
{
	font: Verdana; 
	font-size:x-large;
	color: #698CC3; 
	font-weight: bold; 
	background-color: #efefef
}
.ArticalDisplayTitle1
{
	font: Verdana; 
	font-size:x-large;
	color: #CC3300; 
	font-weight:bolder;
}
.ArticalDisplayTitle2
{
	font: Verdana; 
	font-size:large;
	color: #0033CC; 
	font-weight:bolder; 

}

⌨️ 快捷键说明

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