Difference between revisions of "MediaWiki:Common.css"

From TechHelp@MCLA
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: @import url("https://fonts.googleapis.com/css?family=BioRhyme:400,700,800|Yanone+Kaffeesatz:400,700&display=swap"); body {...")
 
(No difference)

Latest revision as of 19:11, 26 January 2021

/* CSS placed here will be applied to all skins */
@import url("https://fonts.googleapis.com/css?family=BioRhyme:400,700,800|Yanone+Kaffeesatz:400,700&display=swap");

body {
   font-family: "BioRhyme", sans-serif;
}
#content h1, 
#content h2 {
  font-family: "BioRhyme", sans-serif;
}

/* To make images responsive */
.res-img img {
        max-width:100%;
        height:auto;
}