MediaWiki:Common.css: Difference between revisions

no edit summary
m (Undo revision 152265 by Chrysophylax (talk))
Tag: Undo
No edit summary
 
(18 intermediate revisions by 2 users not shown)
Line 10: Line 10:


@import url(../assets/darn.css);
@import url(../assets/darn.css);
font-family: Tengwar, serif;
@font-face{
font-family: FreeIdgSerif, serif;
font-family: FreeIdgSerif, serif;
font-family: Akkadian, serif;
font-family: Akkadian, serif;
Line 17: Line 17:
font-family: 'Gentium Book Basic', serif;
font-family: 'Gentium Book Basic', serif;
font-family: 'Marmelad', sans-serif;
font-family: 'Marmelad', sans-serif;
}
@font-face{
  font-family: 'Tagati';
  src: url("https://cdn.jsdelivr.net/gh/carbeck/tagatibookg@master/Tagati Book Regular G.ttf") format('truetype');
}
@font-face{
  font-family: 'Tagati';
  src: url("https://cdn.jsdelivr.net/gh/carbeck/tagatibookg@master/Tagati Book Italic G.ttf") format('truetype');
  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{
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;
}


/* ATTEMPTING TO ADD ULTRALIGATURE SUPPORT */
/* ATTEMPTING TO ADD ULTRALIGATURE SUPPORT */
Line 1,241: 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
Line 1,494: Line 1,583:
ol.references li:target { background-color: #ddeeff; }
ol.references li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }
/* Used by column templates (see [[Module:columns]]). */
.ul-column-count[data-column-count="2"] ul {
-moz-column-count: 2; -webkit-column-count: 2; -ms-column-count: 2; column-count: 2;
}
.ul-column-count[data-column-count="3"] ul {
-moz-column-count: 3; -webkit-column-count: 3; -ms-column-count: 3; column-count: 3;
}
.ul-column-count[data-column-count="4"] ul {
-moz-column-count: 4; -webkit-column-count: 4; -ms-column-count: 4; column-count: 4;
}
.ul-column-count[data-column-count="5"] ul {
-moz-column-count: 5; -webkit-column-count: 5; -ms-column-count: 5; column-count: 5;
}
/* formats derived terms */
.derivedterms { background: #F8F8FF; }
.derivedterms .CategoryTreeChildren { column-count: 3; -moz-column-count: 3; -webkit-column-count: 3; }