Aucun résumé des modifications
Aucun résumé des modifications
Ligne 14 : Ligne 14 :
   padding-right: 0.5em;
   padding-right: 0.5em;
   padding-bottom: 0.5em;
   padding-bottom: 0.5em;
}
a {
  color: green;
}
a:visited {
  color: #006A00;
}
}

Version du 14 octobre 2021 à 11:07

.content .mw-parser-output > h1 > span, .content .mw-parser-output > h2 > span, .content .mw-parser-output > h3 > span, .content .mw-parser-output > h4 > span, .content .mw-parser-output > h5 > span, .content .section-heading > span, .content .in-block > span {
  display: inline !important;
}

.mw-body {
  background-image: url('https://nuvapedia.fr/skins/common/images/exo6background.png');
  background-size: cover;
  background-attachment: fixed;
}

.pre-content, .content {
  background-color: rgba(192,192,192,0.9);
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}

a {
  color: green;
}

a:visited {
  color: #006A00;
}