有问题先搜索一下: 高级搜索

已解决问题 - 浏览110次

下一个已解决问题
通知通知

伴读书童

校内网代码

现在的校内网中的涂鸦里不能使用html语言了,怎么办呢? 

请您登陆后发表意见。
不言语不言语

伴读书童

最佳答案 - 由投票者2008-06-11 07:18:38选出

可以用CSS代码来美化校内网页面的
介绍款不错的校内网CSS代码,我正在用的哦
<style type=text/css>
/* 你可以在 http://www.xiaoneiwang8.cn/ 获取最新的校内网涂鸦板代码 */

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-color:#000;
margin: 0px;
padding: 0px;
margin-bottom: 10px;
text-align: center;
cursor:url(http://img.xiaonei.com/photos/20061001/1120/orig656734.cur); background:url
}


a:link,a:visited,.more a,.author a,.boxcont a,.edit a{
text-decoration:none;
color:#CB006F;
border:0px;
}
a:hover{
color:#FFF;
text-decoration:none;
cursor:url(http://img.xiaonei.com/photos/20061001/1110/orig656484.cur); }


#container{
overflow:hidden;

width:1001px;
margin:0px auto;
background:url(http://fm171.img.xiaonei.com/blog/20070813/21/15/A094507449740OXC.gif) repeat;
}


#header{
width:1001px;
height:150px;
position:relative;
background:url(http://fm171.img.xiaonei.com/blog/20070813/21/13/A082405519375MUS.jpg) no-repeat;
}



#content{
width:1001px;
border:none;
}

#userBlog .text{
overflow:auto;
height:300px;
color:#888;
font-family:Georgia, sans-serif;
}
#container #footer{
width:1001px;
height:100px;
background:url(http://fm161.img.xiaonei.com/blog/20070813/21/29/A177600222571GAZ.jpg) no-repeat bottombottom;}



#userRelations{
float:right;
margin-right:50px;
margin-top:10px;
}

#userUpdates {
width:570px;
float:left;
margin-left:40px;
margin-top:10px;
}

#navigation{
position:absolte;
left:70px;
top:116px;
width:900px;
height:150px;
background:transparent;
overflow:hidden;
font-size:12px;
text-decoration:none;
border:none;
}


#navigation a.on,#navigation a.on:link,#navigation a.on:visited,#navigation a:link,#navigation a:visited{
float:left;
height:33px;
line-height:33px;
text-align:center;
padding:0px 10px;
text-decoration:none;
color:#CB006F;
border:0px;
}

#navigation a:hover{
color:#EA0D91;
text-decoration:none;

border-bottom:1px solid #EE0E94 ;
padding:0px 10px 0px 10px;
background:#3C0B28 ;
}




* html .inputbutton,* html .subbutton,* html .inputsubmit{
padding:0 5px;
margin-bottom:10px;
border:0px solid;
background-color:#9B0055;
}

* textarea{
width:510px;
height:90px;
padding:0 5px;
border:1px dashed #503524;
background:#eeeeee;

#navigation ul li{background-image:none !important;}
#userActions li { border-bottom:1px solid #CB006F;}
#userRelations .boxcont { border-right:0px;}

#userActions li a:hover{
color: #eee;

}

#content .box h3{
color:#CB006F;
height: 40px;
font-size: 14px;
padding-top: 3px;
padding-left: 35px;
border-top:0px;
border:0px;
background:url(http://fm161.img.xiaonei.com/blog/20070813/21/19/A115029067636MUS.gif) no-repeat;
}

#AccountInfo H4,#BasicInfo H4,#ContactInfo H4,#PersonalInfo H4,#SchoolInfo H4
{
color:#CB006F;
}


#userStatus,#userStatus a#userStatus a:visted,#userShare,#userShare a,#userShare a:visted,#userActions li a,#userFriendUniv ,#userFriendUniv a#userFriendUniv a:visted,##userActions li a:visted{
color: #CB006F;
}

#userStatus a:hover,#userShare a:hover,#userActions li a:hover,#userFriendUniv a:hover,##userActions li a:hover{
color: #fff;
background:#CB006F;
}

#userSchoolClass .boxcont { padding:5px; border:1px solid #CB006F;}
#userProfile th { width:6em; color:#808080; font-weight:normal; text-align:left; vertical-align:top;}

/*日记标题、留言栏*/
#blog .info, #talk .info {

color:#808080;
border-top:1px solid #480636;
background:url(http://fm171.img.xiaonei.com/blog/20070813/21/17/A105048760570OXC.png) no-repeat;}

#userRelations .boxcont { border-right:0px;}
#talk .text{
color:#808080;

}

#userPicture a img { border:1px solid #CB006F;}
#userPicture a:hover img { border:1px solid #000;}

#tagline,#utility,#logo,.block,#permalink,#sidebar,#footer p,#footer strong,#reportlink,#footer div,#userPandora h3{
display:none;
}
/*友链样式*/
#flink ul{
width: 95%;/*根据自己群设置宽度*/
text-align:center;
padding:5px;
}
#flink li{
float:left;
width:49%;/*这个也得根据自己群设置宽度*/
height:20px;
color: #fff;
margin-top:5px;
padding:5px 0;
display:block;
text-align:center;
}
#flink li a {
display:block;
text-decoration: none;
padding:5px;
}
#flink li a:hover {
display:block;
background:#CB006F;
color:#fff;
padding:5px;
text-decoration: none;
}
</style>



<FONT color=#0556A3>参考文献:</FONT>校内网8 http://www.xiaoneiwang8.cn

0 0
请您登陆后发表意见。

其他回答(1)

  • 提供提供

    伴读书童

    你想怎么改你的页面,可以给我发消息,我可以帮你找一些可用的代码

    请您登陆后发表意见。

返回知识堂首页>>

甲流

生活画报

更多
1
Copyright © 2009 Yahoo.com.cn 版权所有 不得转载 | 使用须知 | 著作权声明 | 京ICP证000022号 | 国家药监局(京)-经营性-2004-0039
阿里巴巴集团 - 阿里巴巴 | 淘宝站 | 支付宝 | 口碑网
文明办网举报热线 010-65986060