Difference between revisions of "MediaWiki:Common.css"

From Rangjung Yeshe Wiki - Dharma Dictionary
Jump to navigation Jump to search
((by SublimeText.Mediawiker))
 
(110 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,  "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
 
  font-size: 12pt;
 
  font-weight: normal;
 
}
 
 
.TibUni14 {
 
  font-family: Kailasa,  "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
 
  font-size: 14pt;
 
  font-weight: normal;
 
}
 
 
.TibUni16 {
 
  font-family: Kailasa,  "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
 
  font-size: 16pt;
 
  font-weight: normal;
 
}
 
 
.TibUni18 {
 
  font-family: Kailasa,  "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
 
  font-size: 18pt;
 
  font-weight: normal;
 
}
 
  
.TibUni20 {
+
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap');
  font-family: Kailasa,  "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
 
  font-size: 20pt;
 
  font-weight: normal;
 
}
 
  
.TibUni24 {
+
.no-firstHeading #firstHeading {
  font-family: Kailasa,  "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
+
display: none;
  font-size: 24pt;
 
  font-weight: normal;
 
 
}
 
}
 
.TibUni30 {
 
  font-family: Kailasa,  "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
 
  font-size: 30pt;
 
  font-weight: normal;
 
}
 
 
.TibUni36 {
 
  font-family: Kailasa,  "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
 
  font-size: 36pt;
 
  font-weight: normal;
 
}
 
 
.TibUni48 {
 
  font-family: Kailasa,  "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
 
  font-size: 48pt;
 
  font-weight: normal;
 
}
 
 
/* extra buttons for edit dialog */
 
/* from commons:MediaWiki:Common.css */
 
 
.my-buttons {
 
  padding: 0.5em;
 
}
 
.my-buttons a {
 
  color: black;
 
  background-color: #ccddee !important;
 
  font-weight: bold;
 
  font-size: 0.9em;
 
  text-decoration: none;
 
  border: thin #006699 outset;
 
  padding: 0 0.1em 0.1em 0.1em;
 
}
 
.my-buttons a:hover, .my-buttons a:active {
 
  background-color: #bbccdd;
 
  border-style: inset;
 
}
 

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;
}