Difference between revisions of "MediaWiki:Common.css"

This page has been accessed 5,223 times.
From Palm Leaf Wiki
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
.mw-body-content h4 {
+
.mw-body-content h5 {
   font-size: 1.1em;
+
   font-size: 0.9em;
 
}
 
}
  
Line 14: 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;
}