MediaWiki:Common.css

From LotR TCG Wiki
Revision as of 00:40, 26 August 2020 by Teltura (talk | contribs) (Adding CSS classes for inline culture icons, since style is not an argument for images.)

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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;
}

.inline-bot {
    line-height:20px;
    vertical-align:bottom;
}

.inline-textbot {
    line-height:20px;
    vertical-align:text-bottom;
}

.inline-sub {
    line-height:20px;
    vertical-align:sub;
}

.inline-mid {
    line-height:20px;
    vertical-align:middle;
}