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 24: | Line 24: | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'Morris | font-family: 'Morris Initials'; | ||
/* Corrected src path to match the actual filename with a space */ | /* Corrected src path to match the actual filename with a space */ | ||
src: url('/resources/fonts/Morris Initials.ttf') format('truetype'); | src: url('/resources/fonts/Morris Initials.ttf') format('truetype'); | ||
| Line 96: | Line 96: | ||
} | } | ||
/* Vulgate */ | /* --- Final Vulgate Verse CSS --- */ | ||
/* Main container for positioning */ | /* Main container for positioning */ | ||
.vulgate-verse { | .vulgate-verse { | ||
| Line 134: | Line 135: | ||
float: left; | float: left; | ||
/* Corrected font name to match the font file's internal name */ | /* Corrected font name to match the font file's internal name */ | ||
font-family: 'Morris | font-family: 'Morris Initial', cursive !important; | ||
color: #8B4B13; | color: #8B4B13; | ||
text-shadow: 1px 1px 1px rgba(0,0,0,0.4); | text-shadow: 1px 1px 1px rgba(0,0,0,0.4); | ||
| Line 142: | Line 143: | ||
padding: 4px 8px 0 3px; | padding: 4px 8px 0 3px; | ||
margin: 0; | margin: 0; | ||
} | } | ||