Basculer le menu
Changer de menu des préférences
Basculer le menu personnel
Non connecté(e)
Votre adresse IP sera visible au public si vous faites des modifications.

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

Page de l’interface de MediaWiki
Aucun résumé des modifications
Balise : Révocation manuelle
Aucun résumé des modifications
Ligne 33 : Ligne 33 :
   line-height: 1.6;
   line-height: 1.6;
   word-break: break-word;
   word-break: break-word;
}
.wiki-footer {
  text-align: center;
  font-size: 0.9em;
  color: #aaa;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #444;
}
.wiki-footer a {
  color: #80c0ff;
  text-decoration: none;
  margin: 0 8px;
}
.wiki-footer a:hover {
  color: #a0d0ff;
  text-decoration: underline;
}
}

Version du 9 septembre 2025 à 21:29

/* 📦 Centrage du contenu sans tronquer */
.citizen-content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  overflow: visible;
  word-wrap: break-word;
}

/* 🧭 Sommaire intégré et fluide */
#toc {
  float: none;
  width: auto;
  max-width: 300px;
  margin: 20px auto;
  background-color: #2a2a2a;
  border: 1px solid #444;
  padding: 10px;
  color: #ccc;
  overflow: auto;
}

/* 🧠 Titres et paragraphes lisibles */
.mw-headline {
  border-left: 4px solid #80c0ff;
  padding-left: 10px;
  margin-top: 30px;
  font-size: 1.3em;
  color: #ffffff;
}
p {
  line-height: 1.6;
  word-break: break-word;
}

.wiki-footer {
  text-align: center;
  font-size: 0.9em;
  color: #aaa;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #444;
}
.wiki-footer a {
  color: #80c0ff;
  text-decoration: none;
  margin: 0 8px;
}
.wiki-footer a:hover {
  color: #a0d0ff;
  text-decoration: underline;
}