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

De OSWiki
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 15 : Ligne 15 :
/*Grands titres*/
/*Grands titres*/
.mw-body h1 {
.mw-body h1 {
        color:#502500;
border: 1px solid #aaa;
border: 1px solid #aaa;
font-size: 1.8em;
font-size: 1.8em;
Ligne 34 : Ligne 35 :
/*Titres h2*/
/*Titres h2*/
  .mw-body h2 {
  .mw-body h2 {
        color:#502500;
font-size: 1.5em;
font-size: 1.5em;
margin-top: 1em;
margin-top: 1em;

Version du 27 décembre 2017 à 18:19

/* Le CSS placé ici sera appliqué à tous les habillages. */
.page-Accueil .firstHeading, .page-FAQ_Simulateurs .firstHeading {
 display:none;
}
/*Sommaire*/
#toc, .toc, .mw-warning, .toccolours {
	border: 1px solid #aaa;
	background-color: #FFD681;
	padding: 5px;
	font-size: 95%;
        box-shadow: 5px 5px 2px #8B8878;
        float:right;
        margin-left:10px;
}
/*Grands titres*/
.mw-body h1 {
        color:#502500;
	border: 1px solid #aaa;
	font-size: 1.8em;
	background-color: #fba902;
        box-shadow: 5px 5px 2px #503600;
}

/*Titre de la page*/
.mw-body .firstHeading {
        color : #502500;
	overflow: visible;
        border: 0px solid #aaa;
	font-size: 1.9em;
        font-weight:bold;
        background-color: #FFF;
        box-shadow: 0px 0px 0px #FFF;
        text-shadow: 2px 2px 4px #503600;
}
/*Titres h2*/
 .mw-body h2 {
        color:#502500;
	font-size: 1.5em;
	margin-top: 1em;
        border: 1px solid #aaa;
        background-color: #FFD681;
        box-shadow: 5px 5px 2px #503600;
}

/*mot 'Sommaire' dans le sommaire*/
.mw-body #toc h2, .mw-body .toc h2 {
	font-size: 100%;
	font-family: sans-serif;
        background-color: #FFD681;
        box-shadow: none;
}