|
@@ -19,17 +19,33 @@
|
19
|
19
|
"width": 1000,
|
20
|
20
|
"height": 560,
|
21
|
21
|
"pattern": "halfbars",
|
22
|
|
- "waveLeft": 20,
|
23
|
22
|
"waveColor": "#d9d9d9",
|
24
|
|
- "waveBottom": 470,
|
|
23
|
+ "waveBottom": 710,
|
25
|
24
|
"foregroundColor": "#000",
|
26
|
|
- "captionFont": "300 44px 'NYT Franklin Light'",
|
|
25
|
+ "captionFont": "300 71px 'NYT Franklin Light'",
|
|
26
|
+ "captionLineHeight": 80,
|
27
|
27
|
"captionAlign": "left",
|
28
|
28
|
"captionTop": 70,
|
29
|
|
- "captionLeft": 70,
|
30
|
|
- "captionRight": 760,
|
|
29
|
+ "captionLeft": 50,
|
|
30
|
+ "captionRight": 860,
|
31
|
31
|
"backgroundImage": "t_logo_light.png"
|
32
|
32
|
},
|
|
33
|
+ "NYT Dark": {
|
|
34
|
+ "width": 1000,
|
|
35
|
+ "height": 560,
|
|
36
|
+ "pattern": "halfbars",
|
|
37
|
+ "backgroundColor": "#000",
|
|
38
|
+ "waveColor": "#4d4d4d",
|
|
39
|
+ "waveBottom": 710,
|
|
40
|
+ "foregroundColor": "#fff",
|
|
41
|
+ "captionFont": "300 71px 'NYT Franklin Light'",
|
|
42
|
+ "captionLineHeight": 80,
|
|
43
|
+ "captionAlign": "left",
|
|
44
|
+ "captionTop": 70,
|
|
45
|
+ "captionLeft": 50,
|
|
46
|
+ "captionRight": 860,
|
|
47
|
+ "backgroundImage": "t_logo_dark.png"
|
|
48
|
+ },
|
33
|
49
|
"Basic": {
|
34
|
50
|
"backgroundColor": "#eee",
|
35
|
51
|
"foregroundColor": "#de1e3d"
|