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: 5px 10px;
border-radius: 5px 10px;
+
border-radius: 10px;
 
font-family: cursive;
 
font-family: cursive;
 
}
 
}

Revision as of 16:05, 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: 5px 10px;
border-radius: 10px;
font-family: cursive;
}