📄 style.css
字号:
.plane
{
margin: 0px;
padding: 0px;
border: 1px solid #000000;
position: relative;
visibility: inherit;
}
.invalidplane
{
margin: 0px;
padding: 0px;
border: 1px solid #000000;
position: relative;
visibility: inherit;
color: #FF0000;
}
.invalid
{
position: relative;
visibility: inherit;
color: #FF0000;
}
.menuplane
{
z-index: 1;
position: absolute;
text-align: left;
border: 1px solid black;
background-color: menu;
font-family: Verdana;
font-size: 11px;
line-height: 15px;
cursor: default;
visibility: hidden;
}
.menu3d
{
z-index: 1;
cursor: default;
font: menutext;
position: absolute;
text-align: left;
font-size: 11px;
line-height: 15px;
background-color: menu;
border: 1 solid buttonface;
visibility: hidden;
border: 2 outset buttonhighlight;
}
.menuitems
{
cursor: default;
padding-left: 2px;
padding-right: 2px;
border: 1px solid;
}
.menuitemsoutset
{
cursor: default;
padding-left: 2px;
padding-right: 2px;
border: 1px outset;
}
.menuitemsinset
{
cursor: default;
padding-left: 2px;
padding-right: 2px;
border: 1px inset;
}
.mainmenu0
{
z-index: 1;
position: relative;
cursor: default;
background-color: menu;
font-family: Verdana;
font-size: 11px;
line-height: 17px;
}
.MidCollapse {
background: url(mid_collapse.gif);
}
.MidOpen {
background: url(mid_open.gif);
}
.MidEnd {
background: url(mid_end.gif);
}
.LastCollapse {
background: url(last_collapse.gif);
}
.LastOpen {
background: url(last_open.gif);
}
.LastEnd {
background: url(last_end.gif);
}
.MouseOver {
COLOR: #006699;
TEXT-DECORATION: underline;
}
.MouseOut {
}
TD {
FONT-SIZE: 12px;
}
INPUT {
height : 20;
border: 1px solid #666666;
}
textarea {
border: thin solid #666666;
Scrollbar-Face-Color:#CCCCCC;
scrollbar-highlight-color:#666666;
scrollbar-shadow-color:#666666;
scrollbar-3dlight-color:#CCCCCC;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#CCCCCC;
scrollbar-darkshadow-color:#666666;
}
select {
height : 20;
border: thin solid #666666;
Scrollbar-Face-Color:#CCCCCC;
scrollbar-highlight-color:#666666;
scrollbar-shadow-color:#666666;
scrollbar-3dlight-color:#CCCCCC;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#CCCCCC;
scrollbar-darkshadow-color:#666666;
}
A:ACTIVE {
color: #000000;
text-decoration: none;
}
A:VISITED {
color: #000000;
text-decoration: none;
}
A:LINK {
color: #000000;
text-decoration: none;
}
A:HOVER {
color: #0099FF;
text-decoration: underline;
}
.showonly {
background : transparent;
border: 0px none;
cursor: auto;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -