📄 menu.css
字号:
body {
FONT-FAMILY: Arial,Tahoma, sans-serif;
FONT-SIZE: 12px;
line-height: 135%;
}
a
{
color: #003266;
text-decoration: none;
}
a:hover
{
color: #CC0000;
text-decoration: underline;
}
p{
margin: 5px 0px;
line-height: 135%;
}
#Content h3,#MenuContent h3 {
font-size: 1.1em;
line-height: 2em;
padding-top: 3px;
padding-left: 20px;
margin: 5px 0px;
border-bottom: 1px solid #CCC;
background: url(Items/Item.Info.gif) left no-repeat;
}
#Content h2{
font-size: 1.5em;
line-height: 1.5em;
margin: 3px 0px;
}
#Content h4{
font-size: 1.1em;
line-height: 1.2em;
padding: 2px 15px;
margin: 2px 0px;
background: url(Items/Item.Tri.gif) left no-repeat;
}
#Content h4.API{
background: url(Items/Item.Rplus.gif) left no-repeat;
border-bottom: 1px solid #CCC;
padding-left: 20px;
}
#MenuContent ul{
margin: 5px 0px;
padding-left: 2em;
list-style-image: url(Items/Item.Next.gif);
}
#MenuContent li{
line-height: 1.5em;
}
body#Menu{
margin: 5px;
}
#MenuContent{
padding: 5px;
background: url(Items/BG.Menu.gif) left top no-repeat;
}
#MenuContent h2{
margin: 5px 0px;
font-size: 120%;
}
span.HighLight{
font-weight: bolder;
color: #990000;
}
#Splash{
width: 600px;
height: 80px;
margin: 50px auto;
background-image: url(../Script/Dialog/BG.About.jpg);
padding-top: 200px;
border: 1px solid gray;
}
#SplashContent{
text-align: center;
}
li.Folder{
padding-left: 5px;
list-style-image: url(Items/Item.Folder.gif);
}
li.File{
padding-left: 5px;
list-style-image: url(Items/Item.File.gif);
}
li.Tips{
padding-left: 0px;
list-style-image: url(Items/Item.Tri.gif);
font-weight: bolder;
}
ul.Tri{
padding: 0px;
margin:0px;
}
ul.Tri li{
margin: 0px;
padding-left: 0px;
list-style-image: url(Items/Item.Tri.gif);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -