📄 default.css
字号:
/* Modified from the original free skin at: */
/* http://www.dotnettreats.com/SampleThemes/Default.aspx */
/* Common tags */
/*-----------------------------*/
body
{
font-family:Verdana;
font-size:small;
color:#000000;
margin: 0;
padding: 0;
margin-right: 30;
text-align: left;
background-color: White;
}
A:link { color: #41519A; text-decoration:none; }
A:visited { color: #41519A; text-decoration:none; }
A:active { color: #41519A; cursor:hand; text-decoration:none; }
A:hover { color: #B2C3E1; cursor:hand; text-decoration:"underline"; }
A.bodyLink:link { color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:visited { color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:active { color: #41519A; cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover { color: #B2C3E1; cursor:hand; text-decoration:"underline"; font-weight:bold; }
p
{
line-height: 1.4em;
}
.title
{
text-transform: uppercase;
font-family: verdana;
font-size: large;
font-weight: bold;
color: #41519A;
}
hr {
border: 0;
border-top: 2px solid #41519A;
height: 2px;
}
img
{
border-width: 0;
}
.menutextindent
{
font-size: x-small;
}
/* Headings */
/*-----------------------------*/
h1
{
font-size: large;
color: #6B7EBF
}
h2
{
font-family: Verdana;
font-size: medium;
margin-top: 30;
color: #6B7EBF;
margin-bottom: -15;
}
h3
{
font-family: Verdana;
font-size: small;
margin-bottom: -15;
color: #6B7EBF;
padding-left: 15;
}
h1, h2, h3, h4
{
margin: 0;
font-family: Verdana;
}
/* Tables */
/*-----------------------------*/
table
{
font-size: 1em;
}
table.header
{
background-color:#5B6DB5;
}
td.logo
{
text-align: left;
width: 184px;
}
td.title
{
text-align: center;
font-family: verdana;
font-size: x-large;
font-weight: bolder;
color: #FFFFFF;
}
td.headerbar
{
background-image: url(Images/bar.jpg);
height: 24px;
}
td.menu
{
background-color:#41519A;
width: 184px;
height: 500px;
vertical-align: top;
}
td.footer
{
margin-left: 30;
font-family: Verdana;
font-size:xx-small;
font-weight: normal;
color: #41519A;
text-align: right;
}
.inputbutton
{
color:#41519A;
background-color:White;
border-color:#41519A;
border-width:1px;
border-style:Solid;
font-size:0.8em;
}
.pagehead
{
background-color: #41519A;
width: 100%;
height: 50px;
}
.errormessage
{
background-color: Yellow;
color: Red;
}
textarea
{
font-family: verdana;
font-size: 10pt;
border-color: Silver;
border-width: thin;
}
.textmissing
{
background-color: Red;
}
.textadded
{
background-color: Lime;
}
.taglaunch
{
background-repeat: no-repeat;
background-image: url(images/tack.png);
height:auto;
}
.red
{
color: Red;
}
.blue
{
color: Blue;
}
.green
{
color: Green;
}
.yellow
{
color: Yellow;
}
.orange
{
color: Orange;
}
.purple
{
color: Purple;
}
.highlight
{
background-color: Yellow;
}
.strike
{
text-decoration: line-through;
}
.sub
{
vertical-align: sub;
}
.sup
{
vertical-align: super;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -