Difference between revisions of "MediaWiki:Common.css"
Line 4: | Line 4: | ||
background-image: url("/images/thumb/e/ea/PoemParchment.jpg/800px-PoemParchment.jpg"); | background-image: url("/images/thumb/e/ea/PoemParchment.jpg/800px-PoemParchment.jpg"); | ||
display: inline-block; | display: inline-block; | ||
− | padding: 10px | + | padding: 10px; |
− | border-radius: 10px | + | border-radius: 10px; |
} | } |
Revision as of 16:01, 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; }