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