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

De USAC-CGT
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 21 : Ligne 21 :
font-size: 1.4em;
font-size: 1.4em;
line-height: 1.1;
line-height: 1.1;
margin-bottom: 1em;
margin-bottom: 0.8em;
background-color: #335F7F;
background-color: #335F7F;
color: #FFF;
color: #FFF;
Ligne 30 : Ligne 30 :
text-align: center;
text-align: center;
font-variant: small-caps;
font-variant: small-caps;
margin-bottom: 0.75em;
margin-top: 0.8em;
margin-bottom: 0.6em;
background-color: #CDDFEB;
background-color: #CDDFEB;
padding: 0.5rem;
padding: 0.3rem;
}
}

Version du 23 septembre 2023 à 13:24

/* Le CSS placé ici sera appliqué à tous les habillages. */

/* Style pour la CGTBox */
.CGTBox {
	padding: 5px;
	width: 25em;
	background: #f9f9f9;
	border: 1px solid #aaa;
	clear: right;
	float: right;
	font-size: 0.9em;
	line-height: 1.4;
	margin: 0 0 0.5em 1em;
	max-width: 325px;
	word-wrap: break-word;
}
.CGTBox .titre {
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	font-size: 1.4em;
	line-height: 1.1;
	margin-bottom: 0.8em;
	background-color: #335F7F;
	color: #FFF;
	padding: 0.5rem 0;
}
.CGTBox .subSectionTitle {
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	margin-top: 0.8em;
	margin-bottom: 0.6em;
	background-color: #CDDFEB;
	padding: 0.3rem;
}