Plurk越來越好玩了,現在只要卡瑪(Karma)超過25,就可以允許你自訂自己的版面,
但是,前提要你會CSS囉,那不會怎麼辦呢?
其實CSS修改字型顏色都不難,底下給你一個我的範本,照本宣科就行了~

引用內容 引用內容
/*整個頁面設定,含下方的背景圖更改*/
body, html { background: url(http://farm4.static.flickr.com/3240/2697212349_afcf72489b_o.jpg) right bottom;font-family: Verdana, Arial; }

/*最上方的BAR(左邊)*/
#top_bar .content a{color:blue; font-weight: normal ;}
#top_bar .content a:hover{color:red; font-weight: normal ;}
#top_bar .content a#edit_link{color:red; font-weight: bold ;}

/*最上方的BAR(右邊)*/
#top_login a{color:#00C;}

/*中間河的設定*/
#timeline_holder { background: none; background-color:#BFDFFF}

/*中間河最右邊的更新通知*/
#updater #noti_np #noti_np_text{color:#00C; }
#updater #noti_np a{color:#C00;}
#updater #noti_re #noti_re_view #noti_re_text {color:#00C}
#updater #noti_re #noti_re_view a{color:#C00;}

/*下方寫plurk的地方*/
#main_poster .qual_holder{color:#004080; font-wight:bold ; font-size:20px;}

/*更改plurk私密、語系和選項*/
#more_options {border:0px solid #CCC;}
#more_options a#more_options_link {}
#more_options #plurk_to{color:#000;}
#more_options #more_options_holder{}

/*個人大頭照和年紀、來自*/
#dash-profile p#full_name{color:#369}
#dash-profile #span_years , #m_or_f{font-size:;}
#dash-profile #location{padding-left:25px;background-image:url(http://photos28.flickr.com/38502944_beaa1a74eb.jpg)}

/*關於我*/
#dash-additional-info {font-family: Verdana, Arial;}
#dash-additional-info #about_me{color:#00C}
#dash-additional-info #about_me a{color:#F06}
#dash-additional-info #about_me a:hover{color:#C00;font-size:14px;}

/*STATS欄位*/
#dash-stats{}
#dash-stats h2{color:#FFF; background-color:#369}
#dash-stats #karma {color:#C00;font-family: Arial}
#dash-stats table tbody tr th{}
#dash-stats table tbody tr td{font-weight:bold;}

/*朋友 friend 欄位*/
#dash-friends {}
#dash-friends h2{color:#FFF; background-color:#369}
#dash-friends #friend_holder{border:1px solid #aaa ;}

/*粉絲 FANS欄位*/
#dash-fans{}
#dash-fans h2{color:#FFF; background-color:#369 }

剩下的部份,往後有時間再繼續補充吧~

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *