-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtistory.css
164 lines (132 loc) · 3.01 KB
/
tistory.css
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
.another_category {
clear: both;
margin: 10px 0;
padding: 10px 10px 5px;
border: 1px solid #e5e5e5;
}
.another_category h4 {
margin: 0 !important;
padding: 2px 0 6px !important;
font-size: 12px !important;
border-bottom: 1px solid #e5e5e5 !important;
}
.another_category h4 a {
font-weight: bold !important;
}
.another_category table {
table-layout: fixed;
border-collapse: collapse;
width: 100% !important;
margin-top: 10px !important;
}
* html .another_category table {
width: auto !important;
}
*:first-child + html .another_category table {
width: auto !important;
}
.another_category th,
.another_category td {
padding: 0 0 4px !important;
}
.another_category th {
overflow: hidden;
font-size: 12px !important;
font-weight: normal;
line-height: 1.5;
text-align: left;
word-break: break-all;
}
.another_category td {
width: 80px;
font-size: 11px;
text-align: right;
}
.another_category th a {
font-weight: normal;
text-decoration: none;
border: none !important;
}
.another_category th a.current {
font-weight: bold;
text-decoration: none !important;
border-bottom: 1px solid !important;
}
.another_category th span {
font:
10px Tahoma,
sans-serif;
font-weight: normal;
text-decoration: none;
border: none !important;
}
.another_category_color_gray,
.another_category_color_gray h4 {
border-color: #e5e5e5 !important;
}
.another_category_color_gray * {
color: #909090 !important;
}
.another_category_color_gray th a.current {
border-color: #909090 !important;
}
.another_category_color_gray h4,
.another_category_color_gray h4 a {
color: #737373 !important;
}
.another_category_color_red,
.another_category_color_red h4 {
border-color: #f6d4d3 !important;
}
.another_category_color_red * {
color: #e86869 !important;
}
.another_category_color_red th a.current {
border-color: #e86869 !important;
}
.another_category_color_red h4,
.another_category_color_red h4 a {
color: #ed0908 !important;
}
.another_category_color_green,
.another_category_color_green h4 {
border-color: #cce7c8 !important;
}
.another_category_color_green * {
color: #64c05b !important;
}
.another_category_color_green th a.current {
border-color: #64c05b !important;
}
.another_category_color_green h4,
.another_category_color_green h4 a {
color: #3ea731 !important;
}
.another_category_color_blue,
.another_category_color_blue h4 {
border-color: #c8daf2 !important;
}
.another_category_color_blue * {
color: #477fd6 !important;
}
.another_category_color_blue th a.current {
border-color: #477fd6 !important;
}
.another_category_color_blue h4,
.another_category_color_blue h4 a {
color: #1960ca !important;
}
.another_category_color_violet,
.another_category_color_violet h4 {
border-color: #e1ceec !important;
}
.another_category_color_violet * {
color: #9d64c5 !important;
}
.another_category_color_violet th a.current {
border-color: #9d64c5 !important;
}
.another_category_color_violet h4,
.another_category_color_violet h4 a {
color: #7e2cb5 !important;
}