Difference between revisions of "MediaWiki:Common.css"
(Disable TOC Numbering.) |
|||
(8 intermediate revisions by the same user not shown) | |||
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: | + | padding: 5px 15px; |
− | border-radius: | + | border-radius: 10px; |
font-family: cursive; | 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; } |
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; }