校内网CSS和校内背景图片区别

发布时间:2024-05-14 07:19 发布:上海旅游网

问题描述:

CSS是什么意思??
求几个好看的校内网代码

问题解答:

CSS是Cascading Style Sheets(层叠样式表)的简称,可以通过简单的更改CSS文件,改变网页的整体表现形式,它是一种非常强大而且能给网页设计人员提供便利的一种网页修饰代码。

对于网络上的这些空间(比如校内)而言,网页好比素颜的美女,CSS代码好比化妆包,利用CSS代码,可以控制模块的大小、位置、背景、字体颜色、链接样式,还可以任意隐藏模块儿,通过这些控制,将空间做的非常的漂亮或者非常的个性。

至于代码,你可以到百度搜索“校内CSS”得到很多网站。或者点击以下链接:
http://www.baidu.com/s?tn=yokcom_pg&ie=UTF-8&wd=%E6%A0%A1%E5%86%85CSS&cl=3

以下是一个比较不错的校内代码:

.menu-bar{display:none;} #bottomstatus{display:none} body{background:#050704;color:#656565;}a:hover{color:#117873;}.box .box-header span,.profile .count{color:#fff;}.box .box-header small a{color:#00ade8;font-weight:700;}.mini-feed .feed-content .headline .title h4{color:#656565;}.box,.box-holder,.profile .right-column .box-holder .box{border:none;}.box .box-body,.profile .talk-box .box-body,.profile .profile-panel,.profile .profile-tabs-circle li,.profile .profile-tabs-circle li a,.profile .profile-tabs-circle{background:none;}.profile .profile-panel{padding-top:15px;}.profile .profile-tabs-circle li a{font-size:14px;color:#00ade8;}.profile .profile-tabs-circle .selected{background:url(http://www.xncode.com/xiaonei/0901-2/6/navi_on.gif) left top no-repeat;}.profile .profile-tabs-circle .selected a{color:#FFF;}body{cursor:url(http://www.xncode.com/cur/455.cur);} .profile .profile-tabs-circle .selected a,.profile .profile-tabs-circle .selected a:hover{background:url(http://www.xncode.com/xiaonei/0901-2/6/navi_on_b.gif) right top no-repeat;}.profile .profile-tabs-circle li a:hover,.profile .profile-tabs-circle .selected a:hover{color:#aae0f3;}#opi{background:url(http://www.xncode.com/xiaonei/0901-2/6/opi_bg.jpg) center top no-repeat;padding-top:249px;}.tab-content{width:988px;background:#101313;margin:0 auto;}a.action{border-bottom:1px solid #232d2f;}a.action:hover{background:#232d2f;}.box .box-header{background:url(http://www.xncode.com/xiaonei/0901-2/6/box-title_bg.jpg);} .box .box-body{border:1px solid #232d2f;border-top:none;background:#050706;}.feed-content,.profile .profile-blog .item,.comment .cmt-body{border-bottom:1px solid #050706;}#tabBody .box-body{border:none;background:none;}#tabBody .box-header{background:url(http://www.xncode.com/xiaonei/0901-2/6/c_title.jpg) left top no-repeat;}.input-submit{border:0;background:url(http://www.xncode.com/xiaonei/0901-2/6/submit_bt.gif); width:85px;height:29px;font-weight:700;}a:link,a:visited,a:active{color:#84bcb9;}.profile .profile-summary,.profile .talk-box textarea{border:1px solid #232d2f;background:#050706;color:#fff;}*textarea{height: 90px; background-image:url(http://www.xncode.com/upimg/code.gif) ! important;} { www.xncode.com }

背景图片只是你文字后面的图!
也说不清楚,你可以去加代码/光加背景图,区别就一目了然了!
* CSS是Cascading Style Sheets(层叠样式表)的简称.
* CSS语言是一种标记语言,它不需要编译,可以直接由浏览器执行(属于浏览器解释型语言).
* 在标准网页设计中CSS负责网页内容(XHTML)的表现.
* CSS文件也可以说是一个文本文件,它包含了一些CSS标记,CSS文件必须使用css为文件名后缀.
* 可以通过简单的更改CSS文件,改变网页的整体表现形式,可以减少我们的工作量,所以她是每一个网页设计人员的必修课.
* CSS是由W3C的CSS工作组产生和维护的.
http://www.xiaoneiv.cn/
这个网站不错,我也常在上面找的!

热点新闻