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

/* 2/4 20:26更新 修正水平重疊問題*/

/*強制展開訊息分類*/
/*只用這段會是垂直展開*/
#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(150px4);}

/*更新訊息、新回應
把它們移到分類的上面*/
div#updater{
  bottom: 30px;
  left: 0;
  margin-left:0;}

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