timeline_setter 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,394 +1,422 @@
1
- .timeline_setter {
2
- width:85%;
3
- margin:0 auto;
4
- padding:10px;
5
- position:relative;
6
- height:100%;
7
- background-color:white;
8
- }
9
- .TS-item {
10
- z-index:1;
11
- position:absolute;
12
- border:1px solid #EBEBEB;
13
- -webkit-border-radius: 3px;
14
- -moz-border-radius: 3px;
15
- border-radius: 3px;
16
- padding:10px;
17
- background:#F7F7F7;
18
- color:#333;
19
- min-width: 150px;
20
- }
21
- .TS-item_user_html {
22
- padding-bottom:5px;
23
- }
24
- .TS-item_label {
25
- font-family:Georgia,"Times New Roman",Times,serif;
26
- font-size:12px;
27
- line-height:16px;
28
- height:85%;
29
- display:block;
30
- }
31
- .TS-item_year {
32
- font-family:"Helvetica Neue",Helvetica,arial,sans-serif;
33
- font-weight:bold;
34
- font-size:16px;
35
- padding-top:10px;
36
- float:left;
37
- clear:left;
38
- display:block;
39
- width:150px;
40
- }
41
- .TS-item_year_text {
42
- float:left;
43
- }
44
- .TS-css_arrow {
45
- border-style: solid;
46
- height: 0px;
47
- width: 0px;
48
- position:relative;
49
- top: 2px;
50
- border-width: 10px 10px 10px 10px;
51
- }
52
- .TS-css_arrow_up {
53
- border-color: transparent transparent #7C93AF transparent;
54
- }
55
- .TS-read_btn {
56
- -webkit-box-shadow: #CECECE 0px 0px 2px;
57
- -moz-box-shadow: #CECECE 0px 0px 2px;
58
- box-shadow: #CECECE 0px 0px 2px;
59
- -webkit-user-select: none;
60
- background: #E9F0F8;
61
- border-bottom-left-radius: 4px 4px;
62
- border-bottom-right-radius: 4px 4px;
63
- border-top-left-radius: 4px 4px;
64
- border-top-right-radius: 4px 4px;
65
- color: black;
66
- cursor: pointer;
67
- font-weight: bold;
68
- padding: 5px;
69
- margin-top:8px;
70
- font-size:11px;
71
- font-family:"Helvetica Neue",arial,sans-serif;
72
- text-transform:uppercase;
73
- font-weight:normal;
74
- text-align:center;
75
- display:block;
76
- }
77
- .TS-read_btn:hover {
78
- color:black;cursor:pointer;text-decoration:none;background:#cecece;
79
- }
80
- .timeline_setter a {
81
- text-decoration:none;
82
- color:#333;
83
- }
84
-
85
- .TS-top_matter_container {
86
- -webkit-user-select: none;
87
- -khtml-user-select: none;
88
- -moz-user-select: none;
89
- -o-user-select: none;
90
- user-select: none;
91
- overflow:visible;
92
- }
93
- .TS-notchbar_container {
94
- border:1px solid #cecece;
95
- -webkit-box-shadow: #CECECE 0px 0px 2px;
96
- -moz-box-shadow: #CECECE 0px 0px 2px;
97
- box-shadow: #CECECE 0px 0px 2px;
98
- background:#f7f7f7;
99
- width:100%;
100
- height:20px;
101
- position:relative;
102
- overflow:hidden;
103
- clear:left;
104
- -webkit-user-select: none;
105
- -khtml-user-select: none;
106
- -moz-user-select: none;
107
- -o-user-select: none;
108
- user-select: none;
109
- cursor: col-resize;
110
- }
111
- .TS-card_scroller {
112
- width:100%;
113
- position:relative;
114
- overflow:hidden;
115
- height:800px; /* FIX THIS!!! */
116
- }
117
- .TS-card_scroller_inner {
118
- width:100%;
119
- position:relative;
120
- }
121
- .TS-notchbar {
122
- height:20px;
123
- position:relative;
124
- width:100%;
125
- margin: 0 auto;
126
- }
127
- .TS-notchbar_draggable {
128
- cursor: col-resize;
129
- }
130
- .TS-notch, .TS-year_notch {
131
- height:100%;
132
- position:absolute;
133
- color:#999;
134
- }
135
- .TS-year_notch {
136
- border-left: 1px solid #999;
137
- }
138
- .TS-year_notch_year_text {
139
- display:block;
140
- /*
141
- Arial actually looks better than Helvetica at
142
- small sizes. See Comment 6 here:
143
- http://www.subtraction.com/2007/11/01/the-elements#7497
144
- */
145
- font-family:Arial,sans-serif;
146
- font-size:9px;
147
- padding:2px 0 0 5px;
148
- }
149
- .TS-year_notch:hover {
150
- }
151
- .TS-notch{
152
- width:4px;
153
- cursor:pointer;
154
- }
155
- .TS-card_container {
156
- position:absolute;
157
- margin-left:-5px;
158
- z-index: 9999;
159
- }
160
- .TS-controls {
161
- margin: 0 0 0 0;
162
- float:right;
163
- height:2%;
164
- overflow:visible;
165
- text-align: right;
166
- width: 220px;
167
- }
168
- .TS-controls a {
169
- border:1px solid #cecece;
170
- background-color:#f0f0f0;
171
- padding:3px 5px 3px 5px;
172
- color:#999;
173
- font-family:"Helvetica Neue",Arial,sans-serif;
174
- font-weight:normal;
175
- height: 14px;
176
- font-size:14px;
177
- -webkit-border-radius: 2px;
178
- -moz-border-radius: 2px;
179
- border-radius: 2px;
180
- display: inline;
181
- }
182
- .TS-choose_next {
183
- margin-left:4px;
184
- }
185
- .TS-controls_inner_text {
186
- font-size:11px;
187
- text-transform:uppercase;
188
- }
189
- .TS-controls a.TS-controls_disabled {
190
- color:#cecece;
191
- background-color:#f7f7f7;
192
- cursor:default;
193
- }
194
- .TS-controls a:hover {
195
- background-color:#fff;
196
- }
197
- .TS-notch_active {
198
- -webkit-box-shadow: 0px 0px 10px #333;
199
- -moz-box-shadow: 0px 0px 10px #333;
200
- box-shadow: 0px 0px 10px #333;
201
-
202
- /* let's throw IE7 users a bone */
203
- *border: 1px solid #333;
204
- }
205
- .TS-zoom {
206
- background-repeat:no-repeat;
207
- background-position:center center;
208
- width:20px !important;
209
- padding:3px 8px 3px 8px !important;
210
- margin-right:4px;
211
- }
212
- .TS-zoom_inner_text {
213
- display:none;
214
- /* IE7 */
215
- *display:inline;
216
- }
217
- .TS-zoom_in {
218
- background-image:url("data:image/gif;charset=utf-8;base64,R0lGODlhCgAKALMAADMzM//M/5GRkdXV1fDw8GZmZk1NTf////r6+gAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEHAAEALAAAAAAKAAoAAAQpMMhJpyiihjLIKJTQGV4mFYShEqAkHIiBHKYEHHhhVAWgY5qToFZRRQAAOw==");
219
- }
220
- .TS-zoom_out {
221
- background-image:url("data:image/gif;charset=utf-8;base64,R0lGODlhCgAKALMAADMzM//M/5GRkdXV1fDw8GZmZk1NTf////r6+gAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEHAAEALAAAAAAKAAoAAAQoMMhJpyiihjLIKJTQEV4mFYShEqAkHAh8mBJw3IVRFUCOaScBraKKAAA7");
222
- }
223
-
224
- /* legend */
225
-
226
- .TS-series_nav_container {
227
- font-family:Arial,sans-serif;
228
- font-size:11px;
229
- height:30px;
230
- margin-left:-10px;
231
- }
232
- .TS-series_legend_swatch {
233
- background-image:url("data:image/gif;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIBJREFUeNrskksKwCAMBev9byS4UfEOoh7AA4hu9JUG2kVb+8FVoYFsQmbghTAA00ix7wumRfC0nXPYz97Ca70ThBA20hhzL7DWIsZIi957AmutB7gryDkTlFLaYKUUznZPBUIIlFIIbq1BSolevG5uzjnF0Frj6j7sf+VxwSzAAG/ifZQMhRJhAAAAAElFTkSuQmCC");
234
- background-repeat:no-repeat;
235
- background-position:center center;
236
- width: 16px;
237
- height: 16px;
238
- display: block;
239
- float: left;
240
- -webkit-border-radius: 2px;
241
- -moz-border-radius: 2px;
242
- border-radius: 2px;
243
- border-top-left-radius: 2px 2px;
244
- border-top-right-radius: 2px 2px;
245
- border-bottom-right-radius: 2px 2px;
246
- border-bottom-left-radius: 2px 2px;
247
- margin-right:5px;
248
- }
249
- .TS-series_legend_item {
250
- float:left;
251
- margin:-3px 10px 0 10px;
252
- cursor:pointer;
253
- }
254
- .TS-series_legend_item_inactive {}
255
- .TS-series_legend_item_inactive .TS-series_legend_swatch {
256
- background-image:none !important;
257
- filter:alpha(opacity=40); /* IE can't do data URLs, so this will serve as 'inactive' UI for series heds in IE */
258
- }
259
- .TS-item h2, .TS-img-hed {
260
- font-family: 'Helvetica Neue',arial,sans-serif;
261
- font-size: 18px;
262
- font-weight: bold;
263
- display:inline-block;
264
- margin:0;
265
- margin-bottom: 10px;
266
- line-height:20px;
267
- }
268
- .TS-permalink {
269
- font-family:"Helvetica Neue",arial,sans-serif;
270
- font-size:12px;
271
- color:#404040;
272
- cursor:pointer;
273
- padding:0 0 0 15px;
274
- margin-top:-5px;
275
- float:left;
276
- -webkit-transform:rotate(45deg);
277
- -moz-transform:rotate(45deg);
278
- }
279
-
280
- /* color priority */
281
- /* "#065718", "#EDC047", "#91ADD1", "#929E5E", "#9E5E23", "#C44846", "#465363", "#EDD4A5", "#CECECE" */
282
-
283
- /* default */
284
- .TS-notch_color_default,.TS-series_legend_swatch_default {
285
- background-color: #444;
286
- }
287
- .TS-css_arrow_color_default {
288
- border-bottom-color:#444;
289
- }
290
- .TS-item_color_default {
291
- border-top:1px solid #444;
292
- }
293
-
294
- /* 1 */
295
- .TS-notch_color_1,.TS-series_legend_swatch_1 {
296
- background-color: #065718 !important;
297
- }
298
- .TS-css_arrow_color_1 {
299
- border-bottom-color:#065718 !important;
300
- }
301
- .TS-item_color_1 {
302
- border-top:1px solid #065718 !important;
303
- }
304
-
305
- /* 2 */
306
- .TS-notch_color_2,.TS-series_legend_swatch_2 {
307
- background-color: #EDC047 !important;
308
- }
309
- .TS-css_arrow_color_2 {
310
- border-bottom-color:#EDC047 !important;
311
- }
312
- .TS-item_color_2 {
313
- border-top:1px solid #EDC047 !important;
314
- }
1
+ .timeline_setter {
2
+ width:85%;
3
+ margin:0 auto;
4
+ padding:10px;
5
+ position:relative;
6
+ height:100%;
7
+ background-color:white;
8
+ }
9
+ .TS-item {
10
+ z-index:1;
11
+ position:absolute;
12
+ border:1px solid #EBEBEB;
13
+ -webkit-border-radius: 3px;
14
+ -moz-border-radius: 3px;
15
+ border-radius: 3px;
16
+ padding:10px;
17
+ background:#F7F7F7;
18
+ color:#333;
19
+ min-width: 150px;
20
+ }
21
+ .TS-item_user_html {
22
+ padding-bottom:5px;
23
+ }
24
+ .TS-item_label {
25
+ font-family:Georgia,"Times New Roman",Times,serif;
26
+ font-size:12px;
27
+ line-height:16px;
28
+ height:85%;
29
+ display:block;
30
+ }
31
+ .TS-item_year {
32
+ font-family:"Helvetica Neue",Helvetica,arial,sans-serif;
33
+ font-weight:bold;
34
+ font-size:16px;
35
+ padding-top:10px;
36
+ float:left;
37
+ clear:left;
38
+ display:block;
39
+ width:150px;
40
+ }
41
+ .TS-item_year_text {
42
+ float:left;
43
+ }
44
+ .TS-css_arrow {
45
+ border-style: solid;
46
+ height: 0px;
47
+ width: 0px;
48
+ position:relative;
49
+ top: 2px;
50
+ border-width: 10px 10px 10px 10px;
51
+ }
52
+ .TS-css_arrow_up {
53
+ border-color: transparent transparent #7C93AF transparent;
54
+ }
55
+ .TS-read_btn {
56
+ -webkit-box-shadow: #CECECE 0px 0px 2px;
57
+ -moz-box-shadow: #CECECE 0px 0px 2px;
58
+ box-shadow: #CECECE 0px 0px 2px;
59
+ -webkit-user-select: none;
60
+ background: #E9F0F8;
61
+ border-bottom-left-radius: 4px 4px;
62
+ border-bottom-right-radius: 4px 4px;
63
+ border-top-left-radius: 4px 4px;
64
+ border-top-right-radius: 4px 4px;
65
+ color: black;
66
+ cursor: pointer;
67
+ font-weight: bold;
68
+ padding: 5px;
69
+ margin-top:8px;
70
+ font-size:11px;
71
+ font-family:"Helvetica Neue",arial,sans-serif;
72
+ text-transform:uppercase;
73
+ font-weight:normal;
74
+ text-align:center;
75
+ display:block;
76
+ }
77
+ .TS-read_btn:hover {
78
+ color:black;cursor:pointer;text-decoration:none;background:#cecece;
79
+ }
80
+ .timeline_setter a {
81
+ text-decoration:none;
82
+ color:#333;
83
+ }
315
84
 
