📄 admincp.css
字号:
body, td{
margin: 0px;
font: 12px Arial, Helvetica, sans-serif;
text-align: left;
}
.smalltxt {
font: 12px Arial, Helvetica, sans-serif !important;
font: 11px Arial, Helvetica, sans-serif;
}
html, body
{
scrollbar-face-color: #15A3D9;
scrollbar-highlight-color: #555555;
scrollbar-3dlight-color: #555555;
scrollbar-darkshadow-color: #60B7DE;
scrollbar-shadow-color: #555555;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #A4D6EA;
background: #dae6f3;
}
input, textarea, select {
margin: 5px 0px;
border: 1px solid #6699CC;
font: 12px Arial, Helvetica, sans-serif;
line-height: 1.3em;
color: #006699;
background: #FFFFFF;
}
form {
margin: 0px;
}
textarea {
overflow: auto;
}
.checkbox, .radio {
border: 0px;
background: none;
vertical-align: middle;
height: 16px;
}
a {
text-decoration: none;
color: #555555
}
a:hover {
text-decoration: underline;
}
/* ===========当前链接标签============== */
#menuon {
margin-top: 0px;
height: 30px;
line-height: 30px;
border: solid 1px #525C3D;
border-bottom: none;
background: url(../../images/bg_menu.gif);
}
#menuon span {
padding-top: 1px;
background: url(../../images/bg_menu.gif);
border: solid 1px #FFFFFF;
height: 27px;
border-bottom: none;
}
#menuon span a {
color: #003366;
}
/* ====================================================== */
/* ===========左侧菜单============== */
.leftmenulist {
margin: 2px;
border: 1px solid #525C3D;
width: 134px;
}
.leftmenutext td {
background: url(../../images/bg_list.gif) repeat-x;
line-height: 16px;
height: 31px !important;
> height: 30px !important;
height: 30px;
font-weight: bold;
color: #FFFFFF;
padding-left: 4px;
border-bottom: 1px solid #BBDCF1;
}
.leftmenutext a {
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
}
.leftmenutd td {
background: #FFFFFF;
}
.leftmenuinfo {
margin-left: 8px;
margin-bottom: 10px;
width: 116px;
}
.leftmenuinfo td{
height: 1.8em;
line-height: 1.6em;
border-bottom: solid 1px #A3CEEB;
text-indent: 8px;
}
/* ====================================================== */
/* ===========主内容显示表格============== */
.guide td {
border: 1px solid #1598CB;
background-color: #FBFFE1;
line-height: 1.2em;
height: 28px;
text-indent: 20px;
color: #FF6600;
}
.tableborder {
outline: 1px solid #525C3D;
border: 0px!important;
border: 1px solid #525C3D !important;
border: 1px solid #525C3D;
empty-cells: show;
border-collapse: separate !important;
border-collapse: collapse !important;
border-collapse: collapse;
}
.tableborder td {
border-bottom: 1px solid #BBDCF1;
line-height: 1.5em;
height: 2em;
padding: 4px;
background: #FFFFFF;
}
.tableborder td ul, .tableborder td ul li {
line-height: 22px;
margin-bottom: 0px;
margin-top: 0px;
}
.tableborder td img {
margin-top: 8px;
}
.tableborder td .smalltxt {
line-height: 20px;
}
.category td {
color: #333333;
background-color: #F0F0F0;
}
td.altbg1, .altbg1 td {background: #F1F5F8;}
td.altbg2, .altbg2 td {background: #FFFFFF;}
.header td {
background: url(../../images/bg_list.gif) repeat-x;
line-height: 16px;
height: 31px !important;
height: 30px !important;
height: 30px;
font-weight: bold;
color: #FFFFFF;
border-bottom: 1px solid #525C3D;
padding: 0px 8px;
}
.jswizard tr {
border-top: 1px solid #BBDCF1;
border-left: 1px solid #BBDCF1;
}
.jswizard td {
border: 1px solid #BBDCF1;
border: 1px solid #BBDCF1;
padding: 2px;
}
.header a{
color: #FFFFFF;
}
/* ====================================================== */
/* ===========按钮式样============== */
.button {
font: 12px Arial, Helvetica, sans-serif;
padding: 0 6px;
color: #000;
background: url(../../images/bg_button.gif) repeat-x;
/*for Mozilla*/
outline: 1px solid #1590BE ;
border: 1px solid #FFFFFF !important;
height: 24px !important;
line-height: 22px !important;
/*for IE7*/
border: 1px solid #1590BE !important;
height: 26px !important;
line-height: 20px !important;
/*for IE*/
border: 1px solid #1590BE ;
height: 26px;
line-height: 20px;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -