Views
Actions
Difference between revisions of "MediaWiki:Common.css"
From LotR TCG Wiki
(Adding CSS classes for inline culture icons, since style is not an argument for images.) |
(removing the inline classes since it turns out the Image syntax already support those.) |
||
Line 8: | Line 8: | ||
.whitebg { | .whitebg { | ||
background: #ffffff; | background: #ffffff; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 00:45, 26 August 2020
/* CSS placed here will be applied to all skins */
@font-face {
font-family: 'culture-icons'; /*a name to be used later*/
src: url('https://lotrtcgwiki.com/mw/images/LOTR_TCG-Regular.ttf'),
url('https://lotrtcgwiki.com/mw/images/LOTR_TCG-Regular.ttf') format('truetype'); /*URL to font*/
}
.whitebg {
background: #ffffff;
}