Jump to content

User:Emyeuchi/vector.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* モンゴル語・満州語*/
@font-face {
    font-family: "mongul";
    src: url("https://static.miraheze.org/soshirenmeiwiki/4/4a/Mongul.ttf");  format('ttf');
}

.Mongul {
    font-family: "mongul";
}

@font-face {
    font-family: "manju";
    src: url("https://static.miraheze.org/soshirenmeiwiki/4/45/Manju.ttf");  format('ttf');
}

.Manju {
    font-family: "manju";
}

/* チュノム */
@font-face {
    font-family: "hma";
    src: url("https://static.miraheze.org/soshirenmeiwiki/0/08/HanaMinA.ttf");  format('ttf');
}

.Hma {
    font-family: "hma";
}

@font-face {
    font-family: "hmb";
    src: url("https://static.miraheze.org/soshirenmeiwiki/d/d8/HanaMinB.ttf");  format('ttf');
}

.Hmb {
    font-family: "hmb";
}
@font-face {
    font-family: "hna";
    src: url("https://static.miraheze.org/soshirenmeiwiki/0/0e/HAN_NOM_A.ttf");  format('ttf');
}

.Hna {
    font-family: "hna";
}

@font-face {
    font-family: "hnb";
    src: url("https://static.miraheze.org/soshirenmeiwiki/1/13/HAN_NOM_B.ttf");  format('ttf');
}

.Hnb {
    font-family: "hnb";
}

.tai-tham {
    font-family: "tai-tham";
}

@font-face {
    font-family: "tai-tham";
    src: url("https://static.miraheze.org/soshirenmeiwiki/7/7e/A-Tai-Tham-KH-New-V3.ttf");  format('ttf');
}

/* 言語設定 */
span[lang|=vi], span[lang|=vi-Hani], span[lang|=vi-nom] { font-family: hma, hmb, hna, hnb; }

span[lang|=mn], span[lang|=mon], span[lang|=mnc] { font-family: fonteskaya, manju, mongul !important;}

span[lang|=kkh], span[lang|=nod] { font-family: tai-tham; }
/* 名前 */
a[href$=":Emyeuchi"], a[href$=":emyeuchi"] bdi {color:#228b22; font-weight: bold;}

/* head */
h1 {
	color:navy;
	font-family: arial;
}
h2 {
	color:mediumblue;
	font-family: arial
}
h3 {
	color:royalblue;
	font-family: arial
}
h4 {
	color:cornflowerblue;
	font-family: arial
}
h5 {
	color:aquamarine;
	font-family: arial 
}
body, #globalWrapper {
	font-family: ;
}