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

De Les Archives Infinies
Aucun résumé des modifications
Balise : Révoqué
Aucun résumé des modifications
 
(107 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
/* Bandeau en haut de page */
@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap');
@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap');


#site-header {
#site-header {
     background-image: url("/images/c/c3/Archives_infinies_medieval.png");
     background-image: url("https://legiodraconis.fr/wikia/images/d/df/Bandeau-salle-detude-livres-1920x200.jpg");
    background-position: center;
     background-size: cover;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     height: 200px;
     height: 200px;
     color: #f0e6d6;
     color: #f0e6d6;
     font-family: 'MedievalSharp', cursive;
     /* font-family: 'MedievalSharp', cursive; */
     font-size: 36px;
     font-size: 36px;
     text-align: center;
     text-align: center;
     padding-top: 70px;
     display: flex;
    align-items: center;
    justify-content: center;
     text-shadow: 2px 2px 4px #000;
     text-shadow: 2px 2px 4px #000;
     position: fixed;
     position: fixed;
     top: 0;
     top: 0;
     width: 100%;
     width: 100%;
     z-index: 9999;
     z-index: 99999;
     box-shadow: 0 4px 6px rgba(0,0,0,0.5);
     box-shadow: 0 4px 6px rgba(0,0,0,0.5);
}
}


/* Faire descendre la barre native Timeless */
#mw-header-container {
    position: fixed !important;
    top: 200px;
    width: 100%;
    z-index: 99998;
}
/* Décaler le contenu principal */
body {
body {
     padding-top: 220px; /* Pour que le contenu ne passe pas sous le bandeau */
     padding-top: 200px;
}
 
html, body {
    overflow-x: hidden;
}
 
/* Largeur du contenu non définie */
@media screen and (min-width: 851px) {
    .color-middle-container,
    .ts-inner { max-width: none; }
}
 
/* Menu de navigation unilatéral */
@media (min-width: 1340px) {
  #mw-content-block {
    display: block;
  }
  #mw-content,
  #content-bottom-stuff {
    margin-left: 14em;
  }
  #mw-content-wrapper {
    float: right;
    margin-left: -14em;
    width: 100%;
  }
  #mw-related-navigation {
    width: 14em;
    padding: 0 1em 0 0;
  }
  div.color-middle {
    margin-right: 0;
  }
  .mw-wiki-logo {
  display: inline-block;
  }
}
 
/* Aligner la barre de couleurs supérieure avec les colonnes de la  page */
.ts-inner {
  padding: 0 0 0 1em;
}
 
/* Réalignement des logos inférieurs */
#footer { padding-right: 1em; }
 
#top-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
 
.top-link {
    padding: 2px 6px;
    background: none;
    border: none;
    text-decoration: none;
    color: #d8ccb8;          /* Couleur doré pâle */
    font-size: 20px;          /* Taille de texte maintenue */
    font-weight: bold;        /* En gras */
    position: relative;
}
 
.top-link:hover {
    color: #fcefb4;
    text-shadow: 0 0 6px #e6d186;
}
 
.top-link:hover::after {
    width: 100%;
}
 
.top-link:visited {
    color: #d8ccb8;          /* même couleur que l’état normal */
    text-shadow: 0 0 6px #e6d186; /* même effet visuel */
}
 
.top-link {
    font-size: 20px; /* ou 12px, 18px, selon ton besoin */
}
 
#p-logo {
    display: none !important;
}
 
#mw-content-wrapper {
    background-image: url("https://legiodraconis.fr/wikia/images/b/bc/Fond-colonne-papyrus-livres.jpg"); /* remplace par ton chemin */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll; /* ou fixed si tu veux qu’elle reste en place */
    padding: 20px;
    border-radius: 10px;
}
 
#mw-content {
    background-color: #f7ecc6; /* beige parcheminé clair */
    border-radius: 12px;
}
 
#content {
    background-color: #f7ecc6; /* beige parcheminé clair */
    border-radius: 12px;
}
 
#mw-panel {
    margin-top: 200px;
}
 
#mw-site-navigation {
    background-image: url("https://legiodraconis.fr/wikia/images/f/f6/Blank-abstract-textured-background.jpg"); /* remplace par ton chemin */
    background-repeat: repeat;
    background-size: cover;
    background-position: top left;
    background-color: #2b251b; /* couleur de base en fond */
    padding: 10px;
    z-index: 10;
    width: 180px;
    border-radius: 12px; /* adapte la valeur selon le style voulu */
    position: relative;
}
 
#site-navigation.sidebar-chunk {
    background-color: #f7ecc6;
    padding: 10px;
    border-radius: 8px;
}
 
#site-tools.sidebar-chunk {
    background-color: #f7ecc6;
    padding: 10px;
    border-radius: 8px;
}
 
#catlinks-sidebar.sidebar-chunk {
    background-color: #f7ecc6;
    padding: 10px;
    border-radius: 8px;
}
 
#mw-content-text {
    max-width: 98%;          /* ou 90% selon l’effet voulu */
    margin: 0 auto;          /* centre le contenu */
    padding: 10px 0;        /* espace intérieur vertical */
}
 
.toc {
    background-color: #f7ecc6;
    border: 1px solid #d6c49c;
    padding: 10px;
    border-radius: 8px;
}
 
