📄 styles_content.css
字号:
/* Css file Created by www.it-sailing.com */
@import url( styles_content_new.css );
body
{
background: #B2BFD2 /* url(../images/bg_maincontent.gif) left repeat-y */;
margin: 13px;
scrollbar-highlight-color: buttonface;
scrollbar-shadow-color: buttonface;
scrollbar-3dlight-color: buttonhighlight;
scrollbar-track-color: #B2BFD2;
scrollbar-darkshadow-color: buttonshadow;
scrollbar-arrow-color: #596579;
}
.subtitle
{
font: bold 14px Arial;
color: #596579;
letter-spacing: 2px;
}
.tabletitle
{
font: bold 13px Arial;
color: #596579;
letter-spacing: 1px;
padding-top: 4px;
}
.tablecontent
{
font: normal 12px Arial;
color: #596579;
}
a:link
{
text-decoration: none;
color: #424B5A;
}
a:visited
{
text-decoration: none;
color: #424B5A;
}
a:hover
{
text-decoration: underline;
color: #FF8800;
}
.page
{
font: normal 12px Arial;
color: #596579;
padding: 5px;
}
.input_text
{
border: 1px solid #A7A6AA;
height: 17px;
font: bold 11px Arial;
color: #596579;
padding: 0 2px 0 2px;
}
select
{
background: #FFF;
font: normal 12px Arial;
color: #596579;
height: 17px;
}
fieldset
{
background: #B2BFD2;
font: normal 12px Arial;
color: #596579;
padding: 5px;
width: 99%;
}
legend
{
background: #E6E9EF;
font: bold 13px Arial;
color: #596579;
border: 1px solid #859CAE;
padding: 2px 10px 3px 10px;
}
fieldset table td
{
background: #E6E9EF;
font: normal 12px Arial;
color: #596579;
padding: 4px;
}
fieldset form
{
margin: 5px 0 1px 0;
}
.input_area
{
font: normal 12px Arial;
color: #596579;
height: 18px;
border: 1px solid #A7A6AA;
background: #F2F4F7;
}
.input_textarea
{
font: normal 12px Arial;
color: #596579;
background: #F2F4F7;
scrollbar-highlight-color: buttonface;
scrollbar-shadow-color: buttonface;
scrollbar-3dlight-color: buttonhighlight;
scrollbar-track-color: #B2BFD2;
scrollbar-darkshadow-color: buttonshadow;
scrollbar-arrow-color: #596579;
}
.select_single
{
height: 17px;
font: normal 12px Arial;
color: #596579;
background: #F2F4F7;
}
.menu_table
{
background: url(../images/menu_m.gif) center;
font: bold 12px Arial;
color: #FFF;
}
a.menu_table:link,a.menu_table:visited
{
color: #FFF;
text-decoration: none;
}
a.menu_table:hover
{
color: #545F72;
text-decoration: none;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -