« MediaWiki:Citizen.css » : différence entre les versions
Page de l’interface de MediaWiki
Autres actions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 64 : | Ligne 64 : | ||
#footer-poweredby { | #footer-poweredby { | ||
display: none !important; | display: none !important; | ||
} | |||
#footer-places { | |||
text-align: center; | |||
font-size: 0.85em; | |||
margin-top: 30px; | |||
padding: 10px 0; | |||
border-top: 1px solid #444; | |||
background-color: #1e1e1e; | |||
} | |||
#footer-places a { | |||
color: #80c0ff; | |||
text-decoration: none; | |||
margin: 0 10px; | |||
} | |||
#footer-places a:hover { | |||
color: #a0d0ff; | |||
text-decoration: underline; | |||
} | } | ||
Version du 10 septembre 2025 à 13:31
/* 📦 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;
}
#mw-footer-container {
display: none;
}
#footer-poweredby {
display: none;
}
#mw-footer-container {
background-color: red;
}
#mw-footer-container,
#footer-poweredby {
display: none !important;
}
#footer-places {
text-align: center;
font-size: 0.85em;
margin-top: 30px;
padding: 10px 0;
border-top: 1px solid #444;
background-color: #1e1e1e;
}
#footer-places a {
color: #80c0ff;
text-decoration: none;
margin: 0 10px;
}
#footer-places a:hover {
color: #a0d0ff;
text-decoration: underline;
}