316
- /* 3 */
317
- .TS-notch_color_3,.TS-series_legend_swatch_3 {
318
- background-color: #91ADD1 !important;
319
- }
320
- .TS-css_arrow_color_3 {
321
- border-bottom-color:#91ADD1 !important;
322
- }
323
- .TS-item_color_3 {
324
- border-top:1px solid #91ADD1 !important;
325
- }
326
-
327
- /* 4 */
328
- .TS-notch_color_4,.TS-series_legend_swatch_4 {
329
- background-color: #929E5E !important;
330
- }
331
- .TS-css_arrow_color_4 {
332
- border-bottom-color:#929E5E !important;
333
- }
334
- .TS-item_color_4 {
335
- border-top:1px solid #929E5E !important;
336
- }
85
+ .TS-top_matter_container {
86
+ -webkit-user-select: none;
87
+ -khtml-user-select: none;
88
+ -moz-user-select: none;
89
+ -o-user-select: none;
90
+ user-select: none;
91
+ overflow:visible;
92
+ }
93
+ .TS-notchbar_container {
94
+ border:1px solid #cecece;
95
+ -webkit-box-shadow: #CECECE 0px 0px 2px;
96
+ -moz-box-shadow: #CECECE 0px 0px 2px;
97
+ box-shadow: #CECECE 0px 0px 2px;
98
+ background:#f7f7f7;
99
+ width:100%;
100
+ height:20px;
101
+ position:relative;
102
+ overflow:hidden;
103
+ clear:left;
104
+ -webkit-user-select: none;
105
+ -khtml-user-select: none;
106
+ -moz-user-select: none;
107
+ -o-user-select: none;
108
+ user-select: none;
109
+ cursor: col-resize;
110
+ }
111
+ .TS-card_scroller {
112
+ width:100%;
113
+ position:relative;
114
+ overflow:hidden;
115
+ height:800px; /* FIX THIS!!! */
116
+ }
117
+ .TS-card_scroller_inner {
118
+ width:100%;
119
+ position:relative;
120
+ }
121
+ .TS-notchbar {
122
+ height:20px;
123
+ position:relative;
124
+ width:100%;
125
+ margin: 0 auto;
126
+ }
127
+ .TS-notchbar_draggable {
128
+ cursor: col-resize;
129
+ }
130
+ .TS-notch, .TS-year_notch {
131
+ height:100%;
132
+ position:absolute;
133
+ color:#999;
134
+ }
135
+ .TS-year_notch {
136
+ border-left: 1px solid #999;
137
+ }
138
+ .TS-year_notch_year_text {
139
+ display:block;
140
+ /*
141
+ Arial actually looks better than Helvetica at
142
+ small sizes. See Comment 6 here:
143
+ http://www.subtraction.com/2007/11/01/the-elements#7497
144
+ */
145
+ font-family:Arial,sans-serif;
146
+ font-size:9px;
147
+ padding:2px 0 0 5px;
148
+ }
337
149
 
