« Modèle:Lettrine/styles.css » : différence entre les versions
De Nefald
Autres actions
Page créée avec « →==================================== LETTRINE - Style manuscrit médiéval ==================================== : .lettrine { →Taille et positionnement : font-size: 4em; line-height: 0.8; float: left; margin: 0.1em 0.15em 0 0; →Typographie : font-family: "Uncial Antiqua", "Cinzel Decorative", Georgia, serif; font-weight: bold; →Effets visuels : text-shadow: 2px 2px 4px rgba(0,0,0,0.3);... » |
m Fette Unz Fraktur |
||
| Ligne 3 : | Ligne 3 : | ||
==================================== */ | ==================================== */ | ||
/* Lettrine avec Fette Unz Fraktur */ | |||
.lettrine { | .lettrine { | ||
font-size: 4em; | font-size: 4em; | ||
line-height: 0.8; | line-height: 0.8; | ||
| Ligne 10 : | Ligne 10 : | ||
margin: 0.1em 0.15em 0 0; | margin: 0.1em 0.15em 0 0; | ||
/* | /* Police gothique médiévale */ | ||
font-family: | font-family: 'Fette Unz Fraktur', 'Cinzel Decorative', Georgia, serif; | ||
font-weight: | font-weight: normal; | ||
/* Effets visuels */ | /* Effets visuels */ | ||
text-shadow: 2px 2px 4px rgba(0,0,0,0.3); | text-shadow: 2px 2px 4px rgba(0,0,0,0.3); | ||
padding: 0.05em 0.1em; | padding: 0.05em 0.1em; | ||
} | } | ||