MediaWiki:Common.css : Différence entre versions
(Page créée avec « →Le CSS placé ici sera appliqué à tous les habillages. : .lettrine p:first-child:first-letter { float:left; display:block; →background-color: #eeeeee; : ... ») |
|||
Ligne 2 : | Ligne 2 : | ||
.lettrine p:first-child:first-letter { | .lettrine p:first-child:first-letter { | ||
− | float:left; display:block; | + | float:left; |
+ | display:block; | ||
/* background-color: #eeeeee; */ | /* background-color: #eeeeee; */ | ||
line-height:30px; | line-height:30px; | ||
Ligne 9 : | Ligne 10 : | ||
font-weight:bold; | font-weight:bold; | ||
font-size:40px; | font-size:40px; | ||
− | |||
− | |||
− | |||
− | |||
} | } |
Version du 21 août 2020 à 10:26
/* Le CSS placé ici sera appliqué à tous les habillages. */
.lettrine p:first-child:first-letter {
float:left;
display:block;
/* background-color: #eeeeee; */
line-height:30px;
/* padding: 5px; */
/*color: #237ab2;*/
font-weight:bold;
font-size:40px;
}