338
- /* 5 */
339
- .TS-notch_color_5,.TS-series_legend_swatch_5 {
340
- background-color: #9E5E23 !important;
341
- }
342
- .TS-css_arrow_color_5 {
343
- border-bottom-color:#9E5E23 !important;
344
- }
345
- .TS-item_color_5 {
346
- border-top:1px solid #9E5E23 !important;
347
- }
150
+ .TS-notch{
151
+ width:4px;
152
+ cursor:pointer;
153
+ }
154
+ .TS-card_container {
155
+ position:absolute;
156
+ margin-left:-5px;
157
+ z-index: 9999;
158
+ }
159
+ .TS-controls {
160
+ margin: 0 0 0 0;
161
+ float:right;
162
+ height:40px;
163
+ overflow:visible;
164
+ text-align: right;
165
+ width: 210px;
166
+ }
167
+ .TS-zoom-container {
168
+ width:50px;
169
+ }
170
+ .TS-choose-container {
171
+ width:155px;
172
+ margin-left:55px;
173
+ margin-top:-15px;
174
+ }
175
+ .TS-controls a {
176
+ border:1px solid #cecece;
177
+ background-color:#f0f0f0;
178
+ padding:3px 5px 3px 5px;
179
+ color:#444;
180
+ font-family:"Helvetica Neue",Arial,sans-serif;
181
+ font-weight:normal;
182
+ font-size:14px;
183
+ -webkit-border-radius: 2px;
184
+ -moz-border-radius: 2px;
185
+ border-radius: 2px;
186
+ display: inline;
187
+ cursor:pointer;
188
+ -webkit-box-shadow: #f0f0f0 0 0 2px;
189
+ -moz-box-shadow: #f0f0f0 0 0 2px;
190
+ }
191
+ .TS-controls a.TS-choose {
192
+ padding: 7px;
193
+ background: #f0f0f0;
194
+ -webkit-border-radius: 04px;
195
+ -moz-border-radius: 04px;
196
+ border-radius: 04px;
197
+ font-weight: bold;
198
+ cursor: pointer;
199
+ user-select: none;
200
+ -moz-user-select: none;
201
+ -khtml-user-select: none;
202
+ -webkit-user-select: none;
203
+ color: #444;
204
+ text-decoration: none;
205
+ margin: 3px 0 10px 0;
206
+ font-family: "Helvetica",Arial,sans-serif;
207
+ font-size: 14px;
208
+ text-align: center;
209
+ }
210
+ .TS-controls a.TS-choose:hover {
211
+ text-decoration: none;
212
+ background: #fff;
213
+ }
214
+ .TS-choose_next {
215
+ margin-left:4px;
216
+ }
217
+ .TS-controls a.TS-controls_disabled {
218
+ color:#cecece;
219
+ background-color:#f7f7f7;
220
+ cursor:default;
221
+ }
222
+ .TS-controls a:hover {
223
+ background-color:#fff;
224
+ }
225
+ .TS-notch_active {
226
+ -webkit-box-shadow: 0px 0px 10px #333;
227
+ -moz-box-shadow: 0px 0px 10px #333;
228
+ box-shadow: 0px 0px 10px #333;
348
229
 
349
- /* 6 */
350
- .TS-notch_color_6,.TS-series_legend_swatch_6 {
351
- background-color: #C44846 !important;
352
- }
353
- .TS-css_arrow_color_6 {
354
- border-bottom-color:#C44846 !important;
355
- }
356
- .TS-item_color_6 {
357
- border-top:1px solid #C44846 !important;
358
- }
359
-
360
- /* 7 */
361
- .TS-notch_color_7,.TS-series_legend_swatch_7 {
362
- background-color: #465363 !important;
363
- }
364
- .TS-css_arrow_color_7 {
365
- border-bottom-color:#465363 !important;
366
- }
367
- .TS-item_color_7 {
368
- border-top:1px solid #465363 !important;
369
- }
230
+ /* let's throw IE7 users a bone */
231
+ *border: 1px solid #333;
232
+ }
233
+ .TS-zoom {
234
+ background-repeat:no-repeat;
235
+ background-position:center center;
236
+ width:20px !important;
237
+ padding:3px 8px 3px 8px !important;
238
+ margin-right:4px;
239
+ }
240
+ .TS-zoom_inner_text {
241
+ display:none;
242
+ /* IE7 */
243
+ *display:inline;
244
+ }
245
+ .TS-zoom_in {
246
+ background-image:url("data:image/gif;charset=utf-8;base64,R0lGODlhCgAKALMAADMzM//M/5GRkdXV1fDw8GZmZk1NTf////r6+gAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEHAAEALAAAAAAKAAoAAAQpMMhJpyiihjLIKJTQGV4mFYShEqAkHIiBHKYEHHhhVAWgY5qToFZRRQAAOw==");
247
+ }
248
+ .TS-zoom_out {
249
+ background-image:url("data:image/gif;charset=utf-8;base64,R0lGODlhCgAKALMAADMzM//M/5GRkdXV1fDw8GZmZk1NTf////r6+gAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEHAAEALAAAAAAKAAoAAAQoMMhJpyiihjLIKJTQEV4mFYShEqAkHAh8mBJw3IVRFUCOaScBraKKAAA7");
250
+ }
370
251
 
