要怎麼把無名網誌中
連結區部分的「搜尋」「文章彙集」等不重要的東西
給移除呢?
2006-12-21 18:13:44 · 1 個解答 · 發問者 章 魚 頭 〃 弘 樹 ★ 6 in 電腦與網際網路 ➔ 網際網路 ➔ 其他:網際網路
各項隱藏語法:
「行事曆」三個字隱藏:
div.calendar a {display: none;}
div.calendar table a {display: inline;}
「xxx的地盤」字樣隱藏:
#boxProfile .boxProfile0 .sidetitle { display: none;}
「xxx的地盤裡的圖片/照片」隱藏:
#boxProfile img { display: none;}
「送禮物給XX」語法:
#boxProfile .boxProfile1 .boxGiftLink { display: none;}
「好友名單」語法:
#boxProfile .boxProfile1 .side select { display: none;}
「播放中相簿」這五個字隱藏:
.boxSlideShow0{ display:none;}
撥放中相簿「相片名稱」隱藏:
#SlidePicTitle { display: none; }
或改字體大小
#SlidePicTitle{ font-size:數字px }
「無名內建的播放器」隱藏:(一般會員沒有)
#Exobud{ display:none;}
( 其實在網誌管理裡面, 「關閉音樂」前面打勾就可以了 )
網誌「音樂撥放」這四個字隱藏:
#boxMusic .boxMusic0 a { display: none;}
留言版「音樂撥放」這四個字隱藏:
#music a { display: none;}
「文章匯集」整個區塊隱藏:
#boxDate { display: none;}
「搜尋這個網誌的文章」隱藏:
#boxSearch { display: none;}
「酷比搜尋器」隱藏:
#scupioSearch { display: none;}
「我的訂閱」隱藏:
#boxRssList{ display:none;}
( 其實在網誌管理裡面, 篇數調為 0 就可以了 )
「最新引用篇數」隱藏:
#boxNewTrackback,
.boxNewTrackback0,
.boxNewTrackback1{display:none;}
( 其實在網誌管理裡面, 篇數調為 0 就可以了 )
「人氣統計」隱藏:
#boxCounter {display: none;}
隱藏網誌「連結底線」:
#main2 a {text-decoration: none;}
隱藏留言版「連結底線」:
#menu span a {text-decoration: none;}
2006-12-23 11:32:40 · answer #1 · answered by 阿 2 · 0⤊ 0⤋