Difference between revisions of "MediaWiki:Common.css"
Line 5: | Line 5: | ||
display: inline-block; | display: inline-block; | ||
padding: 10px; | padding: 10px; | ||
− | border-radius: 10px; | + | border-radius: 5px 10px; |
font-family: cursive; | font-family: cursive; | ||
} | } |
Revision as of 16:04, 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: 5px 10px; font-family: cursive; }