20 291
modifications
m Corrige un problème de flottement du bouton de masquage dans les palettes et les infobox |
Test nouveaux portails |
||
Ligne 965 : | Ligne 965 : | ||
"anecdotes anecdotes presentation" | "anecdotes anecdotes presentation" | ||
"articleday articleday participation"; | "articleday articleday participation"; | ||
} | |||
/* Jeux et médias dérivés */ | |||
.spinoff { | |||
display: grid; | |||
grid-gap: 1rem; | |||
grid-template-areas: | |||
"serie serie serie" | |||
"games games games"; | |||
} | |||
/* Jeux annulés */ | |||
.canceled { | |||
display: grid; | |||
grid-gap: 1rem; | |||
grid-template-areas: | |||
"serie serie serie" | |||
"games games games"; | |||
} | |||
/* Créations de fans */ | |||
.fanmade { | |||
display: grid; | |||
grid-gap: 1rem; | |||
grid-template-areas: | |||
"serie serie serie" | |||
"games games games"; | |||
} | } | ||
/* Définition des zones */ | /* Définition des zones */ | ||
Ligne 1 890 : | Ligne 1 914 : | ||
.portal-logo-fotv { | .portal-logo-fotv { | ||
background-image: url(/images/d/df/FOTV_portail_Goule_Lucy_Maximus_min.png); | background-image: url(/images/d/df/FOTV_portail_Goule_Lucy_Maximus_min.png); | ||
background-size: 70px; | |||
background-repeat: no-repeat; | |||
background-position: 0px 0px; | |||
} | |||
.portal-logo-spinoff { | |||
background-image: url(/images/6/64/Logo_Jeux_dérivés.png); | |||
background-size: 70px; | |||
background-repeat: no-repeat; | |||
background-position: 0px 0px; | |||
} | |||
.portal-logo-canceled { | |||
background-image: url(/images/1/14/Logo_jeux_annules.png); | |||
background-size: 70px; | |||
background-repeat: no-repeat; | |||
background-position: 0px 0px; | |||
} | |||
.portal-logo-fangame { | |||
background-image: url(/images/e/ed/Logo_Fangames.png); | |||
background-size: 70px; | background-size: 70px; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; |
modifications