@marioschmidt/design-system-tokens 1.0.22 → 1.0.24
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.
- package/dist/android/brands/advertorial/sizeclass-compact/typography_styles.xml +297 -113
- package/dist/android/brands/advertorial/sizeclass-regular/typography_styles.xml +297 -113
- package/dist/android/brands/bild/sizeclass-compact/typography_styles.xml +297 -113
- package/dist/android/brands/bild/sizeclass-regular/typography_styles.xml +297 -113
- package/dist/android/brands/sportbild/sizeclass-compact/typography_styles.xml +297 -113
- package/dist/android/brands/sportbild/sizeclass-regular/typography_styles.xml +297 -113
- package/dist/css/brands/advertorial/density/density-compact.css +1 -1
- package/dist/css/brands/advertorial/density/density-default.css +1 -1
- package/dist/css/brands/advertorial/density/density-spacious.css +1 -1
- package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +38 -14
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +38 -14
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +298 -114
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +298 -114
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +298 -114
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +298 -114
- package/dist/css/brands/bild/density/density-compact.css +1 -1
- package/dist/css/brands/bild/density/density-default.css +1 -1
- package/dist/css/brands/bild/density/density-spacious.css +1 -1
- package/dist/css/brands/bild/overrides/brandcolormapping.css +140 -140
- package/dist/css/brands/bild/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/bild/semantic/color/colormode-dark.css +385 -385
- package/dist/css/brands/bild/semantic/color/colormode-light.css +385 -385
- package/dist/css/brands/bild/semantic/effects/effects-dark.css +38 -14
- package/dist/css/brands/bild/semantic/effects/effects-light.css +38 -14
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +298 -114
- package/dist/css/brands/bild/semantic/typography/typography-md.css +298 -114
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +298 -114
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +298 -114
- package/dist/css/brands/sportbild/density/density-compact.css +1 -1
- package/dist/css/brands/sportbild/density/density-default.css +1 -1
- package/dist/css/brands/sportbild/density/density-spacious.css +1 -1
- package/dist/css/brands/sportbild/overrides/brandcolormapping.css +140 -140
- package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +385 -385
- package/dist/css/brands/sportbild/semantic/color/colormode-light.css +385 -385
- package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +38 -14
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +38 -14
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +298 -114
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +298 -114
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +298 -114
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +298 -114
- package/dist/css/shared/colorprimitive.css +97 -97
- package/dist/css/shared/fontprimitive.css +22 -22
- package/dist/css/shared/sizeprimitive.css +1 -1
- package/dist/css/shared/spaceprimitive.css +1 -1
- package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +91 -91
- package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +389 -389
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +389 -389
- package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +91 -91
- package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +389 -389
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +389 -389
- package/dist/flutter/shared/colorprimitive.dart +82 -82
- package/dist/flutter/shared/fontprimitive.dart +21 -21
- package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/advertorial/sizeclass-compact/Typography.swift +297 -113
- package/dist/ios/brands/advertorial/sizeclass-regular/Typography.swift +297 -113
- package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +91 -91
- package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +389 -389
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +389 -389
- package/dist/ios/brands/bild/sizeclass-compact/Typography.swift +297 -113
- package/dist/ios/brands/bild/sizeclass-regular/Typography.swift +297 -113
- package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +91 -91
- package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +389 -389
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +389 -389
- package/dist/ios/brands/sportbild/sizeclass-compact/Typography.swift +297 -113
- package/dist/ios/brands/sportbild/sizeclass-regular/Typography.swift +297 -113
- package/dist/ios/shared/Colorprimitive.swift +82 -82
- package/dist/ios/shared/Fontprimitive.swift +21 -21
- package/dist/js/brands/advertorial/density/density-compact.js +1 -1
- package/dist/js/brands/advertorial/density/density-default.js +1 -1
- package/dist/js/brands/advertorial/density/density-spacious.js +1 -1
- package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +13 -13
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +13 -13
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +210 -210
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +210 -210
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +210 -210
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +210 -210
- package/dist/js/brands/bild/density/density-compact.js +1 -1
- package/dist/js/brands/bild/density/density-default.js +1 -1
- package/dist/js/brands/bild/density/density-spacious.js +1 -1
- package/dist/js/brands/bild/overrides/brandcolormapping.js +92 -92
- package/dist/js/brands/bild/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +390 -390
- package/dist/js/brands/bild/semantic/color/colormode-light.js +390 -390
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +13 -13
- package/dist/js/brands/bild/semantic/effects/effects-light.js +13 -13
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +210 -210
- package/dist/js/brands/bild/semantic/typography/typography-md.js +210 -210
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +210 -210
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +210 -210
- package/dist/js/brands/sportbild/density/density-compact.js +1 -1
- package/dist/js/brands/sportbild/density/density-default.js +1 -1
- package/dist/js/brands/sportbild/density/density-spacious.js +1 -1
- package/dist/js/brands/sportbild/overrides/brandcolormapping.js +92 -92
- package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +390 -390
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +390 -390
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +13 -13
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +13 -13
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +210 -210
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +210 -210
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +210 -210
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +210 -210
- package/dist/js/shared/colorprimitive.js +83 -83
- package/dist/js/shared/fontprimitive.js +22 -22
- package/dist/js/shared/sizeprimitive.js +1 -1
- package/dist/js/shared/spaceprimitive.js +1 -1
- package/dist/manifest.json +1 -1
- package/dist/scss/brands/advertorial/density/density-compact.scss +1 -1
- package/dist/scss/brands/advertorial/density/density-default.scss +1 -1
- package/dist/scss/brands/advertorial/density/density-spacious.scss +1 -1
- package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +13 -13
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +13 -13
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +210 -210
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +210 -210
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +210 -210
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +210 -210
- package/dist/scss/brands/bild/density/density-compact.scss +1 -1
- package/dist/scss/brands/bild/density/density-default.scss +1 -1
- package/dist/scss/brands/bild/density/density-spacious.scss +1 -1
- package/dist/scss/brands/bild/overrides/brandcolormapping.scss +92 -92
- package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +390 -390
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +390 -390
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +13 -13
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +13 -13
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +210 -210
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +210 -210
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +210 -210
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +210 -210
- package/dist/scss/brands/sportbild/density/density-compact.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-default.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-spacious.scss +1 -1
- package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +92 -92
- package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +390 -390
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +390 -390
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +13 -13
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +13 -13
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +210 -210
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +210 -210
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +210 -210
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +210 -210
- package/dist/scss/shared/colorprimitive.scss +83 -83
- package/dist/scss/shared/fontprimitive.scss +22 -22
- package/dist/scss/shared/sizeprimitive.scss +1 -1
- package/dist/scss/shared/spaceprimitive.scss +1 -1
- package/package.json +1 -1
|
@@ -4,666 +4,850 @@
|
|
|
4
4
|
Do not edit directly, this file was auto-generated.
|
|
5
5
|
-->
|
|
6
6
|
<resources>
|
|
7
|
-
|
|
7
|
+
<!-- ============================================
|
|
8
|
+
DISPLAY
|
|
9
|
+
============================================ -->
|
|
10
|
+
|
|
11
|
+
<style name="display1">
|
|
8
12
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
9
13
|
<item name="android:textSize">39sp</item>
|
|
10
14
|
<item name="android:textStyle">bold</item>
|
|
11
15
|
<item name="android:lineHeight">40sp</item>
|
|
12
16
|
<item name="android:letterSpacing">-0.03125</item>
|
|
13
17
|
</style>
|
|
14
|
-
<style name="
|
|
18
|
+
<style name="display2">
|
|
15
19
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
16
20
|
<item name="android:textSize">35sp</item>
|
|
17
21
|
<item name="android:textStyle">bold</item>
|
|
18
22
|
<item name="android:lineHeight">36sp</item>
|
|
19
23
|
<item name="android:letterSpacing">-0.03125</item>
|
|
20
24
|
</style>
|
|
21
|
-
<style name="
|
|
25
|
+
<style name="display3">
|
|
22
26
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
23
27
|
<item name="android:textSize">27sp</item>
|
|
24
28
|
<item name="android:textStyle">bold</item>
|
|
25
29
|
<item name="android:lineHeight">28sp</item>
|
|
26
30
|
<item name="android:letterSpacing">-0.03125</item>
|
|
27
31
|
</style>
|
|
28
|
-
|
|
32
|
+
|
|
33
|
+
<!-- ============================================
|
|
34
|
+
HEADLINE
|
|
35
|
+
============================================ -->
|
|
36
|
+
|
|
37
|
+
<style name="headline1">
|
|
29
38
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
30
39
|
<item name="android:textSize">36sp</item>
|
|
31
40
|
<item name="android:lineHeight">37.79999923706055sp</item>
|
|
32
41
|
<item name="android:letterSpacing">0</item>
|
|
33
42
|
</style>
|
|
34
|
-
<style name="
|
|
43
|
+
<style name="headline2">
|
|
35
44
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
36
45
|
<item name="android:textSize">30sp</item>
|
|
37
46
|
<item name="android:lineHeight">33sp</item>
|
|
38
47
|
<item name="android:letterSpacing">0</item>
|
|
39
48
|
</style>
|
|
40
|
-
<style name="
|
|
49
|
+
<style name="headline3">
|
|
41
50
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
42
51
|
<item name="android:textSize">24sp</item>
|
|
43
52
|
<item name="android:lineHeight">26.399999618530273sp</item>
|
|
44
53
|
<item name="android:letterSpacing">0</item>
|
|
45
54
|
</style>
|
|
46
|
-
<style name="
|
|
55
|
+
<style name="headline4">
|
|
47
56
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
48
57
|
<item name="android:textSize">16sp</item>
|
|
49
58
|
<item name="android:lineHeight">16sp</item>
|
|
50
59
|
<item name="android:letterSpacing">0</item>
|
|
51
60
|
</style>
|
|
52
|
-
|
|
61
|
+
|
|
62
|
+
<!-- ============================================
|
|
63
|
+
SUBHEADLINE
|
|
64
|
+
============================================ -->
|
|
65
|
+
|
|
66
|
+
<style name="subheadline1">
|
|
53
67
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
54
68
|
<item name="android:textSize">18sp</item>
|
|
55
69
|
<item name="android:textStyle">bold</item>
|
|
56
70
|
<item name="android:lineHeight">23.399999618530273sp</item>
|
|
57
71
|
<item name="android:letterSpacing">0</item>
|
|
58
72
|
</style>
|
|
59
|
-
|
|
73
|
+
|
|
74
|
+
<!-- ============================================
|
|
75
|
+
KICKER
|
|
76
|
+
============================================ -->
|
|
77
|
+
|
|
78
|
+
<style name="kicker1">
|
|
60
79
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
61
80
|
<item name="android:textSize">16sp</item>
|
|
62
81
|
<item name="android:lineHeight">17.600000381469727sp</item>
|
|
63
82
|
<item name="android:letterSpacing">0</item>
|
|
64
83
|
</style>
|
|
65
|
-
<style name="
|
|
84
|
+
<style name="kicker2">
|
|
66
85
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
67
86
|
<item name="android:textSize">16sp</item>
|
|
68
87
|
<item name="android:lineHeight">17.600000381469727sp</item>
|
|
69
88
|
<item name="android:letterSpacing">0</item>
|
|
70
89
|
</style>
|
|
71
|
-
<style name="
|
|
90
|
+
<style name="kicker3">
|
|
72
91
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
73
92
|
<item name="android:textSize">14sp</item>
|
|
74
93
|
<item name="android:lineHeight">15.399999618530273sp</item>
|
|
75
94
|
</style>
|
|
76
|
-
<style name="
|
|
95
|
+
<style name="kicker4">
|
|
77
96
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
78
97
|
<item name="android:textSize">12sp</item>
|
|
79
98
|
<item name="android:lineHeight">13.199999809265137sp</item>
|
|
80
99
|
<item name="android:letterSpacing">0</item>
|
|
81
100
|
</style>
|
|
82
|
-
|
|
101
|
+
|
|
102
|
+
<!-- ============================================
|
|
103
|
+
TITLE
|
|
104
|
+
============================================ -->
|
|
105
|
+
|
|
106
|
+
<style name="title1">
|
|
83
107
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
84
108
|
<item name="android:textSize">22sp</item>
|
|
85
109
|
<item name="android:textStyle">bold</item>
|
|
86
110
|
<item name="android:lineHeight">26.399999618530273sp</item>
|
|
87
111
|
<item name="android:letterSpacing">0</item>
|
|
88
112
|
</style>
|
|
89
|
-
<style name="
|
|
113
|
+
<style name="title1uppercase">
|
|
90
114
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
91
115
|
<item name="android:textSize">22sp</item>
|
|
92
116
|
<item name="android:textStyle">bold</item>
|
|
93
117
|
<item name="android:lineHeight">26.399999618530273sp</item>
|
|
94
118
|
<item name="android:letterSpacing">0</item>
|
|
95
119
|
</style>
|
|
96
|
-
<style name="
|
|
120
|
+
<style name="title2">
|
|
97
121
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
98
122
|
<item name="android:textSize">14sp</item>
|
|
99
123
|
<item name="android:textStyle">bold</item>
|
|
100
124
|
<item name="android:lineHeight">16.799999237060547sp</item>
|
|
101
125
|
<item name="android:letterSpacing">0</item>
|
|
102
126
|
</style>
|
|
103
|
-
<style name="
|
|
127
|
+
<style name="title2uppercase">
|
|
104
128
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
105
129
|
<item name="android:textSize">14sp</item>
|
|
106
130
|
<item name="android:textStyle">bold</item>
|
|
107
131
|
<item name="android:lineHeight">16.799999237060547sp</item>
|
|
108
132
|
<item name="android:letterSpacing">0</item>
|
|
109
133
|
</style>
|
|
110
|
-
|
|
134
|
+
|
|
135
|
+
<!-- ============================================
|
|
136
|
+
CALLOUT
|
|
137
|
+
============================================ -->
|
|
138
|
+
|
|
139
|
+
<style name="callout">
|
|
111
140
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
112
141
|
<item name="android:textSize">16sp</item>
|
|
113
142
|
<item name="android:textStyle">bold</item>
|
|
114
143
|
<item name="android:lineHeight">20.799999237060547sp</item>
|
|
115
144
|
<item name="android:letterSpacing">0</item>
|
|
116
145
|
</style>
|
|
117
|
-
|
|
146
|
+
|
|
147
|
+
<!-- ============================================
|
|
148
|
+
BODY
|
|
149
|
+
============================================ -->
|
|
150
|
+
|
|
151
|
+
<style name="body">
|
|
118
152
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
119
153
|
<item name="android:textSize">17sp</item>
|
|
120
154
|
<item name="android:lineHeight">29.75sp</item>
|
|
121
155
|
<item name="android:letterSpacing">0</item>
|
|
122
156
|
</style>
|
|
123
|
-
<style name="
|
|
157
|
+
<style name="bodyitalic">
|
|
124
158
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
125
159
|
<item name="android:textSize">17sp</item>
|
|
126
160
|
<item name="android:lineHeight">29.75sp</item>
|
|
127
161
|
<item name="android:letterSpacing">0</item>
|
|
128
162
|
</style>
|
|
129
|
-
<style name="
|
|
163
|
+
<style name="bodybold">
|
|
130
164
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
131
165
|
<item name="android:textSize">17sp</item>
|
|
132
166
|
<item name="android:textStyle">bold</item>
|
|
133
167
|
<item name="android:lineHeight">29.75sp</item>
|
|
134
168
|
<item name="android:letterSpacing">0</item>
|
|
135
169
|
</style>
|
|
136
|
-
<style name="
|
|
170
|
+
<style name="bodybolditalic">
|
|
137
171
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
138
172
|
<item name="android:textSize">17sp</item>
|
|
139
173
|
<item name="android:lineHeight">29.75sp</item>
|
|
140
174
|
<item name="android:letterSpacing">0</item>
|
|
141
175
|
</style>
|
|
142
|
-
|
|
176
|
+
|
|
177
|
+
<!-- ============================================
|
|
178
|
+
TEXTLINK
|
|
179
|
+
============================================ -->
|
|
180
|
+
|
|
181
|
+
<style name="textlink">
|
|
143
182
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
144
183
|
<item name="android:textSize">17sp</item>
|
|
145
184
|
<item name="android:lineHeight">29.75sp</item>
|
|
146
185
|
<item name="android:letterSpacing">0</item>
|
|
147
186
|
</style>
|
|
148
|
-
<style name="
|
|
187
|
+
<style name="textlinkitalic">
|
|
149
188
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
150
189
|
<item name="android:textSize">17sp</item>
|
|
151
190
|
<item name="android:lineHeight">29.75sp</item>
|
|
152
191
|
<item name="android:letterSpacing">0</item>
|
|
153
192
|
</style>
|
|
154
|
-
<style name="
|
|
193
|
+
<style name="textlinkbold">
|
|
155
194
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
156
195
|
<item name="android:textSize">17sp</item>
|
|
157
196
|
<item name="android:textStyle">bold</item>
|
|
158
197
|
<item name="android:lineHeight">29.75sp</item>
|
|
159
198
|
<item name="android:letterSpacing">0</item>
|
|
160
199
|
</style>
|
|
161
|
-
<style name="
|
|
200
|
+
<style name="textlinkhover">
|
|
162
201
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
163
202
|
<item name="android:textSize">17sp</item>
|
|
164
203
|
<item name="android:lineHeight">29.75sp</item>
|
|
165
204
|
<item name="android:letterSpacing">0</item>
|
|
166
205
|
</style>
|
|
167
|
-
<style name="
|
|
206
|
+
<style name="textlinkboldhover">
|
|
168
207
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
169
208
|
<item name="android:textSize">17sp</item>
|
|
170
209
|
<item name="android:textStyle">bold</item>
|
|
171
210
|
<item name="android:lineHeight">29.75sp</item>
|
|
172
211
|
<item name="android:letterSpacing">0</item>
|
|
173
212
|
</style>
|
|
174
|
-
|
|
213
|
+
|
|
214
|
+
<!-- ============================================
|
|
215
|
+
FOOTNOTE
|
|
216
|
+
============================================ -->
|
|
217
|
+
|
|
218
|
+
<style name="footnote1">
|
|
175
219
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
176
220
|
<item name="android:textSize">13sp</item>
|
|
177
221
|
<item name="android:lineHeight">16.899999618530273sp</item>
|
|
178
222
|
<item name="android:letterSpacing">0</item>
|
|
179
223
|
</style>
|
|
180
|
-
<style name="
|
|
224
|
+
<style name="footnote1bold">
|
|
181
225
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
182
226
|
<item name="android:textSize">13sp</item>
|
|
183
227
|
<item name="android:textStyle">bold</item>
|
|
184
228
|
<item name="android:lineHeight">16.899999618530273sp</item>
|
|
185
229
|
<item name="android:letterSpacing">0</item>
|
|
186
230
|
</style>
|
|
187
|
-
<style name="
|
|
231
|
+
<style name="footnote2">
|
|
188
232
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
189
233
|
<item name="android:textSize">10sp</item>
|
|
190
234
|
<item name="android:lineHeight">13sp</item>
|
|
191
235
|
<item name="android:letterSpacing">0</item>
|
|
192
236
|
</style>
|
|
193
|
-
<style name="
|
|
237
|
+
<style name="footnote2bold">
|
|
194
238
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
195
239
|
<item name="android:textSize">10sp</item>
|
|
196
240
|
<item name="android:textStyle">bold</item>
|
|
197
241
|
<item name="android:lineHeight">13sp</item>
|
|
198
242
|
<item name="android:letterSpacing">0</item>
|
|
199
243
|
</style>
|
|
200
|
-
|
|
244
|
+
|
|
245
|
+
<!-- ============================================
|
|
246
|
+
LABEL
|
|
247
|
+
============================================ -->
|
|
248
|
+
|
|
249
|
+
<style name="label1">
|
|
201
250
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
202
251
|
<item name="android:textSize">17sp</item>
|
|
203
252
|
<item name="android:lineHeight">20.399999618530273sp</item>
|
|
204
253
|
<item name="android:letterSpacing">0.015625</item>
|
|
205
254
|
</style>
|
|
206
|
-
<style name="
|
|
255
|
+
<style name="label1bold">
|
|
207
256
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
208
257
|
<item name="android:textSize">17sp</item>
|
|
209
258
|
<item name="android:textStyle">bold</item>
|
|
210
259
|
<item name="android:lineHeight">20.399999618530273sp</item>
|
|
211
260
|
<item name="android:letterSpacing">0.015625</item>
|
|
212
261
|
</style>
|
|
213
|
-
<style name="
|
|
262
|
+
<style name="label1boldresp">
|
|
214
263
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
215
264
|
<item name="android:textSize">10sp</item>
|
|
216
265
|
<item name="android:textStyle">bold</item>
|
|
217
266
|
<item name="android:lineHeight">10sp</item>
|
|
218
267
|
<item name="android:letterSpacing">0.015625</item>
|
|
219
268
|
</style>
|
|
220
|
-
<style name="
|
|
269
|
+
<style name="label1uppercasebold">
|
|
221
270
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
222
271
|
<item name="android:textSize">17sp</item>
|
|
223
272
|
<item name="android:textStyle">bold</item>
|
|
224
273
|
<item name="android:lineHeight">20.399999618530273sp</item>
|
|
225
274
|
<item name="android:letterSpacing">0.03125</item>
|
|
226
275
|
</style>
|
|
227
|
-
<style name="
|
|
276
|
+
<style name="label2">
|
|
228
277
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
229
278
|
<item name="android:textSize">15sp</item>
|
|
230
279
|
<item name="android:lineHeight">16sp</item>
|
|
231
280
|
<item name="android:letterSpacing">0.015625</item>
|
|
232
281
|
</style>
|
|
233
|
-
<style name="
|
|
282
|
+
<style name="label2uppercase">
|
|
234
283
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
235
284
|
<item name="android:textSize">15sp</item>
|
|
236
285
|
<item name="android:lineHeight">16sp</item>
|
|
237
286
|
<item name="android:letterSpacing">0.015625</item>
|
|
238
287
|
</style>
|
|
239
|
-
<style name="
|
|
288
|
+
<style name="label2bold">
|
|
240
289
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
241
290
|
<item name="android:textSize">15sp</item>
|
|
242
291
|
<item name="android:textStyle">bold</item>
|
|
243
292
|
<item name="android:lineHeight">16sp</item>
|
|
244
293
|
<item name="android:letterSpacing">0.015625</item>
|
|
245
294
|
</style>
|
|
246
|
-
<style name="
|
|
295
|
+
<style name="label2uppercasebold">
|
|
247
296
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
248
297
|
<item name="android:textSize">15sp</item>
|
|
249
298
|
<item name="android:textStyle">bold</item>
|
|
250
299
|
<item name="android:lineHeight">16sp</item>
|
|
251
300
|
<item name="android:letterSpacing">0.015625</item>
|
|
252
301
|
</style>
|
|
253
|
-
<style name="
|
|
302
|
+
<style name="label3">
|
|
254
303
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
255
304
|
<item name="android:textSize">12sp</item>
|
|
256
305
|
<item name="android:lineHeight">14.399999618530273sp</item>
|
|
257
306
|
<item name="android:letterSpacing">0.015625</item>
|
|
258
307
|
</style>
|
|
259
|
-
<style name="
|
|
308
|
+
<style name="label3uppercase">
|
|
260
309
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
261
310
|
<item name="android:textSize">12sp</item>
|
|
262
311
|
<item name="android:lineHeight">14.399999618530273sp</item>
|
|
263
312
|
<item name="android:letterSpacing">0.03125</item>
|
|
264
313
|
</style>
|
|
265
|
-
<style name="
|
|
314
|
+
<style name="label3bold">
|
|
266
315
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
267
316
|
<item name="android:textSize">12sp</item>
|
|
268
317
|
<item name="android:textStyle">bold</item>
|
|
269
318
|
<item name="android:lineHeight">14.399999618530273sp</item>
|
|
270
319
|
<item name="android:letterSpacing">0.015625</item>
|
|
271
320
|
</style>
|
|
272
|
-
<style name="
|
|
321
|
+
<style name="label3uppercasebold">
|
|
273
322
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
274
323
|
<item name="android:textSize">12sp</item>
|
|
275
324
|
<item name="android:textStyle">bold</item>
|
|
276
325
|
<item name="android:lineHeight">14.399999618530273sp</item>
|
|
277
326
|
<item name="android:letterSpacing">0.03125</item>
|
|
278
327
|
</style>
|
|
279
|
-
<style name="
|
|
328
|
+
<style name="label4">
|
|
280
329
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
281
330
|
<item name="android:textSize">8sp</item>
|
|
282
331
|
<item name="android:lineHeight">10sp</item>
|
|
283
332
|
<item name="android:letterSpacing">0</item>
|
|
284
333
|
</style>
|
|
285
|
-
|
|
334
|
+
|
|
335
|
+
<!-- ============================================
|
|
336
|
+
QUOTE
|
|
337
|
+
============================================ -->
|
|
338
|
+
|
|
339
|
+
<style name="quote">
|
|
286
340
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
287
341
|
<item name="android:textSize">16sp</item>
|
|
288
342
|
<item name="android:textStyle">bold</item>
|
|
289
343
|
<item name="android:lineHeight">20.799999237060547sp</item>
|
|
290
344
|
<item name="android:letterSpacing">0</item>
|
|
291
345
|
</style>
|
|
292
|
-
|
|
346
|
+
|
|
347
|
+
<!-- ============================================
|
|
348
|
+
ACCORDION
|
|
349
|
+
============================================ -->
|
|
350
|
+
|
|
351
|
+
<style name="accordionlabel">
|
|
293
352
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
294
353
|
<item name="android:textSize">17sp</item>
|
|
295
354
|
<item name="android:textStyle">bold</item>
|
|
296
355
|
<item name="android:letterSpacing">0</item>
|
|
297
356
|
</style>
|
|
298
|
-
|
|
357
|
+
|
|
358
|
+
<!-- ============================================
|
|
359
|
+
ARTICLE
|
|
360
|
+
============================================ -->
|
|
361
|
+
|
|
362
|
+
<style name="articlekicker">
|
|
299
363
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
300
364
|
<item name="android:textSize">16sp</item>
|
|
301
365
|
<item name="android:lineHeight">17.600000381469727sp</item>
|
|
302
366
|
</style>
|
|
303
|
-
<style name="
|
|
367
|
+
<style name="articleimagecaption">
|
|
304
368
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
305
369
|
<item name="android:textSize">13sp</item>
|
|
306
370
|
<item name="android:textStyle">bold</item>
|
|
307
371
|
<item name="android:lineHeight">19.5sp</item>
|
|
308
372
|
<item name="android:letterSpacing">0</item>
|
|
309
373
|
</style>
|
|
310
|
-
<style name="
|
|
374
|
+
<style name="articleheadline">
|
|
311
375
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
312
376
|
<item name="android:textSize">30sp</item>
|
|
313
377
|
<item name="android:lineHeight">30sp</item>
|
|
314
378
|
</style>
|
|
315
|
-
<style name="
|
|
379
|
+
<style name="articlemetasource">
|
|
316
380
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
317
381
|
<item name="android:textSize">13sp</item>
|
|
318
382
|
<item name="android:lineHeight">19sp</item>
|
|
319
383
|
</style>
|
|
320
|
-
<style name="
|
|
384
|
+
<style name="articletimestamp">
|
|
321
385
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
322
386
|
<item name="android:textSize">12sp</item>
|
|
323
387
|
<item name="android:textStyle">bold</item>
|
|
324
388
|
</style>
|
|
325
|
-
|
|
389
|
+
|
|
390
|
+
<!-- ============================================
|
|
391
|
+
AUDIOPLAYER
|
|
392
|
+
============================================ -->
|
|
393
|
+
|
|
394
|
+
<style name="audioplayerlabel">
|
|
326
395
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
327
396
|
<item name="android:textSize">16sp</item>
|
|
328
397
|
<item name="android:textStyle">bold</item>
|
|
329
398
|
<item name="android:lineHeight">16sp</item>
|
|
330
399
|
</style>
|
|
331
|
-
|
|
400
|
+
|
|
401
|
+
<!-- ============================================
|
|
402
|
+
AVATAR
|
|
403
|
+
============================================ -->
|
|
404
|
+
|
|
405
|
+
<style name="appavatar">
|
|
332
406
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
333
407
|
<item name="android:textSize">12sp</item>
|
|
334
408
|
<item name="android:textStyle">bold</item>
|
|
335
409
|
<item name="android:letterSpacing">0</item>
|
|
336
410
|
</style>
|
|
337
|
-
<style name="
|
|
411
|
+
<style name="avatardefault">
|
|
338
412
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
339
413
|
<item name="android:textSize">13sp</item>
|
|
340
414
|
<item name="android:textStyle">bold</item>
|
|
341
415
|
<item name="android:lineHeight">21sp</item>
|
|
342
416
|
<item name="android:letterSpacing">0</item>
|
|
343
417
|
</style>
|
|
344
|
-
<style name="
|
|
418
|
+
<style name="avatarhover">
|
|
345
419
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
346
420
|
<item name="android:textSize">13sp</item>
|
|
347
421
|
<item name="android:textStyle">bold</item>
|
|
348
422
|
<item name="android:lineHeight">21sp</item>
|
|
349
423
|
<item name="android:letterSpacing">0</item>
|
|
350
424
|
</style>
|
|
351
|
-
<style name="
|
|
425
|
+
<style name="avatarsecondaryinfo">
|
|
352
426
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
353
427
|
<item name="android:textSize">13sp</item>
|
|
354
428
|
<item name="android:lineHeight">21sp</item>
|
|
355
429
|
<item name="android:letterSpacing">0</item>
|
|
356
430
|
</style>
|
|
357
|
-
<style name="
|
|
431
|
+
<style name="avatarsecondaryinfohover">
|
|
358
432
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
359
433
|
<item name="android:textSize">13sp</item>
|
|
360
434
|
<item name="android:lineHeight">21sp</item>
|
|
361
435
|
<item name="android:letterSpacing">0</item>
|
|
362
436
|
</style>
|
|
363
|
-
|
|
437
|
+
|
|
438
|
+
<!-- ============================================
|
|
439
|
+
BADGES
|
|
440
|
+
============================================ -->
|
|
441
|
+
|
|
442
|
+
<style name="videoadbadge">
|
|
364
443
|
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
365
444
|
<item name="android:textSize">14sp</item>
|
|
366
445
|
</style>
|
|
367
|
-
<style name="
|
|
446
|
+
<style name="videotimebadge">
|
|
368
447
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
369
448
|
<item name="android:textSize">16sp</item>
|
|
370
449
|
<item name="android:lineHeight">21sp</item>
|
|
371
450
|
</style>
|
|
372
|
-
|
|
451
|
+
|
|
452
|
+
<!-- ============================================
|
|
453
|
+
BREADCRUMB
|
|
454
|
+
============================================ -->
|
|
455
|
+
|
|
456
|
+
<style name="breadcrumb">
|
|
373
457
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
374
458
|
<item name="android:textSize">15sp</item>
|
|
375
459
|
<item name="android:textStyle">bold</item>
|
|
376
460
|
<item name="android:lineHeight">15sp</item>
|
|
377
461
|
<item name="android:letterSpacing">0</item>
|
|
378
462
|
</style>
|
|
379
|
-
<style name="
|
|
463
|
+
<style name="breadcrumblink">
|
|
380
464
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
381
465
|
<item name="android:textSize">15sp</item>
|
|
382
466
|
<item name="android:textStyle">bold</item>
|
|
383
467
|
<item name="android:lineHeight">15sp</item>
|
|
384
468
|
<item name="android:letterSpacing">0</item>
|
|
385
469
|
</style>
|
|
386
|
-
<style name="
|
|
470
|
+
<style name="breadcrumblinkhover">
|
|
387
471
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
388
472
|
<item name="android:textSize">15sp</item>
|
|
389
473
|
<item name="android:textStyle">bold</item>
|
|
390
474
|
<item name="android:lineHeight">15sp</item>
|
|
391
475
|
<item name="android:letterSpacing">0</item>
|
|
392
476
|
</style>
|
|
393
|
-
|
|
477
|
+
|
|
478
|
+
<!-- ============================================
|
|
479
|
+
BREAKINGNEWS
|
|
480
|
+
============================================ -->
|
|
481
|
+
|
|
482
|
+
<style name="breakingnewstext">
|
|
394
483
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
395
484
|
<item name="android:textSize">21sp</item>
|
|
396
485
|
<item name="android:textStyle">bold</item>
|
|
397
486
|
<item name="android:lineHeight">24sp</item>
|
|
398
487
|
<item name="android:letterSpacing">0</item>
|
|
399
488
|
</style>
|
|
400
|
-
<style name="
|
|
489
|
+
<style name="breakingnewsuppertitle">
|
|
401
490
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
402
491
|
<item name="android:textSize">13sp</item>
|
|
403
492
|
<item name="android:textStyle">bold</item>
|
|
404
493
|
<item name="android:lineHeight">13sp</item>
|
|
405
494
|
<item name="android:letterSpacing">0</item>
|
|
406
495
|
</style>
|
|
407
|
-
<style name="
|
|
496
|
+
<style name="breakingnewslowertitle">
|
|
408
497
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
409
498
|
<item name="android:textSize">23sp</item>
|
|
410
499
|
<item name="android:textStyle">bold</item>
|
|
411
500
|
<item name="android:lineHeight">21sp</item>
|
|
412
501
|
<item name="android:letterSpacing">0</item>
|
|
413
502
|
</style>
|
|
414
|
-
|
|
503
|
+
|
|
504
|
+
<!-- ============================================
|
|
505
|
+
BUTTON
|
|
506
|
+
============================================ -->
|
|
507
|
+
|
|
508
|
+
<style name="buttonlabel">
|
|
415
509
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
416
510
|
<item name="android:textSize">15sp</item>
|
|
417
511
|
<item name="android:lineHeight">15sp</item>
|
|
418
512
|
<item name="android:letterSpacing">0.03125</item>
|
|
419
513
|
</style>
|
|
420
|
-
<style name="
|
|
514
|
+
<style name="partnerlinkbuttonlabel">
|
|
421
515
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
422
516
|
<item name="android:textSize">16sp</item>
|
|
423
517
|
<item name="android:lineHeight">16sp</item>
|
|
424
518
|
</style>
|
|
425
|
-
|
|
519
|
+
|
|
520
|
+
<!-- ============================================
|
|
521
|
+
CHIPS
|
|
522
|
+
============================================ -->
|
|
523
|
+
|
|
524
|
+
<style name="chipslabel">
|
|
426
525
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
427
526
|
<item name="android:textSize">16sp</item>
|
|
428
527
|
<item name="android:textStyle">bold</item>
|
|
429
528
|
</style>
|
|
430
|
-
|
|
529
|
+
|
|
530
|
+
<!-- ============================================
|
|
531
|
+
FOOTER
|
|
532
|
+
============================================ -->
|
|
533
|
+
|
|
534
|
+
<style name="footercardlink">
|
|
431
535
|
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
432
536
|
<item name="android:textSize">15sp</item>
|
|
433
537
|
</style>
|
|
434
|
-
<style name="
|
|
538
|
+
<style name="footerlinkseparator">
|
|
435
539
|
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
436
540
|
</style>
|
|
437
|
-
<style name="
|
|
541
|
+
<style name="footerlinks">
|
|
438
542
|
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
439
543
|
<item name="android:textSize">11sp</item>
|
|
440
544
|
<item name="android:textStyle">bold</item>
|
|
441
545
|
<item name="android:lineHeight">14sp</item>
|
|
442
546
|
<item name="android:letterSpacing">0</item>
|
|
443
547
|
</style>
|
|
444
|
-
<style name="
|
|
548
|
+
<style name="footerlinkuser&offerpages">
|
|
445
549
|
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
446
550
|
<item name="android:textSize">18sp</item>
|
|
447
551
|
<item name="android:lineHeight">26sp</item>
|
|
448
552
|
</style>
|
|
449
|
-
|
|
553
|
+
|
|
554
|
+
<!-- ============================================
|
|
555
|
+
INPUTFIELD
|
|
556
|
+
============================================ -->
|
|
557
|
+
|
|
558
|
+
<style name="textinputfieldlabel">
|
|
450
559
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
451
560
|
<item name="android:textSize">16sp</item>
|
|
452
561
|
<item name="android:lineHeight">16sp</item>
|
|
453
562
|
</style>
|
|
454
|
-
|
|
563
|
+
|
|
564
|
+
<!-- ============================================
|
|
565
|
+
LIVETICKER
|
|
566
|
+
============================================ -->
|
|
567
|
+
|
|
568
|
+
<style name="livetickerheadline">
|
|
455
569
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
456
570
|
<item name="android:textSize">22sp</item>
|
|
457
571
|
<item name="android:lineHeight">22sp</item>
|
|
458
572
|
<item name="android:letterSpacing">0</item>
|
|
459
573
|
</style>
|
|
460
|
-
<style name="
|
|
574
|
+
<style name="livetickertimestamp">
|
|
461
575
|
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
462
576
|
<item name="android:textSize">14sp</item>
|
|
463
577
|
<item name="android:textStyle">bold</item>
|
|
464
578
|
<item name="android:lineHeight">14sp</item>
|
|
465
579
|
</style>
|
|
466
|
-
|
|
580
|
+
|
|
581
|
+
<!-- ============================================
|
|
582
|
+
MEDIAPLAYERS
|
|
583
|
+
============================================ -->
|
|
584
|
+
|
|
585
|
+
<style name="podcastplayerlabel">
|
|
467
586
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
468
587
|
<item name="android:textSize">16sp</item>
|
|
469
588
|
<item name="android:lineHeight">16sp</item>
|
|
470
589
|
</style>
|
|
471
|
-
<style name="
|
|
590
|
+
<style name="videoadtime">
|
|
472
591
|
<item name="android:fontFamily">Gotham</item>
|
|
473
592
|
<item name="android:textSize">14sp</item>
|
|
474
593
|
<item name="android:textStyle">bold</item>
|
|
475
594
|
</style>
|
|
476
|
-
<style name="
|
|
595
|
+
<style name="videoplayertime">
|
|
477
596
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
478
597
|
<item name="android:textSize">14sp</item>
|
|
479
598
|
<item name="android:textStyle">bold</item>
|
|
480
599
|
</style>
|
|
481
|
-
|
|
600
|
+
|
|
601
|
+
<!-- ============================================
|
|
602
|
+
MENU
|
|
603
|
+
============================================ -->
|
|
604
|
+
|
|
605
|
+
<style name="apptopbarstagetitle">
|
|
482
606
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
483
607
|
<item name="android:textSize">12sp</item>
|
|
484
608
|
<item name="android:textStyle">bold</item>
|
|
485
609
|
<item name="android:lineHeight">14sp</item>
|
|
486
610
|
<item name="android:letterSpacing">0</item>
|
|
487
611
|
</style>
|
|
488
|
-
<style name="
|
|
612
|
+
<style name="apptopbartabstitle">
|
|
489
613
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
490
614
|
<item name="android:textSize">12sp</item>
|
|
491
615
|
<item name="android:textStyle">bold</item>
|
|
492
616
|
<item name="android:lineHeight">14sp</item>
|
|
493
617
|
<item name="android:letterSpacing">0</item>
|
|
494
618
|
</style>
|
|
495
|
-
<style name="
|
|
619
|
+
<style name="menuitemlabel">
|
|
496
620
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
497
621
|
<item name="android:textSize">15sp</item>
|
|
498
622
|
<item name="android:lineHeight">15sp</item>
|
|
499
623
|
<item name="android:letterSpacing">0</item>
|
|
500
624
|
</style>
|
|
501
|
-
<style name="
|
|
625
|
+
<style name="menuitemutillabel">
|
|
502
626
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
503
627
|
<item name="android:textSize">12sp</item>
|
|
504
628
|
<item name="android:lineHeight">12sp</item>
|
|
505
629
|
<item name="android:letterSpacing">0</item>
|
|
506
630
|
</style>
|
|
507
|
-
|
|
631
|
+
|
|
632
|
+
<!-- ============================================
|
|
633
|
+
NEWSTICKER
|
|
634
|
+
============================================ -->
|
|
635
|
+
|
|
636
|
+
<style name="newstickertimestamp">
|
|
508
637
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
509
638
|
<item name="android:textSize">16sp</item>
|
|
510
639
|
<item name="android:textStyle">bold</item>
|
|
511
640
|
<item name="android:lineHeight">20.799999237060547sp</item>
|
|
512
641
|
<item name="android:letterSpacing">0</item>
|
|
513
642
|
</style>
|
|
514
|
-
<style name="
|
|
643
|
+
<style name="newstickerkicker">
|
|
515
644
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
516
645
|
<item name="android:textSize">14sp</item>
|
|
517
646
|
<item name="android:textStyle">bold</item>
|
|
518
647
|
<item name="android:lineHeight">15.399999618530273sp</item>
|
|
519
648
|
<item name="android:letterSpacing">0</item>
|
|
520
649
|
</style>
|
|
521
|
-
<style name="
|
|
650
|
+
<style name="newstickerheadline">
|
|
522
651
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
523
652
|
<item name="android:textSize">24sp</item>
|
|
524
653
|
<item name="android:lineHeight">26.399999618530273sp</item>
|
|
525
654
|
<item name="android:letterSpacing">0</item>
|
|
526
655
|
</style>
|
|
527
|
-
|
|
656
|
+
|
|
657
|
+
<!-- ============================================
|
|
658
|
+
PAGINATION
|
|
659
|
+
============================================ -->
|
|
660
|
+
|
|
661
|
+
<style name="numberedpaginationactive">
|
|
528
662
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
529
663
|
<item name="android:textSize">17sp</item>
|
|
530
664
|
<item name="android:textStyle">bold</item>
|
|
531
665
|
<item name="android:lineHeight">20.399999618530273sp</item>
|
|
532
666
|
<item name="android:letterSpacing">0.015625</item>
|
|
533
667
|
</style>
|
|
534
|
-
|
|
668
|
+
|
|
669
|
+
<!-- ============================================
|
|
670
|
+
PAYWALL
|
|
671
|
+
============================================ -->
|
|
672
|
+
|
|
673
|
+
<style name="paywallcardpricetag">
|
|
535
674
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
536
675
|
<item name="android:textSize">64sp</item>
|
|
537
676
|
<item name="android:textStyle">bold</item>
|
|
538
677
|
<item name="android:lineHeight">64sp</item>
|
|
539
678
|
<item name="android:letterSpacing">-0.03125</item>
|
|
540
679
|
</style>
|
|
541
|
-
<style name="
|
|
680
|
+
<style name="paywallcardnote">
|
|
542
681
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
543
682
|
<item name="android:textSize">40sp</item>
|
|
544
683
|
<item name="android:textStyle">bold</item>
|
|
545
684
|
<item name="android:lineHeight">40sp</item>
|
|
546
685
|
<item name="android:letterSpacing">-0.03125</item>
|
|
547
686
|
</style>
|
|
548
|
-
|
|
687
|
+
|
|
688
|
+
<!-- ============================================
|
|
689
|
+
SPECIALNAVI
|
|
690
|
+
============================================ -->
|
|
691
|
+
|
|
692
|
+
<style name="specianaviitemlabel">
|
|
549
693
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
550
694
|
<item name="android:textSize">15sp</item>
|
|
551
695
|
<item name="android:lineHeight">15sp</item>
|
|
552
696
|
<item name="android:letterSpacing">0</item>
|
|
553
697
|
</style>
|
|
554
|
-
|
|
698
|
+
|
|
699
|
+
<!-- ============================================
|
|
700
|
+
TABS
|
|
701
|
+
============================================ -->
|
|
702
|
+
|
|
703
|
+
<style name="tablabel">
|
|
555
704
|
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
556
705
|
<item name="android:textSize">16sp</item>
|
|
557
706
|
<item name="android:textStyle">bold</item>
|
|
558
707
|
</style>
|
|
559
|
-
<style name="
|
|
708
|
+
<style name="appbottombarlabeldefault">
|
|
560
709
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
561
710
|
<item name="android:textSize">12sp</item>
|
|
562
711
|
<item name="android:lineHeight">14.399999618530273sp</item>
|
|
563
712
|
<item name="android:letterSpacing">0</item>
|
|
564
713
|
</style>
|
|
565
|
-
<style name="
|
|
714
|
+
<style name="appbottombarlabelactive">
|
|
566
715
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
567
716
|
<item name="android:textSize">12sp</item>
|
|
568
717
|
<item name="android:textStyle">bold</item>
|
|
569
718
|
<item name="android:lineHeight">14.399999618530273sp</item>
|
|
570
719
|
<item name="android:letterSpacing">0</item>
|
|
571
720
|
</style>
|
|
572
|
-
|
|
721
|
+
|
|
722
|
+
<!-- ============================================
|
|
723
|
+
ATEASER
|
|
724
|
+
============================================ -->
|
|
725
|
+
|
|
726
|
+
<style name="ateaserkicker">
|
|
573
727
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
574
728
|
<item name="android:textSize">14sp</item>
|
|
575
729
|
<item name="android:lineHeight">14sp</item>
|
|
576
730
|
<item name="android:letterSpacing">0</item>
|
|
577
731
|
</style>
|
|
578
|
-
<style name="
|
|
732
|
+
<style name="ateaserheadline">
|
|
579
733
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
580
734
|
<item name="android:textSize">24sp</item>
|
|
581
735
|
<item name="android:lineHeight">24sp</item>
|
|
582
736
|
<item name="android:letterSpacing">0</item>
|
|
583
737
|
</style>
|
|
584
|
-
|
|
738
|
+
|
|
739
|
+
<!-- ============================================
|
|
740
|
+
MQTEASER
|
|
741
|
+
============================================ -->
|
|
742
|
+
|
|
743
|
+
<style name="mqteaserkicker">
|
|
585
744
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
586
745
|
<item name="android:textSize">12sp</item>
|
|
587
746
|
<item name="android:lineHeight">13.199999809265137sp</item>
|
|
588
747
|
<item name="android:letterSpacing">0</item>
|
|
589
748
|
</style>
|
|
590
|
-
<style name="
|
|
749
|
+
<style name="mqteaserheadline">
|
|
591
750
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
592
751
|
<item name="android:textSize">16sp</item>
|
|
593
752
|
<item name="android:lineHeight">18.399999618530273sp</item>
|
|
594
753
|
<item name="android:letterSpacing">0</item>
|
|
595
754
|
</style>
|
|
596
|
-
|
|
755
|
+
|
|
756
|
+
<!-- ============================================
|
|
757
|
+
QTEASER
|
|
758
|
+
============================================ -->
|
|
759
|
+
|
|
760
|
+
<style name="qteaserheadline">
|
|
597
761
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
598
762
|
<item name="android:textSize">36sp</item>
|
|
599
763
|
<item name="android:lineHeight">37.79999923706055sp</item>
|
|
600
764
|
<item name="android:letterSpacing">0</item>
|
|
601
765
|
</style>
|
|
602
|
-
|
|
766
|
+
|
|
767
|
+
<!-- ============================================
|
|
768
|
+
STDTEASER
|
|
769
|
+
============================================ -->
|
|
770
|
+
|
|
771
|
+
<style name="stdteaserheadline">
|
|
603
772
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
604
773
|
<item name="android:textSize">16sp</item>
|
|
605
774
|
<item name="android:lineHeight">18.399999618530273sp</item>
|
|
606
775
|
<item name="android:letterSpacing">0</item>
|
|
607
776
|
</style>
|
|
608
|
-
|
|
777
|
+
|
|
778
|
+
<!-- ============================================
|
|
779
|
+
TOGGLESWITCHES
|
|
780
|
+
============================================ -->
|
|
781
|
+
|
|
782
|
+
<style name="apptoogleitemlabel">
|
|
609
783
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
610
784
|
<item name="android:textSize">14sp</item>
|
|
611
785
|
<item name="android:textStyle">bold</item>
|
|
612
786
|
<item name="android:lineHeight">14.100000381469727sp</item>
|
|
613
787
|
<item name="android:letterSpacing">0</item>
|
|
614
788
|
</style>
|
|
615
|
-
|
|
789
|
+
|
|
790
|
+
<!-- ============================================
|
|
791
|
+
.DSDOCSSTYLES
|
|
792
|
+
============================================ -->
|
|
793
|
+
|
|
794
|
+
<style name=".pageheaderdescription">
|
|
616
795
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
617
796
|
<item name="android:textStyle">bold</item>
|
|
618
797
|
<item name="android:letterSpacing">0</item>
|
|
619
798
|
</style>
|
|
620
|
-
<style name=".
|
|
799
|
+
<style name=".codesnippets">
|
|
621
800
|
<item name="android:fontFamily">Source Code Pro</item>
|
|
622
801
|
<item name="android:textSize">10sp</item>
|
|
623
802
|
<item name="android:lineHeight">13sp</item>
|
|
624
803
|
<item name="android:letterSpacing">0</item>
|
|
625
804
|
</style>
|
|
626
|
-
<style name=".
|
|
805
|
+
<style name=".bilddesignsidemenu">
|
|
627
806
|
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
628
807
|
</style>
|
|
629
|
-
<style name=".
|
|
808
|
+
<style name=".bilddesignsidemenuactive">
|
|
630
809
|
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
631
810
|
</style>
|
|
632
|
-
<style name=".
|
|
811
|
+
<style name=".bilddesignsidemenuhover">
|
|
633
812
|
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
634
813
|
</style>
|
|
635
|
-
<style name=".
|
|
814
|
+
<style name=".verticalvideosmockheadlines">
|
|
636
815
|
<item name="android:fontFamily">Gotham Condensed</item>
|
|
637
816
|
<item name="android:textSize">22sp</item>
|
|
638
817
|
<item name="android:lineHeight">22sp</item>
|
|
639
818
|
</style>
|
|
640
|
-
<style name=".
|
|
819
|
+
<style name=".tokenspecl">
|
|
641
820
|
<item name="android:fontFamily">Source Code Pro</item>
|
|
642
821
|
</style>
|
|
643
|
-
|
|
822
|
+
|
|
823
|
+
<!-- ============================================
|
|
824
|
+
.SPECS
|
|
825
|
+
============================================ -->
|
|
826
|
+
|
|
827
|
+
<style name=".specsxs">
|
|
644
828
|
<item name="android:fontFamily">Gotham</item>
|
|
645
829
|
</style>
|
|
646
|
-
<style name=".
|
|
830
|
+
<style name=".specss">
|
|
647
831
|
<item name="android:fontFamily">Gotham</item>
|
|
648
832
|
</style>
|
|
649
|
-
<style name=".
|
|
833
|
+
<style name=".specsms">
|
|
650
834
|
<item name="android:fontFamily">Gotham</item>
|
|
651
835
|
</style>
|
|
652
|
-
<style name=".
|
|
836
|
+
<style name=".specsm">
|
|
653
837
|
<item name="android:fontFamily">Gotham</item>
|
|
654
838
|
</style>
|
|
655
|
-
<style name=".
|
|
839
|
+
<style name=".specsml">
|
|
656
840
|
<item name="android:fontFamily">Gotham</item>
|
|
657
841
|
<item name="android:textSize">64sp</item>
|
|
658
842
|
<item name="android:lineHeight">80sp</item>
|
|
659
843
|
</style>
|
|
660
|
-
<style name=".
|
|
844
|
+
<style name=".specsl">
|
|
661
845
|
<item name="android:fontFamily">Gotham</item>
|
|
662
846
|
</style>
|
|
663
|
-
<style name=".
|
|
847
|
+
<style name=".specsxl">
|
|
664
848
|
<item name="android:fontFamily">Gotham</item>
|
|
665
849
|
</style>
|
|
666
|
-
<style name=".
|
|
850
|
+
<style name=".specsxxl">
|
|
667
851
|
<item name="android:fontFamily">Gotham</item>
|
|
668
852
|
</style>
|
|
669
853
|
</resources>
|