20 387
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(20 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 974 : | Ligne 974 : | ||
"serie" | "serie" | ||
"games" | "games" | ||
"boardgames"; | "boardgames" | ||
"others"; | |||
} | } | ||
/* Jeux annulés */ | /* Jeux annulés */ | ||
Ligne 992 : | Ligne 993 : | ||
"welcome" | "welcome" | ||
"serie" | "serie" | ||
" | "fo2" | ||
"fnv" | |||
"fo4" | |||
"others"; | |||
} | } | ||
/* Définition des zones */ | /* Définition des zones */ | ||
Ligne 1 031 : | 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 067 : | 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 089 : | 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 160 : | Ligne 1 176 : | ||
} | } | ||
.spinoff-portal-boardgames-logo { | .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 231 : | 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 239 : | 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