20 582
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(20 versions intermédiaires par 2 utilisateurs non affichées) | |||
Ligne 318 : | Ligne 318 : | ||
blockquote .mediaContainer { | blockquote .mediaContainer { | ||
display: inline-block; | display: inline-block; | ||
} | |||
/* ------------------------------ */ | |||
/* Modèle:Console */ | |||
/* ------------------------------ */ | |||
.va-console{ | |||
background-color: #cfc; | |||
color: #000; | |||
font-family: monospace; | |||
padding: 2px | |||
} | |||
.va-console-cmd { | |||
color:#555; | |||
} | } | ||
Ligne 807 : | Ligne 821 : | ||
text-shadow: 0 0 8px #829fce; | text-shadow: 0 0 8px #829fce; | ||
color: #425b84; | color: #425b84; | ||
} | } | ||
.homepage-portal-games-list { | .homepage-portal-games-list { | ||
Ligne 830 : | Ligne 836 : | ||
.homepage-portal-games-logo { | .homepage-portal-games-logo { | ||
height: 60px; | height: 60px; | ||
} | |||
.homepage-portal-autres-list { | |||
list-style: none !important;; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
display: grid; | |||
grid-template-columns: 1fr 1fr 1fr; | |||
grid-gap: 25px 0; | |||
} | |||
.homepage-portal-autres-item { | |||
text-align: justify; | |||
font-size: 0.85em; | |||
} | |||
.homepage-portal-autres-logo { | |||
height: 60px !important; | |||
} | } | ||
.homepage-presentation-title, | .homepage-presentation-title, | ||
Ligne 873 : | Ligne 894 : | ||
} | } | ||
/* ------------------------------ */ | |||
/* Portail jeux 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-portal-boardgames-list { | |||
list-style: none !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
display: grid; | |||
grid-template-columns: 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 !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
display: grid; | |||
grid-template-columns: 1fr 1fr; | |||
grid-gap: 30px 0; | |||
} | |||
.spinoff-portal-others-item { | |||
text-align: center; | |||
font-size: 0.85em; | |||
} | |||
.spinoff-portal-others-logo { | |||
size: 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; | |||
} | |||
/* ------------------------------ */ | |||
/* Portail jeux annulés */ | |||
/* ------------------------------ */ | |||
/* Définition des zones */ | |||
.canceled-welcome { | |||
gap: 1rem; | |||
} | |||
.canceled-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 */ | |||
.canceled-box { | |||
border: 1px solid var(--border-color-base); | |||
background: var(--box-background-color); | |||
box-shadow: var(--box-shadow); | |||
padding: 1rem; | |||
margin-bottom: 1rem; | |||
} | |||
.canceled-welcome-subtitle, | |||
.canceled-welcome-links, | |||
.canceled-portal-theme .spinoff-box-content { | |||
text-align: center; | |||
} | |||
.canceled-welcome-fogen { | |||
margin-bottom: 1rem; | |||
text-align: center; | |||
} | |||
.canceled-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; | |||
} | |||
.canceled-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; | |||
} | |||
.canceled-portal-autres { | |||
list-style: none !important;; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
display: grid; | |||
grid-template-columns: 1fr 1fr; | |||
grid-gap: 30px 0; | |||
} | |||
.canceled-portal-games-list { | |||
list-style: none !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
display: grid; | |||
grid-template-columns: 1fr 1fr; | |||
grid-gap: 30px 0; | |||
} | |||
.canceled-portal-games-item { | |||
text-align: center; | |||
font-size: 0.85em; | |||
} | |||
.canceled-portal-games-logo { | |||
height: 60px; | |||
} | |||
.canceled-presentation-title, | |||
.canceled-participation-title, | |||
.canceled-articleday-title, | |||
.canceled-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); | |||
} | |||
.canceled-presentation-content, | |||
.canceled-participation-content, | |||
.canceled-articleday-content, | |||
.canceled-imageday-content { | |||
font-size: 0.85em; | |||
} | |||
/* ------------------------------ */ | |||
/* Portail jeux fans */ | |||
/* ------------------------------ */ | |||
/* Définition des zones */ | |||
.fangame-welcome { | |||
gap: 1rem; | |||
} | |||
.fangame-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 */ | |||
.fangame-box { | |||
border: 1px solid var(--border-color-base); | |||
background: var(--box-background-color); | |||
box-shadow: var(--box-shadow); | |||
padding: 1rem; | |||
margin-bottom: 1rem; | |||
} | |||
.fangame-welcome-subtitle, | |||
.fangame-welcome-links, | |||
.fangame-portal-theme .spinoff-box-content { | |||
text-align: center; | |||
} | |||
.fangame-welcome-fogen { | |||
margin-bottom: 1rem; | |||
text-align: center; | |||
} | |||
.fangame-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; | |||
} | |||
.fangame-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; | |||
} | |||
.fangame-portal-autres { | |||
list-style: none !important;; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
display: grid; | |||
grid-template-columns: 1fr 1fr; | |||
grid-gap: 30px 0; | |||
} | |||
.fangame-portal-fo2-list { | |||
list-style: none !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
display: grid; | |||
grid-template-columns: 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 !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
display: grid; | |||
grid-template-columns: 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 !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
display: grid; | |||
grid-template-columns: 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 !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
display: grid; | |||
grid-template-columns: 1fr 1fr; | |||
grid-gap: 30px 0; | |||
} | |||
.fangame-portal-others-item { | |||
text-align: center; | |||
font-size: 0.85em; | |||
} | |||
.fangame-portal-others-logo { | |||
height: 60px; | |||
} | |||
.fangame-presentation-title, | |||
.fangame-participation-title, | |||
.fangame-articleday-title, | |||
.fangame-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); | |||
} | |||
.fangame-presentation-content, | |||
.fangame-participation-content, | |||
.fangame-articleday-content, | |||
.fangame-imageday-content { | |||
font-size: 0.85em; | |||
} | |||
/* ------------------------------ */ | /* ------------------------------ */ |
modifications