📄 userpanel.css
字号:
/* user panel */
#UserPanelTabs{
line-height:20px; text-align:center; font-size:14px; color:#666666;
border-left:1px solid #FF9966; border-right:1px solid #FF9966; border-top:1px solid #FF9966;
}
.UserPanelTab_normal{
padding:8px 8px 8px 8px;
font-weight:normal;
background-color:#DEEEF4;
cursor:pointer;
width:100px;
}
.UserPanelTab_hover{
padding:8px 8px 8px 8px;
font-weight:normal;
background-color:white;
cursor:pointer;
width:100px;
}
.UserPanelTab_active{
padding:8px 8px 8px 8px;
font-weight:bold;
background-color:#FF9966;
cursor:pointer;
width:100px;
}
#UserPanelContent{
border:1px solid #FF9966;
background-color:#FF9966;
text-align:left;
width:100%;
}
.UserPanelPanel{
background-color:#DEEEF4;
border:1px solid #0099FF;
padding:15px;
overflow:auto;
}
.UserPanelStatusSection{
font-weight:bold; text-indent:-1em; line-height:250%;
}
.UserPanelStatusInfo{
font-weight:normal; text-indent:1em; line-height:normal;
}
.InputText{
border:#999FFF 1px solid;
background-color:white;
width:50%;
}
.InputSelect{
width:50%;
}
.InputText_sml{
border:#999FFF 1px solid;
background-color:white;
width:40px;
}
.InputSelect_sml{
width:60px;
}
/* for messages */
.msg_system{
color:red;
}
.msg_new{
color:red; font-weight:bold;
}
.msg_body{
border:#999FFF 1px solid;
width:90%;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -