您的位置:首页 > 其它

[转贴]定制Blog页面风格

2004-07-04 23:51 656 查看
/* Customize hearder titile style */
#Header1_HeaderTitle {
  float: center;
  width: 100%;
  font-size: 100%;
  font-family: 华文行楷;
  line-height: bold;
  margin-bottom: 5px;
}

/* Customize header bar style */
#HeaderBar {
  font-family: Comic Sans MS;
}

/* Customize stats bar style */
td.BlogStatsBar{
  font-family: Comic Sans MS;
}

/* Customize left menu style */
#leftmenu {
  font-family: Comic Sans MS;
}

/* Customize announce style */
div.News {
  font-family: 宋体;
}

/* Customize main content style */
#main {
   font-family: Comic Sans MS;
}

/* Customize footer style*/
#footer {
   font-family: Comic Sans MS;
}

/* Specify the body style */
body {
  font-size: 11px;
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  blog header float menu