2008-02-23 21:18:10律Ree

網誌實用語法

註解:如不能隱藏請在none後面加上!important
例如:.boxMySpace0{display:noneimportant;}   



隱藏xxx的地盤
.boxMySpace0{display:none;}



隱藏 個人照片
.boxMySpaceImg{display:none;}



隱藏 網誌分類 :xxx
#blogCategory {display:none}



隱藏首頁
#linkMypage{display:none}



隱藏網誌
#linkBlog{display:none}



隱藏相簿
#linkAlbum{display:none}



隱藏好友
#linkFriend{display:none}



隱藏留言
#linkGbook{display:none}



隱藏名片
#linkUser{display:none}



隱藏影音
#linkVideo{display:none;}



隱藏我的訂閱
#boxRssList {display: none}



隱藏文章匯集
#boxDate .boxDate0 .sidetitle {display:none}



隱藏酷比搜尋文章
#scupioSearch {DISPLAY: none}



隱藏我的地盤字樣
#boxMySpace .boxMySpace0 .sidetitle { display: none; }



隱藏加為好友
#boxMySpace .boxMySpace1 .boxGiftLink { display: none; }



隱藏送禮物給XX
#boxMySpace .boxMySpace1 .boxAddFriendLink { display: none; }



隱藏搜尋這個網誌的文章
#boxSearch {display:none;}



隱藏點進去文章的標題
#pageheader h1 span.description {display:none}



隱藏「行事曆」這三個字
div.calendar a {display: none;}



[本篇文章引用網址] 改顏色
.trackback-url {color:#---}



文章分類:
.extended {color:#---}



POWERED BY xxxx 登入中
.powered {color:#---}



進入我的網誌 | 新功能!! 的 |
.powered a {color:#---}


(如何使用RSS)的()
.syndicate {color:#---}



(繼續閱讀...)| 回應(0) | 引用(0) | 刪除 | 修改 |
.extended a { color:#------ }
.posted a { color:#------ }



給回應
.comments-bottom .comments-head{text-align:right;height:30px;color:#------}



"給回應"改圖
.comments-bottom .comments-head{
background:url(’圖片網址’) no-repeat left bottom ;}



會員回應帳號後面的小圖
.postuser {PADDING-RIGHT: 20px; BACKGROUND: url(圖片網址) no-repeat right 05%;MARGIN-RIGHT: -10px;}



繼續閱讀換圖(包含上下篇、文章分類)
.articletext .extended A {display: block; font-size: 0px! important; background: url(圖片網址) no-repeat right bottom;width: 圖的長px;height: 圖的寬px;
color: #底色! important;}



好友移位子
#boxMySpace .boxMySpace1 .side select{position:absolute;left:500px;top:0px}




換房子、信箱圖示
(1)先將原本的圖片隱藏
.postemail img, .postweb img {visibility: hidden;}

(2)放上新的圖片
.postemail { display: inline-block; background:url(圖片網址) no-repeat 0px 0px; width: 高度px; height: 寬度px; }

(3)放上新的圖片
.postweb { display: inline-block; background:url(圖片網址) no-repeat 0px 0px; width: 高度px; height: 寬度px; }




關於回覆人 by;xxxx 改顏色
#boxNewComment .boxNewComment1 .side {color#---;}



刪除 回覆人 by;xxxx
#boxNewComment .side {visibility:hidden}
#boxNewComment .side a{visibility:visible}



本文章已受主人保護,請輸入密碼才能閱讀文章改顏色
.articletext .innertext form{color:#------;}



輸入密碼的框框
.innertext form input{border-battom:2px dotted #------ }
ps.紅色部分可替換solid double dotted dashed



日期前面加圖示
.date {background-image:url(圖片網址);
background-position: left;background-repeat:no-repeat;}

---------------------------------

來自..
http://www.wretch.cc/blog/ree0908