aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator/twsidebar/chrome/content/twsidebar.css
blob: e431b3b415f60d729024252bb2bbb4f5e5f930e1 (plain)
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
71
72
73
74
75
76
77
#tw-anekos-sb-tab-panels {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.tw-anekos-sb-plugin-tweet-panel {
  background-color: floralwhite !important;
  font-size: %Config.fontSize%px;
  padding-top: 2px;
  padding-left: 2px;
}

.tw-anekos-sb-plugin-tweet-protected {
  background-color: lightgray !important;
}

.tw-anekos-sb-plugin-tweet-DM-my {
  background-color: darkred !important;
  color: white !important;
}

.tw-anekos-sb-plugin-tweet-retweet-my {
  background-color: aqua !important;
}

.tw-anekos-sb-plugin-tweet-favorite-my {
  background-color: pink !important;
}

.tw-anekos-sb-plugin-tweet-reply-my {
  background-color: yellow !important;
}

.tw-anekos-sb-plugin-tweet-normal-my {
  background-color: yellow !important;
}

.tw-anekos-sb-plugin-tweet-keyword {
  background-color: lightgreen !important;
}

.tw-anekos-sb-plugin-tweet-filter {
  background-color: #66cdaa !important;
}

.tw-anekos-sb-plugin-tweet-list-member-added-my {
  background-color: lightskyblue !important;
}

.tw-anekos-sb-plugin-tweet-follow,
.tw-anekos-sb-plugin-tweet-follow-my {
  background-color: lightsalmon !important;
}

.tw-anekos-sb-plugin-item-name {
  font-weight: bold;
}

.tw-anekos-sb-plugin-item-text {
  word-break: break-all;
}

.tw-anekos-sb-plugin-item-sub {
  background-color: pink;
  font-size: 80%;
}

.tw-anekos-sb-plugin-item-time {
  font-size: 80%;
}

.tw-anekos-sb-plugin-item-time-and-sub {
  font-size: 80%;
  display: none;
}