« 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 Balise : Révoqué |
||
| Ligne 2 : | Ligne 2 : | ||
#site-header { | #site-header { | ||
background-image: url("/images/ | background-image: url("/images/e/e3/Bandeau-codex-allégé.jpg"); | ||
background-size: cover; | background-size: cover; | ||
background-position: center; | background-position: center; | ||
Version du 29 mars 2025 à 01:38
@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap');
#site-header {
background-image: url("/images/e/e3/Bandeau-codex-allégé.jpg");
background-size: cover;
background-position: center;
height: 200px;
color: #f0e6d6;
font-family: 'MedievalSharp', cursive;
font-size: 36px;
text-align: center;
padding-top: 70px;
text-shadow: 2px 2px 4px #000;
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
box-shadow: 0 4px 6px rgba(0,0,0,0.5);
}
body {
padding-top: 220px; /* Pour que le contenu ne passe pas sous le bandeau */
}