252
+ /* legend */
253
+
254
+ .TS-series_nav_container {
255
+ font-family:Arial,sans-serif;
256
+ font-size:11px;
257
+ height:30px;
258
+ margin-left:-10px;
259
+ width:75%;
260
+ }
261
+ .TS-series_legend_swatch {
262
+ background-image:url("data:image/gif;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIBJREFUeNrskksKwCAMBev9byS4UfEOoh7AA4hu9JUG2kVb+8FVoYFsQmbghTAA00ix7wumRfC0nXPYz97Ca70ThBA20hhzL7DWIsZIi957AmutB7gryDkTlFLaYKUUznZPBUIIlFIIbq1BSolevG5uzjnF0Frj6j7sf+VxwSzAAG/ifZQMhRJhAAAAAElFTkSuQmCC");
263
+ background-repeat:no-repeat;
264
+ background-position:center center;
265
+ width: 16px;
266
+ height: 16px;
267
+ display: block;
268
+ float: left;
269
+ -webkit-border-radius: 2px;
270
+ -moz-border-radius: 2px;
271
+ border-radius: 2px;
272
+ border-top-left-radius: 2px 2px;
273
+ border-top-right-radius: 2px 2px;
274
+ border-bottom-right-radius: 2px 2px;
275
+ border-bottom-left-radius: 2px 2px;
276
+ margin-right:5px;
277
+ }
278
+ .TS-series_legend_item {
279
+ float:left;
280
+ margin:-3px 10px 6px 10px;
281
+ cursor:pointer;
282
+ }
283
+ .TS-series_legend_item_inactive .TS-series_legend_swatch {
284
+ background-image:none !important;
285
+ filter:alpha(opacity=40); /* IE can't do data URLs, so this will serve as 'inactive' UI for series heds in IE */
286
+ }
287
+ .TS-item h2, .TS-img-hed {
288
+ font-family: 'Helvetica Neue',arial,sans-serif;
289
+ font-size: 18px;
290
+ font-weight: bold;
291
+ display:inline-block;
292
+ margin:0;
293
+ margin-bottom: 10px;
294
+ line-height:20px;
295
+ }
296
+ .TS-permalink {
297
+ font-family:"Helvetica Neue",arial,sans-serif;
298
+ font-size:12px;
299
+ color:#404040;
300
+ cursor:pointer;
301
+ padding:0 0 0 15px;
302
+ margin-top:-5px;
303
+ float:left;
304
+ -webkit-transform:rotate(45deg);
305
+ -moz-transform:rotate(45deg);
306
+ }
307
+
308
+ /* color priority */
309
+ /* "#065718", "#EDC047", "#91ADD1", "#929E5E", "#9E5E23", "#C44846", "#465363", "#EDD4A5", "#CECECE" */
310
+
311
+ /* default */
312
+ .TS-notch_color_default,.TS-series_legend_swatch_default {
313
+ background-color: #444;
314
+ }
315
+ .TS-css_arrow_color_default {
316
+ border-bottom-color:#444;
317
+ }
318
+ .TS-item_color_default {
319
+ border-top:1px solid #444;
320
+ }
321
+
322
+ /* 1 */
323
+ .TS-notch_color_1,.TS-series_legend_swatch_1 {
324
+ background-color: #065718 !important;
325
+ }
326
+ .TS-css_arrow_color_1 {
327
+ border-bottom-color:#065718 !important;
328
+ }
329
+ .TS-item_color_1 {
330
+ border-top:1px solid #065718 !important;
331
+ }
332
+
333
+ /* 2 */
334
+ .TS-notch_color_2,.TS-series_legend_swatch_2 {
335
+ background-color: #EDC047 !important;
336
+ }
337
+ .TS-css_arrow_color_2 {
338
+ border-bottom-color:#EDC047 !important;
339
+ }
340
+ .TS-item_color_2 {
341
+ border-top:1px solid #EDC047 !important;
342
+ }
343
+
344
+ /* 3 */
345
+ .TS-notch_color_3,.TS-series_legend_swatch_3 {
346
+ background-color: #91ADD1 !important;
347
+ }
348
+ .TS-css_arrow_color_3 {
349
+ border-bottom-color:#91ADD1 !important;
350
+ }
351
+ .TS-item_color_3 {
352
+ border-top:1px solid #91ADD1 !important;
353
+ }
354
+
355
+ /* 4 */
356
+ .TS-notch_color_4,.TS-series_legend_swatch_4 {
357
+ background-color: #929E5E !important;
358
+ }
359
+ .TS-css_arrow_color_4 {
360
+ border-bottom-color:#929E5E !important;
361
+ }
362
+ .TS-item_color_4 {
363
+ border-top:1px solid #929E5E !important;
364
+ }
365
+
366
+ /* 5 */
367
+ .TS-notch_color_5,.TS-series_legend_swatch_5 {
368
+ background-color: #9E5E23 !important;
369
+ }
370
+ .TS-css_arrow_color_5 {
371
+ border-bottom-color:#9E5E23 !important;
372
+ }
373
+ .TS-item_color_5 {
374
+ border-top:1px solid #9E5E23 !important;
375
+ }
376
+
377
+ /* 6 */
378
+ .TS-notch_color_6,.TS-series_legend_swatch_6 {
379
+ background-color: #C44846 !important;
380
+ }
381
+ .TS-css_arrow_color_6 {
382
+ border-bottom-color:#C44846 !important;
383
+ }
384
+ .TS-item_color_6 {
385
+ border-top:1px solid #C44846 !important;
386
+ }
387
+
388
+ /* 7 */
389
+ .TS-notch_color_7,.TS-series_legend_swatch_7 {
390
+ background-color: #465363 !important;
391
+ }
392
+ .TS-css_arrow_color_7 {
393
+ border-bottom-color:#465363 !important;
394
+ }
395
+ .TS-item_color_7 {
396
+ border-top:1px solid #465363 !important;
397
+ }
398
+
399
+
400
+ /* 8 */
401
+ .TS-notch_color_8,.TS-series_legend_swatch_8 {
402
+ background-color: #EDD4A5 !important;
403
+ }
404
+ .TS-css_arrow_color_8 {
405
+ border-bottom-color:#EDD4A5 !important;
406
+ }
407
+ .TS-item_color_8 {
408
+ border-top:1px solid #EDD4A5 !important;
409
+ }
410
+
411
+ /* 9 */
412
+ .TS-notch_color_9,.TS-series_legend_swatch_9 {
413
+ background-color: #CECECE !important;
414
+ }
415
+ .TS-css_arrow_color_9 {
416
+ border-bottom-color:#CECECE !important;
417
+ }
418
+ .TS-item_color_9 {
419
+ border-top:1px solid #CECECE !important;
420
+ }
371
421
 
372
- /* 8 */
373
- .TS-notch_color_8,.TS-series_legend_swatch_8 {
374
- background-color: #EDD4A5 !important;
375
- }
376
- .TS-css_arrow_color_8 {
377
- border-bottom-color:#EDD4A5 !important;
378
- }
379
- .TS-item_color_8 {
380
- border-top:1px solid #EDD4A5 !important;
381
- }
382
422
 
383
- /* 9 */
384
- .TS-notch_color_9,.TS-series_legend_swatch_9 {
385
- background-color: #CECECE !important;
386
- }
387
- .TS-css_arrow_color_9 {
388
- border-bottom-color:#CECECE !important;
389
- }
390
- .TS-item_color_9 {
391
- border-top:1px solid #CECECE !important;
392
- }
393
-
394
-