Difference between revisions of "MediaWiki:Common.css"
Line 2: | Line 2: | ||
.poem { | .poem { | ||
− | background-image: url("/images/thumb/e/ea/PoemParchment.jpg/ | + | background-image: url("/images/thumb/e/ea/PoemParchment.jpg/800px-PoemParchment.jpg"); |
display: inline-block; | display: inline-block; | ||
+ | padding: 10px | ||
+ | border-radius: 10px | ||
} | } |
Revision as of 16:00, 3 January 2020
/* CSS placed here will be applied to all skins */ .poem { background-image: url("/images/thumb/e/ea/PoemParchment.jpg/800px-PoemParchment.jpg"); display: inline-block; padding: 10px border-radius: 10px }