Difference between revisions of "MediaWiki:Common.css"
| Line 8: | Line 8: | ||
font-family: cursive; | font-family: cursive; | ||
font-size: 120%; | font-size: 120%; | ||
| + | } | ||
| + | .characterSheet { | ||
| + | background-image: url("https://farwalker.wiki/images/e/ec/5e_Character_Sheet_1000px.png"); | ||
| + | width: 1000px; | ||
| + | height: 1302px; | ||
} | } | ||
Revision as of 16:49, 5 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 15px;
border-radius: 10px;
font-family: cursive;
font-size: 120%;
}
.characterSheet {
background-image: url("https://farwalker.wiki/images/e/ec/5e_Character_Sheet_1000px.png");
width: 1000px;
height: 1302px;
}