« 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 11 : Ligne 11 :
{
{
  background-color: #00032a !important;
  background-color: #00032a !important;
color: white !important;
  border-bottom: 1px solid #e5e8f2;
  border-bottom: 1px solid #e5e8f2;
  border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
}


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

Version du 18 août 2025 à 20:16

/* 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;
}


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


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