« 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 43 : | Ligne 43 : | ||
} | } | ||
/* | /* Améliore l'intégration dans la sidebar */ | ||
#p-search { | #p-search { | ||
padding: 10px; | |||
margin- | margin-bottom: 20px; | ||
} | } | ||
#p-search input { | |||
#p- | width: 100%; | ||
box-sizing: border-box; | |||
padding: 6px 8px; | |||
font-size: 14px; | |||
border-radius: 6px; | |||
background-color: #fef9f0; | |||
border: 1px solid #aaa; | |||
} | } | ||
Version du 29 mars 2025 à 03:38
@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap');
#site-header {
background-image: url("https://legiodraconis.fr/wikia/images/f/f8/Archives-infinies-noble-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;
}
#p-logo {
display: none !important;
}
/* Améliore l'intégration dans la sidebar */
#p-search {
padding: 10px;
margin-bottom: 20px;
}
#p-search input {
width: 100%;
box-sizing: border-box;
padding: 6px 8px;
font-size: 14px;
border-radius: 6px;
background-color: #fef9f0;
border: 1px solid #aaa;
}