Difference between revisions of "MediaWiki:Common.css"

Line 13: Line 13:
 
width: 1000px;
 
width: 1000px;
 
height: 1302px;
 
height: 1302px;
}
 
.characterStatBlock {
 
font-size:200%;
 
font-weight:bold;
 
 
}
 
}

Revision as of 16:57, 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;
}