loading ...
评论列表 日志列表 访客列表 留言列表
loading...

2008-08-05 | 自定义CSS的设置     朗读全文

标签:CSS 

说明:黑色(包括蓝色)的内容复制到自定义CSS的编辑框中,蓝色部分为可修改的内容

字体和字的颜色定义:
body,td,th{
font-family: "Century Gothic";
color:#ED23DE;
}

背景图定义:把下面的蓝色部分换成相要的图的联接(两个联接的地址相同),就可以定义出一个透明的博客页面。可以按需要改动下面内容中的一些数值。
body{
 background: url(http://upload2007.cnool.net/files2007/20080626/2008062609125468226.jpg) fixed  center 1px;
}

#innerWrapper{
 width: 900px;
 margin:0 none;
 background: none;
 background-color:none;
 padding:0;
}
#topPadding{
height: 0px;
}

#header{
 height:120px;
 margin:0px;
 padding:0px;
 background: none no-repeat center top;<!--顶部大图-->
}


#mainNav li{
background: url() no-repeat;
border: 1px;
margin: 3px 5px 0px 0px;
padding: 8px 8px 3px;
display: block;
}

#mainNav li.active{
background: url() no-repeat;
border: 1px;
margin: 4px 5px 0px 0px;
padding: 8px 8px 3px;
}

#mainWrapper{
 background: url() fixed  center 1px;
border: 1px;
margin: 0px;
padding: 3px;
}
#innerNavBar{
 background: url(
http://upload2007.cnool.net/files2007/20080626/2008062609125468226.jpg) fixed  center 1px;
border: none;
margin: 0px;
padding: 3px;
}
#mainNav{
 background: url() fixed  center 1px;
border: none;
margin: 0px;
padding: 3px;
}

.mod{
 border: none; 
 background: url();
 background-repeat: repeat;
}
.mod .t{
 background: url() repeat-x left top;
 height: 30px;
 border-bottom: 1px solid #4DBE30 ;
}

有连接的字体颜色:

a:link {font-size: 9pt; color: #61FC45; text-decoration: none;}
a:visited {color: #12EDF1; text-decoration: none;}
a:hover { font-size: 9pt; color: #FFBA04; text-decoration: none;}
a:active {color: #0045FB; text-decoration: none;}

播放歌曲:
<html>

</style>
</html>

<DIV style="RIGHT: 200px; POSITION: absolute; TOP: 100px">
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD><DIV></DIV>
<P>
<OBJECT id=tt90play type=application/x-oleobject height=0 standby="Loading Windows Media Player components..." width=0 classid=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6><PARAM NAME="URL" VALUE="
http://www.xslh.com/upload/forum/2005110709002068.mp3"><PARAM NAME="rate" VALUE="1"><PARAM NAME="balance" VALUE="0"><PARAM NAME="currentPosition" VALUE="0"><PARAM NAME="defaultFrame" VALUE=""><PARAM NAME="playCount" VALUE="99"><PARAM NAME="autoStart" VALUE="-1"><PARAM NAME="currentMarker" VALUE="0"><PARAM NAME="invokeURLs" VALUE="-1"><PARAM NAME="baseURL" VALUE=""><PARAM NAME="volume" VALUE="100"><PARAM NAME="mute" VALUE="0"><PARAM NAME="uiMode" VALUE="full"><PARAM NAME="stretchToFit" VALUE="0"><PARAM NAME="windowlessVideo" VALUE="0"><PARAM NAME="enabled" VALUE="-1"><PARAM NAME="enableContextMenu" VALUE="0"><PARAM NAME="fullScreen" VALUE="0"><PARAM NAME="SAMIStyle" VALUE=""><PARAM NAME="SAMILang" VALUE=""><PARAM NAME="SAMIFilename" VALUE=""><PARAM NAME="captioningID" VALUE=""><PARAM NAME="enableErrorDialogs" VALUE="0"><PARAM NAME="_cx" VALUE="4763"><PARAM NAME="_cy" VALUE="4763"></OBJECT><BR><FONT color=#ffffff>
<DIV></DIV></FONT><DIV></DIV>
</TD></TR></TBODY></TABLE></DIV>

评论 (2) |  阅读 (?)  |  固定链接 |  发表于 12:22  | 最后修改于 2008-08-05 12:41

评论

正在读取评论信息...
您还未登录,只能匿名发表评论。或者您可以 登录 后发表。
*