|  
 
 
校内网代码之最新CSS版士兵突击|校内网播放器代码|校内网页面代码
效果请看http://xiaonei.com/getuser.do?id=222351830 代码由此处开始-------------------------------------------------- <style type=text/css>  html {                                          scrollbar-face-color:#000;                                          scrollbar-highlight-color:#848284;                                         scrollbar-shadow-color:#000;                                          scrollbar-3dlight-color:#000;                                          scrollbar-arrow-color:#848284;                                          scrollbar-track-color:#848284;                                          scrollbar-darkshadow-color:#000;                                      }                                     body{                                     font-size: 12px;                             font-family: Tahoma, Arial;                             background: url(/Article/UploadFiles/200710/20071031212116939.jpg);                             margin: 0px;                             padding: 0px;                             margin-bottom: 10px;                             text-align: center;                                 cursor:url(http://img.xiaonei.com/photos/20061001/1120/orig656734.cur);                                 }                                                                                      #container{                                     overflow:hidden;                                     width:766px;                                     margin:0px auto;                                 background:url(/Article/UploadFiles/200710/20071031212116162.jpg) repeat;                                 }        /*头部设置*/                        #header{                             width:766px;                             height:330px;                                   position:relative;                                     background:url(/Article/UploadFiles/200710/20071031212131633.jpg) no-repeat;                         }                                 /*尾部设置*/                                  #content{                              width:766px;                                    border:none;                                 }                                                        #container #footer{                                     position:relative;                                      width:766px;                                      height:236px;                                     background:url(/Article/UploadFiles/200710/20071031212156190.jpg) no-repeat bottom}     /*好友分布长度限制*/      #userFriendUniv{     overflow:hidden;      height:1000px;      }     /*左栏位置*/                                #userRelations{                                    float:left;                   margin-left:30px !important;                                     margin-left:20px}    #userInfo{TEXT-ALIGN:center;} #userActions li{border-bottom:0px} 
  /*H3H4背景透明*/  .box h3,#userProfile h3{background:transparent;border-top:0px;border-bottom:0px}  #userBlog .info,#userTalk .info{background:transparent;border-top:0px}
  /*右栏位置*/              #userUpdates{           width:445px;                                  float:left;                   margin-left:30px}                                .linkinpark{                                          color:#FFF;}                                                                                                 a:hover{                                                                         color:#FFF;                                      cursor:url(http://img.xiaonei.com/photos/20061001/1110/orig656484.cur);           text-decoration:none} 
  /*颜色设置*/   A,A:hover,A:link,A:visited,#userProfile A,#userProfile A:hover,#userProfile A:link,#userProfile A:visited{color:#FFF;} #AccountInfo H4, #BasicInfo H4, #ContactInfo H4, #PersonalInfo H4, #SchoolInfo H4 {color:#FFF}   .box h3,#userProfile .stat{color:#FFF;}  .boxcont,#userAlbum .stat,#userRelations .time,#userUpdates .time,#userUpdates #userBlog .time,#userTalk #talk .time,#userTalk #talk .text,#userGroup .boxcont p,#userAlbum .subinfo,#userProfile .userProfileItem{color:#FFF;}                            /*导航设置*/                                #navigation{               position:absolte;                     left:110px;                     top:312px;                    width:650px;                     height:140px;                    background:transparent;                                  font-size:12px;                      text-decoration:none;                     border:none;           }                  #navigation A:link {                     font-size:12px;                    color: #FFF;                    text-decoration:none;                   }                  #navigation A:visited{               font-size:12px;                     COLOR: #BBB;                      text-decoration:none;                 }                  #navigation A:hover {               font-size:12px;             background:#fff;                     text-decoration:none;                     color:#000;    }     
  #userActions li a{                                    color:#FFF}                                                                 #userActions li a:hover{                                    color:#f36fd4}                                                                 .more a, .author a, .boxcont a, .edit a{                                    color:#FFF}                                                          #userRelations h3{                                    height:42px;                             word-wrap:break-all;                             font-size:12px;                             padding-top:3px;                             padding-left:15px;                             border-top:0px;                             background:url(/Article/UploadFiles/200710/20071031212209878.jpg) no-repeat;color:#FFF}                         #userUpdates h3{                                    height:42px;                             word-wrap:break-all;                             font-size:12px;                             padding-top:3px;                             padding-left:15px;                                                 border-top:0px;                             background:url(/Article/UploadFiles/200710/20071031212211787.jpg) no-repeat;color:#FFF}                            #userRelations .boxcont{border-right:0px}   /*隐藏版块*/           #tagline, #utility, #logo, .block, #permalink, #sidebar, #footer p, #footer strong, #reportlink, #footer div, .share{          display:none}                          </style>   
 |