MediaWiki:Common.css: Difference between revisions

From Rangjung Yeshe Wiki - Dharma Dictionary
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/** CSS placed here will be applied to all skins */
/** CSS placed here will be applied to all skins */
.TibUni12 {
.TibUni12 {
   font-family: Kailasa,  "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-family: Kailasa,  "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
Line 53: Line 54:
   font-weight: normal;
   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;
}

Revision as of 22:26, 10 March 2008

/** 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 {
   font-family: Kailasa,  "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   font-size: 20pt;
   font-weight: normal;
}

.TibUni24 {
   font-family: Kailasa,  "Microsoft Himalaya", "XenoType Tibetan New", "Tibetan Machine Uni", Verdada, serif;
   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;
}