MediaWiki:Common.css: Difference between revisions

From Rangjung Yeshe Wiki - Dharma Dictionary
Jump to navigation Jump to search
(New page: →‎* CSS placed here will be applied to all skins: .TibUni12 { font-family: Kailasa, "Tibetan Machine Uni","XenoType Tibetan New", "Microsoft Himalaya", Verdada, serif; font-size: ...)
 
((by SublimeText.Mediawiker))
 
(112 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/** CSS placed here will be applied to all skins */
/** CSS placed here will be applied to all skins */
.TibUni12 {
  font-family: Kailasa,  "Tibetan Machine Uni","XenoType Tibetan New", "Microsoft Himalaya", Verdada, serif;
  font-size: 12pt;
  font-weight: normal;
}


.TibUni18 {
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap');
  font-family: Kailasa,  "Tibetan Machine Uni","XenoType Tibetan New", "Microsoft Himalaya", Kailasa, Verdada, serif;
  font-size: 18pt;
  font-weight: normal;
}


.TibUni24 {
.no-firstHeading #firstHeading {
  font-family: Kailasa,  "Tibetan Machine Uni", "XenoType Tibetan New", "Microsoft Himalaya", Kailasa, Verdada, serif;
display: none;
  font-size: 24pt;
  font-weight: normal;
}
 
.TibUni36 {
  font-family: Kailasa,  "Tibetan Machine Uni", "XenoType Tibetan New", "Microsoft Himalaya", Kailasa, Verdada, serif;
  font-size: 36pt;
  font-weight: normal;
}
 
.TibUni48 {
  font-family: Kailasa,  "Tibetan Machine Uni", "XenoType Tibetan New", "Microsoft Himalaya", Kailasa, Verdada, serif;
  font-size: 48pt;
  font-weight: normal;
}
}

Latest revision as of 16:36, 9 March 2022

/** CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap');

.no-firstHeading #firstHeading {
	display: none;
}