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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/*主控台--------------------------------------*/
#plurk-dashboard, .dash-segment, .segment-content, .plurkaction {
background: transparent;
border: none;
}_

/*發噗區標籤*/
#toggle_tab {border: none; background: none;}
#toggle_tab li {color: #99bbcc;font-size:11px; }
#toggle_tab li.tt_selected {color: #ccdddd;border: none; background: none;}


/*私密語系選項*/
#more_options_holder table tbody tr td {width: 33%;}
#more_options_link {
background: transparent url(/static/timeline/private-lock.png) no-repeat 4px 3px;
border:0 !important;
color: #ccdddd !important;
font-size:11px;
}
#more_options, #more_options .on, #more_options_holder, #more_options_link {
background:none !important;
color: #ccdddd !important;
font-size:11px;
}
.private_to {
background:none !important;
color:#ccdddd !important;
}
.private_to b {
background:none !important;
color:#ccdddd !important;
font-size:11px;
}
.advert a {color:#ccdddd !important;font-size:11px;}

/*尚餘字數*/
.char_updater {color:#7799bb !important;}
.char_highlight {color:#7799bb !important;}

/*使用者名稱*/
#main_poster .qual_holder{
color: #ccdddd;
text-shadow:0 1px 1px #000;
font-size: 9px;
}

/*噗輸入區*/
textarea#input_big, textarea#input_permalink,
textarea#input_big.content {
background:#F3F3F3 !important;
color:#111 !important;
font-size: 19px;
height:70px;
wrap:soft;
padding:11px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

/*發噗按鈕*/
.cmp_plurk {
background:transparent url('http://i614.photobucket.com/albums/tt230/m66660000/plurk/black.png') no-repeat scroll top left;
height:38px;
width:81px;
}