MediaWiki:Common.css: Difference between revisions

no edit summary
(Ayeri)
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 11: Line 11:
@import url(../assets/darn.css);
@import url(../assets/darn.css);
@font-face{
@font-face{
font-family: Tengwar, serif;
font-family: FreeIdgSerif, serif;
font-family: FreeIdgSerif, serif;
font-family: Akkadian, serif;
font-family: Akkadian, serif;
Line 29: Line 28:
   src: url("https://cdn.jsdelivr.net/gh/carbeck/tagatibookg@master/Tagati Book Italic G.ttf") format('truetype');
   src: url("https://cdn.jsdelivr.net/gh/carbeck/tagatibookg@master/Tagati Book Italic G.ttf") format('truetype');
   font-style: italic;
   font-style: italic;
}
@font-face{
  font-family: 'AH Rokajang';
  src: url("https://cdn.jsdelivr.net/gh/Astralneko/ahrokajang@master/AHRokajang.ttf") format('truetype');
}
@font-face{
font-family: 'Antinoou';
src: url("https://coptot.manuscriptroom.com/community/fonts/antinoou-webfont.ttf") format('truetype');
}
@font-face{
  font-family: 'Antinoou';
  src: url("https://coptot.manuscriptroom.com/community/fonts/antinoouitalic-webfont.ttf") format('truetype');
  font-style: italic;
}
@font-face{
  font-family: 'Alcarin';
  src: url("https://cdn.jsdelivr.net/gh/Tosche/Alcarin-Tengwar@main/Fonts Variable/AlcarinTengwarVF.woff2") format('woff2'),
url("https://cdn.jsdelivr.net/gh/Tosche/Alcarin-Tengwar@main/Fonts Variable/AlcarinTengwarVF.woff") format('woff'),
url("https://cdn.jsdelivr.net/gh/Tosche/Alcarin-Tengwar@main/Fonts Variable/AlcarinTengwarVF.ttf") format('truetype');
}
}


.Ayer{
.Ayer{
font-family: 'Tagati', sans-serif;
font-family: 'Tagati', sans-serif;
font-size: 24px;
}
/* Chiingimec */
.Cyrl[lang=xchc]{
font-family: 'Cambria', sans-serif;
font-size: 110%;
}
.headword[lang=xchc]{
font-size: 120%;
}
.Roka{
    font-family: 'AH Rokajang', sans-serif;
    font-size: 110%;
}
.Copt{
font-family: 'Antinoou', 'Noto Sans Coptic';
font-size: 115%;
}
/* Classical Mongolian, Manchu, Xibe, Clear Script */
.Mong,
.mnc-Mong, /* Manchu */
.sjo-Mong, /* Xibe */
.xwo-Mong /* Clear Script, Todo */ {
font-family: 'Mongolian Baiti', 'Noto Sans Mongolian', sans-serif;
font-size: 140%;
-webkit-writing-mode: vertical-lr;
-moz-writing-mode: vertical-lr;
writing-mode: vertical-lr;
layout-flow: vertical-ideographic;
}
.Teng {
font-family: 'Alcarin', 'Brill', serif;
}
}


Line 1,258: Line 1,317:
     background-color: #FFEFD5;
     background-color: #FFEFD5;
}
}
 
/* Prevent line breaks in silly places where desired (nowrap)
  and links when we don't want them to (nowraplinks a) */
.nowrap,
.nowraplinks a {
white-space: nowrap;
}
 
/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
white-space: normal;
}
 
/* Prevent line breaks in silly places:  
/* Prevent line breaks in silly places:  
   1) links when we don't want them to
   1) links when we don't want them to