MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
AdminIsidore (talk | contribs) No edit summary |
AdminIsidore (talk | contribs) No edit summary |
||
Line 129: | Line 129: | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
/* Corrected selector: Targets the first letter of the .vulgate-verse div itself, not a <p> tag */ | |||
/* Corrected selector: Targets the first letter of the .vulgate-verse div itself, not a <p> tag */ | /* Corrected selector: Targets the first letter of the .vulgate-verse div itself, not a <p> tag */ | ||
.vulgate-verse::first-letter { | .vulgate-verse::first-letter { | ||
float: left; | float: left; | ||
font-family: 'Morris', cursive; | /* This !important keyword forces this rule to take precedence */ | ||
font-family: 'Morris', cursive !important; | |||
color: #8B4513; | color: #8B4513; | ||
text-shadow: 1px 1px 1px rgba(0,0,0,0.5); | text-shadow: 1px 1px 1px rgba(0,0,0,0.5); |