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
/*我成功把分類改成橫的啦~
歡迎大家拿去用or修改
有問題或建議再跟我說~*/

/*強制展開訊息分類*/
#filter_tab,
#filter_tab a,
#filter_tab a.off_tab,
#filter_tab a.off_tab:hover,
#filter_tab a.filter_selected,
#filter_tab a.filter_selected:hover{
height: 25px;
margin-top: 6px;
margin-left: 2px;
position: relative;}

/*分類改為水平*/
ul#filter_tab li:nth-of-type(2){
position: relative;
top: -31px;
left: 150px;}
ul#filter_tab li:nth-of-type(3){
position: relative;
top: calc(-31px*2);
left: calc(150px*2);}
ul#filter_tab li:nth-of-type(4){
position: relative;
top: calc(-31px*3);
left: calc(150px*3);}
ul#filter_tab li:nth-of-type(5){
position: relative;
top: calc(-31px*4);
left: calc(150px*4);}
ul#filter_tab li:nth-of-type(6){
position: relative;
top: calc(-31px*5);
left: calc(150px*5);}
ul#filter_tab li:nth-of-type(7){
position: relative;
top: calc(-31px*6);
left: calc(150px*6);}
ul#filter_tab li:nth-of-type(8){
position: relative;
top: calc(-31px*7);
left: calc(150px*7);}

/*更新訊息、新回應*/
div#updater{
bottom: 30px;
left: 0;
margin-left:0;}

/*
Written by YaoiKei
http://www.plurk.com/Helens89227
*/