飞腾《金秋十月》风格样式说明
<style type=text/css>/* body 的 css 定义:定义内容为网页字体大小、颜色、背景、背景定位、
边距、滚动条箭头颜色等 */
body {
font-size: 12px;
color:#555555;
background-image: url('{PicUrl}/bg.gif');
background-position:center;
margin:0px 0px 0px 0px;
scrollbar-arrow-color:#ff6600;
}
/* 未访问的链接,链接无下划线,有为underline */
a:link{
color: #555555;
text-decoration: none;
}
/*自定义链接样式*/
a.kk:link{
color: #ffffff;
text-decoration: none;
}
/* 已访问的链接,链接无下划线,有为underline */
a:visited{
text-decoration: none;
color: #555555;
}
/* 鼠标移在链接上 */
a:hover{
color: #FF6600;
text-decoration: none;
}
/* 单元格的css定义:定义字体大小、行高字体颜色及文字自动换行*/
td {
font: 12px/150% "宋体";
color: #555555;
word-break:break-all;
}
/* 文本框、下拉列表框、文本域、多选框的CSS定义*/
input,select,Textarea,option{
font-family:Verdana,Tahoma,"宋体";
font-size: 12px;
}
/* 文本行高的CSS定义*/
font{
line-height:120%;
}
/* 文本框的CSS定义,用于会员登录、搜索等的文本框*/
.inputself{
width:105px;
font-size:12px;
}
/* 定义主表格宽度*/
.maintable{
width:980px;
border:0px;
}
/* 定义主表格中左边单元格的宽度*/
.left_td{
width:210px;
}
/* 定义主表格中右边单元格的CSS定义*/
.right_td{
width:770px;
background-image:url('{PicUrl}/content_bg.gif');
background-repeat: no-repeat;
background-position:right bottom;
}
/* 定义嵌套表格的CSS定义*/
.sontable {
width: 100%;
border:0px;
}
/* 定义嵌套表格 TD 里内容的 CSS 定义,定义内容区的行高,及内容区的边
距,其中!important用来提升指定样式规则的应用优先权。
*/
.soncontent{
line-height: 150%;
padding-top:10px !important;
padding-right:15px !important;
padding-bottom:10px !important;
padding-left:15px !important;
}
/*定义右边单元格中第一层嵌套表格全边框线效果*/
.right_table{
width:765px;
border:1px solid #8897AA;
}
/*定义右边单元格中第一层嵌套表格右边有左右边框线效果*/
.right_table1{
width:765px;
border-left:1px solid #8897AA;
border-right:1px solid #8897AA;
}
/*右边无边框线效果*/
.right_table2{
width:765px;
border:0px;
}
/*左边标题CSS定义*/
.left_title{
background-image:url('{PicUrl}/title_bg_left.gif');
color:#cc0000;
height:27px;
}
/*右边标题CSS定义*/
.right_title{
background-image:url('{PicUrl}/title_bg_right.gif');
height:26px;
font-weight:bold;
color:#ff6600;
}
/*设置文本缩进,未用*/
.suojin{text-indent:24px;}
/*设置文字阴影滤镜、vertical-align 和 valign 的不同,vertical-align
一般应用在td内,控制内部对象位置,比如可以用vertical-align:top;来
避免td默认的valign="middle" 未用,可和于导航菜单的显示*/
.fontshadow{
filter: dropshadow(offx=1, offy=1,color=#ececec);
vertical-align: middle;height: 0px;
}
/*特殊文字的CSS定义 英文字符的显示,未用,可用于版权信息的显示*/
.engfont{
font-family:verdana,Arial;
}
/* 关键词的显示,如站点统计中的数字显示*/
.key_font{
color:#ff6600;
}
/* 非重要信息的显示,如栏目无内容时的提示*/
.disable_font{
color:#999999;
}
/*上下栏目(表格)之间间隔的CSS定义*/
.hbr{
margin-top:8px;
}
/*菜单栏的CSS定义*/
.navtopbar{
height:29px;
background-image:url("PicUrl}/menubg01.gif");
letter-spacing:2px;
color: #ffffff;
}
/*菜单栏上链接文字的的CSS定义*/
.navtopbar a:link{
color: #ffffff;
text-decoration: none;
}
.navtopbar a:visited{
color: #ffffff;
text-decoration: none;
}
.navtopbar a:hover{
color: #ffffffff;
text-decoration: underline;
}
/*以为几个为下拉菜单栏的 CSS 定义,第一个为菜单皮肤的 CSS 定义,其中
visibility:hidden 对象隐藏,与 display 属性不同,此属性会为隐藏的对
象保留其占据的物理空间。POSITION: absolute 绝对定位*/
.menuskin {
BORDER: #666666 1px solid; visibility: hidden; FONT: 12px Verdana;
POSITION: absolute; BACKGROUND-COLOR:#F6F6F6;
background-image:url("{PicUrl}/menubg02.gif");
}
.menuskin A {
PADDING-RIGHT: 10px; PADDING-LEFT: 25px; COLOR: black;
TEXT-DECORATION: none; behavior:url(images/noline.htc);
}
#mouseoverstyle {margin:2px; padding:1px;}
#mouseoverstyle A {COLOR: #FF6600;}
.menuitems{
margin:2px;padding:1px;word-break:keep-all;COLOR: #555555;
}
.menuitems a:link,.menuitems a:active,.menuitems a:visited{
COLOR: #555555;
TEXT-DECORATION: none;
}
.menuitems a:hover {
COLOR: #555555;
TEXT-DECORATION: none;
}
/*专门用于定义各种按钮如submit的轮换显示效果*/
.put{
border:0px solid;
font-size: 9pt;
filter:chroma(color=#f7f7f7);
background-image:url('{PicUrl}/put.gif');
width:54px;
height: 21px;
cursor:hand;
padding-bottom:3px !important;
}
/*专门用于定义鼠标放在各种按钮如submit 的轮换显示效果*/
.overput{
color:#ff6600;
border:0px solid;
font-size: 9pt;
filter:chroma(color=#f7f7f7);
background-image:url('{PicUrl}/overput.gif');
width:54px;
cursor:hand;
height:21px;
padding-bottom:3px !important;
}
/*在文章中显示代码引用的效果*/
.HtmlCode{
margin:5px 20px;
border:1px solid #cccccc;
padding:5px;
background:#fbfbfb;
font-size:14px;
font-family:Tahoma;
line-height:normal;
}
</style>
页:
[1]
