当前位置:校内网代码>校内网涂鸦板>

经典个人校内网涂鸦板代码之紫色调

来源: 作者: 发布时间:2007-11-24
 

1.页面概述:紫色调,独特的结构,没有炫目的flash,页面兼容各主浏览器,华丽和简约的统一体

2.代码:

<style type="text/css" >
/*设计:song*/
/*主页地址:http://xiaonei.com/getuser.do?id=45539*/
/*虽然可以无偿使用本主题,但是如果你能保持这段声明我还是会很感激的!*/
/*建议用户备份你原来的代码更多代码在校内网代码http://www.xiaoneiwangdaima.com */

*{

scrollbar-face-color:#56B04C;
scrollbar-arrow-color:#731182;
scrollbar-track-color:#34294C;
scrollbar-highlight-color:#34294C;
scrollbar-darkshadow-color:#34294C;
scrollbar-base-color:#34294C;
scrollbar-shadow-color:#34294C;
}

#userBlog {

height:300px;
overflow-y:scroll;
 
}

#userBlog .subinfo{
padding-right:20px;
}
#userBlog h3{
padding-right:0;
}

body{
background:#000 url(http://fm092.img.xiaonei.com/tribe/20070620/08/26/A917880940774OXC.jpg) top center fixed;
margin-top:130px;
color:#ddd;
}
a:link ,a:visited{
color:#74C162;

}
a:hover{
color:#74C162;
background:transparent;
}
#userpic{
background:transparent;
}
.thumbpic {
border:none;
background:transparent;
}
#userActions li{
border:none;
}
#container{


background:#fff url(http://fm081.img.xiaonei.com/tribe/20070620/13/18/A673898862044RAT.jpg) 10px 0 no-repeat;
width:480px;
over-flow:hidden;
border-bottom:30px #000 solid;
}
*{
word-wrap:break-word;
word-break:break-all;
border:none;
}
#content{
background:#fff ;
width:460px;
}
#header{
width:482px;
background:#fff;
}

#userSchoolClass{

border:none;
}
#sidebar,#content,#header{
position:static;
float:none;
}
#logo,#permalink, #tagline,#footer,#navigation,#sidebar .block{
display:none;
}
#utility{
float:left;
width:452px;
position:relative;
background:#000;
}
#userRelations,#userUpdates{

}
#mymenu{
background:transparent;
height:200px;
z-index:100;
margin-left:20px;
width:140px;
}
#mymenu li{
border:none;
}
#userRelations{

background:#3F325D;
}

#content{
padding-bottom:20px;

}
#content h3{
background:#55447F;
border:none;
color:#ddd;
}
#userRelations h3{

}
#userUpdates{
background:#3F325D;
width:250px;
margin-left:5px;

}
#userBlog h4{
background:#34294C;
height:4em;
line-height:4em;
}
#userBlog .info{
background:transparent;
border:none;
}
#talk .info {
border:none;
background:#54325D;
}
#starttalkBtn{
border:none;
background:#29203B;
width:240px;
height:4em;
font-size:2em;
text-align:center;
margin-bottom:10px;

}
</style>

QQ图片