分类: 互联科技类映日花别样红 |
其实在新浪代码中每一部分都是可以隐藏的,除了"加为好友"和"发纸条"(因为新浪在此处根本就没有写入CSS代码)。今天发表的文章是对以前代码的补充,希望能够对大家有所帮助。
0.隐藏底部弹出的“博客推荐”信息窗口的代码:
<style
type=text/css>
#closeButton,#switchButton,#xp_content_iframe{display:none;}
</style>
#closeButton,#switchButton,#xp_content_iframe{display:none;}
</style>
1.隐藏烦人的“纸条箱”和“系统消息”信息提示的代码:
<style
type=text/css> #ctMSG , #ctMSGNUM ,
#msg_js_cont, #new_message_count
{display:none;}</style>
2.隐藏“┆纸条箱┆系统消息┆更换模版┆发表文章┆退出
”的代码。
通常的代码是通过隐藏 .add
来实现的,这样的做法弊端是无法隐藏“┆”这条竖线,这样显得特别的难堪。且看下面的代码:
<style
type=text/css> #labelFM000012
{display:none;}</style>
3.隐藏文章处那个太阳
或月亮 


<style
type=text/css> .man
{display:none;}</style>
4.隐藏
和新浪LOGO


<style
type=text/css> .bodytop
img {display:none;}</style>
5.隐藏文章发表时间(例如:2007-06-06 09:16:35)的代码:
<style
type=text/css> .article
.time {display:none;}</style>
6.隐藏“固定链接┆评论┆引用┆阅读┆圈子┆编辑┆有奖举报”的代码:
<style
type=text/css> .article .function
{display:none;}</style>
注意:以上CSS代码不要直接添加到空白的面板中,按下空格键-显示源代码-粘贴或者添加到已添加的代码的后面.
7.隐藏文章页面处“最新更新的BLOG列表”的代码:
<LINK media=all
href="http://bh.xoyoz.com/web/liebiao.css" type=text/css
rel=Stylesheet></LINK>
代码添加:
注意:在你写完博客文章后,选择代码粘帖到文章的最后面。不要直接添加到空白的面板中。
前一篇:CSS自主定义随我所愿【精品】
后一篇:整套模板: 童年的窗外世界