Difference between revisions of "MediaWiki:Common.css"

(Disable TOC Numbering.)
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
 
height: 1302px;
 
height: 1302px;
 
}
 
}
.characterStatBlock {
+
.tocnumber { display: none; }
font-size:200%;
 
font-weight:bold;
 
}
 

Latest revision as of 17:56, 4 February 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;
}
.tocnumber { display: none; }