20 582
modifications
Aucun résumé des modifications |
Autres portails et dérivés |
||
Ligne 822 : | Ligne 822 : | ||
color: #425b84; | color: #425b84; | ||
} | } | ||
.homepage-portal- | .homepage-portal-autres { | ||
list-style: none !important;; | list-style: none !important;; | ||
margin: 0 !important; | margin: 0 !important; | ||
Ligne 887 : | Ligne 887 : | ||
} | } | ||
/* ------------------------------ */ | |||
/* Portails dérivés */ | |||
/* ------------------------------ */ | |||
/* Définition des zones */ | |||
.spinoff-welcome { | |||
gap: 1rem; | |||
} | |||
.spinoff-welcome { | |||
grid-area: welcome; | |||
background: linear-gradient(to bottom,#fff,var(--box-background-color)); | |||
border-bottom: solid 1px var(--border-color-base); | |||
} | |||
/* Boîte générique */ | |||
.spinoff-box { | |||
border: 1px solid var(--border-color-base); | |||
background: var(--box-background-color); | |||
box-shadow: var(--box-shadow); | |||
padding: 1rem; | |||
margin-bottom: 1rem; | |||
} | |||
.spinoff-welcome-subtitle, | |||
.spinoff-welcome-links, | |||
.spinoff-portal-theme .spinoff-box-content { | |||
text-align: center; | |||
} | |||
.spinoff-welcome-fogen { | |||
margin-bottom: 1rem; | |||
text-align: center; | |||
} | |||
.spinoff-welcome-title { | |||
text-align: center; | |||
font-size: 200%; | |||
margin: 0 50px 5px 50px; | |||
border-bottom: 1px solid var(--border-color-base); | |||
text-shadow: 0 0 8px #829fce; | |||
color: #425b84; | |||
font-weight: bold; | |||
} | |||
.spinoff-box-title { | |||
text-align: center; | |||
font-size: 150%; | |||
border-bottom: 1px solid var(--border-color-base); | |||
margin-bottom: 20px; | |||
text-shadow: 0 0 8px #829fce; | |||
color: #425b84; | |||
} | |||
.spinoff-portal-autres { | |||
list-style: none !important;; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
display: grid; | |||
grid-template-columns: 1fr 1fr; | |||
grid-gap: 30px 0; | |||
} | |||
.spinoff-portal-games-list { | |||
list-style: none !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
display: grid; | |||
grid-template-columns: 1fr 1fr; | |||
grid-gap: 30px 0; | |||
} | |||
.spinoff-portal-games-item { | |||
text-align: center; | |||
font-size: 0.85em; | |||
} | |||
.spinoff-portal-games-logo { | |||
height: 60px; | |||
} | |||
.spinoff-presentation-title, | |||
.spinoff-participation-title, | |||
.spinoff-articleday-title, | |||
.spinoff-imageday-title { | |||
border-bottom: 1px solid var(--border-color-base); | |||
margin-bottom: 20px; | |||
text-shadow: 0 0 8px var(--color-link); | |||
color: var(--color-link); | |||
} | |||
.spinoff-presentation-content, | |||
.spinoff-participation-content, | |||
.spinoff-articleday-content, | |||
.spinoff-imageday-content { | |||
font-size: 0.85em; | |||
} | |||
/* ------------------------------ */ | /* ------------------------------ */ |
modifications