« MediaWiki:Common.css » : différence entre les versions
Apparence
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 44 : | Ligne 44 : | ||
height:1px; | height:1px; | ||
background-color: grey; | background-color: grey; | ||
} | |||
/* Réduire une image ajoutée depuis une URL*/ | |||
.graphique | |||
{ | |||
width=50%; | |||
} | } | ||
Version du 25 septembre 2025 à 11:45
/* 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*/
.graphique
{
width=50%;
}