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

De Wiki Lylat
Aller à la navigationAller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 24 : Ligne 24 :
.minerva-header .branding-box a
.minerva-header .branding-box a
{
{
  color: white;
   font-size: 20px;
   font-size: 20px;
   font-family: 'Arwing', sans-serif;
   font-family: 'Arwing', sans-serif;
}
}

Version du 3 août 2025 à 00:01

/* Tout CSS placé ici sera chargé avec les pages accédées par les utilisateurs de l’habillage MinervaNeue */
@font-face {
    font-family: 'Arwing';
    src: url('http://starfox.wiki-kirby.fr/images/6/6e/Arwing-font.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


.mw-body
{
   background-color: #00032a;
   color: white;
}

.header-container.header-chrome 
{
 background-color: #e5e8f2;
 border-bottom: 1px solid #e5e8f2;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
}

.minerva-header .branding-box a
{
  font-size: 20px;
  font-family: 'Arwing', sans-serif;
}