MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (51 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mw-body-content a:visited { | .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; | |||
} | |||
.mw-editform { | |||
font-family:'Tibetan','Times','Arial Unicode MS','Linux Libertine','Georgia','Times', serif; | |||
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: url('fonts/upcdl.ttf') format('truetype'), local('Arial Unicode MS'); | |||
unicode-range: U+0E00–0E7F,U+F700-F70F; | |||
font-weight: normal; | |||
font-style: normal; | |||
} | |||
@font-face { | |||
font-family: 'ThaiPali'; | |||
src: url('fonts/upcdb.ttf') format('truetype'), local('Arial Unicode MS'); | |||
unicode-range: U+0E00–0E7F,U+F700-F70F; | |||
font-weight: bold; | |||
font-style: normal; | |||
} | |||
Latest revision as of 12:34, 22 May 2019
/* 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;
}
.mw-editform {
font-family:'Tibetan','Times','Arial Unicode MS','Linux Libertine','Georgia','Times', serif;
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: url('fonts/upcdl.ttf') format('truetype'), local('Arial Unicode MS');
unicode-range: U+0E00–0E7F,U+F700-F70F;
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'ThaiPali';
src: url('fonts/upcdb.ttf') format('truetype'), local('Arial Unicode MS');
unicode-range: U+0E00–0E7F,U+F700-F70F;
font-weight: bold;
font-style: normal;
}