?? layout.css
字號:
*
{
font-family: Verdana, Tahoma, Arial, Sans-Serif;
font-size: 11px;
}
body, form
{
background: LightSteelBlue;
}
table
{
border: none 0px;
}
div
{
border-color: Gray;
background-color: WhiteSmoke;
}
hr
{
width: 100%;
color: Gainsboro;
}
a
{
color: Navy;
text-decoration:none;
}
a:active
{
color: Navy;
text-decoration:none;
}
a:visited
{
color: Navy;
text-decoration: none;
}
.DivLabel
{
font-family: Verdana;
font-size: 11px;
background-color: White;
padding: 0px 0px 0px 0px;
}
.DivContent
{
padding: 5px 5px 5px 5px;
border-style: solid;
border-width: 1px;
border-color: Gray;
background-color: White;
}
.LabelFont
{
font-family: Verdana;
font-size: 13px;
font-weight: bold;
}
.PanelContent
{
padding: 5px 5px 5px 5px;
border: solid 1px Gray;
background-color: Whitesmoke;
background: Whitesmoke;
}
.HeaderDiv
{
padding: 5px;
border: none 0px;
background-color: White;
}
#MenuContent
{
position: absolute;
width: 190px;
left: 30px;
top: 15px;
border-left: solid 1px Gray;
border-top: solid 1px Gray;
border-bottom: solid 1px Gray;
border-right: none 0px Whitesmoke;
padding: 10px 10px 10px 10px;
background-color: Whitesmoke;
}
#CenterContent
{
margin-left: 210px;
margin-right: 30px;
margin-top: 15px;
border: solid 1px Gray;
padding: 10px 10px 10px 10px;
text-align: left;
background-color: White;
}
#LoginContent
{
background-color: Whitesmoke;
width: 180px;
border: solid 1px Gray;
padding: 10px 10px 10px 10px;
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -