Difference between revisions of "MediaWiki:Common.css"

This page has been accessed 5,701 times.
From Palm Leaf Wiki
(Add updated extension styles)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
.mw-body-content h5 {
 
+
   font-size: 0.9em;
@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;
 
 
}
 
}
  
Line 27: Line 14:
 
   width: 100%;
 
   width: 100%;
 
   height: auto;
 
   height: auto;
 +
}
 +
 +
.viewcount {
 +
  font-size: 75%;
 +
  margin: 7px 0;
 
}
 
}

Latest revision as of 21:45, 27 September 2019

.mw-body-content h5 {
  font-size: 0.9em;
}

.mw-jump {
  display: none;
}

.thumbinner {
  max-width: 100%;
}

img.thumbimage {
  width: 100%;
  height: auto;
}

.viewcount {
  font-size: 75%;
  margin: 7px 0;
}