« 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
 
(10 versions intermédiaires par le même utilisateur non affichées)
Ligne 50 : Ligne 50 :
}
}


h1,h2,h3
h1,h2,h3,h4,h5,h6
{
{
color: white;
color: white;
}
}
.content kbd, .content samp, .content code, .content pre
.content kbd, .content samp, .content code, .content pre
{
{
Ligne 63 : Ligne 62 :
{
{
   margin: unset;
   margin: unset;
}
.oo-ui-fieldLayout-field {
  color: black !important;
}
.oo-ui-windowManager.oo-ui-windowManager-modal.oo-ui-windowManager-size-full.oo-ui-windowManager-fullscreen
{
  color: black !important;
}
.truncated-text
{
  color: black;
}
.mw-overlays-container h2
{
  color: black !important;
}
}

Dernière version du 17 mars 2026 à 22:35

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

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

a 
{
 color: #32CD32;
}

a:visited
{
  color: green;
}

.new 
{
  color: #FF6347;
}

h1,h2,h3,h4,h5,h6
{
color: white;
}
.content kbd, .content samp, .content code, .content pre
{
  border: 0px solid black !important;
}

.content table 
{
  margin: unset;
}

.oo-ui-fieldLayout-field {
  color: black !important;
}

.oo-ui-windowManager.oo-ui-windowManager-modal.oo-ui-windowManager-size-full.oo-ui-windowManager-fullscreen
{
   color: black !important;
}

.truncated-text
{
  color: black;
}

.mw-overlays-container h2
{
  color: black !important;
}