📄 css.css
字号:
* {
margin: 0;
padding: 0;
}
body {
font: 12px/22px Verdana,Arial,sans-serif,"Times New Roman",宋体;
text-align: center;
color: #666;
background: #fff;
}
body p, body ul, body dl, body div {
text-align: left;
}
ul, dl {
list-style: none;
}
a:link, a:visited {
color: #006699;
text-decoration: none;
}
a:hover, a:active {
color: #f60;
text-decoration: underline;
}
a img {
border: 0;
}
#header {
background: white url('images/bar_mgr_02.gif') repeat-x bottom;
height: 60px;
padding: 10px 20px 0;
}
#header p {
}
#header p.mgr {
margin-left: 20px;
font-size: 14px;
float: right;
}
/*---------
---list----
----------*/
#left{
width:202px;
border:1px #e0e0e0 solid;
padding:1px;
margin:0 auto;
}
ul, li, p {
list-style: none;
font-size: 12px;
}
.m_menu_title {
height: 24px;
line-height: 24px;
text-align: center;
margin: 0 1px;
}
.m_menu_content {
}
.m_menu_content p {
height: 28px;
line-height: 28px;
background:white url('images/titlebg.gif') repeat-x;
}
.m_menu_content p span{
color: #006699;
font-size:14px;
font-weight: bold;
text-decoration: none;
background:url('images/open.gif') no-repeat 95% center;
padding: 0 0 0 10px;
display: block;
cursor:pointer;
width:95%;
height:100%;
}
.m_menu_content p.add a{
display:block;
color: #666;
cursor:pointer;
text-indent:10px;
font-weight:bold;
text-decoration:none;
}
.m_menu_content p span.on {
background:url('images/close.gif') no-repeat 95% center;
cursor:pointer;
}
.m_menu_content ul {
}
.m_menu_content ul li {
}
.m_menu_content ul li a {
color: #666;
display: block;
padding: 0 0 0 38px;
background: white url('images/li.gif') no-repeat 10px 10px;
font-size:14px;
height: 30px;
line-height: 30px;
}
.m_menu_content ul li a:hover {
color: #006699;
text-decoration: none;
background: #f8faff url('images/li.gif') no-repeat 10px 10px;
border-bottom:1px #e4f4fa dashed;
height: 29px;
line-height: 30px;
}
.m_menu_content ul li a.current{
background:#f8faff url('images/li_on.gif') no-repeat 10px 10px;
color: #006699;
}
/*---add_id---*/
h2{
margin:0px 20px 20px;
border-bottom:1px #e0e0e0 dotted;
font-size:16px;
}
#addid p{
padding:5px 0;
}
p label{
float:left;
width:80px;
font-size:14px;
}
input.text{
border:1px #ccc solid;
background:#fff;
width:200px;
height:19px;
}
button.submit{
background:url('images/button_bg.gif') no-repeat;
width:71px;
height:26px;
border:none;
cursor:pointer;
margin-left:80px;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -