Created
June 15, 2012 01:01
-
-
Save jlyu/2933990 to your computer and use it in GitHub Desktop.
Weibo Simplified
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*-- 修改布局 --*/ | |
.W_main {width:735px;} | |
.W_main_l {float:right;} | |
.W_main_bg {background-position-x: 585px;} | |
/*-- 隐藏广告 --*/ | |
.tips_player {display:none;} | |
.declist {display:none;} | |
#pl_leftNav_game {display:none;} | |
#pl_leftNav_app {display:none;} | |
#pl_leftNav_common .border:nth-child(3) {display:none;} | |
#Box_right {display:none;} | |
.W_main_r {display:none;} | |
.layer_tips {display:none;} | |
.layer_tips_intro {display:none;} | |
.layer_tips_version {display:none;} | |
.spread_advbg {display:none;} | |
#ads_bottom_1 {display:none;} | |
.global_header .header .logo { | |
background: url(../../../images/global_nav/logo.png) 0 -34; | |
background-image: url(http://img.t.sinajs.cn/t4/style/images/global_nav/logo.png); | |
} | |
.global_header .header .logo:hover { | |
background: url(../../../images/global_nav/logo.png) 0 -34px; | |
background-image: url(http://img.t.sinajs.cn/t4/style/images/global_nav/logo.png); | |
background-repeat: no-repeat; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment