MediaWiki:Common.css: Difference between revisions
From LOTR-TCG Wiki
imported>Teltura No edit summary |
imported>Teltura No edit summary |
||
| Line 11: | Line 11: | ||
.redbg { | .redbg { | ||
background: # | background: #dd0000; | ||
} | } | ||
Revision as of 05:14, 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;
}
.redbg {
background: #dd0000;
}