Difference between revisions of "MediaWiki:Common.css"

This page has been accessed 5,470 times.
From Palm Leaf Wiki
(Add updated extension styles)
(Not needed due to CSS in extension)
(Tag: Blanking)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
 
  
@font-face {
 
  font-family: "Noto Serif Balinese";
 
  src: url(https://archive.org/cors/NotoFonts/NotoSerifBalinese-Regular.woff2) format('woff2'),
 
      url(https://archive.org/cors/NotoFonts/NotoSerifBalinese-Regular.woff) format('woff'),
 
      url(https://archive.org/cors/NotoFonts/NotoSerifBalinese-Regular.ttf) format('truetype');
 
}
 
 
body {
 
  font-family: "Vimala", "Noto Serif Balinese", sans-serif;
 
}
 
 
.mw-editfont-monospace {
 
  font-family: "Vimala", "Noto Serif Balinese", monospace, monospace;
 
}
 
 
.mw-jump {
 
  display: none;
 
}
 
 
.thumbinner {
 
  max-width: 100%;
 
}
 
 
img.thumbimage {
 
  width: 100%;
 
  height: auto;
 
}
 

Revision as of 21:10, 7 June 2019