MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After publishing, 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: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */ .mw-body-content a:visited { color: #0000FF; } .mw-body-content { font-family:'Tibetan','Times','Arial Unicode MS','Linux Libertine','Georgia','Times', serif; /* Tibetan in custom tibetan family below, English and diacritic in Times, all others (Devanagari/Thai/Thai-pali etc.) in Arial Unicode MS */ font-size: 1.1em; } @font-face { font-family: 'Tibetan'; /* for rendering Tibetan characters */ src: local('Microsoft Himalaya'),local('Kokonor'),local('Kailasa'); unicode-range: U+0F00-0FFF; /* Tibetan character range */ } @font-face { font-family: 'ThaiPali'; src: local('Arial Unicode MS'),url('fonts/upcdl.ttf') format('truetype'); unicode-range: U+0E00–0E7F; font-weight: normal; font-style: normal; } @font-face { font-family: 'ThaiPali'; src: local('Arial Unicode MS'),url('fonts/upcdb.ttf') format('truetype'); unicode-range: U+0E00–0E7F; font-weight: bold; font-style: normal; }