@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="
|
|
11
|
+
<style name="display1">
|
|
12
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
13
|
+
<item name="android:textSize">39sp</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">
|
|
12
19
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
20
|
+
<item name="android:textSize">35sp</item>
|
|
13
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">Lucida Grande</item>
|
|
27
|
+
<item name="android:textSize">27sp</item>
|
|
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">Lucida Grande</item>
|
|
39
|
+
<item name="android:textSize">36sp</item>
|
|
40
|
+
<item name="android:lineHeight">37.79999923706055sp</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">Lucida Grande</item>
|
|
45
|
+
<item name="android:textSize">30sp</item>
|
|
46
|
+
<item name="android:lineHeight">33sp</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">Lucida Grande</item>
|
|
51
|
+
<item name="android:textSize">24sp</item>
|
|
52
|
+
<item name="android:lineHeight">26.399999618530273sp</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">Lucida Grande</item>
|
|
57
|
+
<item name="android:textSize">16sp</item>
|
|
58
|
+
<item name="android:lineHeight">16sp</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">Lucida Grande</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
|
-
|
|
73
|
+
|
|
74
|
+
<!-- ============================================
|
|
75
|
+
KICKER
|
|
76
|
+
============================================ -->
|
|
77
|
+
|
|
78
|
+
<style name="kicker1">
|
|
79
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
80
|
+
<item name="android:textSize">16sp</item>
|
|
81
|
+
<item name="android:lineHeight">17.600000381469727sp</item>
|
|
82
|
+
<item name="android:letterSpacing">0</item>
|
|
83
|
+
</style>
|
|
84
|
+
<style name="kicker2">
|
|
85
|
+
<item name="android:fontFamily">Lucida Grande</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">Lucida Grande</item>
|
|
92
|
+
<item name="android:textSize">14sp</item>
|
|
93
|
+
<item name="android:lineHeight">15.399999618530273sp</item>
|
|
94
|
+
</style>
|
|
95
|
+
<style name="kicker4">
|
|
96
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
97
|
+
<item name="android:textSize">12sp</item>
|
|
98
|
+
<item name="android:lineHeight">13.199999809265137sp</item>
|
|
99
|
+
<item name="android:letterSpacing">0</item>
|
|
100
|
+
</style>
|
|
101
|
+
|
|
102
|
+
<!-- ============================================
|
|
103
|
+
TITLE
|
|
104
|
+
============================================ -->
|
|
105
|
+
|
|
106
|
+
<style name="title1">
|
|
107
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
33
108
|
<item name="android:textSize">22sp</item>
|
|
34
|
-
<item name="android:
|
|
109
|
+
<item name="android:textStyle">bold</item>
|
|
110
|
+
<item name="android:lineHeight">26.399999618530273sp</item>
|
|
111
|
+
<item name="android:letterSpacing">0</item>
|
|
35
112
|
</style>
|
|
36
|
-
<style name="
|
|
37
|
-
<item name="android:fontFamily">
|
|
113
|
+
<style name="title1uppercase">
|
|
114
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
115
|
+
<item name="android:textSize">22sp</item>
|
|
116
|
+
<item name="android:textStyle">bold</item>
|
|
117
|
+
<item name="android:lineHeight">26.399999618530273sp</item>
|
|
118
|
+
<item name="android:letterSpacing">0</item>
|
|
119
|
+
</style>
|
|
120
|
+
<style name="title2">
|
|
121
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
122
|
+
<item name="android:textSize">14sp</item>
|
|
123
|
+
<item name="android:textStyle">bold</item>
|
|
124
|
+
<item name="android:lineHeight">16.799999237060547sp</item>
|
|
125
|
+
<item name="android:letterSpacing">0</item>
|
|
126
|
+
</style>
|
|
127
|
+
<style name="title2uppercase">
|
|
128
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
129
|
+
<item name="android:textSize">14sp</item>
|
|
130
|
+
<item name="android:textStyle">bold</item>
|
|
131
|
+
<item name="android:lineHeight">16.799999237060547sp</item>
|
|
132
|
+
<item name="android:letterSpacing">0</item>
|
|
38
133
|
</style>
|
|
39
134
|
|
|
40
135
|
<!-- ============================================
|
|
41
|
-
|
|
136
|
+
CALLOUT
|
|
42
137
|
============================================ -->
|
|
43
138
|
|
|
44
|
-
<style name="
|
|
45
|
-
<item name="android:fontFamily">
|
|
139
|
+
<style name="callout">
|
|
140
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
141
|
+
<item name="android:textSize">16sp</item>
|
|
142
|
+
<item name="android:textStyle">bold</item>
|
|
143
|
+
<item name="android:lineHeight">20.799999237060547sp</item>
|
|
144
|
+
<item name="android:letterSpacing">0</item>
|
|
46
145
|
</style>
|
|
47
|
-
|
|
48
|
-
|
|
146
|
+
|
|
147
|
+
<!-- ============================================
|
|
148
|
+
BODY
|
|
149
|
+
============================================ -->
|
|
150
|
+
|
|
151
|
+
<style name="body">
|
|
152
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
153
|
+
<item name="android:textSize">17sp</item>
|
|
154
|
+
<item name="android:lineHeight">29.75sp</item>
|
|
155
|
+
<item name="android:letterSpacing">0</item>
|
|
49
156
|
</style>
|
|
50
|
-
<style name="
|
|
51
|
-
<item name="android:fontFamily">
|
|
157
|
+
<style name="bodyitalic">
|
|
158
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
159
|
+
<item name="android:textSize">17sp</item>
|
|
160
|
+
<item name="android:lineHeight">29.75sp</item>
|
|
161
|
+
<item name="android:letterSpacing">0</item>
|
|
52
162
|
</style>
|
|
53
|
-
<style name="
|
|
54
|
-
<item name="android:fontFamily">
|
|
163
|
+
<style name="bodybold">
|
|
164
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
165
|
+
<item name="android:textSize">17sp</item>
|
|
166
|
+
<item name="android:textStyle">bold</item>
|
|
167
|
+
<item name="android:lineHeight">29.75sp</item>
|
|
168
|
+
<item name="android:letterSpacing">0</item>
|
|
55
169
|
</style>
|
|
56
|
-
<style name="
|
|
57
|
-
<item name="android:fontFamily">
|
|
58
|
-
<item name="android:textSize">
|
|
59
|
-
<item name="android:lineHeight">
|
|
170
|
+
<style name="bodybolditalic">
|
|
171
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
172
|
+
<item name="android:textSize">17sp</item>
|
|
173
|
+
<item name="android:lineHeight">29.75sp</item>
|
|
174
|
+
<item name="android:letterSpacing">0</item>
|
|
60
175
|
</style>
|
|
61
|
-
|
|
62
|
-
|
|
176
|
+
|
|
177
|
+
<!-- ============================================
|
|
178
|
+
TEXTLINK
|
|
179
|
+
============================================ -->
|
|
180
|
+
|
|
181
|
+
<style name="textlink">
|
|
182
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
183
|
+
<item name="android:textSize">17sp</item>
|
|
184
|
+
<item name="android:lineHeight">29.75sp</item>
|
|
185
|
+
<item name="android:letterSpacing">0</item>
|
|
63
186
|
</style>
|
|
64
|
-
<style name="
|
|
65
|
-
<item name="android:fontFamily">
|
|
187
|
+
<style name="textlinkitalic">
|
|
188
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
189
|
+
<item name="android:textSize">17sp</item>
|
|
190
|
+
<item name="android:lineHeight">29.75sp</item>
|
|
191
|
+
<item name="android:letterSpacing">0</item>
|
|
66
192
|
</style>
|
|
67
|
-
<style name="
|
|
68
|
-
<item name="android:fontFamily">
|
|
193
|
+
<style name="textlinkbold">
|
|
194
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
195
|
+
<item name="android:textSize">17sp</item>
|
|
196
|
+
<item name="android:textStyle">bold</item>
|
|
197
|
+
<item name="android:lineHeight">29.75sp</item>
|
|
198
|
+
<item name="android:letterSpacing">0</item>
|
|
199
|
+
</style>
|
|
200
|
+
<style name="textlinkhover">
|
|
201
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
202
|
+
<item name="android:textSize">17sp</item>
|
|
203
|
+
<item name="android:lineHeight">29.75sp</item>
|
|
204
|
+
<item name="android:letterSpacing">0</item>
|
|
205
|
+
</style>
|
|
206
|
+
<style name="textlinkboldhover">
|
|
207
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
208
|
+
<item name="android:textSize">17sp</item>
|
|
209
|
+
<item name="android:textStyle">bold</item>
|
|
210
|
+
<item name="android:lineHeight">29.75sp</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">Lucida Grande</item>
|
|
220
|
+
<item name="android:textSize">13sp</item>
|
|
221
|
+
<item name="android:lineHeight">16.899999618530273sp</item>
|
|
222
|
+
<item name="android:letterSpacing">0</item>
|
|
223
|
+
</style>
|
|
224
|
+
<style name="footnote1bold">
|
|
225
|
+
<item name="android:fontFamily">Lucida Grande</item>
|
|
226
|
+
<item name="android:textSize">13sp</item>
|
|
227
|
+
<item name="android:textStyle">bold</item>
|
|
228
|
+
<item name="android:lineHeight">16.899999618530273sp</item>
|
|
229
|
+
<item name="android:letterSpacing">0</item>
|
|
230
|
+
</style>
|
|
231
|
+
<style name="footnote2">
|
|
232
|
+
<item name="android:fontFamily">Lucida Grande</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">Lucida Grande</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">Lucida Grande</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">Lucida Grande</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">Lucida Grande</item>
|
|
264
|
+
<item name="android:textSize">10sp</item>
|
|
265
|
+
<item name="android:textStyle">bold</item>
|
|
266
|
+
<item name="android:lineHeight">10sp</item>
|
|
267
|
+
<item name="android:letterSpacing">0.015625</item>
|
|
268
|
+
</style>
|
|
269
|
+
<style name="label1uppercasebold">
|
|
270
|
+
<item name="android:fontFamily">Lucida Grande</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">Lucida Grande</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">Lucida Grande</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">Lucida Grande</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">Lucida Grande</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">Lucida Grande</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">Lucida Grande</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">Lucida Grande</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">Lucida Grande</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">Lucida Grande</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">Lucida Grande</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
|
<!-- ============================================
|
|
@@ -111,23 +387,6 @@
|
|
|
111
387
|
<item name="android:textStyle">bold</item>
|
|
112
388
|
</style>
|
|
113
389
|
|
|
114
|
-
<!-- ============================================
|
|
115
|
-
ATEASER
|
|
116
|
-
============================================ -->
|
|
117
|
-
|
|
118
|
-
<style name="ateaserkicker">
|
|
119
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
120
|
-
<item name="android:textSize">14sp</item>
|
|
121
|
-
<item name="android:lineHeight">14sp</item>
|
|
122
|
-
<item name="android:letterSpacing">0</item>
|
|
123
|
-
</style>
|
|
124
|
-
<style name="ateaserheadline">
|
|
125
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
126
|
-
<item name="android:textSize">24sp</item>
|
|
127
|
-
<item name="android:lineHeight">24sp</item>
|
|
128
|
-
<item name="android:letterSpacing">0</item>
|
|
129
|
-
</style>
|
|
130
|
-
|
|
131
390
|
<!-- ============================================
|
|
132
391
|
AUDIOPLAYER
|
|
133
392
|
============================================ -->
|
|
@@ -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">Lucida Grande</item>
|
|
199
|
-
<item name="android:textSize">17sp</item>
|
|
200
|
-
<item name="android:lineHeight">29.75sp</item>
|
|
201
|
-
<item name="android:letterSpacing">0</item>
|
|
202
|
-
</style>
|
|
203
|
-
<style name="bodyitalic">
|
|
204
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
205
|
-
<item name="android:textSize">17sp</item>
|
|
206
|
-
<item name="android:lineHeight">29.75sp</item>
|
|
207
|
-
<item name="android:letterSpacing">0</item>
|
|
208
|
-
</style>
|
|
209
|
-
<style name="bodybold">
|
|
210
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
211
|
-
<item name="android:textSize">17sp</item>
|
|
212
|
-
<item name="android:textStyle">bold</item>
|
|
213
|
-
<item name="android:lineHeight">29.75sp</item>
|
|
214
|
-
<item name="android:letterSpacing">0</item>
|
|
215
|
-
</style>
|
|
216
|
-
<style name="bodybolditalic">
|
|
217
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
218
|
-
<item name="android:textSize">17sp</item>
|
|
219
|
-
<item name="android:lineHeight">29.75sp</item>
|
|
220
|
-
<item name="android:letterSpacing">0</item>
|
|
221
|
-
</style>
|
|
222
|
-
|
|
223
452
|
<!-- ============================================
|
|
224
453
|
BREADCRUMB
|
|
225
454
|
============================================ -->
|
|
@@ -288,264 +517,48 @@
|
|
|
288
517
|
<item name="android:lineHeight">16sp</item>
|
|
289
518
|
</style>
|
|
290
519
|
|
|
291
|
-
<!-- ============================================
|
|
292
|
-
CALLOUT
|
|
293
|
-
============================================ -->
|
|
294
|
-
|
|
295
|
-
<style name="callout">
|
|
296
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
297
|
-
<item name="android:textSize">16sp</item>
|
|
298
|
-
<item name="android:textStyle">bold</item>
|
|
299
|
-
<item name="android:lineHeight">20.799999237060547sp</item>
|
|
300
|
-
<item name="android:letterSpacing">0</item>
|
|
301
|
-
</style>
|
|
302
|
-
|
|
303
520
|
<!-- ============================================
|
|
304
521
|
CHIPS
|
|
305
522
|
============================================ -->
|
|
306
523
|
|
|
307
524
|
<style name="chipslabel">
|
|
308
525
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
309
|
-
<item name="android:textSize">16sp</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">Lucida Grande</item>
|
|
319
|
-
<item name="android:textSize">39sp</item>
|
|
320
|
-
<item name="android:textStyle">bold</item>
|
|
321
|
-
<item name="android:lineHeight">40sp</item>
|
|
322
|
-
<item name="android:letterSpacing">-0.03125</item>
|
|
323
|
-
</style>
|
|
324
|
-
<style name="display2">
|
|
325
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
326
|
-
<item name="android:textSize">35sp</item>
|
|
327
|
-
<item name="android:textStyle">bold</item>
|
|
328
|
-
<item name="android:lineHeight">36sp</item>
|
|
329
|
-
<item name="android:letterSpacing">-0.03125</item>
|
|
330
|
-
</style>
|
|
331
|
-
<style name="display3">
|
|
332
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
333
|
-
<item name="android:textSize">27sp</item>
|
|
334
|
-
<item name="android:textStyle">bold</item>
|
|
335
|
-
<item name="android:lineHeight">28sp</item>
|
|
336
|
-
<item name="android:letterSpacing">-0.03125</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">Lucida Grande</item>
|
|
369
|
-
<item name="android:textSize">13sp</item>
|
|
370
|
-
<item name="android:lineHeight">16.899999618530273sp</item>
|
|
371
|
-
<item name="android:letterSpacing">0</item>
|
|
372
|
-
</style>
|
|
373
|
-
<style name="footnote1bold">
|
|
374
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
375
|
-
<item name="android:textSize">13sp</item>
|
|
376
|
-
<item name="android:textStyle">bold</item>
|
|
377
|
-
<item name="android:lineHeight">16.899999618530273sp</item>
|
|
378
|
-
<item name="android:letterSpacing">0</item>
|
|
379
|
-
</style>
|
|
380
|
-
<style name="footnote2">
|
|
381
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
382
|
-
<item name="android:textSize">10sp</item>
|
|
383
|
-
<item name="android:lineHeight">13sp</item>
|
|
384
|
-
<item name="android:letterSpacing">0</item>
|
|
385
|
-
</style>
|
|
386
|
-
<style name="footnote2bold">
|
|
387
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
388
|
-
<item name="android:textSize">10sp</item>
|
|
389
|
-
<item name="android:textStyle">bold</item>
|
|
390
|
-
<item name="android:lineHeight">13sp</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">Lucida Grande</item>
|
|
400
|
-
<item name="android:textSize">36sp</item>
|
|
401
|
-
<item name="android:lineHeight">37.79999923706055sp</item>
|
|
402
|
-
<item name="android:letterSpacing">0</item>
|
|
403
|
-
</style>
|
|
404
|
-
<style name="headline2">
|
|
405
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
406
|
-
<item name="android:textSize">30sp</item>
|
|
407
|
-
<item name="android:lineHeight">33sp</item>
|
|
408
|
-
<item name="android:letterSpacing">0</item>
|
|
409
|
-
</style>
|
|
410
|
-
<style name="headline3">
|
|
411
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
412
|
-
<item name="android:textSize">24sp</item>
|
|
413
|
-
<item name="android:lineHeight">26.399999618530273sp</item>
|
|
414
|
-
<item name="android:letterSpacing">0</item>
|
|
415
|
-
</style>
|
|
416
|
-
<style name="headline4">
|
|
417
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
418
|
-
<item name="android:textSize">16sp</item>
|
|
419
|
-
<item name="android:lineHeight">16sp</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">Lucida Grande</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">Lucida Grande</item>
|
|
439
|
-
<item name="android:textSize">16sp</item>
|
|
440
|
-
<item name="android:lineHeight">17.600000381469727sp</item>
|
|
441
|
-
<item name="android:letterSpacing">0</item>
|
|
442
|
-
</style>
|
|
443
|
-
<style name="kicker2">
|
|
444
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
445
|
-
<item name="android:textSize">16sp</item>
|
|
446
|
-
<item name="android:lineHeight">17.600000381469727sp</item>
|
|
447
|
-
<item name="android:letterSpacing">0</item>
|
|
448
|
-
</style>
|
|
449
|
-
<style name="kicker3">
|
|
450
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
451
|
-
<item name="android:textSize">14sp</item>
|
|
452
|
-
<item name="android:lineHeight">15.399999618530273sp</item>
|
|
453
|
-
</style>
|
|
454
|
-
<style name="kicker4">
|
|
455
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
456
|
-
<item name="android:textSize">12sp</item>
|
|
457
|
-
<item name="android:lineHeight">13.199999809265137sp</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">Lucida Grande</item>
|
|
467
|
-
<item name="android:textSize">17sp</item>
|
|
468
|
-
<item name="android:lineHeight">20.399999618530273sp</item>
|
|
469
|
-
<item name="android:letterSpacing">0.015625</item>
|
|
470
|
-
</style>
|
|
471
|
-
<style name="label1bold">
|
|
472
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
473
|
-
<item name="android:textSize">17sp</item>
|
|
474
|
-
<item name="android:textStyle">bold</item>
|
|
475
|
-
<item name="android:lineHeight">20.399999618530273sp</item>
|
|
476
|
-
<item name="android:letterSpacing">0.015625</item>
|
|
477
|
-
</style>
|
|
478
|
-
<style name="label1boldresp">
|
|
479
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
480
|
-
<item name="android:textSize">10sp</item>
|
|
481
|
-
<item name="android:textStyle">bold</item>
|
|
482
|
-
<item name="android:lineHeight">10sp</item>
|
|
483
|
-
<item name="android:letterSpacing">0.015625</item>
|
|
484
|
-
</style>
|
|
485
|
-
<style name="label1uppercasebold">
|
|
486
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
487
|
-
<item name="android:textSize">17sp</item>
|
|
488
|
-
<item name="android:textStyle">bold</item>
|
|
489
|
-
<item name="android:lineHeight">20.399999618530273sp</item>
|
|
490
|
-
<item name="android:letterSpacing">0.03125</item>
|
|
491
|
-
</style>
|
|
492
|
-
<style name="label2">
|
|
493
|
-
<item name="android:fontFamily">Lucida Grande</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">Lucida Grande</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">Lucida Grande</item>
|
|
506
|
-
<item name="android:textSize">15sp</item>
|
|
526
|
+
<item name="android:textSize">16sp</item>
|
|
507
527
|
<item name="android:textStyle">bold</item>
|
|
508
|
-
<item name="android:lineHeight">16sp</item>
|
|
509
|
-
<item name="android:letterSpacing">0.015625</item>
|
|
510
528
|
</style>
|
|
511
|
-
|
|
512
|
-
|
|
529
|
+
|
|
530
|
+
<!-- ============================================
|
|
531
|
+
FOOTER
|
|
532
|
+
============================================ -->
|
|
533
|
+
|
|
534
|
+
<style name="footercardlink">
|
|
535
|
+
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
513
536
|
<item name="android:textSize">15sp</item>
|
|
514
|
-
<item name="android:textStyle">bold</item>
|
|
515
|
-
<item name="android:lineHeight">16sp</item>
|
|
516
|
-
<item name="android:letterSpacing">0.015625</item>
|
|
517
537
|
</style>
|
|
518
|
-
<style name="
|
|
519
|
-
<item name="android:fontFamily">
|
|
520
|
-
<item name="android:textSize">12sp</item>
|
|
521
|
-
<item name="android:lineHeight">14.399999618530273sp</item>
|
|
522
|
-
<item name="android:letterSpacing">0.015625</item>
|
|
523
|
-
</style>
|
|
524
|
-
<style name="label3uppercase">
|
|
525
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
526
|
-
<item name="android:textSize">12sp</item>
|
|
527
|
-
<item name="android:lineHeight">14.399999618530273sp</item>
|
|
528
|
-
<item name="android:letterSpacing">0.03125</item>
|
|
538
|
+
<style name="footerlinkseparator">
|
|
539
|
+
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
529
540
|
</style>
|
|
530
|
-
<style name="
|
|
531
|
-
<item name="android:fontFamily">
|
|
532
|
-
<item name="android:textSize">
|
|
541
|
+
<style name="footerlinks">
|
|
542
|
+
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
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="
|
|
538
|
-
<item name="android:fontFamily">
|
|
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>
|
|
548
|
+
<style name="footerlinkuser&offerpages">
|
|
549
|
+
<item name="android:fontFamily">Gotham XNarrow</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">Lucida Grande</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">Lucida Grande</item>
|
|
625
|
-
<item name="android:textSize">12sp</item>
|
|
626
|
-
<item name="android:lineHeight">13.199999809265137sp</item>
|
|
627
|
-
<item name="android:letterSpacing">0</item>
|
|
628
|
-
</style>
|
|
629
|
-
<style name="mqteaserheadline">
|
|
630
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
631
|
-
<item name="android:textSize">16sp</item>
|
|
632
|
-
<item name="android:lineHeight">18.399999618530273sp</item>
|
|
633
|
-
<item name="android:letterSpacing">0</item>
|
|
634
|
-
</style>
|
|
635
|
-
|
|
636
632
|
<!-- ============================================
|
|
637
633
|
NEWSTICKER
|
|
638
634
|
============================================ -->
|
|
@@ -689,29 +685,6 @@
|
|
|
689
685
|
<item name="android:letterSpacing">-0.03125</item>
|
|
690
686
|
</style>
|
|
691
687
|
|
|
692
|
-
<!-- ============================================
|
|
693
|
-
QTEASER
|
|
694
|
-
============================================ -->
|
|
695
|
-
|
|
696
|
-
<style name="qteaserheadline">
|
|
697
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
698
|
-
<item name="android:textSize">36sp</item>
|
|
699
|
-
<item name="android:lineHeight">37.79999923706055sp</item>
|
|
700
|
-
<item name="android:letterSpacing">0</item>
|
|
701
|
-
</style>
|
|
702
|
-
|
|
703
|
-
<!-- ============================================
|
|
704
|
-
QUOTE
|
|
705
|
-
============================================ -->
|
|
706
|
-
|
|
707
|
-
<style name="quote">
|
|
708
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
709
|
-
<item name="android:textSize">16sp</item>
|
|
710
|
-
<item name="android:textStyle">bold</item>
|
|
711
|
-
<item name="android:lineHeight">20.799999237060547sp</item>
|
|
712
|
-
<item name="android:letterSpacing">0</item>
|
|
713
|
-
</style>
|
|
714
|
-
|
|
715
688
|
<!-- ============================================
|
|
716
689
|
SPECIALNAVI
|
|
717
690
|
============================================ -->
|
|
@@ -723,29 +696,6 @@
|
|
|
723
696
|
<item name="android:letterSpacing">0</item>
|
|
724
697
|
</style>
|
|
725
698
|
|
|
726
|
-
<!-- ============================================
|
|
727
|
-
STDTEASER
|
|
728
|
-
============================================ -->
|
|
729
|
-
|
|
730
|
-
<style name="stdteaserheadline">
|
|
731
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
732
|
-
<item name="android:textSize">16sp</item>
|
|
733
|
-
<item name="android:lineHeight">18.399999618530273sp</item>
|
|
734
|
-
<item name="android:letterSpacing">0</item>
|
|
735
|
-
</style>
|
|
736
|
-
|
|
737
|
-
<!-- ============================================
|
|
738
|
-
SUBHEADLINE
|
|
739
|
-
============================================ -->
|
|
740
|
-
|
|
741
|
-
<style name="subheadline1">
|
|
742
|
-
<item name="android:fontFamily">Lucida Grande</item>
|
|
743
|
-
<item name="android:textSize">18sp</item>
|
|
744
|
-
<item name="android:textStyle">bold</item>
|
|
745
|
-
<item name="android:lineHeight">23.399999618530273sp</item>
|
|
746
|
-
<item name="android:letterSpacing">0</item>
|
|
747
|
-
</style>
|
|
748
|
-
|
|
749
699
|
<!-- ============================================
|
|
750
700
|
TABS
|
|
751
701
|
============================================ -->
|
|
@@ -770,84 +720,134 @@
|
|
|
770
720
|
</style>
|
|
771
721
|
|
|
772
722
|
<!-- ============================================
|
|
773
|
-
|
|
723
|
+
ATEASER
|
|
774
724
|
============================================ -->
|
|
775
725
|
|
|
776
|
-
<style name="
|
|
726
|
+
<style name="ateaserkicker">
|
|
777
727
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
778
|
-
<item name="android:textSize">
|
|
779
|
-
<item name="android:lineHeight">
|
|
728
|
+
<item name="android:textSize">14sp</item>
|
|
729
|
+
<item name="android:lineHeight">14sp</item>
|
|
780
730
|
<item name="android:letterSpacing">0</item>
|
|
781
731
|
</style>
|
|
782
|
-
<style name="
|
|
732
|
+
<style name="ateaserheadline">
|
|
783
733
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
784
|
-
<item name="android:textSize">
|
|
785
|
-
<item name="android:lineHeight">
|
|
734
|
+
<item name="android:textSize">24sp</item>
|
|
735
|
+
<item name="android:lineHeight">24sp</item>
|
|
786
736
|
<item name="android:letterSpacing">0</item>
|
|
787
737
|
</style>
|
|
788
|
-
|
|
738
|
+
|
|
739
|
+
<!-- ============================================
|
|
740
|
+
MQTEASER
|
|
741
|
+
============================================ -->
|
|
742
|
+
|
|
743
|
+
<style name="mqteaserkicker">
|
|
789
744
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
790
|
-
<item name="android:textSize">
|
|
791
|
-
<item name="android:
|
|
792
|
-
<item name="android:lineHeight">29.75sp</item>
|
|
745
|
+
<item name="android:textSize">12sp</item>
|
|
746
|
+
<item name="android:lineHeight">13.199999809265137sp</item>
|
|
793
747
|
<item name="android:letterSpacing">0</item>
|
|
794
748
|
</style>
|
|
795
|
-
<style name="
|
|
749
|
+
<style name="mqteaserheadline">
|
|
796
750
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
797
|
-
<item name="android:textSize">
|
|
798
|
-
<item name="android:lineHeight">
|
|
751
|
+
<item name="android:textSize">16sp</item>
|
|
752
|
+
<item name="android:lineHeight">18.399999618530273sp</item>
|
|
799
753
|
<item name="android:letterSpacing">0</item>
|
|
800
754
|
</style>
|
|
801
|
-
|
|
755
|
+
|
|
756
|
+
<!-- ============================================
|
|
757
|
+
QTEASER
|
|
758
|
+
============================================ -->
|
|
759
|
+
|
|
760
|
+
<style name="qteaserheadline">
|
|
802
761
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
803
|
-
<item name="android:textSize">
|
|
804
|
-
<item name="android:
|
|
805
|
-
<item name="android:lineHeight">29.75sp</item>
|
|
762
|
+
<item name="android:textSize">36sp</item>
|
|
763
|
+
<item name="android:lineHeight">37.79999923706055sp</item>
|
|
806
764
|
<item name="android:letterSpacing">0</item>
|
|
807
765
|
</style>
|
|
808
766
|
|
|
809
767
|
<!-- ============================================
|
|
810
|
-
|
|
768
|
+
STDTEASER
|
|
811
769
|
============================================ -->
|
|
812
770
|
|
|
813
|
-
<style name="
|
|
771
|
+
<style name="stdteaserheadline">
|
|
814
772
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
815
|
-
<item name="android:textSize">
|
|
816
|
-
<item name="android:
|
|
817
|
-
<item name="android:lineHeight">26.399999618530273sp</item>
|
|
773
|
+
<item name="android:textSize">16sp</item>
|
|
774
|
+
<item name="android:lineHeight">18.399999618530273sp</item>
|
|
818
775
|
<item name="android:letterSpacing">0</item>
|
|
819
776
|
</style>
|
|
820
|
-
|
|
777
|
+
|
|
778
|
+
<!-- ============================================
|
|
779
|
+
TOGGLESWITCHES
|
|
780
|
+
============================================ -->
|
|
781
|
+
|
|
782
|
+
<style name="apptoogleitemlabel">
|
|
821
783
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
822
|
-
<item name="android:textSize">
|
|
784
|
+
<item name="android:textSize">14sp</item>
|
|
823
785
|
<item name="android:textStyle">bold</item>
|
|
824
|
-
<item name="android:lineHeight">
|
|
786
|
+
<item name="android:lineHeight">14.100000381469727sp</item>
|
|
825
787
|
<item name="android:letterSpacing">0</item>
|
|
826
788
|
</style>
|
|
827
|
-
|
|
789
|
+
|
|
790
|
+
<!-- ============================================
|
|
791
|
+
.DSDOCSSTYLES
|
|
792
|
+
============================================ -->
|
|
793
|
+
|
|
794
|
+
<style name=".pageheaderdescription">
|
|
828
795
|
<item name="android:fontFamily">Lucida Grande</item>
|
|
829
|
-
<item name="android:textSize">14sp</item>
|
|
830
796
|
<item name="android:textStyle">bold</item>
|
|
831
|
-
<item name="android:lineHeight">16.799999237060547sp</item>
|
|
832
797
|
<item name="android:letterSpacing">0</item>
|
|
833
798
|
</style>
|
|
834
|
-
<style name="
|
|
835
|
-
<item name="android:fontFamily">
|
|
836
|
-
<item name="android:textSize">
|
|
837
|
-
<item name="android:
|
|
838
|
-
<item name="android:lineHeight">16.799999237060547sp</item>
|
|
799
|
+
<style name=".codesnippets">
|
|
800
|
+
<item name="android:fontFamily">Source Code Pro</item>
|
|
801
|
+
<item name="android:textSize">10sp</item>
|
|
802
|
+
<item name="android:lineHeight">13sp</item>
|
|
839
803
|
<item name="android:letterSpacing">0</item>
|
|
840
804
|
</style>
|
|
805
|
+
<style name=".bilddesignsidemenu">
|
|
806
|
+
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
807
|
+
</style>
|
|
808
|
+
<style name=".bilddesignsidemenuactive">
|
|
809
|
+
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
810
|
+
</style>
|
|
811
|
+
<style name=".bilddesignsidemenuhover">
|
|
812
|
+
<item name="android:fontFamily">Gotham XNarrow</item>
|
|
813
|
+
</style>
|
|
814
|
+
<style name=".verticalvideosmockheadlines">
|
|
815
|
+
<item name="android:fontFamily">Gotham Condensed</item>
|
|
816
|
+
<item name="android:textSize">22sp</item>
|
|
817
|
+
<item name="android:lineHeight">22sp</item>
|
|
818
|
+
</style>
|
|
819
|
+
<style name=".tokenspecl">
|
|
820
|
+
<item name="android:fontFamily">Source Code Pro</item>
|
|
821
|
+
</style>
|
|
841
822
|
|
|
842
823
|
<!-- ============================================
|
|
843
|
-
|
|
824
|
+
.SPECS
|
|
844
825
|
============================================ -->
|
|
845
826
|
|
|
846
|
-
<style name="
|
|
847
|
-
<item name="android:fontFamily">
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
<item name="android:
|
|
851
|
-
|
|
827
|
+
<style name=".specsxs">
|
|
828
|
+
<item name="android:fontFamily">Gotham</item>
|
|
829
|
+
</style>
|
|
830
|
+
<style name=".specss">
|
|
831
|
+
<item name="android:fontFamily">Gotham</item>
|
|
832
|
+
</style>
|
|
833
|
+
<style name=".specsms">
|
|
834
|
+
<item name="android:fontFamily">Gotham</item>
|
|
835
|
+
</style>
|
|
836
|
+
<style name=".specsm">
|
|
837
|
+
<item name="android:fontFamily">Gotham</item>
|
|
838
|
+
</style>
|
|
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">
|
|
851
|
+
<item name="android:fontFamily">Gotham</item>
|
|
852
852
|
</style>
|
|
853
853
|
</resources>
|