MediaWiki:Common.css : Différence entre versions
Ligne 8 : | Ligne 8 : | ||
color: grey; | color: grey; | ||
font-weight:bold; | font-weight:bold; | ||
− | font-size:300%; | + | font-size:300% "Monotype Corsiva"; |
} | } |
Version du 21 août 2020 à 10:47
/* Le CSS placé ici sera appliqué à tous les habillages. */
.lettrine:first-letter {
text-transform: capitalize;
float:left;
display:block;
line-height:60px;
color: grey;
font-weight:bold;
font-size:300% "Monotype Corsiva";
}