@marioschmidt/design-system-tokens 1.0.9
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/LICENSE +21 -0
- package/README.md +767 -0
- package/dist/css/base/index.css +8 -0
- package/dist/css/base/primitive-color-value-global.css +100 -0
- package/dist/css/base/primitive-color-value.css +100 -0
- package/dist/css/base/primitive-font-value-global.css +49 -0
- package/dist/css/base/primitive-font-value.css +49 -0
- package/dist/css/base/primitive-size-value-global.css +55 -0
- package/dist/css/base/primitive-size-value.css +55 -0
- package/dist/css/base/primitive-space-value-global.css +31 -0
- package/dist/css/base/primitive-space-value.css +31 -0
- package/dist/css/density/density-compact-global.css +14 -0
- package/dist/css/density/density-compact.css +14 -0
- package/dist/css/density/density-default-global.css +14 -0
- package/dist/css/density/density-default.css +14 -0
- package/dist/css/density/density-spacious-global.css +14 -0
- package/dist/css/density/density-spacious.css +14 -0
- package/dist/css/density/index.css +7 -0
- package/dist/css/mapping/brand-advertorial-global.css +277 -0
- package/dist/css/mapping/brand-advertorial.css +277 -0
- package/dist/css/mapping/brand-bild-global.css +277 -0
- package/dist/css/mapping/brand-bild.css +277 -0
- package/dist/css/mapping/brand-color-bild-global.css +74 -0
- package/dist/css/mapping/brand-color-bild.css +74 -0
- package/dist/css/mapping/brand-color-sportbild-global.css +74 -0
- package/dist/css/mapping/brand-color-sportbild.css +74 -0
- package/dist/css/mapping/brand-sportbild-global.css +277 -0
- package/dist/css/mapping/brand-sportbild.css +277 -0
- package/dist/css/mapping/index.css +9 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-lg-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-md-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-md.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-sm-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-xs-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/index.css +8 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-dark-global.css +425 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-dark.css +425 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-light-global.css +425 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-light.css +425 -0
- package/dist/css/semantic/advertorial/color/index.css +6 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-lg-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-lg.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-md-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-md.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-sm-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-sm.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-xs-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-xs.css +490 -0
- package/dist/css/semantic/bild/breakpoints/index.css +8 -0
- package/dist/css/semantic/bild/color/color-bild-dark-global.css +425 -0
- package/dist/css/semantic/bild/color/color-bild-dark.css +425 -0
- package/dist/css/semantic/bild/color/color-bild-light-global.css +425 -0
- package/dist/css/semantic/bild/color/color-bild-light.css +425 -0
- package/dist/css/semantic/bild/color/index.css +6 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-lg-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-md-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-md.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-sm-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-xs-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/index.css +8 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-dark-global.css +425 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-dark.css +425 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-light-global.css +425 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-light.css +425 -0
- package/dist/css/semantic/sportbild/color/index.css +6 -0
- package/dist/js/base/index.js +15 -0
- package/dist/js/base/primitive-color-value.js +98 -0
- package/dist/js/base/primitive-font-value.js +47 -0
- package/dist/js/base/primitive-size-value.js +53 -0
- package/dist/js/base/primitive-space-value.js +29 -0
- package/dist/js/density/density-compact.js +12 -0
- package/dist/js/density/density-default.js +12 -0
- package/dist/js/density/density-spacious.js +12 -0
- package/dist/js/density/index.js +13 -0
- package/dist/js/mapping/brand-advertorial.js +276 -0
- package/dist/js/mapping/brand-bild.js +277 -0
- package/dist/js/mapping/brand-color-bild.js +78 -0
- package/dist/js/mapping/brand-color-sportbild.js +78 -0
- package/dist/js/mapping/brand-sportbild.js +280 -0
- package/dist/js/mapping/index.js +17 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-md.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/index.js +15 -0
- package/dist/js/semantic/advertorial/color/color-advertorial-dark.js +347 -0
- package/dist/js/semantic/advertorial/color/color-advertorial-light.js +343 -0
- package/dist/js/semantic/advertorial/color/index.js +11 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-lg.js +478 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-md.js +478 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-sm.js +478 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-xs.js +478 -0
- package/dist/js/semantic/bild/breakpoints/index.js +15 -0
- package/dist/js/semantic/bild/color/color-bild-dark.js +347 -0
- package/dist/js/semantic/bild/color/color-bild-light.js +343 -0
- package/dist/js/semantic/bild/color/index.js +11 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-md.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/index.js +15 -0
- package/dist/js/semantic/sportbild/color/color-sportbild-dark.js +347 -0
- package/dist/js/semantic/sportbild/color/color-sportbild-light.js +343 -0
- package/dist/js/semantic/sportbild/color/index.js +11 -0
- package/dist/json/base/primitive-color-value.json +148 -0
- package/dist/json/base/primitive-font-value.json +59 -0
- package/dist/json/base/primitive-size-value.json +51 -0
- package/dist/json/base/primitive-space-value.json +27 -0
- package/dist/json/density/density-compact.json +16 -0
- package/dist/json/density/density-default.json +16 -0
- package/dist/json/density/density-spacious.json +16 -0
- package/dist/json/mapping/brand-advertorial.json +393 -0
- package/dist/json/mapping/brand-bild.json +393 -0
- package/dist/json/mapping/brand-color-bild.json +98 -0
- package/dist/json/mapping/brand-color-sportbild.json +98 -0
- package/dist/json/mapping/brand-sportbild.json +393 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.json +686 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-md.json +686 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.json +686 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.json +686 -0
- package/dist/json/semantic/advertorial/color/color-advertorial-dark.json +307 -0
- package/dist/json/semantic/advertorial/color/color-advertorial-light.json +307 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-lg.json +686 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-md.json +686 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-sm.json +686 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-xs.json +686 -0
- package/dist/json/semantic/bild/color/color-bild-dark.json +307 -0
- package/dist/json/semantic/bild/color/color-bild-light.json +307 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.json +686 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-md.json +686 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.json +686 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.json +686 -0
- package/dist/json/semantic/sportbild/color/color-sportbild-dark.json +307 -0
- package/dist/json/semantic/sportbild/color/color-sportbild-light.json +307 -0
- package/dist/manifest.json +183 -0
- package/dist/scss/base/index.scss +8 -0
- package/dist/scss/base/primitive-color-value.scss +97 -0
- package/dist/scss/base/primitive-font-value.scss +46 -0
- package/dist/scss/base/primitive-size-value.scss +52 -0
- package/dist/scss/base/primitive-space-value.scss +28 -0
- package/dist/scss/density/density-compact.scss +11 -0
- package/dist/scss/density/density-default.scss +11 -0
- package/dist/scss/density/density-spacious.scss +11 -0
- package/dist/scss/density/index.scss +7 -0
- package/dist/scss/mapping/brand-advertorial.scss +274 -0
- package/dist/scss/mapping/brand-bild.scss +274 -0
- package/dist/scss/mapping/brand-color-bild.scss +71 -0
- package/dist/scss/mapping/brand-color-sportbild.scss +71 -0
- package/dist/scss/mapping/brand-sportbild.scss +274 -0
- package/dist/scss/mapping/index.scss +9 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-md.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/index.scss +8 -0
- package/dist/scss/semantic/advertorial/color/color-advertorial-dark.scss +318 -0
- package/dist/scss/semantic/advertorial/color/color-advertorial-light.scss +318 -0
- package/dist/scss/semantic/advertorial/color/index.scss +6 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-lg.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-md.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-sm.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-xs.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/index.scss +8 -0
- package/dist/scss/semantic/bild/color/color-bild-dark.scss +318 -0
- package/dist/scss/semantic/bild/color/color-bild-light.scss +318 -0
- package/dist/scss/semantic/bild/color/index.scss +6 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-md.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/index.scss +8 -0
- package/dist/scss/semantic/sportbild/color/color-sportbild-dark.scss +318 -0
- package/dist/scss/semantic/sportbild/color/color-sportbild-light.scss +318 -0
- package/dist/scss/semantic/sportbild/color/index.scss +6 -0
- package/package.json +62 -0
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
3
|
+
|
|
4
|
+
$global-core-core-color-primary: #de0000; // Bild: 046; SpoBi: 016 current css calls this variable main tenant color
|
|
5
|
+
$global-core-core-color-secondary: #ffffff; // Bild&SpoBi Tone 100
|
|
6
|
+
$global-core-core-color-secondary-dark: #242629; // Bild: 015 ; SpoBi: 010
|
|
7
|
+
$global-core-core-color-tertiary: #242629; // Bild: 015 ; SpoBi: 010
|
|
8
|
+
$global-core-core-color-tertiary-dark: #ffffff; // Bild&SpoBi: 100
|
|
9
|
+
$global-attention-accent-color-primary: #de0000; // Bild: Tone 046 ; SpoBi: 016 This variable is used on small UI elements such as the background color for kickers.
|
|
10
|
+
$global-attention-accent-color-primary-dark: #ffffff; // Bild: 100 ; SpoBi: 098
|
|
11
|
+
$global-surface-surface-color-primary: #ffffff; // Bild: 100 ; SpoBi: 100
|
|
12
|
+
$global-surface-surface-color-primary-dark: #242629; // Bild: 015 ; SpoBi: 010
|
|
13
|
+
$global-surface-surface-color-secondary: #f2f5f5; // Bild: 096 ; SpoBi: 098
|
|
14
|
+
$global-surface-surface-color-secondary-dark: #2b3038; // Bild: 020 ; SpoBi: 016
|
|
15
|
+
$global-surface-surface-color-tertiary: #e8edf0; // Bild: 093 ; SpoBi: 081
|
|
16
|
+
$global-surface-surface-color-tertiary-dark: #333d40; // Bild: 025 ; SpoBi: 029
|
|
17
|
+
$global-surface-surface-color-quartenary: #cfd4d9; // Bild: 085 ; SpoBi: 085
|
|
18
|
+
$global-surface-surface-color-quartenary-dark: #4a5259; // Bild: 035 ; SpoBi: 035
|
|
19
|
+
$global-state-color-primary-active: #de0000; // Bild: 046 ; SpoBi: 029
|
|
20
|
+
$global-state-color-primary-active-dark: #de0000; // Bild: 046 ; SpoBi: 098
|
|
21
|
+
$global-text-text-color-primary: #242629; // Bild & SpoBi: Tone 015
|
|
22
|
+
$global-text-text-color-primary-dark: #e8edf0; // Bild & SpoBi: Tone 093
|
|
23
|
+
$global-text-text-color-secondary: #8c9196; // Bild & SpoBi: Tone 060
|
|
24
|
+
$global-text-text-color-secondary-dark: #8c9196; // Bild & SpoBi: Tone 060
|
|
25
|
+
$global-text-headline-color-primary: #242629; // Bild: 015 ; SpoBi: 016
|
|
26
|
+
$global-text-headline-color-primary-dark: #ffffff; // Bild&SpoBi: Tone 100
|
|
27
|
+
$global-text-kicker-text-color-on-bg: #ffffff; // This variable is used on kicker texts that are on top of a color that is different from the outer color of the overall user interface. Bild & SpoBi: Tone 100
|
|
28
|
+
$global-text-kicker-text-color-on-surface: #de0000; // This variable is used for the color of kicker texts that are not no top of a different color of the overall user interface. Bild: 046 ; SpoBi: 060
|
|
29
|
+
$global-text-kicker-text-color-on-surface-dark: #8c9196; // Use this variable for kicker texts that are directly on top of the color of the overall user interface. Bild & SpoBi tone 060.
|
|
30
|
+
$global-text-kicker-bg-color-on-surface: #de0000; // Use this variable for the color immediately behind the bounding box of the kicker text element. Bild: 046 ; SpoBi: 029
|
|
31
|
+
$global-text-kicker-bg-color-on-surface-dark: #8c9196; // Use this variable for the dark mode color of the background immediately around the kicker text element. Bild: 060 ; SpoBi: 060
|
|
32
|
+
$component-avatar-avatar-label-color: #242629; // 09-2025 css --article-author-name-color // Bild: 015; SpoBi: 045
|
|
33
|
+
$component-avatar-avatar-label-color-dark: #ffffff; // 09-2025 css --article-author-name-color // Bild: 100; SpoBi: 093
|
|
34
|
+
$component-avatar-avatar-label-color-hover: #de0000; // This variable is used for decorating the avatar text's underline color. Bild: 046; SpoBi: 029
|
|
35
|
+
$component-chip-color-active: #de0000;
|
|
36
|
+
$component-breaking-news-breaking-news-top-title-text-color: #1c1c1c; // This variable is used for the color of the "breaking" word in the "breaking news" horizontally animated headlines strip. Bild: 010 ; SpoBi: 081
|
|
37
|
+
$component-breaking-news-breaking-news-bottom-title-text-color: #1c1c1c; // This variable is used for the color of the "News" word in the breaking news horizontal animated headlines strip. Bild: 010 ; SpoBi: 100
|
|
38
|
+
$component-breaking-news-breaking-news-title-surface-color: #fc8226; // This variable is used for the background color of the "Breaking News" title. Bild: 067 ; SpoBi: 016
|
|
39
|
+
$component-breaking-news-breaking-news-surface-color: #242629; // This variable is used on the breaking news strip that has horizontally animated headlines. Bild: 015 ; SpoBi: 081
|
|
40
|
+
$component-breaking-news-breaking-news-surface-color-dark: #e8edf0; // This variable is for the background color of the horizontally animated strip with headlines for breaking news on dark mode. Bild: 093 ; SpoBi: 081
|
|
41
|
+
$component-breaking-news-breaking-news-text-content-color: #ffffff; // This variable is used on the text for headlines in the horizontally animated breaking news strip. Bild: 100 ; SpoBi: 015
|
|
42
|
+
$component-breaking-news-breaking-news-text-content-color-dark: #242629; // This variable is used on the text for headlines in the horizontally animated breaking news strip on dark mode. Bild&SpoBi: 015
|
|
43
|
+
$component-button-primary-brand-button-primary-bg-color-idle: #de0000; // Bild: 046 ; SpoBi: 029
|
|
44
|
+
$component-button-primary-brand-button-primary-bg-color-hover: #b00003; // Bild: 035 ; SpoBi: 016
|
|
45
|
+
$component-button-primary-brand-button-primary-bg-color-idle-dark: #de0000; // This variable controls the primary button idle color for two brands in dark mode. Bild: 046 ; SpoBi: 038
|
|
46
|
+
$component-button-primary-brand-button-primary-bg-color-hover-dark: #b00003; // This variable stores colors for the hover state of primary buttons for two brands in dark mode. Bild: 035 ; SpoBi: 029
|
|
47
|
+
$component-button-primary-neutral-button-primary-bg-color-idle: #242629; // Bild & SpoBi: Tone 015
|
|
48
|
+
$component-button-primary-neutral-button-primary-bg-color-hover: #4a5259; // Bild & SpoBi: Tone 035
|
|
49
|
+
$component-button-primary-neutral-button-primary-bg-color-idle-dark: #ffffff; // Bild & SpoBi: Tone 100
|
|
50
|
+
$component-button-primary-neutral-button-primary-bg-color-hover-dark: #e8edf0; // Bild: 093 ; SpoBi: 081
|
|
51
|
+
$component-menu-menu-link-lane-surface-color: #ffffff; // This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component.
|
|
52
|
+
$component-menu-menu-link-lane-surface-color-dark: #242629; // This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component on Dark mode.
|
|
53
|
+
$component-menu-menu-link-lane-label-color: #4a5259; // This variable is used for making possible the default color difference between the Bild and SportBild link lane labels inside the menu component.
|
|
54
|
+
$component-menu-menu-link-lane-label-color-active: #242629; // This variable is used for making possible the active color difference between the Bild and SportBild link lane labels inside the menu component.
|
|
55
|
+
$component-menu-menu-link-lane-label-color-dark: #8c9196;
|
|
56
|
+
$component-menu-menu-link-color-border-active: #de0000;
|
|
57
|
+
$component-menu-menu-link-color-border-active-dark: #ffffff;
|
|
58
|
+
$component-menu-app-bottom-tab-bar-bg-color: #ffffff;
|
|
59
|
+
$component-menu-app-top-bar-bg-color-dark: #333d40;
|
|
60
|
+
$component-menu-app-bottom-tab-bar-bg-dark: #333d40;
|
|
61
|
+
$component-menu-app-top-bar-surface-color: #ffffff;
|
|
62
|
+
$component-menu-app-top-bar-icon-color: #4a5259;
|
|
63
|
+
$component-menu-app-top-bar-icon-color-dark: #8c9196;
|
|
64
|
+
$component-menu-app-top-bar-text-color: #242629;
|
|
65
|
+
$component-menu-app-top-bar-text-color-dark: #e8edf0;
|
|
66
|
+
$component-menu-app-tob-bar-tab-nav-bottom-border: #e8edf0;
|
|
67
|
+
$component-menu-app-tob-bar-tab-nav-bottom-border-dark: #4a5259;
|
|
68
|
+
$component-menu-app-tob-bar-tab-nav-bottom-border-active: #de0000;
|
|
69
|
+
$component-menu-app-tob-bar-tab-nav-bottom-border-active-dark: #ffffff;
|
|
70
|
+
$component-teaser-teaser-title-background-gradient-start: rgba(0, 0, 0, 0.7);
|
|
71
|
+
$component-teaser-teaser-title-background-gradient-stop: rgba(0, 0, 0, 0);
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
3
|
+
|
|
4
|
+
$global-core-core-color-primary: #0a264f; // Bild: 046; SpoBi: 016 current css calls this variable main tenant color
|
|
5
|
+
$global-core-core-color-secondary: #ffffff; // Bild&SpoBi Tone 100
|
|
6
|
+
$global-core-core-color-secondary-dark: #081729; // Bild: 015 ; SpoBi: 010
|
|
7
|
+
$global-core-core-color-tertiary: #081729; // Bild: 015 ; SpoBi: 010
|
|
8
|
+
$global-core-core-color-tertiary-dark: #ffffff; // Bild&SpoBi: 100
|
|
9
|
+
$global-attention-accent-color-primary: #174582; // Bild: Tone 046 ; SpoBi: 016 This variable is used on small UI elements such as the background color for kickers.
|
|
10
|
+
$global-attention-accent-color-primary-dark: #f7fafc; // Bild: 100 ; SpoBi: 098
|
|
11
|
+
$global-surface-surface-color-primary: #ffffff; // Bild: 100 ; SpoBi: 100
|
|
12
|
+
$global-surface-surface-color-primary-dark: #081729; // Bild: 015 ; SpoBi: 010
|
|
13
|
+
$global-surface-surface-color-secondary: #f7fafc; // Bild: 096 ; SpoBi: 098
|
|
14
|
+
$global-surface-surface-color-secondary-dark: #0a264f; // Bild: 020 ; SpoBi: 016
|
|
15
|
+
$global-surface-surface-color-tertiary: #bdc9db; // Bild: 093 ; SpoBi: 081
|
|
16
|
+
$global-surface-surface-color-tertiary-dark: #174582; // Bild: 025 ; SpoBi: 029
|
|
17
|
+
$global-surface-surface-color-quartenary: #cfd4d9; // Bild: 085 ; SpoBi: 085
|
|
18
|
+
$global-surface-surface-color-quartenary-dark: #4a5259; // Bild: 035 ; SpoBi: 035
|
|
19
|
+
$global-state-color-primary-active: #174582; // Bild: 046 ; SpoBi: 029
|
|
20
|
+
$global-state-color-primary-active-dark: #f7fafc; // Bild: 046 ; SpoBi: 098
|
|
21
|
+
$global-text-text-color-primary: #242629; // Bild & SpoBi: Tone 015
|
|
22
|
+
$global-text-text-color-primary-dark: #e8edf0; // Bild & SpoBi: Tone 093
|
|
23
|
+
$global-text-text-color-secondary: #8c9196; // Bild & SpoBi: Tone 060
|
|
24
|
+
$global-text-text-color-secondary-dark: #8c9196; // Bild & SpoBi: Tone 060
|
|
25
|
+
$global-text-headline-color-primary: #0a264f; // Bild: 015 ; SpoBi: 016
|
|
26
|
+
$global-text-headline-color-primary-dark: #ffffff; // Bild&SpoBi: Tone 100
|
|
27
|
+
$global-text-kicker-text-color-on-bg: #ffffff; // This variable is used on kicker texts that are on top of a color that is different from the outer color of the overall user interface. Bild & SpoBi: Tone 100
|
|
28
|
+
$global-text-kicker-text-color-on-surface: #8c9196; // This variable is used for the color of kicker texts that are not no top of a different color of the overall user interface. Bild: 046 ; SpoBi: 060
|
|
29
|
+
$global-text-kicker-text-color-on-surface-dark: #8c9196; // Use this variable for kicker texts that are directly on top of the color of the overall user interface. Bild & SpoBi tone 060.
|
|
30
|
+
$global-text-kicker-bg-color-on-surface: #174582; // Use this variable for the color immediately behind the bounding box of the kicker text element. Bild: 046 ; SpoBi: 029
|
|
31
|
+
$global-text-kicker-bg-color-on-surface-dark: #8c9196; // Use this variable for the dark mode color of the background immediately around the kicker text element. Bild: 060 ; SpoBi: 060
|
|
32
|
+
$component-avatar-avatar-label-color: #666b70; // 09-2025 css --article-author-name-color // Bild: 015; SpoBi: 045
|
|
33
|
+
$component-avatar-avatar-label-color-dark: #e8edf0; // 09-2025 css --article-author-name-color // Bild: 100; SpoBi: 093
|
|
34
|
+
$component-avatar-avatar-label-color-hover: #174582; // This variable is used for decorating the avatar text's underline color. Bild: 046; SpoBi: 029
|
|
35
|
+
$component-chip-color-active: #174582;
|
|
36
|
+
$component-breaking-news-breaking-news-top-title-text-color: #ffbf00; // This variable is used for the color of the "breaking" word in the "breaking news" horizontally animated headlines strip. Bild: 010 ; SpoBi: 081
|
|
37
|
+
$component-breaking-news-breaking-news-bottom-title-text-color: #ffffff; // This variable is used for the color of the "News" word in the breaking news horizontal animated headlines strip. Bild: 010 ; SpoBi: 100
|
|
38
|
+
$component-breaking-news-breaking-news-title-surface-color: #0a264f; // This variable is used for the background color of the "Breaking News" title. Bild: 067 ; SpoBi: 016
|
|
39
|
+
$component-breaking-news-breaking-news-surface-color: #ffbf00; // This variable is used on the breaking news strip that has horizontally animated headlines. Bild: 015 ; SpoBi: 081
|
|
40
|
+
$component-breaking-news-breaking-news-surface-color-dark: #ffbf00; // This variable is for the background color of the horizontally animated strip with headlines for breaking news on dark mode. Bild: 093 ; SpoBi: 081
|
|
41
|
+
$component-breaking-news-breaking-news-text-content-color: #242629; // This variable is used on the text for headlines in the horizontally animated breaking news strip. Bild: 100 ; SpoBi: 015
|
|
42
|
+
$component-breaking-news-breaking-news-text-content-color-dark: #242629; // This variable is used on the text for headlines in the horizontally animated breaking news strip on dark mode. Bild&SpoBi: 015
|
|
43
|
+
$component-button-primary-brand-button-primary-bg-color-idle: #174582; // Bild: 046 ; SpoBi: 029
|
|
44
|
+
$component-button-primary-brand-button-primary-bg-color-hover: #0a264f; // Bild: 035 ; SpoBi: 016
|
|
45
|
+
$component-button-primary-brand-button-primary-bg-color-idle-dark: #305999; // This variable controls the primary button idle color for two brands in dark mode. Bild: 046 ; SpoBi: 038
|
|
46
|
+
$component-button-primary-brand-button-primary-bg-color-hover-dark: #174582; // This variable stores colors for the hover state of primary buttons for two brands in dark mode. Bild: 035 ; SpoBi: 029
|
|
47
|
+
$component-button-primary-neutral-button-primary-bg-color-idle: #242629; // Bild & SpoBi: Tone 015
|
|
48
|
+
$component-button-primary-neutral-button-primary-bg-color-hover: #4a5259; // Bild & SpoBi: Tone 035
|
|
49
|
+
$component-button-primary-neutral-button-primary-bg-color-idle-dark: #ffffff; // Bild & SpoBi: Tone 100
|
|
50
|
+
$component-button-primary-neutral-button-primary-bg-color-hover-dark: #bdc9db; // Bild: 093 ; SpoBi: 081
|
|
51
|
+
$component-menu-menu-link-lane-surface-color: #0a264f; // This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component.
|
|
52
|
+
$component-menu-menu-link-lane-surface-color-dark: #0a264f; // This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component on Dark mode.
|
|
53
|
+
$component-menu-menu-link-lane-label-color: #cfd4d9; // This variable is used for making possible the default color difference between the Bild and SportBild link lane labels inside the menu component.
|
|
54
|
+
$component-menu-menu-link-lane-label-color-active: #ffffff; // This variable is used for making possible the active color difference between the Bild and SportBild link lane labels inside the menu component.
|
|
55
|
+
$component-menu-menu-link-lane-label-color-dark: #adb5ba;
|
|
56
|
+
$component-menu-menu-link-color-border-active: #0a264f;
|
|
57
|
+
$component-menu-menu-link-color-border-active-dark: #f7fafc;
|
|
58
|
+
$component-menu-app-bottom-tab-bar-bg-color: #ffffff;
|
|
59
|
+
$component-menu-app-top-bar-bg-color-dark: #0a264f;
|
|
60
|
+
$component-menu-app-bottom-tab-bar-bg-dark: #0a264f;
|
|
61
|
+
$component-menu-app-top-bar-surface-color: #0a264f;
|
|
62
|
+
$component-menu-app-top-bar-icon-color: #8c9196;
|
|
63
|
+
$component-menu-app-top-bar-icon-color-dark: #8c9196;
|
|
64
|
+
$component-menu-app-top-bar-text-color: #e8edf0;
|
|
65
|
+
$component-menu-app-top-bar-text-color-dark: #e8edf0;
|
|
66
|
+
$component-menu-app-tob-bar-tab-nav-bottom-border: #174582;
|
|
67
|
+
$component-menu-app-tob-bar-tab-nav-bottom-border-dark: #174582;
|
|
68
|
+
$component-menu-app-tob-bar-tab-nav-bottom-border-active: #cfd4d9;
|
|
69
|
+
$component-menu-app-tob-bar-tab-nav-bottom-border-active-dark: #ffffff;
|
|
70
|
+
$component-teaser-teaser-title-background-gradient-start: rgba(10, 38, 79, 0.7);
|
|
71
|
+
$component-teaser-teaser-title-background-gradient-stop: rgba(10, 38, 79, 0);
|
|
@@ -0,0 +1,274 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
3
|
+
|
|
4
|
+
$global-typography-font-family-display-font-family: AntennaCond; // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the display text style font family parameter.
|
|
5
|
+
$global-typography-font-family-headline-font-family: AntennaExtraCond; // Bild: GothamCond | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the headlines text style font family parameter.
|
|
6
|
+
$global-typography-font-family-subheadline-font-family: AntennaCond; // Bild: GothamCond | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the subheadlines text style font family parameter.
|
|
7
|
+
$global-typography-font-family-kicker-font-family: AntennaExtraCond; // Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the kickers text styles font family parameter.
|
|
8
|
+
$global-typography-font-family-title-font-family: AntennaCond; // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the titles text style font family parameter.
|
|
9
|
+
$global-typography-font-family-callout-font-family: AntennaCond; // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the callouts text style font family parameter.
|
|
10
|
+
$global-typography-font-family-body-font-family: Inter; // Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the body text style font family parameter.
|
|
11
|
+
$global-typography-font-family-footnote-font-family: Inter; // Bild: GothamXNarrow | SpoBi: Inter | Ads: LucidaGrande | This variable is used in the footnotes text style font family parameter.
|
|
12
|
+
$global-typography-font-family-label-font-family: AntennaExtraCond; // Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the labels text styles font family parameter.
|
|
13
|
+
$global-typography-font-family-quote-font-family: AntennaCond; // Bild: Gotham | SpoBi: AntennaCond | Ads: LucidaGrande | This variable is used in the quotes text style font family parameter.
|
|
14
|
+
$global-typography-font-size-display-display1-font-size-xs: 38; // Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes.
|
|
15
|
+
$global-typography-font-size-display-display1-font-size-sm: 38; // Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display1 text style font size parameter for small device sizes.
|
|
16
|
+
$global-typography-font-size-display-display1-font-size-md: 68; // Bild: 72 | SpoBi: 68 | Ads: 70 | This variable is used in the display1 text style font size parameter for medium device sizes.
|
|
17
|
+
$global-typography-font-size-display-display1-font-size-lg: 114; // Bild: 120 | SpoBi: 114 | Ads: 116 | This variable is used in the display1 text style font size parameter for large device sizes.
|
|
18
|
+
$global-typography-font-size-display-display2-font-size-xs: 34; // Bild: 36 | SpoBi: 34 | Ads: 35 | This variable is used in the display2 text style font size parameter for small device sizes.
|
|
19
|
+
$global-typography-font-size-display-display2-font-size-sm: 34; // Bild: 36 | SpoBi: 34 | Ads: 35 | This variable is used in the display2 text style font size parameter for small device sizes.
|
|
20
|
+
$global-typography-font-size-display-display2-font-size-md: 40; // Bild: 42 | SpoBi: 40 | Ads: 41 | This variable is used in the display2 text style font size parameter for medium device sizes.
|
|
21
|
+
$global-typography-font-size-display-display2-font-size-lg: 61; // Bild: 64 | SpoBi: 61 | Ads: 62 | This variable is used in the display2 text style font size parameter for large device sizes.
|
|
22
|
+
$global-typography-font-size-display-display3-font-size-xs: 27; // Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes.
|
|
23
|
+
$global-typography-font-size-display-display3-font-size-sm: 27; // Bild: 28 | SpoBi: 27 | Ads: 27 | This variable is used in the display3 text style font size parameter for small device sizes.
|
|
24
|
+
$global-typography-font-size-display-display3-font-size-md: 30; // Bild: 32 | SpoBi: 30 | Ads: 31 | This variable is used in the display3 text style font size parameter for medium device sizes.
|
|
25
|
+
$global-typography-font-size-display-display3-font-size-lg: 38; // Bild: 40 | SpoBi: 38 | Ads: 39 | This variable is used in the display3 text style font size parameter for large device sizes.
|
|
26
|
+
$global-typography-font-size-headline-headline-text-align: left; // This variable is used for controlling the alignment of headlines across brands. current online css example var: --headline-text-align-lg
|
|
27
|
+
$global-typography-font-size-headline-headline1-font-size-xs: 42; // Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes.
|
|
28
|
+
$global-typography-font-size-headline-headline1-font-size-sm: 42; // Bild: 48 | SpoBi: 42 | Ads: 36 | This variable is used in the headline1 text style font size parameter for small device sizes.
|
|
29
|
+
$global-typography-font-size-headline-headline1-font-size-md: 60; // Bild: 72 | SpoBi: 60 | Ads: 54 | This variable is used in the headline1 text style font size parameter for medium device sizes.
|
|
30
|
+
$global-typography-font-size-headline-headline1-font-size-lg: 80; // Bild: 100 | SpoBi: 80 | Ads: 70 | This variable is used in the headline1 text style font size parameter for large device sizes.
|
|
31
|
+
$global-typography-font-size-headline-headline2-font-size-xs: 42; // Bild: 40 | SpoBi: 42 | Ads: 30 | This variable is used in the headline2 text style font size parameter for small device sizes.
|
|
32
|
+
$global-typography-font-size-headline-headline2-font-size-sm: 42; // Bild: 40 | SpoBi: 42 | Ads: 30 | This variable is used in the headline2 text style font size parameter for small device sizes.
|
|
33
|
+
$global-typography-font-size-headline-headline2-font-size-md: 44; // Bild: 48 | SpoBi: 44 | Ads: 36 | This variable is used in the headline2 text style font size parameter for medium device sizes.
|
|
34
|
+
$global-typography-font-size-headline-headline2-font-size-lg: 50; // Bild: 64 | SpoBi: 50 | Ads: 48 | This variable is used in the headline2 text style font size parameter for large device sizes.
|
|
35
|
+
$global-typography-font-size-headline-headline3-font-size-xs: 30; // Bild: 28 | SpoBi: 30 | Ads: 24 | This variable is used in the headline3 text style font size parameter for small device sizes.
|
|
36
|
+
$global-typography-font-size-headline-headline3-font-size-sm: 30; // Bild: 28 | SpoBi: 30 | Ads: 24 | This variable is used in the headline3 text style font size parameter for small device sizes.
|
|
37
|
+
$global-typography-font-size-headline-headline3-font-size-md: 30; // Bild: 36 | SpoBi: 30 | Ads: 26 | This variable is used in the headline3 text style font size parameter for medium device sizes.
|
|
38
|
+
$global-typography-font-size-headline-headline3-font-size-lg: 34; // Bild: 40 | SpoBi: 34 | Ads: 32 | This variable is used in the headline3 text style font size parameter for large device sizes.
|
|
39
|
+
$global-typography-font-size-headline-headline4-font-size-xs: 21; // Bild: 22 | SpoBi: 21 | Ads: 16 | This variable is used in the headline4 text style font size parameter for small device sizes.
|
|
40
|
+
$global-typography-font-size-headline-headline4-font-size-sm: 21; // Bild: 22 | SpoBi: 21 | Ads: 16 | This variable is used in the headline4 text style font size parameter for small device sizes.
|
|
41
|
+
$global-typography-font-size-headline-headline4-font-size-md: 26; // Bild: 26 | SpoBi: 26 | Ads: 20 | This variable is used in the headline4 text style font size parameter for medium device sizes.
|
|
42
|
+
$global-typography-font-size-headline-headline4-font-size-lg: 26; // Bild: 32 | SpoBi: 26 | Ads: 22 | This variable is used in the headline4 text style font size parameter for large device sizes.
|
|
43
|
+
$global-typography-font-size-subheadline-subheadline1-font-size-xs: 18; // Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes.
|
|
44
|
+
$global-typography-font-size-subheadline-subheadline1-font-size-sm: 18; // Bild: 24 | SpoBi: 18 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for small device sizes.
|
|
45
|
+
$global-typography-font-size-subheadline-subheadline1-font-size-md: 22; // Bild: 32 | SpoBi: 22 | Ads: 18 | This variable is used in the subheadline1 text style font size parameter for medium device sizes.
|
|
46
|
+
$global-typography-font-size-subheadline-subheadline1-font-size-lg: 26; // Bild: 36 | SpoBi: 26 | Ads: 28 | This variable is used in the subheadline1 text style font size parameter for large device sizes.
|
|
47
|
+
$global-typography-font-size-kicker-kicker1-font-size-xs: 20; // Bild: 18 | SpoBi: 20 | Ads: 16 | This variable is used in the kicker1 text style font size parameter for small device sizes. Current online css: --kicker-0-font-size-sm
|
|
48
|
+
$global-typography-font-size-kicker-kicker1-font-size-sm: 20; // Bild: 18 | SpoBi: 20 | Ads: 16 | This variable is used in the kicker1 text style font size parameter for small device sizes. Current online css: --kicker-0-font-size-sm
|
|
49
|
+
$global-typography-font-size-kicker-kicker1-font-size-md: 26; // Bild: 22 | SpoBi: 26 | Ads: 18 | This variable is used in the kicker1 text style font size parameter for medium device sizes. Current online css: --kicker-0-font-size-md
|
|
50
|
+
$global-typography-font-size-kicker-kicker1-font-size-lg: 32; // Bild: 30 | SpoBi: 32 | Ads: 25 | This variable is used in the kicker1 text style font size parameter for large device sizes. Current online css: --kicker-0-font-size-lg
|
|
51
|
+
$global-typography-font-size-kicker-kicker2-font-size-xs: 16; // Bild: 18 | SpoBi: 16 | Ads: 16 | This variable is used in the kicker2 text style font size parameter for small device sizes. Current online css: --kicker-1-font-size-sm
|
|
52
|
+
$global-typography-font-size-kicker-kicker2-font-size-sm: 16; // Bild: 18 | SpoBi: 16 | Ads: 16 | This variable is used in the kicker2 text style font size parameter for small device sizes. Current online css: --kicker-1-font-size-sm
|
|
53
|
+
$global-typography-font-size-kicker-kicker2-font-size-md: 26; // Bild: 22 | SpoBi: 26 | Ads: 18 | This variable is used in the kicker2 text style font size parameter for medium device sizes. Current online css: --kicker-1-font-size-md
|
|
54
|
+
$global-typography-font-size-kicker-kicker2-font-size-lg: 26; // Bild: 24 | SpoBi: 26 | Ads: 21 | This variable is used in the kicker2 text style font size parameter for large device sizes. Current online css: --kicker-1-font-size-lg
|
|
55
|
+
$global-typography-font-size-kicker-kicker3-font-size-xs: 16; // Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for small device sizes. Current online css: --kicker-2-font-size-sm
|
|
56
|
+
$global-typography-font-size-kicker-kicker3-font-size-sm: 16; // Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for small device sizes. Current online css: --kicker-2-font-size-sm
|
|
57
|
+
$global-typography-font-size-kicker-kicker3-font-size-md: 20; // Bild: 18 | SpoBi: 20 | Ads: 14 | This variable is used in the kicker3 text style font size parameter for medium device sizes. Current online css: --kicker-2-font-size-md
|
|
58
|
+
$global-typography-font-size-kicker-kicker3-font-size-lg: 22; // Bild: 20 | SpoBi: 22 | Ads: 16 | This variable is used in the kicker3 text style font size parameter for large device sizes. Current online css: --kicker-2-font-size-lg
|
|
59
|
+
$global-typography-font-size-kicker-kicker4-font-size-xs: 14; // Bild: 14 | SpoBi: 14 | Ads: 12 | This variable is used in the kicker4 text style font size parameter for small device sizes. Current online css: --kicker-3-font-size-sm
|
|
60
|
+
$global-typography-font-size-kicker-kicker4-font-size-sm: 14; // Bild: 14 | SpoBi: 14 | Ads: 12 | This variable is used in the kicker4 text style font size parameter for small device sizes. Current online css: --kicker-3-font-size-sm
|
|
61
|
+
$global-typography-font-size-kicker-kicker4-font-size-md: 16; // Bild: 16 | SpoBi: 16 | Ads: 14 | This variable is used in the kicker4 text style font size parameter for medium device sizes. Current online css: --kicker-3-font-size-md
|
|
62
|
+
$global-typography-font-size-kicker-kicker4-font-size-lg: 18; // Bild: 16 | SpoBi: 18 | Ads: 14 | This variable is used in the kicker4 text style font size parameter for large device sizes. Current online css: --kicker-3-font-size-lg
|
|
63
|
+
$global-typography-font-size-title-title1-font-size-xs: 24; // Bild 22 | SpoBi 24 | Ads 22 | current online css: --ressort-header-font-size-sm
|
|
64
|
+
$global-typography-font-size-title-title1-font-size-sm: 24; // Bild 22 | SpoBi 24 | Ads 22 | current online css: --ressort-header-font-size-sm
|
|
65
|
+
$global-typography-font-size-title-title1-font-size-md: 28; // Bild 22 | SpoBi 28 | Ads 22 | current online css: --ressort-header-font-size-md
|
|
66
|
+
$global-typography-font-size-title-title1-font-size-lg: 30; // Bild 28 | SpoBi 30 | Ads 28 | current online css: --ressort-header-font-size-lg
|
|
67
|
+
$global-typography-font-size-title-title2-font-size-xs: 16; // Bild 16 | SpoBi 16 | Ads 14 | current online css var: --caption-1-font-size-sm
|
|
68
|
+
$global-typography-font-size-title-title2-font-size-sm: 16; // Bild 16 | SpoBi 16 | Ads 14 | current online css: --caption-1-font-size-sm
|
|
69
|
+
$global-typography-font-size-title-title2-font-size-md: 18; // Bild 18 | SpoBi 18 | Ads 16 | current online css: --caption-1-font-size-md
|
|
70
|
+
$global-typography-font-size-title-title2-font-size-lg: 20; // Bild 20 | SpoBi 20 | Ads 18 | current online css: --caption-1-font-size-lg
|
|
71
|
+
$global-typography-font-size-callout-callout1-font-size-xs: 18; // Bild: 18 | SpoBi: 18 | Ads: 16 | This variable is used in the callout1 text style font size parameter for small device sizes. Current online css:
|
|
72
|
+
$global-typography-font-size-callout-callout1-font-size-sm: 18; // Bild: 18 | SpoBi: 18 | Ads: 16 | This variable is used in the callout1 text style font size parameter for small device sizes. Current online css:
|
|
73
|
+
$global-typography-font-size-callout-callout1-font-size-md: 24; // Bild: 22 | SpoBi: 24 | Ads: 22 | This variable is used in the callout1 text style font size parameter for medium device sizes. Current online css:
|
|
74
|
+
$global-typography-font-size-callout-callout1-font-size-lg: 24; // Bild: 22 | SpoBi: 24 | Ads: 22 | This variable is used in the callout1 text style font size parameter for large device sizes. Current online css:
|
|
75
|
+
$global-typography-font-size-body-body-font-size-xs: 17; // Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for small device sizes. Current online css: --body-font-size
|
|
76
|
+
$global-typography-font-size-body-body-font-size-sm: 17; // Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for small device sizes. Current online css: --body-font-size
|
|
77
|
+
$global-typography-font-size-body-body-font-size-md: 17; // Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for medium device sizes. Current online css: --body-font-size
|
|
78
|
+
$global-typography-font-size-body-body-font-size-lg: 17; // Bild: 21 | SpoBi: 17 | Ads: 17 | This variable is used in the body text style font size parameter for large device sizes. Current online css: --body-font-size
|
|
79
|
+
$global-typography-font-size-footnote-footnote1-font-size-xs: 13; // --footnote-font-size-sm
|
|
80
|
+
$global-typography-font-size-footnote-footnote1-font-size-sm: 13; // --footnote-font-size-sm
|
|
81
|
+
$global-typography-font-size-footnote-footnote1-font-size-md: 13;
|
|
82
|
+
$global-typography-font-size-footnote-footnote1-font-size-lg: 15; // --footnote-font-size-lg
|
|
83
|
+
$global-typography-font-size-footnote-footnote2-font-size-xs: 10;
|
|
84
|
+
$global-typography-font-size-footnote-footnote2-font-size-sm: 10;
|
|
85
|
+
$global-typography-font-size-footnote-footnote2-font-size-md: 10;
|
|
86
|
+
$global-typography-font-size-footnote-footnote2-font-size-lg: 13;
|
|
87
|
+
$global-typography-font-size-label-label1-font-size: 17;
|
|
88
|
+
$global-typography-font-size-label-label1-resp-font-size-xs: 10;
|
|
89
|
+
$global-typography-font-size-label-label1-resp-font-size-sm: 10;
|
|
90
|
+
$global-typography-font-size-label-label1-resp-font-size-md: 15;
|
|
91
|
+
$global-typography-font-size-label-label1-resp-font-size-lg: 17;
|
|
92
|
+
$global-typography-font-size-label-label2-font-size: 15;
|
|
93
|
+
$global-typography-font-size-label-label3-font-size: 12;
|
|
94
|
+
$global-typography-font-size-label-label4-font-size: 8;
|
|
95
|
+
$global-typography-font-size-quote-quote-font-size-xs: 16;
|
|
96
|
+
$global-typography-font-size-quote-quote-font-size-sm: 16;
|
|
97
|
+
$global-typography-font-size-quote-quote-font-size-md: 18;
|
|
98
|
+
$global-typography-font-size-quote-quote-font-size-lg: 20;
|
|
99
|
+
$global-typography-line-height-display-display1-line-height-xs: 40;
|
|
100
|
+
$global-typography-line-height-display-display1-line-height-sm: 40;
|
|
101
|
+
$global-typography-line-height-display-display1-line-height-md: 72;
|
|
102
|
+
$global-typography-line-height-display-display1-line-height-lg: 120;
|
|
103
|
+
$global-typography-line-height-display-display2-line-height-xs: 36;
|
|
104
|
+
$global-typography-line-height-display-display2-line-height-sm: 36;
|
|
105
|
+
$global-typography-line-height-display-display2-line-height-md: 42;
|
|
106
|
+
$global-typography-line-height-display-display2-line-height-lg: 64;
|
|
107
|
+
$global-typography-line-height-display-display3-line-height-xs: 28;
|
|
108
|
+
$global-typography-line-height-display-display3-line-height-sm: 28;
|
|
109
|
+
$global-typography-line-height-display-display3-line-height-md: 32;
|
|
110
|
+
$global-typography-line-height-display-display3-line-height-lg: 40;
|
|
111
|
+
$global-typography-line-height-headline-headline1-line-height-xs: 42;
|
|
112
|
+
$global-typography-line-height-headline-headline1-line-height-sm: 42;
|
|
113
|
+
$global-typography-line-height-headline-headline1-line-height-md: 69;
|
|
114
|
+
$global-typography-line-height-headline-headline1-line-height-lg: 88;
|
|
115
|
+
$global-typography-line-height-headline-headline2-line-height-xs: 42;
|
|
116
|
+
$global-typography-line-height-headline-headline2-line-height-sm: 42;
|
|
117
|
+
$global-typography-line-height-headline-headline2-line-height-md: 50.6;
|
|
118
|
+
$global-typography-line-height-headline-headline2-line-height-lg: 57.6;
|
|
119
|
+
$global-typography-line-height-headline-headline3-line-height-xs: 33;
|
|
120
|
+
$global-typography-line-height-headline-headline3-line-height-sm: 33;
|
|
121
|
+
$global-typography-line-height-headline-headline3-line-height-md: 34.5;
|
|
122
|
+
$global-typography-line-height-headline-headline3-line-height-lg: 39.1;
|
|
123
|
+
$global-typography-line-height-headline-headline4-line-height-xs: 23.1;
|
|
124
|
+
$global-typography-line-height-headline-headline4-line-height-sm: 23.1;
|
|
125
|
+
$global-typography-line-height-headline-headline4-line-height-md: 28.6;
|
|
126
|
+
$global-typography-line-height-headline-headline4-line-height-lg: 29.9;
|
|
127
|
+
$global-typography-line-height-subheadline-subheadline1-line-height-xs: 23.4;
|
|
128
|
+
$global-typography-line-height-subheadline-subheadline1-line-height-sm: 23.4;
|
|
129
|
+
$global-typography-line-height-subheadline-subheadline1-line-height-md: 28.6;
|
|
130
|
+
$global-typography-line-height-subheadline-subheadline1-line-height-lg: 33.8;
|
|
131
|
+
$global-typography-line-height-kicker-kicker1-line-height-xs: 22;
|
|
132
|
+
$global-typography-line-height-kicker-kicker1-line-height-sm: 22;
|
|
133
|
+
$global-typography-line-height-kicker-kicker1-line-height-md: 28.6;
|
|
134
|
+
$global-typography-line-height-kicker-kicker1-line-height-lg: 35.2;
|
|
135
|
+
$global-typography-line-height-kicker-kicker2-line-height-xs: 17.6;
|
|
136
|
+
$global-typography-line-height-kicker-kicker2-line-height-sm: 17.6;
|
|
137
|
+
$global-typography-line-height-kicker-kicker2-line-height-md: 28.6;
|
|
138
|
+
$global-typography-line-height-kicker-kicker2-line-height-lg: 28.6;
|
|
139
|
+
$global-typography-line-height-kicker-kicker3-line-height-xs: 17.6;
|
|
140
|
+
$global-typography-line-height-kicker-kicker3-line-height-sm: 17.6;
|
|
141
|
+
$global-typography-line-height-kicker-kicker3-line-height-md: 22;
|
|
142
|
+
$global-typography-line-height-kicker-kicker3-line-height-lg: 24.2;
|
|
143
|
+
$global-typography-line-height-kicker-kicker4-line-height-xs: 15.4;
|
|
144
|
+
$global-typography-line-height-kicker-kicker4-line-height-sm: 15.4;
|
|
145
|
+
$global-typography-line-height-kicker-kicker4-line-height-md: 17.6;
|
|
146
|
+
$global-typography-line-height-kicker-kicker4-line-height-lg: 19.8;
|
|
147
|
+
$global-typography-line-height-title-title1-line-height-xs: 26.4;
|
|
148
|
+
$global-typography-line-height-title-title1-line-height-sm: 26.4;
|
|
149
|
+
$global-typography-line-height-title-title1-line-height-md: 30.8;
|
|
150
|
+
$global-typography-line-height-title-title1-line-height-lg: 33;
|
|
151
|
+
$global-typography-line-height-title-title2-line-height-xs: 16.8;
|
|
152
|
+
$global-typography-line-height-title-title2-line-height-sm: 20.8;
|
|
153
|
+
$global-typography-line-height-title-title2-line-height-md: 23.4;
|
|
154
|
+
$global-typography-line-height-title-title2-line-height-lg: 26;
|
|
155
|
+
$global-typography-line-height-callout-callout1-line-height-xs: 23.4;
|
|
156
|
+
$global-typography-line-height-callout-callout1-line-height-sm: 23.4;
|
|
157
|
+
$global-typography-line-height-callout-callout1-line-height-md: 31.2;
|
|
158
|
+
$global-typography-line-height-callout-callout1-line-height-lg: 31.2;
|
|
159
|
+
$global-typography-line-height-body-body-line-height-xs: 28.05;
|
|
160
|
+
$global-typography-line-height-body-body-line-height-sm: 28.05;
|
|
161
|
+
$global-typography-line-height-body-body-line-height-md: 29.75;
|
|
162
|
+
$global-typography-line-height-body-body-line-height-lg: 28.05;
|
|
163
|
+
$global-typography-line-height-footnote-footnote1-line-height-xs: 17.03;
|
|
164
|
+
$global-typography-line-height-footnote-footnote1-line-height-sm: 17.03;
|
|
165
|
+
$global-typography-line-height-footnote-footnote1-line-height-md: 17.03;
|
|
166
|
+
$global-typography-line-height-footnote-footnote1-line-height-lg: 19;
|
|
167
|
+
$global-typography-line-height-footnote-footnote2-line-height-xs: 13;
|
|
168
|
+
$global-typography-line-height-footnote-footnote2-line-height-sm: 13;
|
|
169
|
+
$global-typography-line-height-footnote-footnote2-line-height-md: 13;
|
|
170
|
+
$global-typography-line-height-footnote-footnote2-line-height-lg: 17.03;
|
|
171
|
+
$global-typography-line-height-label-label1-line-height: 20.4; // Bild 17 | SpoBi 20.4 | Ads 20.4 | The label 1 text style uses this variable for its line height parameter.
|
|
172
|
+
$global-typography-line-height-label-label1-resp-line-height-xs: 12; // Bild 10 | SpoBi 12 | Ads 10 | The label1 responsive text style uses this variable for its line height parameter.
|
|
173
|
+
$global-typography-line-height-label-label1-resp-line-height-sm: 12; // Bild 10 | SpoBi 12 | Ads 10 | The label1 responsive text style uses this variable for its line height parameter.
|
|
174
|
+
$global-typography-line-height-label-label1-resp-line-height-md: 18; // Bild 15 | SpoBi 18 | Ads 15 | The label1 responsive text style uses this variable for its line height parameter.
|
|
175
|
+
$global-typography-line-height-label-label1-resp-line-height-lg: 20.4; // Bild 17 | SpoBi 20.4 | Ads 17 | The label1 responsive text style uses this variable for its line height parameter.
|
|
176
|
+
$global-typography-line-height-label-label2-line-height: 19.2; // Bild 16 | SpoBi 19.2 | Ads 16 | The label 2 text style uses this variable for its line height parameter.
|
|
177
|
+
$global-typography-line-height-label-label3-line-height: 14.4; // Bild 14.4 | SpoBi 14.4 | Ads 14.4 | The label 3 text style uses this variable for its line height parameter.
|
|
178
|
+
$global-typography-line-height-label-label4-line-height: 10; // Bild 10 | SpoBi 10 | Ads 10 | The label 4 text style uses this variable for its line height parameter.
|
|
179
|
+
$global-typography-line-height-quote-quote-line-height-xs: 20.8;
|
|
180
|
+
$global-typography-line-height-quote-quote-line-height-sm: 20.8;
|
|
181
|
+
$global-typography-line-height-quote-quote-line-height-md: 23.4;
|
|
182
|
+
$global-typography-line-height-quote-quote-line-height-lg: 26;
|
|
183
|
+
$global-typography-font-weight-display-display-font-weight: 800;
|
|
184
|
+
$global-typography-font-weight-headline-headline1-font-weight: 700;
|
|
185
|
+
$global-typography-font-weight-headline-headline1-font-weight-st: Bold Italic;
|
|
186
|
+
$global-typography-font-weight-headline-headline2-font-weight: 700;
|
|
187
|
+
$global-typography-font-weight-headline-headline2-font-weight-st: Bold Italic;
|
|
188
|
+
$global-typography-font-weight-headline-headline3-font-weight: 700;
|
|
189
|
+
$global-typography-font-weight-headline-headline3-font-weight-st: Bold Italic;
|
|
190
|
+
$global-typography-font-weight-headline-headline4-font-weight: 700;
|
|
191
|
+
$global-typography-font-weight-headline-headline4-font-weight-st: Bold Italic;
|
|
192
|
+
$global-typography-font-weight-subheadline-subheadline-font-weight: 700;
|
|
193
|
+
$global-typography-font-weight-kicker-kicker-font-weight: 700;
|
|
194
|
+
$global-typography-font-weight-kicker-kicker-font-weight-st: Black Italic;
|
|
195
|
+
$global-typography-font-weight-title-title-font-weight: 800;
|
|
196
|
+
$global-typography-font-weight-callout-callout-font-weight: 800;
|
|
197
|
+
$global-typography-font-weight-body-body-font-weight-book: 400;
|
|
198
|
+
$global-typography-font-weight-body-body-font-weight-bold: 700;
|
|
199
|
+
$global-typography-font-weight-footnote-footnote-font-weight-book: 400;
|
|
200
|
+
$global-typography-font-weight-footnote-footnote-font-weight-bold: 700;
|
|
201
|
+
$global-typography-font-weight-label-label-font-weight-book: 400;
|
|
202
|
+
$global-typography-font-weight-label-label-font-weight-bold: 700;
|
|
203
|
+
$global-typography-font-weight-quote-quote-font-weight: 800;
|
|
204
|
+
$global-visibilty-hide-on-bild: true;
|
|
205
|
+
$global-visibilty-hide-on-sport-bild: false;
|
|
206
|
+
$global-visibilty-hide-on-advertorial: true;
|
|
207
|
+
$global-visibilty-only-bild: false;
|
|
208
|
+
$global-visibilty-only-sport-bild: true;
|
|
209
|
+
$global-visibilty-only-advertorial: false;
|
|
210
|
+
$component-button-label-font-weight-st: Bold Italic;
|
|
211
|
+
$component-accordion-accordion-label-font-family: Inter;
|
|
212
|
+
$component-article-font-size-article-image-caption-font-size-xs: 13; // --article-figure-caption-font-size-sm
|
|
213
|
+
$component-article-font-size-article-image-caption-font-size-sm: 13; // --article-figure-caption-font-size-sm
|
|
214
|
+
$component-article-font-size-article-image-caption-font-size-md: 13; // --article-figure-caption-font-size-md
|
|
215
|
+
$component-article-font-size-article-image-caption-font-size-lg: 15; // --article-figure-caption-font-size-lg
|
|
216
|
+
$component-article-font-size-article-image-source-font-size-xs: 13; // --article-figure-meta-font-size-sm
|
|
217
|
+
$component-article-font-size-article-image-source-font-size-sm: 13; // --article-figure-meta-font-size-sm
|
|
218
|
+
$component-article-font-size-article-image-source-font-size-md: 13; // --article-figure-meta-font-size-sm
|
|
219
|
+
$component-article-font-size-article-image-source-font-size-lg: 15; // --article-figure-meta-font-size-lg
|
|
220
|
+
$component-article-line-height-article-image-caption-line-height-xs: 16.9; // --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5
|
|
221
|
+
$component-article-line-height-article-image-caption-line-height-sm: 16.9; // --article-figure-caption-line-height-sm ; Bild: 19.5 // SpoBi: 16.9 // Ad: 19.5
|
|
222
|
+
$component-article-line-height-article-image-caption-line-height-md: 16.9; // --article-figure-caption-line-height-md ; Bild: 24.75 // SpoBi: 16.9 // Ad: 19.5
|
|
223
|
+
$component-article-line-height-article-image-caption-line-height-lg: 19.5; // --article-figure-caption-line-height-lg ; Bild: 24.75 // SpoBi: 19.5 // Ad: 24
|
|
224
|
+
$component-article-line-height-article-image-source-line-height-xs: 17; // --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
|
|
225
|
+
$component-article-line-height-article-image-source-line-height-sm: 17; // --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
|
|
226
|
+
$component-article-line-height-article-image-source-line-height-md: 17; // --article-figure-meta-line-height-sm ; Bild: 21 // SpoBi: 17 // Ad: 19
|
|
227
|
+
$component-article-line-height-article-image-source-line-height-lg: 19; // --article-figure-meta-line-height-lg ; Bild: 23 // SpoBi: 19 // Ad: 24
|
|
228
|
+
$component-avatar-avatar-font-family: Inter; // current css 09-2025 --article-author-font // Bild: GothamXNarrow; SpoBi: Inter; Ads: LucidaGrande
|
|
229
|
+
$component-avatar-avatar-font-size-sm: 13; // 09-2025 css using footnote var for font sizes SM & LG // Bild: 16; SpoBi: 13; Ads: 13
|
|
230
|
+
$component-avatar-avatar-font-size-lg: 15; // 09-2025 css using footnote var for font sizes SM & LG // Bild: 18; SpoBi: 15; Ads: 15
|
|
231
|
+
$component-breadcrumb-font-family-breadcrumb-font-family: Inter; // --breadcrumb-font
|
|
232
|
+
$component-breadcrumb-font-weight-breadcrumb-font-weight: 400; // --breadcrumb-font-size-sm
|
|
233
|
+
$component-breadcrumb-font-size-breadcrumb-font-size-xs: 14; // --breadcrumb-font-size-sm
|
|
234
|
+
$component-breadcrumb-font-size-breadcrumb-font-size-sm: 14; // --breadcrumb-font-size-sm
|
|
235
|
+
$component-breadcrumb-font-size-breadcrumb-font-size-md: 14; // --breadcrumb-font-size-sm
|
|
236
|
+
$component-breadcrumb-font-size-breadcrumb-font-size-lg: 11; // --breadcrumb-font-size-lg
|
|
237
|
+
$component-breadcrumb-line-height-breadcrumb-line-height-xs: 14; // not defined as variable
|
|
238
|
+
$component-breadcrumb-line-height-breadcrumb-line-height-sm: 14; // not defined as variable
|
|
239
|
+
$component-breadcrumb-line-height-breadcrumb-line-height-md: 14; // not defined as variable
|
|
240
|
+
$component-breadcrumb-line-height-breadcrumb-line-height-lg: 11; // not defined as variable
|
|
241
|
+
$component-breaking-news-breaking-news-content-font-size: 26;
|
|
242
|
+
$component-footer-footer-link-font-family: Inter;
|
|
243
|
+
$component-inputfield-input-field-label-font-family: Inter;
|
|
244
|
+
$component-media-player-video-time-badge-font-family: Inter;
|
|
245
|
+
$component-menu-menu-item-font-size: 18; // --nav-btn-font-size
|
|
246
|
+
$component-menu-menu-item-font-weight: Black Italic;
|
|
247
|
+
$component-menu-app-top-bar-title-font-size-xs: 12; // --caption-1-font-size-sm
|
|
248
|
+
$component-menu-app-top-bar-title-font-size-sm: 12; // --caption-1-font-size-sm
|
|
249
|
+
$component-menu-app-top-bar-title-font-size-md: 13; // --caption-1-font-size-md
|
|
250
|
+
$component-menu-app-top-bar-title-font-size-lg: 13; // --caption-1-font-size-lg
|
|
251
|
+
$component-menu-app-top-bar-title-line-height-xs: 14;
|
|
252
|
+
$component-menu-app-top-bar-title-line-height-sm: 14;
|
|
253
|
+
$component-menu-app-top-bar-title-line-height-md: 17;
|
|
254
|
+
$component-menu-app-top-bar-title-line-height-lg: 17;
|
|
255
|
+
$component-teaser-teaser-title-inline-space-xs: 12; // --teaser-title-padding-xs
|
|
256
|
+
$component-teaser-teaser-title-inline-space-sm: 12; // --teaser-title-padding-sm
|
|
257
|
+
$component-teaser-teaser-title-inline-space-md: 16; // --teaser-title-padding-md
|
|
258
|
+
$component-teaser-teaser-title-inline-space-lg: 16; // --teaser-title-padding-lg
|
|
259
|
+
$component-teaser-quad-q-teaser-title-inline-space-xs: 12;
|
|
260
|
+
$component-teaser-quad-q-teaser-title-inline-space-sm: 12;
|
|
261
|
+
$component-teaser-quad-q-teaser-title-inline-space-md: 24;
|
|
262
|
+
$component-teaser-quad-q-teaser-title-inline-space-lg: 24;
|
|
263
|
+
$component-teaser-mini-q-mini-q-teaser-title-inline-space-xs: 12;
|
|
264
|
+
$component-teaser-mini-q-mini-q-teaser-title-inline-space-sm: 12;
|
|
265
|
+
$component-teaser-mini-q-mini-q-teaser-title-inline-space-md: 12;
|
|
266
|
+
$component-teaser-mini-q-mini-q-teaser-title-inline-space-lg: 12;
|
|
267
|
+
$component-teaser-a-teaser-a-teaser-title-inline-space-xs: 12;
|
|
268
|
+
$component-teaser-a-teaser-a-teaser-title-inline-space-sm: 12;
|
|
269
|
+
$component-teaser-a-teaser-a-teaser-title-inline-space-md: 16;
|
|
270
|
+
$component-teaser-a-teaser-a-teaser-title-inline-space-lg: 16;
|
|
271
|
+
$component-teaser-super-a-super-ateaser-title-inline-space: 24;
|
|
272
|
+
$component-teaser-2xa-teaser-2xa-teaser-title-inline-space: 16;
|
|
273
|
+
$component-teaser-b-teaser-b-teaser-title-inline-space: 16;
|
|
274
|
+
$brand-name: SportBILD;
|