★隱藏地盤區塊

直接隱藏整個「xxx 的地盤」區塊: #boxMySpace{display:none;}
隱藏「xxx 的地盤」字樣:  .boxMySpace0{display:none;}
隱藏個人照片圖檔: .boxMySpaceImg{display:none;}
隱藏「網誌分類:未分類」: #blogCategory{display:none;}
隱藏「網誌分類」四個字: #blogCategory span{display:none;}
只隱藏「未分類」這個連結: #blogCategory a{display:none;}
隱藏「首頁」: #linkMypage { display:none; }
隱藏「相簿」: #linkAlbum { display:none; }
隱藏「網誌」: #linkBlog { display:none; }
隱藏「留言」: #linkGbook { display:none; }
隱藏「名片」: #linkUser { display:none; }
隱藏「好友」: #linkFriend { display:none; }
隱藏「影音」: #linkVideo { display:none; }
隱藏「加為好友」: .boxAddFriendLink a { display:none; }
隱藏「送禮物給xx」: .boxGiftLink a { display:none; }
隱藏「好友列表選單」: .boxMySpace1 select { display:none; }


★隱藏網誌分類

範例 --- 網誌分類:XXOO

以上文字完全隱藏

#blogCategory{ display: none;


★一次15種游標語法

【一般用的主體設定參考】 body{cursor:url(游標網址);}
【你最愛的游標滑過文字時】  A:hover{cursor:url(游標網址);}
【網頁設定參考】  HTML {cursor:url(cursor:url(游標網址);}
【橫幅區】  #banner {cursor:url(cursor:url(游標網址);}
【文章區】  #content{cursor:url(cursor:url(游標網址);}
【文章日期】  .date{cursor:url(游標網址);}
【文章標題】  .title {cursor:url(游標網址);}
【文章內容】  .articletext {cursor:url(游標網址);}
【文章內文】  .innertext {cursor:url(游標網址);}
【繼續閱讀】  .extended {cursor:url(游標網址);}
【回應與引用欄】  .posted {cursor:url(游標網址);}
【連結列twohand2012】 #links {cursor:url(游標網址);}
【連結列的內容欄位參考】  .side {cursor:url(游標網址);}
【回應整體基本設定】  .total-comments-div {cursor:url(游標網址);}
【回應打字區】  .comments-body textarea {cursor:url(游標網址);}


★地盤加上小圖

1.全部都是一樣的小圖

#linkMypage, #linkAlbum, #linkBlog, #linkGbook, #linkUser, #linkFriend {
background: url(圖片網址) left no-repeat; padding-left:20px; }

2.都不同的小圖

【首頁】 
  #linkMypage { background: url(圖片網址) 
     left no-repeat; padding-left:20px; }
【相簿】 
  #linkAlbum { background: url(圖片網址) 
    left no-repeat; padding-left:20px; }
【網誌】
  #linkBlog { background: url(圖片網址) 
    left no-repeat; padding-left:20px; }
【留言】 
  #linkGbook { background: url(圖片網址) 
    left no-repeat; padding-left:20px; }
【名片】 
  #linkUser { background: url(圖片網址)
     left no-repeat; padding-left:20px; }
【好友】 
  #linkFriend { background: url(圖片網址)
     left no-repeat; padding-left:20px; }
【影音】 
  #linkVideo { background: url(圖片網址) 
    left no-repeat; padding-left:20px; }
【加為好友】
  .boxAddFriendLink a { background: url(圖片網址) 
   left no-repeat; padding-left:20px; }
【送禮物給OOXX】 
.boxGiftLink a { background: url(圖片網址) 
 left no-repeat; padding-left:20px; }

張貼時請將【XXX】刪除


★回應區加上圖片

.blogbody textarea {
background: url(圖片網址);
background-position : left top;
background-repeat : no-repeat;
padding-left: 20px  }


★隱藏鑰匙圖案

.title img {display: none;}
.boxNewArticle1 img {display: none;}

如果文章前後有加小圖,張貼此語法時,小圖將會消失,請務必注意


★隱藏你和我的關係

.relationtable { DISPLAY: none }

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 LottMarisa25 的頭像
    LottMarisa25

    LottMarisa的部落格

    LottMarisa25 發表在 痞客邦 留言(0) 人氣()