#xok.cc {}
/* 此代码由 未知校内代码站(xok.cc) 收集/整理/调试*/
各部分都有注释,如果比较熟悉CSS的话方便修改。这里的横幅是我的,可以自己做一个横幅。横幅的Photoshop用PSD文件在这里下载。
以下是代码:
<!--背景色-->
<style type="text/css"><!--
#homepage{background-color : #ffffff;}
#container{background-color : #ffffff;}
#sidebar{
display : block;
background-color : transparent;
}
#mymenu{background-color : transparent;}
--></style>
<!--横幅-->
<style type="text/css"><!--
#userProfile{BACKGROUND:url(http://fm151.img.xiaonei.com/blog/20070815/10/20/A443756276593RAT.jpg) no-repeat left top;
padding-top : 140px;
}
--></style>
<!--隐藏-->
<style type="text/css"><!--
#utility{display : none;}
#logo{display : none}
#sidebar{display : none;}
#mymenu{display : block;}
#footer{display : none;}
#userFriend{display : none;}
/* xok.cc */
#userSchoolClass{display : none;}
#userStatus{display : none;}
#userShare{display : none;}
#AccountInfo{display : none;}
#userGroup{display : none;}
#header,.block,.linkblock,#annouce,#permalink,#snav,#footer{display:none;}
#star1,#userProfile .rank{float:right;display:none;}
--></style>
<!--位移-->
<style type="text/css"><!--
#userRelations{float : right;}
#userUpdates{float : left;}
#userPicture{align:right;}
--></style>
<!--居中,加宽,边框-->
<style type="text/css"><!--
#container{
overflow : hidden;
position : relative;
width : 970px;
margin : 0 auto;
}
#content{
float : none;
MARGIN-RIGHT : auto;
MARGIN-LEFT : auto;
width : 945px;
border-left : 1px dashed #ffffff;
border-right : 1px dashed #ffffff;
padding : 20px;
}
#userRelations{
float : right;
width : 205px;
padding-top : 165px;
}
#userUpdates{
float : left;
width : 710px;
}
--></style>
<!--图片缩放Beta-->
<style type="text/css"><!--
#blog .text img { max-width:700px;}
* html #blog .text img { width:expression((this.width < 369) ? "auto" : "700px");}
--></style>
<!--等级-->
<style type="text/css"><!--
#userProfile .stat{
BACKGROUND:url(http://image.taobao.com/helpcenter/xin5.gif) no-repeat left top;
padding-left : 110px;
padding-bottom : 30px;
}
--></style>
<!--边框样式-->
<style type="text/css"><!--
.box h3{
height:24px; margin-bottom:8px; padding-left:8px; background:#f7f7f7; border-top:1px dashed #ccccff; font-size:12px; line-height:24px;
}
--></style>
/* xok.cc */
<!--文字颜色-->
<style type="text/css"><!--
.box A:link {
text-decoration:none;
color: #0066cc;
}
.box A:visited{
text-decoration:none;
COLOR: #0066cc;
}
.box A:hover {
text-decoration:underline;
COLOR: #0066ff;
}
--></style>
