1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*plurk左側與上方分欄式版型調整*/

/*背景*/
html, body
{
background: #111 url(http://img903.imageshack.us/img903/5527/iK9yLJ.jpg) center top no-repeat fixed !important;
background-size: cover !important;
min-height: 1200px !important;
}
#timeline_holder, #bottom_line, .day_bg .div_inner, #time_show, .plurkaction, #toggle_tab li.tt_selected, #filter_tab a.filter_selected, #filter_tab a.off_tab, #plurk-dashboard, #plurk-dashboard h2
{
background: none !important;
border: 0 !important;
}
div#timeline_holder
{
background: #111 url(http://img903.imageshack.us/img903/5527/iK9yLJ.jpg) center top no-repeat fixed !important;
background-size: cover !important;
height: 700px !important;
margin-top: -42px !important;
}

/*調整主控台資訊區寬高*/
#dash-additional-info { width: 260px !important; }
#dash-stats { top: -183px; max-height: 40px !important; }
#dash-friends { left: 560px; top: 42px; max-height: 40px !important;}
#dash-fans { left: 795px; top: 42px; max-height: 40px !important;}
.karma_hover { margin-top: 12px !important; }

/*調整時間軸浪上的噗高度*/
#timeline_holder .plurk { margin-top: 20px !important; }

/*調整所有訊息選單區位置*/
#filter_tab { z-index: 903 !important; top: -80px !important; }

/*調整發噗區位置*/
div#plurk_form { top: -10px !important; position: absolute !important; width: 800px; }

/*隱藏暱稱*/
span.nick_name { font-size: 0px !important; }

/*隱藏頁尾*/
div#footer, div#sliderAds, div#sliderAds .btnClose { display : none !important; }