« 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 30 : Ligne 30 :
}
}


.mv-footer {
.mv-footer .minerva-footer {
  color: white;
  color: white;
  background-color: #00032a !important;
  background-color: #00032a !important;

Version du 18 août 2025 à 20:21

/* 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 #32CD32;
 border-bottom-left-radius: 1px;
 border-bottom-right-radius: 1px;
}


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

.mw-body {
  background-color: #313847 !important;
 color: white;
}

.mv-footer .minerva-footer {
 color: white;
 background-color: #00032a !important;
}

a 
{
 color: #32CD32;
}

a:visited
{
  color: green;
}

.new 
{
  color: #FF6347;
}

h1,h2,h3
{
color: white;
}