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 96: | Line 96: | ||
} | } | ||
/* --- Final Vulgate CSS --- */ | |||
/* --- Final Vulgate CSS --- */ | /* --- Final Vulgate CSS --- */ | ||
@font-face { | @font-face { | ||
font-family: 'Bilbo Swash Caps'; | font-family: 'Bilbo Swash Caps'; | ||
src: url('/ | src: url('/w/images/BilboSwashCaps-Regular.ttf') format('truetype'); | ||
} | } | ||
.vulgate-container { | .vulgate-container { | ||
Line 110: | Line 111: | ||
position: absolute; | position: absolute; | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
top: 0; | top: 0; | ||
left: 0; | left: 0; | ||
box-shadow: 2px 3px 20px | box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.5), 0 0 125px #8f5922 inset; | ||
background: #fffef0; | background: #fffef0; | ||
filter: url(#wavy2); | filter: url(#wavy2); | ||
background-image: url('/ | background-image: url('/w/images/Parchment-texture.png'); | ||
} | } | ||
.vulgate-content { | .vulgate-content { | ||
position: relative; | position: relative; | ||
padding: 2em 3em; | padding: 2em 3em; | ||
font-family: 'Bilbo Swash Caps', cursive; | font-family: 'Bilbo Swash Caps', 'Palatino Linotype', cursive; | ||
font-size: 1.5em; | font-size: 1.5em; | ||
line-height: 1.8; | line-height: 1.8; |