mainstyle.css
来自「实验课预约系统。采用.net+access数据库实现。 管理员对学生教师有管理」· CSS 代码 · 共 72 行
CSS
72 行
/*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 + =
减小字号Ctrl + -
显示快捷键?