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 97: | Line 97: | ||
/* --- Final Vulgate CSS --- */ | /* --- Final Vulgate CSS --- */ | ||
/* @font-face rule for the main text font */ | /* @font-face rule for the main text font */ | ||
@font-face { | @font-face { | ||
font-family: 'Bilbo Swash Caps'; | font-family: 'Bilbo Swash Caps'; | ||
src: url('/resources/fonts/BilboSwashCaps-Regular.ttf') format('truetype'); | src: url('/resources/fonts/BilboSwashCaps-Regular.ttf') format('truetype'); | ||
} | } | ||
Line 127: | Line 122: | ||
background: #fffef0; | background: #fffef0; | ||
filter: url(#wavy2); /* Wavy edge effect from the JS */ | filter: url(#wavy2); /* Wavy edge effect from the JS */ | ||
background-image: url('/wiki/Special:FilePath/Parchment-texture.png'); | |||
background-image: url('wiki/ | |||
} | } | ||
Line 136: | Line 129: | ||
position: relative; | position: relative; | ||
padding: 2em 3em; | padding: 2em 3em; | ||
font-family: 'Bilbo Swash Caps', cursive; | font-family: 'Bilbo Swash Caps', cursive; | ||
font-size: 1.5em; | font-size: 1.5em; | ||
line-height: 1.8; | line-height: 1.8; | ||
color: #7F3300; | color: #7F3300; | ||
text-align: justify; | text-align: justify; | ||
/* Added subtle text shadow for an inked look */ | |||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); | |||
text-shadow: 1px 1px 1px | |||
} | } |