Difference between revisions of "MediaWiki:Common.css"
(Disable TOC Numbering.) |
|||
(12 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
.poem { | .poem { | ||
− | background-image: url("/images/thumb/e/ea/PoemParchment.jpg/ | + | background-image: url("/images/thumb/e/ea/PoemParchment.jpg/800px-PoemParchment.jpg"); |
display: inline-block; | 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; } |
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; }