You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

544 lines
10 KiB

@font-face {
font-display: swap;
font-family: 'Noto IKEA';
font-style: italic;
font-weight: 400;
src: url(noto-ikea-400i.latin-ext.5f8f91ea.woff2) format("woff2");
unicode-range:u + 0100-024f, u + 0259, u + 1e??, u + 2020, u + 20a0-20ab, u + 20ad-20cf, u + 2113, u + 2c60-2c7f, u + a720-a7ff
}
@font-face {
font-display: swap;
font-family: 'Noto IKEA';
font-style: italic;
font-weight: 400;
src: url(noto-ikea-400i.latin.10395910.woff2) format("woff2");
unicode-range:u + 00??, u + 0131, u + 0152-0153, u + 02bb-02bc, u + 02c6, u + 02da, u + 02dc, u + 2000-206f, u + 2074, u + 20ac, u + 2122, u + 2191, u + 2193, u + 2212, u + 2215, u + feff, u + fffd
}
@font-face {
font-display: swap;
font-family: 'Noto IKEA';
font-style: italic;
font-weight: 700;
src: url(noto-ikea-700i.latin-ext.3637155a.woff2) format("woff2");
unicode-range:u + 0100-024f, u + 0259, u + 1e??, u + 2020, u + 20a0-20ab, u + 20ad-20cf, u + 2113, u + 2c60-2c7f, u + a720-a7ff
}
@font-face {
font-display: swap;
font-family: 'Noto IKEA';
font-style: italic;
font-weight: 700;
src: url(noto-ikea-700i.latin.29eb18bb.woff2) format("woff2");
unicode-range:u + 00??, u + 0131, u + 0152-0153, u + 02bb-02bc, u + 02c6, u + 02da, u + 02dc, u + 2000-206f, u + 2074, u + 20ac, u + 2122, u + 2191, u + 2193, u + 2212, u + 2215, u + feff, u + fffd
}
@font-face {
font-display: swap;
font-family: 'Noto IKEA';
font-style: normal;
font-weight: 400;
src: url(noto-ikea-400.latin-ext.edd421f4.woff2) format("woff2");
unicode-range:u + 0100-024f, u + 0259, u + 1e??, u + 2020, u + 20a0-20ab, u + 20ad-20cf, u + 2113, u + 2c60-2c7f, u + a720-a7ff
}
@font-face {
font-display: swap;
font-family: 'Noto IKEA';
font-style: normal;
font-weight: 400;
src: url(noto-ikea-400.latin.647e877d.woff2) format("woff2");
unicode-range:u + 00??, u + 0131, u + 0152-0153, u + 02bb-02bc, u + 02c6, u + 02da, u + 02dc, u + 2000-206f, u + 2074, u + 20ac, u + 2122, u + 2191, u + 2193, u + 2212, u + 2215, u + feff, u + fffd
}
@font-face {
font-display: swap;
font-family: 'Noto IKEA';
font-style: normal;
font-weight: 700;
src: url(noto-ikea-700.latin-ext.97f0d455.woff2) format("woff2");
unicode-range:u + 0100-024f, u + 0259, u + 1e??, u + 2020, u + 20a0-20ab, u + 20ad-20cf, u + 2113, u + 2c60-2c7f, u + a720-a7ff
}
@font-face {
font-display: swap;
font-family: 'Noto IKEA';
font-style: normal;
font-weight: 700;
src: url(noto-ikea-700.latin.d7277c39.woff2) format("woff2");
unicode-range:u + 00??, u + 0131, u + 0152-0153, u + 02bb-02bc, u + 02c6, u + 02da, u + 02dc, u + 2000-206f, u + 2074, u + 20ac, u + 2122, u + 2191, u + 2193, u + 2212, u + 2215, u + feff, u + fffd
}
:root {
--clr-white: #fff;
--clr-black: #000;
--clr-dark-yellow: #F0B902;
--clr-medium-yellow: #FFDE52;
--clr-light-yellow: #FFF3AE;
--clr-text-highlight: #CCE8FE;
--clr-error: #0058a3;
--ff-ikea: "Noto IKEA", "Noto Sans", "Roboto", "Open Sans", system-ui, sans-serif;
--shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
--fs-s: 1.4rem;
--fs-base: 1.6rem;
--fs-lg: 1.8rem;
--fs-xl: 2.8rem;
--fs-2xl: 3.2rem;
--fs-3xl: 4.0rem;
--fs-4xl: 9.0rem;
--flip-deg: 0deg;
--flip-scale: 1;
--flip-rotate: 0deg;
font: 10px/1.3 var(--ff-ikea);
}
body {
background-color: var(--clr-dark-yellow);
color: var(--clr-black);
margin: 0;
display: flex;
flex-direction: column;
gap: 0;
min-height: 100svh;
-webkit-font-smoothing: antialiased;
touch-action: manipulation;
&:has(main .background-container) {
background-color: var(--clr-black);
}
}
ul[class] {
margin: 0 auto;
padding: 0;
list-style: none;
}
header {
padding: 1.2rem;
flex-grow: 0;
& svg {
width: 203px;
height: auto;
max-width: 60vw;
}
}
path.logo-text {
fill: var(--clr-black);
}
:has(main .background-container) {
& header path.logo-text {
fill: var(--clr-white);
}
& footer {
color: var(--clr-white);
}
}
footer {
position: fixed;
font-size: 1.2rem;
line-height: 1.2;
right: 1.2rem;
top: 1.2rem;
font-family: var(--ff-ikea);
writing-mode: vertical-rl;
text-orientation: mixed;
}
.language__selector-select {
position: relative;
display: inline-block;
}
.hidden-select {
position: absolute;
opacity: 0;
width: 100%;
height: 100%;
top: 0;
left: 0;
cursor: pointer;
z-index: 1;
font-size: var(--fs-base);
border: 2px solid red;
}
.hidden-select-value {
background-color: var(--clr-black);
color: var(--clr-white);
font-size: var(--fs-base);
font-weight: 700;
font-family: var(--ff-ikea);
line-height: 1;
border-radius: 400px;
height: 43px;
padding: 0 20px;
display: inline-flex;
align-items: center;
& > div {
display: inline-flex;
align-items: baseline;
gap: 0.4em;
pointer-events: none;
}
& svg {
width: 8px;
height: auto;
}
}
.button__base {
appearance: none;
background-color: var(--clr-black);
border: 2px solid var(--clr-black);
color: var(--clr-white);
font-size: var(--fs-base);
font-family: var(--ff-ikea);
font-weight: 700;
line-height: 1.2;
border-radius: 400px;
width: 100%;
cursor: pointer;
text-decoration: none;
display: inline-block;
text-align: center;
box-sizing: border-box;
padding: 0.62em 1em;
}
.button__base-light {
background-color: transparent;
color: var(--clr-black);
}
main {
margin: 0 1.2rem 1.6rem 1.2rem;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: end;
}
.background-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
pointer-events: none;
& img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
}
@media (min-width: 474px) {
main {
justify-content: center;
}
}
.intro-container {
display: grid;
grid-template-columns: 1;
grid-template-rows: auto;
gap: 8px;
}
.intro-content-container,
.question-container {
display: grid;
grid-template-columns: 1;
grid-template-rows: auto;
gap: 8px;
}
.intro-container,
.question-container {
max-width: 450px;
margin: 0 auto;
}
.intro-content-header,
.intro-content-body {
padding: 1.6rem 1.2rem;
border-radius: 1.2rem;
}
.intro-content-header {
background-color: var(--clr-white);
font-size: var(--fs-2xl);
line-height: 1.2;
font-weight: 700;
}
.intro-content-body {
background-color: var(--clr-medium-yellow);
font-size: var(--fs-base);
line-height: 1.4;
}
.intro-content-container,
.question-container {
& > :last-child {
margin-top: 4px;
}
}
.question-step {
font-size: var(--fs-s);
font-weight: 700;
line-height: 1;
display: flex;
& div {
background-color: var(--clr-medium-yellow);
padding: 1rem 1.2rem;
border-radius: 400px;
}
}
.question-header {
background-color: var(--clr-medium-yellow);
border-radius: 1.6rem;
font-size: var(--fs-xl);
line-height: 1.2;
font-weight: 700;
padding: 1.6rem 1.2rem;
}
.error {
padding: 1.6rem 1.2rem;
border-radius: 1.6rem;
background-color: var(--clr-text-highlight);
color: var(--clr-black);
font-size: var(--fs-s);
line-height: 1.2;
}
.question-answer {
font-size: var(--fs-lg);
line-height: 1.4;
& label {
display: block;
padding: 1.6rem 1.2rem;
border-radius: 1.6rem;
background-color: var(--clr-white);
cursor: pointer;
}
& input[type=radio] {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
&:has(input[type=radio]:checked) {
& label {
background-color: var(--clr-text-highlight);
}
}
}
.question-container {
& em {
font-style: normal;
background-color: var(--clr-text-highlight);
padding: 1px 2px;
margin-right: -2px;
}
& strong {
font-weight: 700;
}
}
.question-result, .result-stats {
background-color: var(--clr-medium-yellow);
border-radius: 1.2rem;
font-size: var(--fs-base);
line-height: 1.4;
padding: 1.6rem 1.2rem;
}
.result-actions {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0.8rem;
& a {
background-color: var(--clr-medium-yellow);
border-color: var(--clr-medium-yellow);
color: var(--clr-black)
}
}
.answers-distribution {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0.8rem;
& > div {
padding: 1.6rem 1.2rem;
background-color: var(--clr-medium-yellow);
border-radius: 1.2rem;
color: var(--clr-dark-yellow);
font-size: var(--fs-s);
font-weight: 700;
line-height: 1.3;
&.answered {
background-color: var(--clr-white);
color: var(--clr-black);
}
}
& .percentage {
font-size: var(--fs-4xl);
line-height: 1;
&::after {
content: '%';
font-size: 4rem;
}
}
}
.result-msg {
background-color: var(--clr-white);
border-radius: 1.2rem;
font-size: var(--fs-base);
line-height: 1.4;
padding: 2.0rem 1.2rem;
& h1 {
font-size: var(--fs-3xl);
line-height: 1.1;
margin: 0 0 0.4em 0;
}
}
label.question-answer {
display: flex;
align-items: start;
min-height: 4.2em;
cursor: pointer;
padding: 1.6rem 1.2rem;
border-radius: 1.6rem;
background-color: var(--clr-white);
& input {
flex-grow: 1;
border: none;
outline: none;
font-size: var(--fs-lg);
line-height: 1.4;
padding: 0;
}
&:has(.field_with_errors) {
outline: 4px solid var(--clr-text-highlight);
outline-offset: -4px;
}
}
label {
cursor: pointer;
}
@media (min-width: 815px) {
header {
top: 2rem;
left: 3rem;
}
main {
margin: 0 2rem 3rem 2rem;
}
footer {
top: 2rem;
right: 3rem;
}
}
[data-locale] {
display: none;
}
html[lang="en"] [data-locale='en'],
html[lang="zh"] [data-locale='zh'],
html[lang="hr"] [data-locale='hr'],
html[lang="cs"] [data-locale='cs'],
html[lang="da"] [data-locale='da'],
html[lang="nl"] [data-locale='nl'],
html[lang="fi"] [data-locale='fi'],
html[lang="fr"] [data-locale='fr'],
html[lang="fr-CA"] [data-locale='fr-CA'],
html[lang="de"] [data-locale='de'],
html[lang="hu"] [data-locale='hu'],
html[lang="it"] [data-locale='it'],
html[lang="ja"] [data-locale='ja'],
html[lang="ko"] [data-locale='ko'],
html[lang="nb"] [data-locale='nb'],
html[lang="pl"] [data-locale='pl'],
html[lang="pt"] [data-locale='pt'],
html[lang="ro"] [data-locale='ro'],
html[lang="sr"] [data-locale='sr'],
html[lang="sk"] [data-locale='sk'],
html[lang="sl"] [data-locale='sl'],
html[lang="es"] [data-locale='es'],
html[lang="sv"] [data-locale='sv'],
html[lang="uk"] [data-locale='uk'] {
display: revert;
}