噗浪背景方式一、100個令人驚艷的Plurk(噗浪)佈景主題(themes)

http://ipzoner.pixnet.net/blog/post/25633344-100%E5%80%8B%E4%BB%A4%E4%BA%BA%E9%A9%9A%E8%89%B7%E7%9A%84plurk(%E5%99%97%E6%B5%AA)%E4%BD%88%E6%99%AF%E4%B8%BB%E9%A1%8C(themes)%EF%BC%81

 

 

------------------------------我是分隔線^^------------------------------

噗浪背景方式二、http://imgur.com/edit

將想要使用的背景圖,上傳到像是 imgur.com 等圖片分享網站,然後將直接連結(Direct Link)網址貼入url (   )括弧中:

 

 

方法一、1plurk主頁面左上方【個人檔案*編輯2自定佈景

           畫面背景: 變更    時間軸: 變更    主控台: 變更

        3透過CSS語法貼在【自訂佈景風格4儲存並更新

           大功告成

 

方法二、1plurk個人頁面【大頭照片2自定佈景

3透過CSS語法貼在【自訂佈景風格4儲存並更新

           大功告成

 

 

畫面背景、時間軸、主控台)可變更喜愛的顏色

 

 

以下直接複製貼在自訂佈景風格

 

(全版"背景圖")

/* 全版css更換照片- .. */

body, html { font-family:  Verdana, Arial; background:none; background:url(

) repeat-x  0px 0px ; background-color:#FF73FD;}

#timeline_holder {margin:0 ;padding:0 ; border:0 ; background:url(…………) no-repeat 0px 0px;}

 

 

/*固定背景- 晨曦*/

body, html { background:url(http://i.imgur.com/4mroSlJ.jpg) left top no-repeat;

    background-attachment:fixed;   /*固定背景*/

}

 

/* 改噗浪字體大小 */

/* Plurk: View before opening any Plurk */ .plurk_cnt {background: #fff repeat scroll top left !important; color: #000000 !important; font-size: 16px;border-right: 2px solid #f1f1f1; border-bottom: 2px solid #f1f1f1; line-height: 17px; }

 

/* 讓噗浪文字輸入框加大 */

#input_small {

height: 90px;

}

textarea#input_big.content {

height:100px;

}

 

/* 訊息區使用者回覆文字變色 */

.list .highlight_owner .text_holder

{

color:# !important ;

font-weight: bold; /*粗體*/

}

 

/* 加大噗浪回應區文字及加上分格線 */

.plurk_box .plurk_cnt {

  border-bottom: 1px solid #D0B9A3;  /* 增加分隔線 */

  font-size:150%;

  line-height:20px;

}

.plurk_box .list {

  height:400px;  /* 加大視窗高度 */

}

 

/*更新通知淡化各項通知*/

#updater

{

filter:alpha(opacity=70); opacity:0.7; zoom:1; /*透明度*/

}

 

#updater .text {color:# !important;} /*則數*/

#updater a, #music_player a /*更新 檢視*/

{

color:# !important;

}

#updater a:hover, #music_player a:hover /*滑鼠移至效果*/

{

color:# !important;

}

 

/*浪上的噗回應數*/

.response_count

{

background:# !important;

color:# !important;

}

.new .response_count /*新回應*/

{

background:# !important;

color:# !important;

}

 

 

/*隱藏時間軸線顯示*/

#timeline_bg .day_bg .div_inner, /**/

#bottom_line

{

background:none !important;

border:0 !important;

}

 

.bottom_start, .bottom_end /**/

{

font-size:0px;

height:0;

width:0;

overflow:hidden;

filter:alpha(opacity=0); opacity:0; zoom:1;

}

 

 

------------------------------我是分隔線^^------------------------------

 (半版"背景圖")

/* 全版css更換照片- 晨曦 */

body, html { font-family:  Verdana, Arial; background:none; background:url(

) repeat-x  0px 0px ; background-color:#FF73FD;}

#timeline_holder {margin:0 ;padding:0 ; border:0 ; background:url(http://i.imgur.com/4mroSlJ.jpg) no-repeat 0px 0px;}

 

/*固定背景- */

body, html { background:url(http://i.imgur.com/Vbnj3as.jpg) left top no-repeat;

    background-attachment:fixed;   /*固定背景*/

}

 

/* 改噗浪字體大小 */

/* Plurk: View before opening any Plurk */ .plurk_cnt {background: #fff repeat scroll top left !important; color: #000000 !important; font-size: 16px;border-right: 2px solid #f1f1f1; border-bottom: 2px solid #f1f1f1; line-height: 17px; }

 

/* 讓噗浪文字輸入框加大 */

#input_small {

height: 90px;

}

textarea#input_big.content {

height:100px;

}

 

/* 訊息區使用者回覆文字變色 */

.list .highlight_owner .text_holder

{

color:# !important ;

font-weight: bold; /*粗體*/

}

 

/* 加大噗浪回應區文字及加上分格線 */

.plurk_box .plurk_cnt {

  border-bottom: 1px solid #D0B9A3;  /* 增加分隔線 */

  font-size:150%;

  line-height:20px;

}

.plurk_box .list {

  height:400px;  /* 加大視窗高度 */

}

 

/*更新通知淡化各項通知*/

#updater

{

filter:alpha(opacity=70); opacity:0.7; zoom:1; /*透明度*/

}

 

#updater .text {color:# !important;} /*則數*/

#updater a, #music_player a /*更新 檢視*/

{

color:# !important;

}

#updater a:hover, #music_player a:hover /*滑鼠移至效果*/

{

color:# !important;

}

 

/*浪上的噗回應數*/

.response_count

{

background:# !important;

color:# !important;

}

.new .response_count /*新回應*/

{

background:# !important;

color:# !important;

}

 

/*隱藏時間軸線顯示*/

#timeline_bg .day_bg .div_inner, /**/

#bottom_line

{

background:none !important;

border:0 !important;

}

 

.bottom_start, .bottom_end /**/

{

font-size:0px;

height:0;

width:0;

overflow:hidden;

filter:alpha(opacity=0); opacity:0; zoom:1;

}

 

------------------------------我是分隔線^^------------------------------

 (半版"背景圖")可直接複製貼於上方("背景圖")--------

/*固定背景- */

body, html { background:url(http://i.imgur.com/Vbnj3as.jpg) left top no-repeat;

    background-attachment:fixed;   /*固定背景*/

}

 

 

背景-http://i.imgur.com/LqWAAsw.jpg

背景-http://i.imgur.com/4N8i8d3.jpg

背景-黑花紋http://i.imgur.com/5GqbHsY.jpg

背景-綠底http://i.imgur.com/Vbnj3as.jpg

 

 

/* 全版css更換照片- 櫻花*/

body, html { font-family:  Verdana, Arial; background:none; background:url(

) repeat-x  0px 0px ; background-color:#FF73FD;}

#timeline_holder {margin:0 ;padding:0 ; border:0 ; background:url(http://i.imgur.com/YwOzE47.jpg

) no-repeat 0px 0px;}

 

 

櫻花http://i.imgur.com/YwOzE47.jpg

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 慧幸福〥房地買賣 的頭像
    慧幸福〥房地買賣

    慧幸福房地0986-188-177永慶不動產•房屋土地買賣•免費廣告•全省聯賣成交最快

    慧幸福〥房地買賣 發表在 痞客邦 留言(0) 人氣()