mirror of
https://old.git.ood.ovh/flambyte/RUX.git
synced 2025-04-29 11:35:33 +02:00
147 lines
No EOL
1.7 KiB
CSS
147 lines
No EOL
1.7 KiB
CSS
.header__navigation {
|
|
display: flex;
|
|
z-index: 3;
|
|
|
|
}
|
|
|
|
.grid {
|
|
display: grid;
|
|
grid-template-columns: 1fr 6fr 6fr 1fr 1fr;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
gap: 3em 20px;
|
|
}
|
|
|
|
.grid>* {
|
|
grid-column: 1/-1;
|
|
}
|
|
|
|
.grid>figure {
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
.tgrid-start01 {
|
|
grid-column-start: 1;
|
|
}
|
|
|
|
.tgrid-start02 {
|
|
grid-column-start: 2;
|
|
}
|
|
|
|
.tgrid-start03 {
|
|
grid-column-start: 3;
|
|
}
|
|
|
|
.tgrid-start04 {
|
|
grid-column-start: 4;
|
|
}
|
|
|
|
.tgrid-start05 {
|
|
grid-column-start: 5;
|
|
|
|
}
|
|
|
|
.tgrid-start06 {
|
|
grid-column-start: 5;
|
|
|
|
}
|
|
|
|
.tgrid-end01 {
|
|
grid-column-end: 1;
|
|
}
|
|
|
|
.tgrid-end02 {
|
|
grid-column-end: 2;
|
|
}
|
|
|
|
.tgrid-end03 {
|
|
grid-column-end: 3;
|
|
}
|
|
|
|
.tgrid-end04 {
|
|
grid-column-end: 4;
|
|
}
|
|
|
|
.tgrid-end05 {
|
|
grid-column-end: 5;
|
|
}
|
|
|
|
.tgrid-end06 {
|
|
grid-column-end: 6;
|
|
}
|
|
|
|
.tgrid-end07 {
|
|
grid-column-end: 7;
|
|
}
|
|
|
|
.title {
|
|
font-size: 47px;
|
|
margin-top: 0;
|
|
text-align: center;
|
|
font-family: 'moodboardFont';
|
|
font-weight: 300;
|
|
}
|
|
|
|
|
|
.header--second {
|
|
border: none;
|
|
box-shadow: .5em 0 0 #FF00C7, -.5em 0 0 #FF00C7;
|
|
}
|
|
|
|
p {
|
|
max-width: 55ch;
|
|
font-size: 21px;
|
|
}
|
|
|
|
figcaption {
|
|
font-size: 19px;
|
|
}
|
|
|
|
.image_sequence {
|
|
min-width: 25%;
|
|
}
|
|
|
|
.image_sequence--m {
|
|
max-width: 10%;
|
|
}
|
|
|
|
a {
|
|
color: #00fa6c;
|
|
}
|
|
|
|
.strip--cash {
|
|
max-width: 47%;
|
|
background-image: url(/assets/images/stripeuro.png);
|
|
background-size: cover;
|
|
filter: invert(1);
|
|
margin-top: -17em;
|
|
position: static;
|
|
}
|
|
|
|
.discu__liste {
|
|
display: inline-flex;
|
|
gap: 1rem;
|
|
margin-bottom: 5rem;
|
|
}
|
|
|
|
.number-nav {
|
|
font-family: "Queensides";
|
|
}
|
|
|
|
.js-theme-trigger {
|
|
width: 6%;
|
|
}
|
|
|
|
footer {
|
|
display: flex;
|
|
padding-bottom: 10px;
|
|
padding-top: 15px;
|
|
color: var(--color-primary);
|
|
border-top: solid 3px;
|
|
justify-content: center;
|
|
}
|
|
|
|
.slide {
|
|
height: 500px;
|
|
} |