« MediaWiki:Vector.css » : différence entre les versions

aucun résumé des modifications
Aucun résumé des modifications
Aucun résumé des modifications
 
(32 versions intermédiaires par le même utilisateur non affichées)
Ligne 971 : Ligne 971 :
   grid-gap: 1rem;
   grid-gap: 1rem;
   grid-template-areas:
   grid-template-areas:
     "serie serie serie"
     "welcome"
     "games games 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:
     "serie serie serie"
     "welcome"
     "games games games";
    "serie"
     "games";
}
}
/* Créations de fans */
/* Créations de fans */
Ligne 987 : Ligne 991 :
   grid-gap: 1rem;
   grid-gap: 1rem;
   grid-template-areas:
   grid-template-areas:
     "serie serie serie"
    "welcome"
     "games games games";
     "serie"
     "fo2"
    "fnv"
    "fo4"
    "others";
}
}
/* Définition des zones */
/* Définition des zones */
Ligne 1 021 : Ligne 1 029 :
.homepage-anecdotes {
.homepage-anecdotes {
   grid-area: anecdotes;
   grid-area: anecdotes;
}
.spinoff-portal-games {
  grid-area: games;
}
.canceled-portal-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 {
  grid-area: games;
}
}
/* Boîte générique */
/* Boîte générique */
Ligne 1 054 : 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-autres-list {
  list-style: none;
  margin: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px 0;
}
}
.homepage-portal-games-list {
.homepage-portal-games-list {
Ligne 1 076 : 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 097 : Ligne 1 126 :
   box-shadow: var(--box-shadow);
   box-shadow: var(--box-shadow);
   padding: 1rem;
   padding: 1rem;
}
.spinoff-welcome-fogen {
  margin-bottom: 1rem;
  text-align: center;
}
}
.spinoff-welcome-title {
.spinoff-welcome-title {
Ligne 1 128 : 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 135 : Ligne 1 198 :
   box-shadow: var(--box-shadow);
   box-shadow: var(--box-shadow);
   padding: 1rem;
   padding: 1rem;
}
.canceled-welcome-fogen {
  margin-bottom: 1rem;
  text-align: center;
}
}
.canceled-welcome-title {
.canceled-welcome-title {
Ligne 1 173 : Ligne 1 240 :
   box-shadow: var(--box-shadow);
   box-shadow: var(--box-shadow);
   padding: 1rem;
   padding: 1rem;
}
.fangame-welcome-fogen {
  margin-bottom: 1rem;
  text-align: center;
}
}
.fangame-welcome-title {
.fangame-welcome-title {
Ligne 1 191 : Ligne 1 262 :
   color: var(--color-link);
   color: var(--color-link);
}
}
.fangame-portal-games-list {
.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 199 : Ligne 1 315 :
   grid-gap: 30px 0;
   grid-gap: 30px 0;
}
}
.fangame-portal-games-item {
.fangame-portal-others-item {
   text-align: center;
   text-align: center;
   font-size: 0.85em;
   font-size: 0.85em;
}
}
.fangame-portal-games-logo {
.fangame-portal-others-logo {
   height: 60px;
   height: 60px;
}
}