20 387
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(26 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 972 : | Ligne 972 : | ||
grid-template-areas: | grid-template-areas: | ||
"welcome" | "welcome" | ||
"games"; | "serie" | ||
"games" | |||
"boardgames" | |||
"others"; | |||
} | } | ||
/* Jeux annulés */ | /* Jeux annulés */ | ||
Ligne 979 : | Ligne 982 : | ||
grid-gap: 1rem; | grid-gap: 1rem; | ||
grid-template-areas: | grid-template-areas: | ||
" | "welcome" | ||
" | "serie" | ||
" | "games"; | ||
} | } | ||
/* Créations de fans */ | /* Créations de fans */ | ||
Ligne 988 : | Ligne 991 : | ||
grid-gap: 1rem; | grid-gap: 1rem; | ||
grid-template-areas: | grid-template-areas: | ||
" | "welcome" | ||
"serie | "serie" | ||
" | "fo2" | ||
"fnv" | |||
"fo4" | |||
"others"; | |||
} | } | ||
/* Définition des zones */ | /* Définition des zones */ | ||
Ligne 1 029 : | Ligne 1 035 : | ||
.canceled-portal-games { | .canceled-portal-games { | ||
grid-area: games; | grid-area: games; | ||
} | |||
.canceled-grande-annonce { | |||
grid-area: serie; | |||
border: 1px solid var(--border-color-base); | |||
box-shadow: var(--box-shadow); | |||
} | } | ||
.fangame-portal-games { | .fangame-portal-games { | ||
Ligne 1 065 : | Ligne 1 076 : | ||
text-shadow: 0 0 6px var(--color-link); | text-shadow: 0 0 6px var(--color-link); | ||
color: var(--color-link); | color: var(--color-link); | ||
} | } | ||
.homepage-portal-games-list { | .homepage-portal-games-list { | ||
Ligne 1 087 : | Ligne 1 091 : | ||
.homepage-portal-games-logo { | .homepage-portal-games-logo { | ||
height: 60px; | height: 60px; | ||
} | |||
.homepage-portal-autres-list { | |||
list-style: none; | |||
margin: 0 !important; | |||
display: grid; | |||
grid-template-columns: 1fr 1fr 1fr; | |||
grid-gap: 30px 0; | |||
} | |||
.homepage-portal-autres-item { | |||
text-align: center; | |||
font-size: 0.85em; | |||
} | |||
.homepage-portal-autres-logo { | |||
height: 150px; | |||
} | } | ||
.homepage-presentation-title, | .homepage-presentation-title, | ||
Ligne 1 143 : | Ligne 1 161 : | ||
} | } | ||
.spinoff-portal-games-logo { | .spinoff-portal-games-logo { | ||
height: 60px; | |||
} | |||
.spinoff-portal-boardgames-list { | |||
list-style: none; | |||
margin: 0 !important; | |||
display: grid; | |||
grid-template-columns: 1fr 1fr 1fr 1fr; | |||
grid-template-rows: 1fr 1fr; | |||
grid-gap: 30px 0; | |||
} | |||
.spinoff-portal-boardgames-item { | |||
text-align: center; | |||
font-size: 0.85em; | |||
} | |||
.spinoff-portal-boardgames-logo { | |||
height: 60px; | |||
} | |||
.spinoff-portal-others-list { | |||
list-style: none; | |||
margin: 0 !important; | |||
display: grid; | |||
grid-template-columns: 1fr 1fr 1fr 1fr; | |||
grid-template-rows: 1fr 1fr; | |||
grid-gap: 30px 0; | |||
} | |||
.spinoff-portal-others-item { | |||
text-align: center; | |||
font-size: 0.85em; | |||
} | |||
.spinoff-portal-others-logo { | |||
height: 60px; | height: 60px; | ||
} | } | ||
Ligne 1 214 : | Ligne 1 262 : | ||
color: var(--color-link); | color: var(--color-link); | ||
} | } | ||
.fangame-portal- | .fangame-portal-fo2-list { | ||
list-style: none; | |||
margin: 0 !important; | |||
display: grid; | |||
grid-template-columns: 1fr 1fr 1fr 1fr; | |||
grid-template-rows: 1fr 1fr; | |||
grid-gap: 30px 0; | |||
} | |||
.fangame-portal-fo2-item { | |||
text-align: center; | |||
font-size: 0.85em; | |||
} | |||
.fangame-portal-fo2-logo { | |||
height: 60px; | |||
} | |||
.fangame-portal-fnv-list { | |||
list-style: none; | |||
margin: 0 !important; | |||
display: grid; | |||
grid-template-columns: 1fr 1fr 1fr 1fr; | |||
grid-template-rows: 1fr 1fr; | |||
grid-gap: 30px 0; | |||
} | |||
.fangame-portal-fnv-item { | |||
text-align: center; | |||
font-size: 0.85em; | |||
} | |||
.fangame-portal-fnv-logo { | |||
height: 60px; | |||
} | |||
.fangame-portal-fo4-list { | |||
list-style: none; | |||
margin: 0 !important; | |||
display: grid; | |||
grid-template-columns: 1fr 1fr 1fr 1fr; | |||
grid-template-rows: 1fr 1fr; | |||
grid-gap: 30px 0; | |||
} | |||
.fangame-portal-fo4-item { | |||
text-align: center; | |||
font-size: 0.85em; | |||
} | |||
.fangame-portal-fo4-logo { | |||
height: 60px; | |||
} | |||
.fangame-portal-others-list { | |||
list-style: none; | list-style: none; | ||
margin: 0 !important; | margin: 0 !important; | ||
Ligne 1 222 : | Ligne 1 315 : | ||
grid-gap: 30px 0; | grid-gap: 30px 0; | ||
} | } | ||
.fangame-portal- | .fangame-portal-others-item { | ||
text-align: center; | text-align: center; | ||
font-size: 0.85em; | font-size: 0.85em; | ||
} | } | ||
.fangame-portal- | .fangame-portal-others-logo { | ||
height: 60px; | height: 60px; | ||
} | } |
modifications