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