#mw-related-navigation {
background-image: url("https://legiodraconis.fr/wikia/images/f/f6/Blank-abstract-textured-background.jpg"); /* remplace par ton chemin */
    background-repeat: repeat;
    background-size: cover;
    background-position: top left;
    background-color: #2b251b; /* couleur de base en fond */
    padding: 10px;
    z-index: 10;
    width: 180px;
    border-radius: 12px; /* adapte la valeur selon le style voulu */
    position: relative;
}
 
#page-tools.sidebar-chunk {
    background-color: #f7ecc6;
    padding: 10px;
    border-radius: 8px;
}
 
#catlinks-sidebar.sidebar-chunk {
    background-color: #f7ecc6;
    padding: 10px;
    border-radius: 8px;
}
}

Dernière version du 29 août 2025 à 23:53

@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap');

#site-header {
    background-image: url("https://legiodraconis.fr/wikia/images/d/df/Bandeau-salle-detude-livres-1920x200.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    color: #f0e6d6;
    /* font-family: 'MedievalSharp', cursive; */
    font-size: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px 4px #000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 4px 6px rgba(0,0,0,0.5);
}

/* Faire descendre la barre native Timeless */
#mw-header-container {
    position: fixed !important;
    top: 200px;
    width: 100%;
    z-index: 99998;
}

/* Décaler le contenu principal */
body {
    padding-top: 200px;
}

html, body {
    overflow-x: hidden;
}

/* Largeur du contenu non définie */
@media screen and (min-width: 851px) {
    .color-middle-container,
    .ts-inner { max-width: none; }
}

/* Menu de navigation unilatéral */
@media (min-width: 1340px) {
  #mw-content-block {
    display: block;
  }
  #mw-content,
  #content-bottom-stuff {
    margin-left: 14em;
  }
  #mw-content-wrapper {
    float: right;
    margin-left: -14em;
    width: 100%;
  }
  #mw-related-navigation {
    width: 14em;
    padding: 0 1em 0 0;
  }
  div.color-middle {
    margin-right: 0;
  }
  .mw-wiki-logo {
  	display: inline-block;
  }
}

/* Aligner la barre de couleurs supérieure avec les colonnes de la  page */
.ts-inner {
  padding: 0 0 0 1em;
}

/* Réalignement des logos inférieurs */
#footer { padding-right: 1em; }

#top-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.top-link {
    padding: 2px 6px;
    background: none;
    border: none;
    text-decoration: none;
    color: #d8ccb8;           /* Couleur doré pâle */
    font-size: 20px;          /* Taille de texte maintenue */
    font-weight: bold;        /* En gras */
    position: relative;
}

.top-link:hover {
    color: #fcefb4;
    text-shadow: 0 0 6px #e6d186;
}

.top-link:hover::after {
    width: 100%;
}

.top-link:visited {
    color: #d8ccb8;           /* même couleur que l’état normal */
    text-shadow: 0 0 6px #e6d186; /* même effet visuel */
}

.top-link {
    font-size: 20px; /* ou 12px, 18px, selon ton besoin */
}

#p-logo {
    display: none !important;
}

#mw-content-wrapper {
    background-image: url("https://legiodraconis.fr/wikia/images/b/bc/Fond-colonne-papyrus-livres.jpg"); /* remplace par ton chemin */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll; /* ou fixed si tu veux qu’elle reste en place */
    padding: 20px;
    border-radius: 10px;
}

#mw-content {
    background-color: #f7ecc6; /* beige parcheminé clair */
    border-radius: 12px;
}

#content {
    background-color: #f7ecc6; /* beige parcheminé clair */
    border-radius: 12px;
}

#mw-panel {
    margin-top: 200px;
}

#mw-site-navigation {
    background-image: url("https://legiodraconis.fr/wikia/images/f/f6/Blank-abstract-textured-background.jpg"); /* remplace par ton chemin */
    background-repeat: repeat;
    background-size: cover;
    background-position: top left;
    background-color: #2b251b; /* couleur de base en fond */
    padding: 10px;
    z-index: 10;
    width: 180px;
    border-radius: 12px; /* adapte la valeur selon le style voulu */
    position: relative;
}

#site-navigation.sidebar-chunk {
    background-color: #f7ecc6;
    padding: 10px;
    border-radius: 8px;
}

#site-tools.sidebar-chunk {
    background-color: #f7ecc6;
    padding: 10px;
    border-radius: 8px;
}

#catlinks-sidebar.sidebar-chunk {
    background-color: #f7ecc6;
    padding: 10px;
    border-radius: 8px;
}

#mw-content-text {
    max-width: 98%;          /* ou 90% selon l’effet voulu */
    margin: 0 auto;          /* centre le contenu */
    padding: 10px 0;         /* espace intérieur vertical */
}

.toc {
    background-color: #f7ecc6;
    border: 1px solid #d6c49c;
    padding: 10px;
    border-radius: 8px;
}

#mw-related-navigation {
background-image: url("https://legiodraconis.fr/wikia/images/f/f6/Blank-abstract-textured-background.jpg"); /* remplace par ton chemin */
    background-repeat: repeat;
    background-size: cover;
    background-position: top left;
    background-color: #2b251b; /* couleur de base en fond */
    padding: 10px;
    z-index: 10;
    width: 180px;
    border-radius: 12px; /* adapte la valeur selon le style voulu */
    position: relative;
}

#page-tools.sidebar-chunk {
    background-color: #f7ecc6;
    padding: 10px;
    border-radius: 8px;
}

#catlinks-sidebar.sidebar-chunk {
    background-color: #f7ecc6;
    padding: 10px;
    border-radius: 8px;
}