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 89: | Line 89: | ||
height: 300px; /* Smaller height for mobile */ | height: 300px; /* Smaller height for mobile */ | ||
} | } | ||
} | |||
.vulgate-verse { | |||
border: 2px solid #8B4513; /* Dark brown for a parchment border */ | |||
border-radius: 3px; | |||
padding: 15px; | |||
margin: 15px 0; | |||
background-color: #F5F2E7; /* Light parchment color */ | |||
background-image: url('/resources/images/parchment-texture.jpg'); /* Optional: add a texture */ | |||
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); /* Subtle aging effect */ | |||
font-family: 'Junicode', 'Quivira', 'Palatino Linotype', serif; /* Medieval-style fonts */ | |||
font-size: 16px; | |||
line-height: 1.6; | |||
color: #2F2F2F; /* Dark gray for text */ | |||
} | |||
.vulgate-verse-number { | |||
font-weight: bold; | |||
margin-right: 10px; | |||
display: inline-block; /* Keep number and text on same line */ | |||
} | } |