« MediaWiki:Common.css » : différence entre les versions
Apparence
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 52 : | Ligne 52 : | ||
{ | { | ||
width:50%; | width:50%; | ||
} | |||
div.graphique2 img | |||
{ | |||
width:33%; | |||
} | } | ||
Version du 12 octobre 2025 à 14:48
/* Le CSS placé ici sera appliqué à tous les habillages. */
/*Sommaire*/
#toc, .toc, .mw-warning, .toccolours {
border: 1px solid #aaa;
padding: 5px;
font-size: 95%;
float:right;
margin-left:10px;
}
/*Grands titres*/
.mw-body h1 {
color:#555;
border: 2px solid #6B9BEE;
font-size: 1.8em;
background-color: #eee;
padding:3px;
}
/*Titre de la page*/
.mw-body .firstHeading {
color : #555;
overflow: visible;
border: 0px solid #aaa;
font-size: 1.9em;
/*font-weight:bold;*/
background-color: #FFF;
box-shadow:none;
text-shadow: 2px 2px 4px #666
}
/*Titres h2*/
.mw-body h2 {
color:#000;
font-size: 1.5em;
margin-top: 1em;
border: 1px solid #aaa;
background-color: #FFF;
padding:3px;
}
hr
{
height:1px;
background-color: grey;
}
/* Réduire une image ajoutée depuis une URL
html.client-js body.skin-vector-legacy.mediawiki.ltr.sitedir-ltr.mw-hide-empty-elt.ns-0.ns-subject.mw-editable.page-Réunion_du_23-09-2025.rootpage-Réunion_du_23-09-2025.skin-vector.action-view div#content.mw-body div#bodyContent.vector-body div#mw-content-text.mw-body-content div.mw-content-ltr.mw-parser-output div.graphique img*/
div.graphique img
{
width:50%;
}
div.graphique2 img
{
width:33%;
}