移動噗浪的回應時間位置,使能更清楚看到回應時間

2009年8月14日 星期五

移動噗浪的回應時間位置,使能更清楚看到回應時間

只要把下列的CSS內容貼到【編輯→自訂外觀】的CSS框裡就可以了:

/* 把回應時間往左邊移動。
* 回應時間最右側是一個圖形,要把圖形移出畫面;
* 因為Plurk不允許使用visibility和display,只
* 能用移座標的方法。
*/
.response_time .holder+div img {
left:-1200px;
position:fixed;
}

/* 把回應時間左移120px */
.response_time .holder {
background:blue;
color:white;
left:-120px;
position:relative;
}
把落落長的噗友暱稱變獨立一行的噗浪變身法
可以在回應內容區加上背景與文字顏色,以更顯著的形式呈現。

.list .plurk_cnt .td_cnt .text_holder { /* 回應內容區 */
background: green; /* 背景設定為綠底 */
color: white !importnat; /* 白字 */
margin-left:1em;
margin-top:1em;
padding:0.5em;
width:auto !important;
}

0 意見:

張貼留言