@marioschmidt/design-system-tokens 1.0.22 → 1.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/android/brands/advertorial/sizeclass-compact/typography_styles.xml +297 -113
- package/dist/android/brands/advertorial/sizeclass-regular/typography_styles.xml +297 -113
- package/dist/android/brands/bild/sizeclass-compact/typography_styles.xml +297 -113
- package/dist/android/brands/bild/sizeclass-regular/typography_styles.xml +297 -113
- package/dist/android/brands/sportbild/sizeclass-compact/typography_styles.xml +297 -113
- package/dist/android/brands/sportbild/sizeclass-regular/typography_styles.xml +297 -113
- package/dist/css/brands/advertorial/density/density-compact.css +1 -1
- package/dist/css/brands/advertorial/density/density-default.css +1 -1
- package/dist/css/brands/advertorial/density/density-spacious.css +1 -1
- package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +38 -14
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +38 -14
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +298 -114
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +298 -114
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +298 -114
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +298 -114
- package/dist/css/brands/bild/density/density-compact.css +1 -1
- package/dist/css/brands/bild/density/density-default.css +1 -1
- package/dist/css/brands/bild/density/density-spacious.css +1 -1
- package/dist/css/brands/bild/overrides/brandcolormapping.css +140 -140
- package/dist/css/brands/bild/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/bild/semantic/color/colormode-dark.css +385 -385
- package/dist/css/brands/bild/semantic/color/colormode-light.css +385 -385
- package/dist/css/brands/bild/semantic/effects/effects-dark.css +38 -14
- package/dist/css/brands/bild/semantic/effects/effects-light.css +38 -14
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +298 -114
- package/dist/css/brands/bild/semantic/typography/typography-md.css +298 -114
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +298 -114
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +298 -114
- package/dist/css/brands/sportbild/density/density-compact.css +1 -1
- package/dist/css/brands/sportbild/density/density-default.css +1 -1
- package/dist/css/brands/sportbild/density/density-spacious.css +1 -1
- package/dist/css/brands/sportbild/overrides/brandcolormapping.css +140 -140
- package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +385 -385
- package/dist/css/brands/sportbild/semantic/color/colormode-light.css +385 -385
- package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +38 -14
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +38 -14
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +298 -114
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +298 -114
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +298 -114
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +298 -114
- package/dist/css/shared/colorprimitive.css +97 -97
- package/dist/css/shared/fontprimitive.css +22 -22
- package/dist/css/shared/sizeprimitive.css +1 -1
- package/dist/css/shared/spaceprimitive.css +1 -1
- package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +91 -91
- package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +389 -389
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +389 -389
- package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +91 -91
- package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +389 -389
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +389 -389
- package/dist/flutter/shared/colorprimitive.dart +82 -82
- package/dist/flutter/shared/fontprimitive.dart +21 -21
- package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/advertorial/sizeclass-compact/Typography.swift +297 -113
- package/dist/ios/brands/advertorial/sizeclass-regular/Typography.swift +297 -113
- package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +91 -91
- package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +389 -389
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +389 -389
- package/dist/ios/brands/bild/sizeclass-compact/Typography.swift +297 -113
- package/dist/ios/brands/bild/sizeclass-regular/Typography.swift +297 -113
- package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +91 -91
- package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +389 -389
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +389 -389
- package/dist/ios/brands/sportbild/sizeclass-compact/Typography.swift +297 -113
- package/dist/ios/brands/sportbild/sizeclass-regular/Typography.swift +297 -113
- package/dist/ios/shared/Colorprimitive.swift +82 -82
- package/dist/ios/shared/Fontprimitive.swift +21 -21
- package/dist/js/brands/advertorial/density/density-compact.js +1 -1
- package/dist/js/brands/advertorial/density/density-default.js +1 -1
- package/dist/js/brands/advertorial/density/density-spacious.js +1 -1
- package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +13 -13
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +13 -13
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +210 -210
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +210 -210
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +210 -210
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +210 -210
- package/dist/js/brands/bild/density/density-compact.js +1 -1
- package/dist/js/brands/bild/density/density-default.js +1 -1
- package/dist/js/brands/bild/density/density-spacious.js +1 -1
- package/dist/js/brands/bild/overrides/brandcolormapping.js +92 -92
- package/dist/js/brands/bild/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +390 -390
- package/dist/js/brands/bild/semantic/color/colormode-light.js +390 -390
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +13 -13
- package/dist/js/brands/bild/semantic/effects/effects-light.js +13 -13
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +210 -210
- package/dist/js/brands/bild/semantic/typography/typography-md.js +210 -210
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +210 -210
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +210 -210
- package/dist/js/brands/sportbild/density/density-compact.js +1 -1
- package/dist/js/brands/sportbild/density/density-default.js +1 -1
- package/dist/js/brands/sportbild/density/density-spacious.js +1 -1
- package/dist/js/brands/sportbild/overrides/brandcolormapping.js +92 -92
- package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +390 -390
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +390 -390
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +13 -13
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +13 -13
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +210 -210
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +210 -210
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +210 -210
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +210 -210
- package/dist/js/shared/colorprimitive.js +83 -83
- package/dist/js/shared/fontprimitive.js +22 -22
- package/dist/js/shared/sizeprimitive.js +1 -1
- package/dist/js/shared/spaceprimitive.js +1 -1
- package/dist/manifest.json +1 -1
- package/dist/scss/brands/advertorial/density/density-compact.scss +1 -1
- package/dist/scss/brands/advertorial/density/density-default.scss +1 -1
- package/dist/scss/brands/advertorial/density/density-spacious.scss +1 -1
- package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +13 -13
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +13 -13
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +210 -210
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +210 -210
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +210 -210
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +210 -210
- package/dist/scss/brands/bild/density/density-compact.scss +1 -1
- package/dist/scss/brands/bild/density/density-default.scss +1 -1
- package/dist/scss/brands/bild/density/density-spacious.scss +1 -1
- package/dist/scss/brands/bild/overrides/brandcolormapping.scss +92 -92
- package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +390 -390
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +390 -390
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +13 -13
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +13 -13
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +210 -210
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +210 -210
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +210 -210
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +210 -210
- package/dist/scss/brands/sportbild/density/density-compact.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-default.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-spacious.scss +1 -1
- package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +92 -92
- package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +390 -390
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +390 -390
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +13 -13
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +13 -13
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +210 -210
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +210 -210
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +210 -210
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +210 -210
- package/dist/scss/shared/colorprimitive.scss +83 -83
- package/dist/scss/shared/fontprimitive.scss +22 -22
- package/dist/scss/shared/sizeprimitive.scss +1 -1
- package/dist/scss/shared/spaceprimitive.scss +1 -1
- package/package.json +1 -1
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Typography Classes - Sportbild / lg
|
|
3
|
-
* Generiert am: 2025-11-
|
|
3
|
+
* Generiert am: 2025-11-24T21:40:53.615Z
|
|
4
4
|
* Nicht manuell bearbeiten!
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
+
/* ============================================
|
|
8
|
+
DISPLAY
|
|
9
|
+
============================================ */
|
|
10
|
+
|
|
7
11
|
/* Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 40 - 40 - 72 - 120 */
|
|
8
|
-
.
|
|
12
|
+
.display1 {
|
|
9
13
|
font-family: AntennaCond;
|
|
10
14
|
font-weight: 800;
|
|
11
15
|
font-size: 114px;
|
|
@@ -14,7 +18,7 @@
|
|
|
14
18
|
}
|
|
15
19
|
|
|
16
20
|
/* Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 36 - 36 - 42 - 64 */
|
|
17
|
-
.
|
|
21
|
+
.display2 {
|
|
18
22
|
font-family: AntennaCond;
|
|
19
23
|
font-weight: 800;
|
|
20
24
|
font-size: 61px;
|
|
@@ -23,7 +27,7 @@
|
|
|
23
27
|
}
|
|
24
28
|
|
|
25
29
|
/* Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 28 - 28 - 32 - 40 */
|
|
26
|
-
.
|
|
30
|
+
.display3 {
|
|
27
31
|
font-family: AntennaCond;
|
|
28
32
|
font-weight: 800;
|
|
29
33
|
font-size: 38px;
|
|
@@ -31,8 +35,13 @@
|
|
|
31
35
|
letter-spacing: -1px;
|
|
32
36
|
}
|
|
33
37
|
|
|
38
|
+
|
|
39
|
+
/* ============================================
|
|
40
|
+
HEADLINE
|
|
41
|
+
============================================ */
|
|
42
|
+
|
|
34
43
|
/* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 48 - 48 - 72 - 100 */
|
|
35
|
-
.
|
|
44
|
+
.headline1 {
|
|
36
45
|
font-family: AntennaExtraCond;
|
|
37
46
|
font-size: 80px;
|
|
38
47
|
line-height: 88px;
|
|
@@ -41,7 +50,7 @@
|
|
|
41
50
|
}
|
|
42
51
|
|
|
43
52
|
/* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's token for the font size parameter changes across device sizes as follows: 40 - 40 - 48 - 64 */
|
|
44
|
-
.
|
|
53
|
+
.headline2 {
|
|
45
54
|
font-family: AntennaExtraCond;
|
|
46
55
|
font-size: 50px;
|
|
47
56
|
line-height: 57.599998474121094px;
|
|
@@ -50,7 +59,7 @@
|
|
|
50
59
|
}
|
|
51
60
|
|
|
52
61
|
/* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's font size parameter is controlled by the headline3FontSize token: 28 - 28 - 36 - 40 */
|
|
53
|
-
.
|
|
62
|
+
.headline3 {
|
|
54
63
|
font-family: AntennaExtraCond;
|
|
55
64
|
font-size: 34px;
|
|
56
65
|
line-height: 39.099998474121094px;
|
|
@@ -59,7 +68,7 @@
|
|
|
59
68
|
}
|
|
60
69
|
|
|
61
70
|
/* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 22 - 22 - 26 - 32 */
|
|
62
|
-
.
|
|
71
|
+
.headline4 {
|
|
63
72
|
font-family: AntennaExtraCond;
|
|
64
73
|
font-size: 26px;
|
|
65
74
|
line-height: 26px;
|
|
@@ -67,8 +76,13 @@
|
|
|
67
76
|
font-style: bold italic;
|
|
68
77
|
}
|
|
69
78
|
|
|
79
|
+
|
|
80
|
+
/* ============================================
|
|
81
|
+
SUBHEADLINE
|
|
82
|
+
============================================ */
|
|
83
|
+
|
|
70
84
|
/* This Subheadlines text style is used in articles. They are placed under the headline at the top of an article. Subheadlines can appear in some teasers also. Font size: 24 - 24 - 32 - 36 */
|
|
71
|
-
.
|
|
85
|
+
.subheadline1 {
|
|
72
86
|
font-family: AntennaCond;
|
|
73
87
|
font-weight: 700;
|
|
74
88
|
font-size: 26px;
|
|
@@ -76,8 +90,13 @@
|
|
|
76
90
|
letter-spacing: 0px;
|
|
77
91
|
}
|
|
78
92
|
|
|
93
|
+
|
|
94
|
+
/* ============================================
|
|
95
|
+
KICKER
|
|
96
|
+
============================================ */
|
|
97
|
+
|
|
79
98
|
/* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 30 --//*//-- currently css uses kicker0 for the naming of this text style and sequence of font size changes */
|
|
80
|
-
.
|
|
99
|
+
.kicker1 {
|
|
81
100
|
font-family: AntennaExtraCond;
|
|
82
101
|
font-size: 32px;
|
|
83
102
|
line-height: 35.20000076293945px;
|
|
@@ -86,7 +105,7 @@
|
|
|
86
105
|
}
|
|
87
106
|
|
|
88
107
|
/* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 24 --//*//-- currently css uses kicker1 for the naming of this text style and sequence of font size changes */
|
|
89
|
-
.
|
|
108
|
+
.kicker2 {
|
|
90
109
|
font-family: AntennaExtraCond;
|
|
91
110
|
font-size: 26px;
|
|
92
111
|
line-height: 28.600000381469727px;
|
|
@@ -95,7 +114,7 @@
|
|
|
95
114
|
}
|
|
96
115
|
|
|
97
116
|
/* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 16 - 16 - 18 - 20 --//*//-- currently css uses kicker2 for the naming of this text style and sequence of font size changes */
|
|
98
|
-
.
|
|
117
|
+
.kicker3 {
|
|
99
118
|
font-family: AntennaExtraCond;
|
|
100
119
|
font-size: 22px;
|
|
101
120
|
line-height: 24.200000762939453px;
|
|
@@ -103,7 +122,7 @@
|
|
|
103
122
|
}
|
|
104
123
|
|
|
105
124
|
/* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 14 - 14 - 16 - 16 --//*//-- currently css uses kicker3 for the naming of this text style and sequence of font size changes */
|
|
106
|
-
.
|
|
125
|
+
.kicker4 {
|
|
107
126
|
font-family: AntennaExtraCond;
|
|
108
127
|
font-size: 18px;
|
|
109
128
|
line-height: 19.799999237060547px;
|
|
@@ -111,8 +130,13 @@
|
|
|
111
130
|
font-style: black italic;
|
|
112
131
|
}
|
|
113
132
|
|
|
133
|
+
|
|
134
|
+
/* ============================================
|
|
135
|
+
TITLE
|
|
136
|
+
============================================ */
|
|
137
|
+
|
|
114
138
|
/* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability. Font size: 22 - 22 - 22 - 28 */
|
|
115
|
-
.
|
|
139
|
+
.title1 {
|
|
116
140
|
font-family: AntennaCond;
|
|
117
141
|
font-weight: 800;
|
|
118
142
|
font-size: 30px;
|
|
@@ -121,7 +145,7 @@
|
|
|
121
145
|
}
|
|
122
146
|
|
|
123
147
|
/* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability. Font size: 22 - 22 - 22 - 28 */
|
|
124
|
-
.
|
|
148
|
+
.title1uppercase {
|
|
125
149
|
font-family: AntennaCond;
|
|
126
150
|
font-weight: 800;
|
|
127
151
|
font-size: 30px;
|
|
@@ -133,7 +157,7 @@
|
|
|
133
157
|
/* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
|
|
134
158
|
|
|
135
159
|
In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20 */
|
|
136
|
-
.
|
|
160
|
+
.title2 {
|
|
137
161
|
font-family: AntennaCond;
|
|
138
162
|
font-weight: 800;
|
|
139
163
|
font-size: 20px;
|
|
@@ -144,7 +168,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
144
168
|
/* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
|
|
145
169
|
|
|
146
170
|
In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20 */
|
|
147
|
-
.
|
|
171
|
+
.title2uppercase {
|
|
148
172
|
font-family: AntennaCond;
|
|
149
173
|
font-weight: 800;
|
|
150
174
|
font-size: 20px;
|
|
@@ -153,8 +177,13 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
153
177
|
text-transform: upper;
|
|
154
178
|
}
|
|
155
179
|
|
|
180
|
+
|
|
181
|
+
/* ============================================
|
|
182
|
+
CALLOUT
|
|
183
|
+
============================================ */
|
|
184
|
+
|
|
156
185
|
/* Callouts highlight key information, quotes, or important notes inside content. They stand apart from body text to draw attention. There is overlap between this text style and the title text styles. Font size: 18 - 18 - 22 - 22 */
|
|
157
|
-
.callout
|
|
186
|
+
.callout {
|
|
158
187
|
font-family: AntennaCond;
|
|
159
188
|
font-weight: 800;
|
|
160
189
|
font-size: 24px;
|
|
@@ -162,8 +191,13 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
162
191
|
letter-spacing: 0px;
|
|
163
192
|
}
|
|
164
193
|
|
|
194
|
+
|
|
195
|
+
/* ============================================
|
|
196
|
+
BODY
|
|
197
|
+
============================================ */
|
|
198
|
+
|
|
165
199
|
/* Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
|
|
166
|
-
.body
|
|
200
|
+
.body {
|
|
167
201
|
font-family: Inter;
|
|
168
202
|
font-weight: 400;
|
|
169
203
|
font-size: 17px;
|
|
@@ -172,7 +206,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
172
206
|
}
|
|
173
207
|
|
|
174
208
|
/* Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
|
|
175
|
-
.
|
|
209
|
+
.bodyitalic {
|
|
176
210
|
font-family: Inter;
|
|
177
211
|
font-size: 17px;
|
|
178
212
|
line-height: 28.049999237060547px;
|
|
@@ -180,7 +214,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
180
214
|
}
|
|
181
215
|
|
|
182
216
|
/* Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
|
|
183
|
-
.
|
|
217
|
+
.bodybold {
|
|
184
218
|
font-family: Inter;
|
|
185
219
|
font-weight: 700;
|
|
186
220
|
font-size: 17px;
|
|
@@ -189,15 +223,20 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
189
223
|
}
|
|
190
224
|
|
|
191
225
|
/* Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
|
|
192
|
-
.
|
|
226
|
+
.bodybolditalic {
|
|
193
227
|
font-family: Inter;
|
|
194
228
|
font-size: 17px;
|
|
195
229
|
line-height: 28.049999237060547px;
|
|
196
230
|
letter-spacing: 0px;
|
|
197
231
|
}
|
|
198
232
|
|
|
233
|
+
|
|
234
|
+
/* ============================================
|
|
235
|
+
TEXTLINK
|
|
236
|
+
============================================ */
|
|
237
|
+
|
|
199
238
|
/* Use this text style for styling elements that are clickable text links inside body texts. This style is often found in article texts. Font size remains constant at 21 across device sizes. */
|
|
200
|
-
.textlink
|
|
239
|
+
.textlink {
|
|
201
240
|
font-family: Inter;
|
|
202
241
|
font-weight: 400;
|
|
203
242
|
font-size: 17px;
|
|
@@ -207,7 +246,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
207
246
|
}
|
|
208
247
|
|
|
209
248
|
/* Use this text style for styling elements that are clickable text links inside body texts that are using the italic style. This style is often found in article texts that need to show contrast for publications titles, specific words or names. Font size remains constant at 21 across device sizes. */
|
|
210
|
-
.
|
|
249
|
+
.textlinkitalic {
|
|
211
250
|
font-family: Inter;
|
|
212
251
|
font-size: 17px;
|
|
213
252
|
line-height: 28.049999237060547px;
|
|
@@ -216,7 +255,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
216
255
|
}
|
|
217
256
|
|
|
218
257
|
/* Use this text style for styling elements that are clickable text links inside emphasized body texts that are using the bold or html strong style. This style is often found in article texts that need to show contrast for specific words or names. Font size remains constant at 21 across device sizes. */
|
|
219
|
-
.
|
|
258
|
+
.textlinkbold {
|
|
220
259
|
font-family: Inter;
|
|
221
260
|
font-weight: 700;
|
|
222
261
|
font-size: 17px;
|
|
@@ -226,7 +265,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
226
265
|
}
|
|
227
266
|
|
|
228
267
|
/* Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes. */
|
|
229
|
-
.
|
|
268
|
+
.textlinkhover {
|
|
230
269
|
font-family: Inter;
|
|
231
270
|
font-weight: 400;
|
|
232
271
|
font-size: 17px;
|
|
@@ -236,7 +275,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
236
275
|
}
|
|
237
276
|
|
|
238
277
|
/* Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes. */
|
|
239
|
-
.
|
|
278
|
+
.textlinkboldhover {
|
|
240
279
|
font-family: Inter;
|
|
241
280
|
font-weight: 700;
|
|
242
281
|
font-size: 17px;
|
|
@@ -245,8 +284,13 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
245
284
|
text-decoration: underline;
|
|
246
285
|
}
|
|
247
286
|
|
|
287
|
+
|
|
288
|
+
/* ============================================
|
|
289
|
+
FOOTNOTE
|
|
290
|
+
============================================ */
|
|
291
|
+
|
|
248
292
|
/* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This specific style is commonly used on small two lines of text that are seen on standard teasers. The font size of this text style is similar to the label text style. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 16 - 16 - 16 - 18 */
|
|
249
|
-
.
|
|
293
|
+
.footnote1 {
|
|
250
294
|
font-family: Inter;
|
|
251
295
|
font-weight: 400;
|
|
252
296
|
font-size: 15px;
|
|
@@ -255,7 +299,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
255
299
|
}
|
|
256
300
|
|
|
257
301
|
/* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. 16 - 16 - 16 - 18 */
|
|
258
|
-
.
|
|
302
|
+
.footnote1bold {
|
|
259
303
|
font-family: Inter;
|
|
260
304
|
font-weight: 700;
|
|
261
305
|
font-size: 15px;
|
|
@@ -264,7 +308,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
264
308
|
}
|
|
265
309
|
|
|
266
310
|
/* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16 */
|
|
267
|
-
.
|
|
311
|
+
.footnote2 {
|
|
268
312
|
font-family: Inter;
|
|
269
313
|
font-weight: 400;
|
|
270
314
|
font-size: 13px;
|
|
@@ -273,7 +317,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
273
317
|
}
|
|
274
318
|
|
|
275
319
|
/* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16 */
|
|
276
|
-
.
|
|
320
|
+
.footnote2bold {
|
|
277
321
|
font-family: Inter;
|
|
278
322
|
font-weight: 700;
|
|
279
323
|
font-size: 13px;
|
|
@@ -281,8 +325,13 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
281
325
|
letter-spacing: 0px;
|
|
282
326
|
}
|
|
283
327
|
|
|
328
|
+
|
|
329
|
+
/* ============================================
|
|
330
|
+
LABEL
|
|
331
|
+
============================================ */
|
|
332
|
+
|
|
284
333
|
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes. */
|
|
285
|
-
.
|
|
334
|
+
.label1 {
|
|
286
335
|
font-family: AntennaExtraCond;
|
|
287
336
|
font-weight: 400;
|
|
288
337
|
font-size: 17px;
|
|
@@ -291,7 +340,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
291
340
|
}
|
|
292
341
|
|
|
293
342
|
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes. */
|
|
294
|
-
.
|
|
343
|
+
.label1bold {
|
|
295
344
|
font-family: AntennaExtraCond;
|
|
296
345
|
font-weight: 700;
|
|
297
346
|
font-size: 17px;
|
|
@@ -300,7 +349,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
300
349
|
}
|
|
301
350
|
|
|
302
351
|
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size changes across device sizes: 10 - 10 - 15 - 17 */
|
|
303
|
-
.
|
|
352
|
+
.label1boldresp {
|
|
304
353
|
font-family: AntennaExtraCond;
|
|
305
354
|
font-weight: 700;
|
|
306
355
|
font-size: 17px;
|
|
@@ -309,7 +358,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
309
358
|
}
|
|
310
359
|
|
|
311
360
|
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes. */
|
|
312
|
-
.
|
|
361
|
+
.label1uppercasebold {
|
|
313
362
|
font-family: AntennaExtraCond;
|
|
314
363
|
font-weight: 700;
|
|
315
364
|
font-size: 17px;
|
|
@@ -319,7 +368,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
319
368
|
}
|
|
320
369
|
|
|
321
370
|
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes. */
|
|
322
|
-
.
|
|
371
|
+
.label2 {
|
|
323
372
|
font-family: AntennaExtraCond;
|
|
324
373
|
font-weight: 400;
|
|
325
374
|
font-size: 15px;
|
|
@@ -328,7 +377,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
328
377
|
}
|
|
329
378
|
|
|
330
379
|
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes. */
|
|
331
|
-
.
|
|
380
|
+
.label2uppercase {
|
|
332
381
|
font-family: AntennaExtraCond;
|
|
333
382
|
font-weight: 400;
|
|
334
383
|
font-size: 15px;
|
|
@@ -338,7 +387,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
338
387
|
}
|
|
339
388
|
|
|
340
389
|
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes. */
|
|
341
|
-
.
|
|
390
|
+
.label2bold {
|
|
342
391
|
font-family: AntennaExtraCond;
|
|
343
392
|
font-weight: 700;
|
|
344
393
|
font-size: 15px;
|
|
@@ -347,7 +396,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
347
396
|
}
|
|
348
397
|
|
|
349
398
|
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This style used on special navi component simiiar to link lane menu items. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. The font size value remains constant at 15 across device sizes. */
|
|
350
|
-
.
|
|
399
|
+
.label2uppercasebold {
|
|
351
400
|
font-family: AntennaExtraCond;
|
|
352
401
|
font-weight: 700;
|
|
353
402
|
font-size: 15px;
|
|
@@ -357,7 +406,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
357
406
|
}
|
|
358
407
|
|
|
359
408
|
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. */
|
|
360
|
-
.
|
|
409
|
+
.label3 {
|
|
361
410
|
font-family: AntennaExtraCond;
|
|
362
411
|
font-weight: 400;
|
|
363
412
|
font-size: 12px;
|
|
@@ -366,7 +415,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
366
415
|
}
|
|
367
416
|
|
|
368
417
|
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. Current online CSS .nav_btn--type-list & .nav_btn__text // --nav-btn */
|
|
369
|
-
.
|
|
418
|
+
.label3uppercase {
|
|
370
419
|
font-family: AntennaExtraCond;
|
|
371
420
|
font-weight: 400;
|
|
372
421
|
font-size: 12px;
|
|
@@ -376,7 +425,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
376
425
|
}
|
|
377
426
|
|
|
378
427
|
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. */
|
|
379
|
-
.
|
|
428
|
+
.label3bold {
|
|
380
429
|
font-family: AntennaExtraCond;
|
|
381
430
|
font-weight: 700;
|
|
382
431
|
font-size: 12px;
|
|
@@ -385,7 +434,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
385
434
|
}
|
|
386
435
|
|
|
387
436
|
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. */
|
|
388
|
-
.
|
|
437
|
+
.label3uppercasebold {
|
|
389
438
|
font-family: AntennaExtraCond;
|
|
390
439
|
font-weight: 700;
|
|
391
440
|
font-size: 12px;
|
|
@@ -395,7 +444,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
395
444
|
}
|
|
396
445
|
|
|
397
446
|
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 8. */
|
|
398
|
-
.
|
|
447
|
+
.label4 {
|
|
399
448
|
font-family: AntennaExtraCond;
|
|
400
449
|
font-weight: 400;
|
|
401
450
|
font-size: 8px;
|
|
@@ -403,8 +452,13 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
403
452
|
letter-spacing: 0px;
|
|
404
453
|
}
|
|
405
454
|
|
|
455
|
+
|
|
456
|
+
/* ============================================
|
|
457
|
+
QUOTE
|
|
458
|
+
============================================ */
|
|
459
|
+
|
|
406
460
|
/* Use this text style for sections of text that are inside a fieldset with a quotation given by a person in an interview or a section of text from a larger body of text that need to be emphasized. */
|
|
407
|
-
.quote
|
|
461
|
+
.quote {
|
|
408
462
|
font-family: AntennaCond;
|
|
409
463
|
font-weight: 800;
|
|
410
464
|
font-size: 20px;
|
|
@@ -412,16 +466,26 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
412
466
|
letter-spacing: 0px;
|
|
413
467
|
}
|
|
414
468
|
|
|
469
|
+
|
|
470
|
+
/* ============================================
|
|
471
|
+
ACCORDION
|
|
472
|
+
============================================ */
|
|
473
|
+
|
|
415
474
|
/* This text style is for use on accordion labels */
|
|
416
|
-
.
|
|
475
|
+
.accordionlabel {
|
|
417
476
|
font-family: Inter;
|
|
418
477
|
font-weight: 700;
|
|
419
478
|
font-size: 17px;
|
|
420
479
|
letter-spacing: 0px;
|
|
421
480
|
}
|
|
422
481
|
|
|
482
|
+
|
|
483
|
+
/* ============================================
|
|
484
|
+
ARTICLE
|
|
485
|
+
============================================ */
|
|
486
|
+
|
|
423
487
|
/* This text style contains the variables necessary for setting how the font parameters for the article kicker behaves across breakpoints. For font size, this component level token currently references the semantic level token kicker1FontSize. */
|
|
424
|
-
.
|
|
488
|
+
.articlekicker {
|
|
425
489
|
font-family: AntennaExtraCond;
|
|
426
490
|
font-size: 32px;
|
|
427
491
|
line-height: 35.20000076293945px;
|
|
@@ -429,7 +493,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
429
493
|
}
|
|
430
494
|
|
|
431
495
|
/* This text style is used on image captions that show up in article pages only. */
|
|
432
|
-
.
|
|
496
|
+
.articleimagecaption {
|
|
433
497
|
font-family: Inter;
|
|
434
498
|
font-weight: 700;
|
|
435
499
|
font-size: 15px;
|
|
@@ -438,7 +502,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
438
502
|
}
|
|
439
503
|
|
|
440
504
|
/* This component level text style is reserved for article page headline texts that show up at the top of article pages. This text style references the generic text styles headline1 and headline2 font size variables. 40 - 40 - 72 - 100 */
|
|
441
|
-
.
|
|
505
|
+
.articleheadline {
|
|
442
506
|
font-family: AntennaExtraCond;
|
|
443
507
|
font-size: 80px;
|
|
444
508
|
line-height: 80px;
|
|
@@ -446,7 +510,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
446
510
|
}
|
|
447
511
|
|
|
448
512
|
/* This text style is used on short pieces of text that give information about where an image originated. It can also be used on short texts that give information about where a video originated. */
|
|
449
|
-
.
|
|
513
|
+
.articlemetasource {
|
|
450
514
|
font-family: Inter;
|
|
451
515
|
font-weight: 400;
|
|
452
516
|
font-size: 15px;
|
|
@@ -454,22 +518,32 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
454
518
|
}
|
|
455
519
|
|
|
456
520
|
/* Use this text style for time and day text string that commonly shows up along with the article authors avatars. Font size: 12 - 12 - 14 - 16 */
|
|
457
|
-
.
|
|
521
|
+
.articletimestamp {
|
|
458
522
|
font-family: AntennaCond;
|
|
459
523
|
font-weight: 800;
|
|
460
524
|
font-size: 16px;
|
|
461
525
|
}
|
|
462
526
|
|
|
527
|
+
|
|
528
|
+
/* ============================================
|
|
529
|
+
AUDIOPLAYER
|
|
530
|
+
============================================ */
|
|
531
|
+
|
|
463
532
|
/* This text style is used on audio player labels for elapsed time, reproduction speed and short functionality description text. Font size: 16 - 16 - 16 - 18 */
|
|
464
|
-
.
|
|
533
|
+
.audioplayerlabel {
|
|
465
534
|
font-family: AntennaExtraCond;
|
|
466
535
|
font-weight: 700;
|
|
467
536
|
font-size: 18px;
|
|
468
537
|
line-height: 18px;
|
|
469
538
|
}
|
|
470
539
|
|
|
540
|
+
|
|
541
|
+
/* ============================================
|
|
542
|
+
AVATAR
|
|
543
|
+
============================================ */
|
|
544
|
+
|
|
471
545
|
/* This text style is used for avatar on iOS & Android apps. 12 - 12 - 14 - 16 */
|
|
472
|
-
.
|
|
546
|
+
.appavatar {
|
|
473
547
|
font-family: AntennaCond;
|
|
474
548
|
font-weight: 800;
|
|
475
549
|
font-size: 16px;
|
|
@@ -480,7 +554,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
480
554
|
/* This text style is used on article page avatar name labels in their default state. Font size: 16 - 16 - 16 - 18
|
|
481
555
|
|
|
482
556
|
09-2025, on large devices this component uses the css var --footnote-font-size-lg at 1024px bp changes to --footnote-font-size-sm */
|
|
483
|
-
.
|
|
557
|
+
.avatardefault {
|
|
484
558
|
font-family: Inter;
|
|
485
559
|
font-weight: 700;
|
|
486
560
|
font-size: 15px;
|
|
@@ -489,7 +563,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
489
563
|
}
|
|
490
564
|
|
|
491
565
|
/* This text style is used on avatars that appear in article pages. Font size: 16 - 16 - 16 - 18 */
|
|
492
|
-
.
|
|
566
|
+
.avatarhover {
|
|
493
567
|
font-family: Inter;
|
|
494
568
|
font-weight: 700;
|
|
495
569
|
font-size: 15px;
|
|
@@ -499,7 +573,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
499
573
|
}
|
|
500
574
|
|
|
501
575
|
/* This text style is used on avatars that show up on article pages. Some avatars have the individual's first and last name on a single line. The second line of the avatar label is then used for secondary information such as the location of the individual in the world. 16 - 16 - 16 - 18 */
|
|
502
|
-
.
|
|
576
|
+
.avatarsecondaryinfo {
|
|
503
577
|
font-family: Inter;
|
|
504
578
|
font-weight: 400;
|
|
505
579
|
font-size: 15px;
|
|
@@ -508,7 +582,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
508
582
|
}
|
|
509
583
|
|
|
510
584
|
/* This text style is used for the active state of the second line of avatar labels. This label text is used for secondary information such as the location of the individual in the world. 16 - 16 - 16 - 18 */
|
|
511
|
-
.
|
|
585
|
+
.avatarsecondaryinfohover {
|
|
512
586
|
font-family: Inter;
|
|
513
587
|
font-weight: 400;
|
|
514
588
|
font-size: 15px;
|
|
@@ -517,8 +591,13 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
517
591
|
text-decoration: underline;
|
|
518
592
|
}
|
|
519
593
|
|
|
594
|
+
|
|
595
|
+
/* ============================================
|
|
596
|
+
BADGES
|
|
597
|
+
============================================ */
|
|
598
|
+
|
|
520
599
|
/* 14 - 14 - 16 - 16 -- This text style is specific to the video horizontal player's ad badge that shows up next to the yellow progress bar that plays during horizontal video advertisements. */
|
|
521
|
-
.
|
|
600
|
+
.videoadbadge {
|
|
522
601
|
font-family: Gotham XNarrow;
|
|
523
602
|
font-weight: 400;
|
|
524
603
|
font-size: 16px;
|
|
@@ -526,15 +605,20 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
526
605
|
}
|
|
527
606
|
|
|
528
607
|
/* This text style is used on horizontal video badges that contain either the video's total duration or a live status identifier. Font size: 16 - 16 - 18 - 18 */
|
|
529
|
-
.
|
|
608
|
+
.videotimebadge {
|
|
530
609
|
font-family: Inter;
|
|
531
610
|
font-weight: 400;
|
|
532
611
|
font-size: 18px;
|
|
533
612
|
line-height: 23.799999237060547px;
|
|
534
613
|
}
|
|
535
614
|
|
|
615
|
+
|
|
616
|
+
/* ============================================
|
|
617
|
+
BREADCRUMB
|
|
618
|
+
============================================ */
|
|
619
|
+
|
|
536
620
|
/* This text style is used for the last items in a breadcrumbs chain. It is commonly used in article pages and is a h1 in html. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
|
|
537
|
-
.breadcrumb
|
|
621
|
+
.breadcrumb {
|
|
538
622
|
font-family: Inter;
|
|
539
623
|
font-weight: 700;
|
|
540
624
|
font-size: 11px;
|
|
@@ -543,7 +627,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
543
627
|
}
|
|
544
628
|
|
|
545
629
|
/* This text style is used for breadcrumb links that are commonly used in article pages. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
|
|
546
|
-
.
|
|
630
|
+
.breadcrumblink {
|
|
547
631
|
font-family: Inter;
|
|
548
632
|
font-weight: 400;
|
|
549
633
|
font-size: 11px;
|
|
@@ -553,7 +637,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
553
637
|
}
|
|
554
638
|
|
|
555
639
|
/* This text style is used for the hover state of breadcrumbs that are commonly used in article pages. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
|
|
556
|
-
.
|
|
640
|
+
.breadcrumblinkhover {
|
|
557
641
|
font-family: Inter;
|
|
558
642
|
font-weight: 700;
|
|
559
643
|
font-size: 11px;
|
|
@@ -562,8 +646,13 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
562
646
|
text-decoration: underline;
|
|
563
647
|
}
|
|
564
648
|
|
|
649
|
+
|
|
650
|
+
/* ============================================
|
|
651
|
+
BREAKINGNEWS
|
|
652
|
+
============================================ */
|
|
653
|
+
|
|
565
654
|
/* Use this text style on breaking news headlines that horizontally scroll in the breaking news animated strip. Font size constant 21. */
|
|
566
|
-
.
|
|
655
|
+
.breakingnewstext {
|
|
567
656
|
font-family: AntennaExtraCond;
|
|
568
657
|
font-weight: 700;
|
|
569
658
|
font-size: 21px;
|
|
@@ -573,7 +662,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
573
662
|
}
|
|
574
663
|
|
|
575
664
|
/* Use this text style on the upper title of the breaking news headline strip. Font size constant 13. */
|
|
576
|
-
.
|
|
665
|
+
.breakingnewsuppertitle {
|
|
577
666
|
font-family: AntennaCond;
|
|
578
667
|
font-weight: 800;
|
|
579
668
|
font-size: 17px;
|
|
@@ -582,7 +671,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
582
671
|
}
|
|
583
672
|
|
|
584
673
|
/* Use this font style on the breaking news badge's lower title. Font size constant 23. */
|
|
585
|
-
.
|
|
674
|
+
.breakingnewslowertitle {
|
|
586
675
|
font-family: AntennaCond;
|
|
587
676
|
font-weight: 800;
|
|
588
677
|
font-size: 30px;
|
|
@@ -590,8 +679,13 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
590
679
|
letter-spacing: 0px;
|
|
591
680
|
}
|
|
592
681
|
|
|
682
|
+
|
|
683
|
+
/* ============================================
|
|
684
|
+
BUTTON
|
|
685
|
+
============================================ */
|
|
686
|
+
|
|
593
687
|
/* This text style is used on button labels. Its font size variable is currently in the Density collection. Font size changes across devices: 15 - 17 - 19 Current online CSS .btn--narrow & .btn */
|
|
594
|
-
.
|
|
688
|
+
.buttonlabel {
|
|
595
689
|
font-family: AntennaExtraCond;
|
|
596
690
|
font-size: 15px;
|
|
597
691
|
line-height: 15px;
|
|
@@ -601,22 +695,32 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
601
695
|
}
|
|
602
696
|
|
|
603
697
|
/* This text style is used on buttons that are commonly used inside of a container for advertizers and partners. This text is used in buttons that open links to external content. Font size: 16 - 16 - 16 - 18 */
|
|
604
|
-
.
|
|
698
|
+
.partnerlinkbuttonlabel {
|
|
605
699
|
font-family: AntennaExtraCond;
|
|
606
700
|
font-weight: 400;
|
|
607
701
|
font-size: 18px;
|
|
608
702
|
line-height: 18px;
|
|
609
703
|
}
|
|
610
704
|
|
|
705
|
+
|
|
706
|
+
/* ============================================
|
|
707
|
+
CHIPS
|
|
708
|
+
============================================ */
|
|
709
|
+
|
|
611
710
|
/* This text style is used on the chips component. They are commonly used for filtering parameters. font size: 16 - 16 - 16 - 18 */
|
|
612
|
-
.
|
|
711
|
+
.chipslabel {
|
|
613
712
|
font-family: Inter;
|
|
614
713
|
font-weight: 700;
|
|
615
714
|
font-size: 18px;
|
|
616
715
|
}
|
|
617
716
|
|
|
717
|
+
|
|
718
|
+
/* ============================================
|
|
719
|
+
FOOTER
|
|
720
|
+
============================================ */
|
|
721
|
+
|
|
618
722
|
/* This text style is used for link texts contained inside cards that commonly show up at the bottom of pages in footers. This link text style's font size parameter uses the label2 font size variable. */
|
|
619
|
-
.
|
|
723
|
+
.footercardlink {
|
|
620
724
|
font-family: Gotham XNarrow;
|
|
621
725
|
font-weight: 400;
|
|
622
726
|
font-size: 15px;
|
|
@@ -624,13 +728,13 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
624
728
|
}
|
|
625
729
|
|
|
626
730
|
/* This text style is found on footers that separate links with a vertical bar. Font size remains constant at 20 px across devices. */
|
|
627
|
-
.
|
|
731
|
+
.footerlinkseparator {
|
|
628
732
|
font-family: Gotham XNarrow;
|
|
629
733
|
font-weight: 400;
|
|
630
734
|
}
|
|
631
735
|
|
|
632
736
|
/* This text style is used in footer links that show up at the bottom of content pages. Font size constant at 11px. */
|
|
633
|
-
.
|
|
737
|
+
.footerlinks {
|
|
634
738
|
font-family: Inter;
|
|
635
739
|
font-weight: 700;
|
|
636
740
|
font-size: 11px;
|
|
@@ -639,23 +743,33 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
639
743
|
}
|
|
640
744
|
|
|
641
745
|
/* User data and offer pages use this text style on footer links. Font size remains constant at 18px. */
|
|
642
|
-
.
|
|
746
|
+
.footerlinkuser&offerpages {
|
|
643
747
|
font-family: Inter;
|
|
644
748
|
font-weight: 400;
|
|
645
749
|
font-size: 18px;
|
|
646
750
|
line-height: 26px;
|
|
647
751
|
}
|
|
648
752
|
|
|
753
|
+
|
|
754
|
+
/* ============================================
|
|
755
|
+
INPUTFIELD
|
|
756
|
+
============================================ */
|
|
757
|
+
|
|
649
758
|
/* This text style is used in dropdowns and other text input fields such as date inputs, search input fields and other inputs for text found in forms for example. Font size references a variable from the density collection. 15 - 17 - 19 */
|
|
650
|
-
.
|
|
759
|
+
.textinputfieldlabel {
|
|
651
760
|
font-family: Inter;
|
|
652
761
|
font-weight: 400;
|
|
653
762
|
font-size: 16px;
|
|
654
763
|
line-height: 16px;
|
|
655
764
|
}
|
|
656
765
|
|
|
766
|
+
|
|
767
|
+
/* ============================================
|
|
768
|
+
LIVETICKER
|
|
769
|
+
============================================ */
|
|
770
|
+
|
|
657
771
|
/* This text style is used on live ticker headlines. The font size changes between device sizes. 22 - 22 - 32 -32 */
|
|
658
|
-
.
|
|
772
|
+
.livetickerheadline {
|
|
659
773
|
font-family: AntennaExtraCond;
|
|
660
774
|
font-weight: 600;
|
|
661
775
|
font-size: 32px;
|
|
@@ -664,15 +778,20 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
664
778
|
}
|
|
665
779
|
|
|
666
780
|
/* Use this text style on the live ticker time stamps. 14 - 14 - 16 - 16 */
|
|
667
|
-
.
|
|
781
|
+
.livetickertimestamp {
|
|
668
782
|
font-family: Gotham XNarrow;
|
|
669
783
|
font-weight: 700;
|
|
670
784
|
font-size: 16px;
|
|
671
785
|
line-height: 16px;
|
|
672
786
|
}
|
|
673
787
|
|
|
788
|
+
|
|
789
|
+
/* ============================================
|
|
790
|
+
MEDIAPLAYERS
|
|
791
|
+
============================================ */
|
|
792
|
+
|
|
674
793
|
/* This text style is used on controller labels of the podcast media player. Font size: 16 - 16 - 16 - 18 */
|
|
675
|
-
.
|
|
794
|
+
.podcastplayerlabel {
|
|
676
795
|
font-family: AntennaExtraCond;
|
|
677
796
|
font-weight: 400;
|
|
678
797
|
font-size: 18px;
|
|
@@ -680,7 +799,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
680
799
|
}
|
|
681
800
|
|
|
682
801
|
/* 14 - 14 - 16 - 16 -- This text style is specific to the video horizontal player's ad badge that shows up next to the yellow progress bar that plays during the video advertisement. */
|
|
683
|
-
.
|
|
802
|
+
.videoadtime {
|
|
684
803
|
font-family: Gotham;
|
|
685
804
|
font-weight: 800;
|
|
686
805
|
font-size: 16px;
|
|
@@ -688,15 +807,20 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
688
807
|
}
|
|
689
808
|
|
|
690
809
|
/* Use this text style on video player time badges that display elapsed, total or live information text labels. This text style references the label2 font size variable. 15px constant */
|
|
691
|
-
.
|
|
810
|
+
.videoplayertime {
|
|
692
811
|
font-family: AntennaCond;
|
|
693
812
|
font-weight: 800;
|
|
694
813
|
font-size: 18px;
|
|
695
814
|
text-transform: upper;
|
|
696
815
|
}
|
|
697
816
|
|
|
817
|
+
|
|
818
|
+
/* ============================================
|
|
819
|
+
MENU
|
|
820
|
+
============================================ */
|
|
821
|
+
|
|
698
822
|
/* This text style is used on a small title that is placed above tab elements that are seen on iOS and Android top menu bar. */
|
|
699
|
-
.
|
|
823
|
+
.apptopbarstagetitle {
|
|
700
824
|
font-family: AntennaCond;
|
|
701
825
|
font-weight: 800;
|
|
702
826
|
font-size: 13px;
|
|
@@ -705,7 +829,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
705
829
|
}
|
|
706
830
|
|
|
707
831
|
/* iOS and Android apps currently have a top bar with tabs that when selected display different content within the main view of the device. This text style is used for a title text that provides information for the user to situate where they are within the app's content possibilities. */
|
|
708
|
-
.
|
|
832
|
+
.apptopbartabstitle {
|
|
709
833
|
font-family: AntennaCond;
|
|
710
834
|
font-weight: 800;
|
|
711
835
|
font-size: 13px;
|
|
@@ -715,7 +839,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
715
839
|
}
|
|
716
840
|
|
|
717
841
|
/* Used on menu link lane items and on mobile side menu drawer. Current online CSS naming: --nav-btn */
|
|
718
|
-
.
|
|
842
|
+
.menuitemlabel {
|
|
719
843
|
font-family: AntennaExtraCond;
|
|
720
844
|
font-size: 18px;
|
|
721
845
|
line-height: 18px;
|
|
@@ -725,7 +849,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
725
849
|
}
|
|
726
850
|
|
|
727
851
|
/* Use this tokenized font style for menu items with icons that are more important than the menu link lane items. Current online CSS: .nav_btn--type-util */
|
|
728
|
-
.
|
|
852
|
+
.menuitemutillabel {
|
|
729
853
|
font-family: AntennaExtraCond;
|
|
730
854
|
font-size: 12px;
|
|
731
855
|
line-height: 12px;
|
|
@@ -734,8 +858,13 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
734
858
|
text-transform: upper;
|
|
735
859
|
}
|
|
736
860
|
|
|
861
|
+
|
|
862
|
+
/* ============================================
|
|
863
|
+
NEWSTICKER
|
|
864
|
+
============================================ */
|
|
865
|
+
|
|
737
866
|
/* The vertical newsticker component has timestamps that use this text style. 16 - 16 - 16 - 18 */
|
|
738
|
-
.
|
|
867
|
+
.newstickertimestamp {
|
|
739
868
|
font-family: AntennaExtraCond;
|
|
740
869
|
font-weight: 700;
|
|
741
870
|
font-size: 18px;
|
|
@@ -744,7 +873,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
744
873
|
}
|
|
745
874
|
|
|
746
875
|
/* This text style is a component level option for the newsticker kicker. Currently the newsticker kicker uses the semantic text style kicker3. This text style references the semantic one. */
|
|
747
|
-
.
|
|
876
|
+
.newstickerkicker {
|
|
748
877
|
font-family: AntennaExtraCond;
|
|
749
878
|
font-weight: 700;
|
|
750
879
|
font-size: 22px;
|
|
@@ -753,7 +882,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
753
882
|
}
|
|
754
883
|
|
|
755
884
|
/* This text style is used on NewsTicker Headlines. It references the semantic level text style headline3. 28 - 28 - 36 - 40 */
|
|
756
|
-
.
|
|
885
|
+
.newstickerheadline {
|
|
757
886
|
font-family: AntennaExtraCond;
|
|
758
887
|
font-size: 34px;
|
|
759
888
|
line-height: 39.099998474121094px;
|
|
@@ -761,8 +890,13 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
761
890
|
font-style: bold italic;
|
|
762
891
|
}
|
|
763
892
|
|
|
893
|
+
|
|
894
|
+
/* ============================================
|
|
895
|
+
PAGINATION
|
|
896
|
+
============================================ */
|
|
897
|
+
|
|
764
898
|
/* This component level text style stores the variables for the pagination component's active state (label1 with red accent color underline). Its size remains constant at 17px across device sizes. */
|
|
765
|
-
.
|
|
899
|
+
.numberedpaginationactive {
|
|
766
900
|
font-family: AntennaExtraCond;
|
|
767
901
|
font-weight: 700;
|
|
768
902
|
font-size: 17px;
|
|
@@ -771,8 +905,13 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
771
905
|
text-decoration: underline;
|
|
772
906
|
}
|
|
773
907
|
|
|
908
|
+
|
|
909
|
+
/* ============================================
|
|
910
|
+
PAYWALL
|
|
911
|
+
============================================ */
|
|
912
|
+
|
|
774
913
|
/* This text style is used for the paywall price tag text. */
|
|
775
|
-
.
|
|
914
|
+
.paywallcardpricetag {
|
|
776
915
|
font-family: AntennaCond;
|
|
777
916
|
font-weight: 800;
|
|
778
917
|
font-size: 64px;
|
|
@@ -781,7 +920,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
781
920
|
}
|
|
782
921
|
|
|
783
922
|
/* This text style is used on the paywall card under the price value. */
|
|
784
|
-
.
|
|
923
|
+
.paywallcardnote {
|
|
785
924
|
font-family: AntennaCond;
|
|
786
925
|
font-weight: 800;
|
|
787
926
|
font-size: 40px;
|
|
@@ -789,8 +928,13 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
789
928
|
letter-spacing: -1px;
|
|
790
929
|
}
|
|
791
930
|
|
|
931
|
+
|
|
932
|
+
/* ============================================
|
|
933
|
+
SPECIALNAVI
|
|
934
|
+
============================================ */
|
|
935
|
+
|
|
792
936
|
/* Used on menu link lane items and on mobile side menu drawer. */
|
|
793
|
-
.
|
|
937
|
+
.specianaviitemlabel {
|
|
794
938
|
font-family: AntennaExtraCond;
|
|
795
939
|
font-size: 18px;
|
|
796
940
|
line-height: 18px;
|
|
@@ -798,8 +942,13 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
798
942
|
font-style: black italic;
|
|
799
943
|
}
|
|
800
944
|
|
|
945
|
+
|
|
946
|
+
/* ============================================
|
|
947
|
+
TABS
|
|
948
|
+
============================================ */
|
|
949
|
+
|
|
801
950
|
/* This text style stores variables for the tab component. Tabs are similar to submenus and special navigation elements but tabs do not link to other URLs. */
|
|
802
|
-
.
|
|
951
|
+
.tablabel {
|
|
803
952
|
font-family: Gotham XNarrow;
|
|
804
953
|
font-weight: 700;
|
|
805
954
|
font-size: 16px;
|
|
@@ -807,7 +956,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
807
956
|
}
|
|
808
957
|
|
|
809
958
|
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. */
|
|
810
|
-
.
|
|
959
|
+
.appbottombarlabeldefault {
|
|
811
960
|
font-family: Inter;
|
|
812
961
|
font-weight: 400;
|
|
813
962
|
font-size: 16px;
|
|
@@ -816,7 +965,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
816
965
|
}
|
|
817
966
|
|
|
818
967
|
/* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. */
|
|
819
|
-
.
|
|
968
|
+
.appbottombarlabelactive {
|
|
820
969
|
font-family: Inter;
|
|
821
970
|
font-weight: 700;
|
|
822
971
|
font-size: 16px;
|
|
@@ -824,8 +973,13 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
824
973
|
letter-spacing: 0px;
|
|
825
974
|
}
|
|
826
975
|
|
|
976
|
+
|
|
977
|
+
/* ============================================
|
|
978
|
+
ATEASER
|
|
979
|
+
============================================ */
|
|
980
|
+
|
|
827
981
|
/* 16 - 16 - 22 - 24 | This text style currently uses two different semantic styles within it, the kicker3 for XS & S, and kicker2 for MD & LG */
|
|
828
|
-
.
|
|
982
|
+
.ateaserkicker {
|
|
829
983
|
font-family: AntennaExtraCond;
|
|
830
984
|
font-size: 26px;
|
|
831
985
|
line-height: 26px;
|
|
@@ -834,7 +988,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
834
988
|
}
|
|
835
989
|
|
|
836
990
|
/* This text style references the semantic text styles headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64 */
|
|
837
|
-
.
|
|
991
|
+
.ateaserheadline {
|
|
838
992
|
font-family: AntennaExtraCond;
|
|
839
993
|
font-size: 50px;
|
|
840
994
|
line-height: 57.599998474121094px;
|
|
@@ -842,8 +996,13 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
842
996
|
font-style: bold italic;
|
|
843
997
|
}
|
|
844
998
|
|
|
999
|
+
|
|
1000
|
+
/* ============================================
|
|
1001
|
+
MQTEASER
|
|
1002
|
+
============================================ */
|
|
1003
|
+
|
|
845
1004
|
/* This component level text style references size variables for the semantic level. Specifically kicker4. 14 - 14 - 16 - 16 */
|
|
846
|
-
.
|
|
1005
|
+
.mqteaserkicker {
|
|
847
1006
|
font-family: AntennaExtraCond;
|
|
848
1007
|
font-size: 18px;
|
|
849
1008
|
line-height: 19.799999237060547px;
|
|
@@ -853,7 +1012,7 @@ In the previous system, this style was named Caption. For greater clarity and co
|
|
|
853
1012
|
|
|
854
1013
|
/* This component level text style references the semantic level text sizes of headline3 and headline4.
|
|
855
1014
|
XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40 */
|
|
856
|
-
.
|
|
1015
|
+
.mqteaserheadline {
|
|
857
1016
|
font-family: AntennaExtraCond;
|
|
858
1017
|
font-size: 34px;
|
|
859
1018
|
line-height: 39.099998474121094px;
|
|
@@ -861,8 +1020,13 @@ XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 //
|
|
|
861
1020
|
font-style: bold italic;
|
|
862
1021
|
}
|
|
863
1022
|
|
|
1023
|
+
|
|
1024
|
+
/* ============================================
|
|
1025
|
+
QTEASER
|
|
1026
|
+
============================================ */
|
|
1027
|
+
|
|
864
1028
|
/* This component level text style is used on the quad teaser headline. Its font size parameter references the semantic level variable headline1. 48 - 48 - 72 - 100 */
|
|
865
|
-
.
|
|
1029
|
+
.qteaserheadline {
|
|
866
1030
|
font-family: AntennaExtraCond;
|
|
867
1031
|
font-size: 80px;
|
|
868
1032
|
line-height: 88px;
|
|
@@ -870,8 +1034,13 @@ XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 //
|
|
|
870
1034
|
font-style: bold italic;
|
|
871
1035
|
}
|
|
872
1036
|
|
|
1037
|
+
|
|
1038
|
+
/* ============================================
|
|
1039
|
+
STDTEASER
|
|
1040
|
+
============================================ */
|
|
1041
|
+
|
|
873
1042
|
/* Standard teasers typography changes more than other teasers. On desktop they have a kicker, a headline and a short text. On mobile devices the short text is eliminated and the headline gains weight at device widths 600px. Then at small mobile sizes the weight drops once again. */
|
|
874
|
-
.
|
|
1043
|
+
.stdteaserheadline {
|
|
875
1044
|
font-family: AntennaExtraCond;
|
|
876
1045
|
font-size: 26px;
|
|
877
1046
|
line-height: 29.899999618530273px;
|
|
@@ -879,8 +1048,13 @@ XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 //
|
|
|
879
1048
|
font-style: bold italic;
|
|
880
1049
|
}
|
|
881
1050
|
|
|
1051
|
+
|
|
1052
|
+
/* ============================================
|
|
1053
|
+
TOGGLESWITCHES
|
|
1054
|
+
============================================ */
|
|
1055
|
+
|
|
882
1056
|
/* This text style is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18 */
|
|
883
|
-
.
|
|
1057
|
+
.apptoogleitemlabel {
|
|
884
1058
|
font-family: AntennaCond;
|
|
885
1059
|
font-weight: 800;
|
|
886
1060
|
font-size: 18px;
|
|
@@ -889,14 +1063,19 @@ XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 //
|
|
|
889
1063
|
text-transform: upper;
|
|
890
1064
|
}
|
|
891
1065
|
|
|
892
|
-
|
|
1066
|
+
|
|
1067
|
+
/* ============================================
|
|
1068
|
+
.DSDOCSSTYLES
|
|
1069
|
+
============================================ */
|
|
1070
|
+
|
|
1071
|
+
.pageheaderdescription {
|
|
893
1072
|
font-family: Inter;
|
|
894
1073
|
font-weight: 700;
|
|
895
1074
|
letter-spacing: 0px;
|
|
896
1075
|
}
|
|
897
1076
|
|
|
898
1077
|
/* This text style is only used on the design system's documentation for code syntax snippets. */
|
|
899
|
-
|
|
1078
|
+
.codesnippets {
|
|
900
1079
|
font-family: Source Code Pro;
|
|
901
1080
|
font-size: 13px;
|
|
902
1081
|
line-height: 17.030000686645508px;
|
|
@@ -904,26 +1083,26 @@ XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 //
|
|
|
904
1083
|
}
|
|
905
1084
|
|
|
906
1085
|
/* This text style is only used for mockup pages of the design system website. */
|
|
907
|
-
|
|
1086
|
+
.bilddesignsidemenu {
|
|
908
1087
|
font-family: Gotham XNarrow;
|
|
909
1088
|
font-weight: 400;
|
|
910
1089
|
}
|
|
911
1090
|
|
|
912
1091
|
/* This text style is only used for mockup pages of the design system website. */
|
|
913
|
-
|
|
1092
|
+
.bilddesignsidemenuactive {
|
|
914
1093
|
font-family: Gotham XNarrow;
|
|
915
1094
|
font-weight: 400;
|
|
916
1095
|
text-decoration: underline;
|
|
917
1096
|
}
|
|
918
1097
|
|
|
919
1098
|
/* This text style is only used for mockup pages of the design system website. */
|
|
920
|
-
|
|
1099
|
+
.bilddesignsidemenuhover {
|
|
921
1100
|
font-family: Gotham XNarrow;
|
|
922
1101
|
font-weight: 600;
|
|
923
1102
|
}
|
|
924
1103
|
|
|
925
1104
|
/* This text style is only used for mockups the vertical video component teaser headlines. */
|
|
926
|
-
|
|
1105
|
+
.verticalvideosmockheadlines {
|
|
927
1106
|
font-family: Gotham Condensed;
|
|
928
1107
|
font-weight: 600;
|
|
929
1108
|
font-size: 32px;
|
|
@@ -932,33 +1111,38 @@ XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 //
|
|
|
932
1111
|
}
|
|
933
1112
|
|
|
934
1113
|
/* This text style is used on documentation pages that contain some token information. */
|
|
935
|
-
|
|
1114
|
+
.tokenspecl {
|
|
936
1115
|
font-family: Source Code Pro;
|
|
937
1116
|
}
|
|
938
1117
|
|
|
1118
|
+
|
|
1119
|
+
/* ============================================
|
|
1120
|
+
.SPECS
|
|
1121
|
+
============================================ */
|
|
1122
|
+
|
|
939
1123
|
/* This text style is only used for audit pages of the design system. */
|
|
940
|
-
|
|
1124
|
+
.specsxs {
|
|
941
1125
|
font-family: Gotham;
|
|
942
1126
|
font-weight: 400;
|
|
943
1127
|
}
|
|
944
1128
|
|
|
945
1129
|
/* This text style is only used for audit pages of the design system. */
|
|
946
|
-
|
|
1130
|
+
.specss {
|
|
947
1131
|
font-family: Gotham;
|
|
948
1132
|
}
|
|
949
1133
|
|
|
950
1134
|
/* This text style is only used for audit pages of the design system. */
|
|
951
|
-
|
|
1135
|
+
.specsms {
|
|
952
1136
|
font-family: Gotham;
|
|
953
1137
|
}
|
|
954
1138
|
|
|
955
1139
|
/* This text style is only used for audit pages of the design system. */
|
|
956
|
-
|
|
1140
|
+
.specsm {
|
|
957
1141
|
font-family: Gotham;
|
|
958
1142
|
}
|
|
959
1143
|
|
|
960
1144
|
/* This text style is only used for audit pages of the design system. */
|
|
961
|
-
|
|
1145
|
+
.specsml {
|
|
962
1146
|
font-family: Gotham;
|
|
963
1147
|
font-weight: 400;
|
|
964
1148
|
font-size: 64px;
|
|
@@ -967,21 +1151,21 @@ XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 //
|
|
|
967
1151
|
}
|
|
968
1152
|
|
|
969
1153
|
/* This text style is only used for audit pages of the design system. */
|
|
970
|
-
|
|
1154
|
+
.specsl {
|
|
971
1155
|
font-family: Gotham;
|
|
972
1156
|
font-weight: 400;
|
|
973
1157
|
text-decoration: underline;
|
|
974
1158
|
}
|
|
975
1159
|
|
|
976
1160
|
/* This text style is only used for audit pages of the design system. */
|
|
977
|
-
|
|
1161
|
+
.specsxl {
|
|
978
1162
|
font-family: Gotham;
|
|
979
1163
|
font-weight: 600;
|
|
980
1164
|
text-decoration: underline;
|
|
981
1165
|
}
|
|
982
1166
|
|
|
983
1167
|
/* This text style is only used for audit pages of the design system. */
|
|
984
|
-
|
|
1168
|
+
.specsxxl {
|
|
985
1169
|
font-family: Gotham;
|
|
986
1170
|
font-weight: 600;
|
|
987
1171
|
text-decoration: underline;
|