Difference between revisions of "MediaWiki:Common.css"

From Supporting Individual Artists
Jump to navigation Jump to search
(Hiding Tools in Sidebar)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
body {
body {
   font-family: Lato, sans-serif;
   font-family: Lato, sans-serif;
}
}
#mw-head-base body { background-color: #e1e4fa; }


h1 h2 h3 h4 h5 {
h1 h2 h3 h4 h5 {
Line 15: Line 12:
   font-family: Lato, sans-serif;
   font-family: Lato, sans-serif;
}
}
/* Hides the Tools section of the Sidebar */
#p-tb{
display : none;
}

Latest revision as of 11:13, 12 July 2017

/* CSS placed here will be applied to all skins */
body {
  font-family: Lato, sans-serif;
}

h1 h2 h3 h4 h5 {
  font-family: Lato, sans-serif;

}

.mw-body h1, .mw-body h2 {
  font-family: Lato, sans-serif;
}

/* Hides the Tools section of the Sidebar */
 #p-tb{
 display : none;
 }