星期日, 4月 18, 2010

噗浪 Plurk 幾個基本頁面設計 CSS 語法

以下列幾個算是基本常用,而且我正在用的 Plurk 頁面 CSS 語法。

/* 1. 把每噗最下方的輸入框高度放大成 70px */
textarea#input_small { height: 70px; font-size:20px;}

/* 2. 把自己發噗用的輸入框高度放大成 70px */
textarea#input_big.content { height:70px; font-size:20px; wrap:soft}

/* 3. 自己舊噗的編輯框高度放大成 100px */
td.td_cnt textarea { height:100px; }

/* 4. 隱藏噗浪河道右方的寵物圖 */
#dynamic_logo { opacity:0;filter:alpha(opacity=0);zoom:1 }

/* 5. 將游標經過的回應區塊背景變成淡灰色 */
.list .plurk_cnt :hover { background-color: lightgray; }

/* 6. 噗浪河道背景圖設定。在網址那邊換成自己想要的圖所在的網址即可 */
#timeline_holder {
  background: #000 url(http://img14.imageshack.us/img14/4852/thesparrowvintage.jpg);
  background-repeat: repeat; }

       

0 意見:

張貼留言