style.css
来自「新闻发布系统」· CSS 代码 · 共 221 行
CSS
221 行
body {
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
font-size: 9pt;
line-height: 13pt;
text-decoration: none;
color: #333333
}
SELECT {
BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM: #cccccc 0px double; BORDER-LEFT: #cccccc 0px double; BORDER-RIGHT: #cccccc 0px double; BORDER-TOP: #cccccc 0px double; COLOR: #000000; FONT-FAMILY: MS Shell Dlg,Tahoma, sans-serif; FONT-SIZE: 9pt
}
INPUT {
FONT-FAMILY: "Arial", "Helvetica", "sans-serif";
FONT-SIZE: 10px;
border: 1px inset #666666;
color: #333333;
background-color: #CCCCCC;
}
TEXTAREA {
FONT-FAMILY: "Arial", "Helvetica", "sans-serif";
FONT-SIZE: 12px;
border: 1px double #666666;
background-image: none;
background-color: e5e5e5;
}
td {
font-size: 9pt;
line-height: 13pt;
text-decoration: none;
}
.td-bg-bottom {
background-repeat: no-repeat;
background-position: right bottom;
}
.bigtext {
font-size: 16px;
line-height: 24px;
}
#menutitle {
font-size: 9pt;
font-weight: normal;
color: #000000;
text-decoration: none;
background-repeat: repeat-x;
background-position: center bottom;
background-image: url(images/line_v.gif);
}
.thtitle {
text-decoration: none;
background-color: #E9E7E4;
}
.english {
font-family: "Tahoma", "Verdana", "Arial", "Helvetica", "sans-serif";
font-size: 8pt;
line-height: 13pt;
text-decoration: none;
}
.tablelist {
background-image: url(images/dot.gif);
background-repeat: repeat-x;
background-position: center bottom;
}
a:link {
color: #565657;
text-decoration: none;
}
a:visited {
color: #565657;
text-decoration: none;
}
a:hover {
color: #84AE03;
text-decoration: none;
}
a:active {
color: #FFC600;
text-decoration: none;
}
.td-h {
background-image: url(images/line_h.gif);
background-repeat: repeat-y;
background-position: right top;
}
.titles {
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
font-size: 14px;
line-height: 20px;
font-weight: bold;
color: #333333;
text-decoration: none;
}
.content {
font-size: 14px;
line-height: 21px;
text-decoration: none;
color: #333333;
}
.td-bg-right2 {
background-position: right bottom;
background-repeat: no-repeat;
}
#con a:link {
color: #E31D36;
text-decoration: none;
}
#con a:visited {
color: #E31D36;
text-decoration: none;
}
#con a:hover {
color: #BB234A;
text-decoration: none;
}
#con a:active {
color: #E31D36;
text-decoration: none;
}
.lastupdated {
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 10px;
}
.textareas {
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
font-size: 8pt;
line-height: 13pt;
color: #333333;
text-decoration: none;
border-top: 1px solid #999999;
border-right: 1px solid #AAAAAA;
border-bottom: 1px solid #AAAAAA;
border-left: 1px solid #999999;
}
.tableborder {
border: 1px solid #CCCCCC;
}
.shandow
{
color:#333333;
filter: DropShadow(Color=#FFFFFF, OffX=1, OffY=1, Positive=1);width=100%;
}
.singletable {
border-collapse:collapse;
border: 1px solid;
}
.td-dontline {
background-image: url(images/dot.gif);
background-repeat: repeat-x;
background-position: center top;
}
.td-bg-top-right {
background-repeat: no-repeat;
background-position: right top;
}
.content-title {
font-size: 16px;
line-height: 20px;
font-weight: bold;
color: #333333;
text-decoration: none;
}
li {
list-style-type: square;
}
.textarea-line {
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
font-size: 8pt;
line-height: 13pt;
color: #333333;
text-decoration: none;
border-top: 0px solid #333333;
border-right: 0px solid #999999;
border-bottom: 1px solid #999999;
border-left: 0px solid #333333;
background: transplate;
}
.buttons {
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
font-size: 8pt;
background-color: #EEEEEE;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #F5F5F5;
border-right-color: #666666;
border-bottom-color: #000000;
border-left-color: #F5F5F5;
}
.big {
font-size: 14px;
font-family: "tahoma";
font-weight: bold;
}
.img {
filter: alpha(opacity=95);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?