MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* Font that actuall supports IPA */ | /* Font that actuall supports IPA */ | ||
@font-face { | @font-face { | ||
font-family: | font-family: GentiumW; | ||
src: url(https://mc.nguh.org/w/images/ | font-weight: normal; | ||
font-style: normal; | |||
src: url(https://mc.nguh.org/w/images/4/46/Gentium-Regular.woff2); | |||
} | |||
@font-face { | |||
font-family: GentiumW; | |||
font-weight: bold; | |||
font-style: normal; | |||
src: url(https://mc.nguh.org/w/images/d/d8/Gentium-Bold.woff2); | |||
} | |||
@font-face { | |||
font-family: GentiumW; | |||
font-weight: normal; | |||
font-style: italic; | |||
src: url(https://mc.nguh.org/w/images/b/b9/Gentium-Italic.woff2); | |||
} | |||
@font-face { | |||
font-family: GentiumW; | |||
font-weight: bold; | |||
font-style: italic; | |||
src: url(https://mc.nguh.org/w/images/e/e5/Gentium-BoldItalic.woff2); | |||
} | } | ||
.ipa { | .ipa { | ||
font-family: " | font-family: "GentiumW"; | ||
font-weight: 400; | font-weight: 400; | ||
font-style: normal; | font-style: normal; | ||
| Line 16: | Line 35: | ||
text-align: justify; | text-align: justify; | ||
hyphens: auto; | hyphens: auto; | ||
} | |||
#firstHeading { | |||
font-family: GentiumW, serif; | |||
} | |||
.mw-heading2 h2 { | |||
font-family: GentiumW, serif; | |||
} | } | ||
/* All the conscripts */ | /* All the conscripts */ | ||
| Line 21: | Line 47: | ||
font-family: Laevanaak; | font-family: Laevanaak; | ||
src: url(https://mc.nguh.org/w/images/9/9d/LaenavaakModern-Regular.ttf) format("truetype"); | src: url(https://mc.nguh.org/w/images/9/9d/LaenavaakModern-Regular.ttf) format("truetype"); | ||
} | |||
@font-face { | |||
font-family: Qgicauue; | |||
src: url(https://mc.nguh.org/w/images/0/00/Qgicauue.ttf) format("truetype"); | |||
} | } | ||
@font-face { | @font-face { | ||
| Line 37: | Line 67: | ||
@font-face { | @font-face { | ||
font-family: | font-family: WikiTheurilaa; | ||
src: url(https://mc.nguh.org/w/images/7/7c/Theurilaa-Gothic.woff2) format("woff2"); | src: url(https://mc.nguh.org/w/images/7/7c/Theurilaa-Gothic.woff2) format("woff2"); | ||
} | } | ||
| Line 82: | Line 112: | ||
font-family: TajadajlicNeue; | font-family: TajadajlicNeue; | ||
src: url(https://mc.nguh.org/w/images/4/47/TajadajlicNeue-Regular.ttf) format("truetype"); | src: url(https://mc.nguh.org/w/images/4/47/TajadajlicNeue-Regular.ttf) format("truetype"); | ||
} | |||
@font-face { | |||
font-family: Tanswaiy; | |||
src: url(https://mc.nguh.org/w/images/2/22/Tanswaiy.ttf) format("truetype"); | |||
} | |||
@font-face { | |||
font-family: Naqoo; | |||
src: url(https://mc.nguh.org/w/images/3/37/NaqooHorizontal.ttf) format("truetype"); | |||
} | |||
@font-face { | |||
font-family: Copath; | |||
src: url(https://mc.nguh.org/w/images/9/95/CopathSerif-1.1.0.ttf) format("truetype"); | |||
} | } | ||
| Line 91: | Line 135: | ||
.script-nahan { | .script-nahan { | ||
font-family: Nahan; | font-family: Nahan; | ||
/* font-size: 150%;*/ | |||
} | } | ||
| Line 104: | Line 148: | ||
.script-thl { | .script-thl { | ||
font-family: | font-family: WikiTheurilaa; | ||
font-size: | font-size: 150%; | ||
} | } | ||
| Line 143: | Line 187: | ||
font-family: TajadajlicNeue; | font-family: TajadajlicNeue; | ||
font-size: 150%; | font-size: 150%; | ||
} | |||
.script-tanswaiy { | |||
font-family: Tanswaiy; | |||
font-size: 150%; | |||
} | |||
.script-qgicauue { | |||
font-family: Qgicauue; | |||
} | |||
.script-naqoo { | |||
font-family: Naqoo; | |||
font-size: 4em; | |||
} | |||
.script-cpth { | |||
font-family: Copath; | |||
} | } | ||
/* Do not display the 'Discussion' tab. It is already disabled server-side. */ | /* Do not display the 'Discussion' tab. It is already disabled server-side. */ | ||
#ca-talk { display: none !important; } | #ca-talk { display: none !important; } | ||
Latest revision as of 20:09, 16 April 2026
/* Font that actuall supports IPA */
@font-face {
font-family: GentiumW;
font-weight: normal;
font-style: normal;
src: url(https://mc.nguh.org/w/images/4/46/Gentium-Regular.woff2);
}
@font-face {
font-family: GentiumW;
font-weight: bold;
font-style: normal;
src: url(https://mc.nguh.org/w/images/d/d8/Gentium-Bold.woff2);
}
@font-face {
font-family: GentiumW;
font-weight: normal;
font-style: italic;
src: url(https://mc.nguh.org/w/images/b/b9/Gentium-Italic.woff2);
}
@font-face {
font-family: GentiumW;
font-weight: bold;
font-style: italic;
src: url(https://mc.nguh.org/w/images/e/e5/Gentium-BoldItalic.woff2);
}
.ipa {
font-family: "GentiumW";
font-weight: 400;
font-style: normal;
font-feature-settings: "ss13";
}
/* Justified text w/ hyphenation. */
.vector-body p {
text-align: justify;
hyphens: auto;
}
#firstHeading {
font-family: GentiumW, serif;
}
.mw-heading2 h2 {
font-family: GentiumW, serif;
}
/* All the conscripts */
@font-face {
font-family: Laevanaak;
src: url(https://mc.nguh.org/w/images/9/9d/LaenavaakModern-Regular.ttf) format("truetype");
}
@font-face {
font-family: Qgicauue;
src: url(https://mc.nguh.org/w/images/0/00/Qgicauue.ttf) format("truetype");
}
@font-face {
font-family: Nahan;
src: url(https://mc.nguh.org/w/images/6/60/Nahan-Regular.ttf) format("truetype");
}
@font-face {
font-family: Cadwg;
src: url(https://mc.nguh.org/w/images/f/fe/Cadwg-Regular.ttf) format("truetype");
}
@font-face {
font-family: Chulhaam;
src: url(https://mc.nguh.org/w/images/6/64/Chulhaam_Script.ttf) format("truetype");
}
@font-face {
font-family: WikiTheurilaa;
src: url(https://mc.nguh.org/w/images/7/7c/Theurilaa-Gothic.woff2) format("woff2");
}
@font-face{
font-family: 'AH Rokajang Shika';
src: url("https://cdn.jsdelivr.net/gh/Astralneko/ahrokajang@master/AHRokajangShika.ttf") format('truetype');
}
@font-face{
font-family: 'Kozlahu';
src: url("https://mc.nguh.org/w/images/2/2d/Kozlahu.ttf") format('truetype');
}
@font-face{
font-family: 'Aparatas';
src: url("https://mc.nguh.org/w/images/4/43/Aparatas.ttf") format('truetype');
}
@font-face {
font-family: 'Sq';
src: url("https://mc.nguh.org/w/images/0/08/SqScript.ttf") format('truetype');
}
@font-face {
font-family: 'CMC-Currency';
src: url("https://mc.nguh.org/w/images/7/7a/Nahan_Currency.ttf") format("truetype");
}
@font-face {
font-family: Lepeqeklih;
src: url("https://mc.nguh.org/w/images/2/2d/Lepeqeklih-Regular.ttf") format("truetype");
}
@font-face {
font-family: Frathmarque;
src: url("https://mc.nguh.org/w/images/4/41/Frathmarque.ttf") format("truetype");
}
@font-face {
font-family: Humild;
src: url("https://mc.nguh.org/w/images/c/cf/Humild-Regular.ttf") format("truetype")
}
@font-face {
font-family: TajadajlicNeue;
src: url(https://mc.nguh.org/w/images/4/47/TajadajlicNeue-Regular.ttf) format("truetype");
}
@font-face {
font-family: Tanswaiy;
src: url(https://mc.nguh.org/w/images/2/22/Tanswaiy.ttf) format("truetype");
}
@font-face {
font-family: Naqoo;
src: url(https://mc.nguh.org/w/images/3/37/NaqooHorizontal.ttf) format("truetype");
}
@font-face {
font-family: Copath;
src: url(https://mc.nguh.org/w/images/9/95/CopathSerif-1.1.0.ttf) format("truetype");
}
.script-laevanaak {
font-family: Laevanaak;
font-size: 150%;
}
.script-nahan {
font-family: Nahan;
/* font-size: 150%;*/
}
.script-cadwg {
font-family: Cadwg;
}
.script-chulhaam {
font-family: Chulhaam;
font-size: 150%;
}
.script-thl {
font-family: WikiTheurilaa;
font-size: 150%;
}
.script-rkdg {
font-family: AH Rokajang Shika;
}
.script-koz {
font-family: Kozlahu;
}
.script-sq {
font-family: Sq;
}
.script-aprts{
font-family: Aparatas;
}
.script-nahan-currency {
font-family: 'CMC-Currency';
}
.script-lepe {
font-family: Lepeqeklih;
}
.script-frath {
font-family: Frathmarque;
font-size: 150%;
}
.script-humild {
font-family: Humild;
}
.script-tajada {
font-family: TajadajlicNeue;
font-size: 150%;
}
.script-tanswaiy {
font-family: Tanswaiy;
font-size: 150%;
}
.script-qgicauue {
font-family: Qgicauue;
}
.script-naqoo {
font-family: Naqoo;
font-size: 4em;
}
.script-cpth {
font-family: Copath;
}
/* Do not display the 'Discussion' tab. It is already disabled server-side. */
#ca-talk { display: none !important; }