(語法整理)隱藏類



分類:語法速查

2008/07/12 14:36


(語法整理)隱藏類


 



說到了隱藏,就是display:none在玩花樣。


/*隱藏更新日期欄*/
#ymodupdate{display:none}
/*隱藏部落格相簿*/
#ymodalbum{display:none;}
/*隱藏我要留言免受廣告干擾*/
#yblast .text a{display:none;}
/*Profile隱藏自我介紹欄中個人星座圖*/
#ymodprf .horos{display:none;}
/*Profile隱藏自我介紹欄中性別圖*/
#ymodprf .horos img{display:none;}


/*隱藏左右欄上標*/
.yc3sec .mhd, .yc3subbd .mhd, .yc3sec .mhd a, .yc3subbd .mhd a,.yc3sec .mhd a:link, .yc3subbd .mhd a:link,.yc3sec .mhd a:visited, .yc3subbd .mhd a:visited{display:none}
/*隱藏文章欄上標*/
.yc3pribd .mhd{display:none}


/*隱藏x軸捲軸*/
body{overflow-x:hidden;}


/*隱藏奇摩置頂欄*/
#yhtw_masthead{display:none}
/*隱藏奇摩置底欄*/
#yhtw_mastfoot{display:none}


/*隱藏白色框線*/
.ycntmod {width:100%;position:relative;margin-bottom:10px;overflow:hidden;}
.ycntmod .rctop {zoom:1;background:url() left top no-repeat;margin-right:5px;}
.ycntmod .rctop div {background:url() right top no-repeat;height:5px;font-size:0;position:relative;right:-5px;}
.ycntmod .rcbtm {zoom:1;background:url() left bottom no-repeat;margin-right:5px;}
.ycntmod .rcbtm div {background:url() right bottom no-repeat;height:5px;font-size:0;position:relative;right:-5px;}
.ycntmod .rcl {padding-left:5px;background:url() repeat-y;}
.ycntmod .rcr {zoom:1;padding-right:5px;background:url() right repeat-y;}
.ycntmod .text {position:relative;word-break:break-all;}
.yc3pribd .ycntmod{overflow:visible;}.yc3pribd .ycntmod .yblogcnt{overflow:hidden;}


/*隱藏訂閱按鈕*/
div#btnsbsrb a,div#btnsbsrb_nologin a{display:none}
/*隱藏回應按鈕*/
div.btncomment a {display:none}
/*隱藏引用按鈕*/
div.btntrackback a {display:none}


/*show comment bar文章預覽區隱藏回應 引用文字314學習筆記*/
.showcmnt {display:none;}
.showcmnt span {display:none;}
.shocmnt span a {display:none;}



/* toggling隱藏文章內回覆引用文字314學習筆記*/
.toggle_item.visible .cmntbd {display:none;}
.toggle_item.invisible .cmntbd {display:none;}
.toggle_item.visible a.norgie {display:none;}
.toggle_item.invisible a.norgie {display:none;}
.toggle_item .hide {display



arrow
arrow
    全站熱搜
    創作者介紹
    創作者 牡麗三郎 的頭像
    牡麗三郎

    牡麗三郎的部落格

    牡麗三郎 發表在 痞客邦 留言(1) 人氣()