Difference between revisions of "MediaWiki:Vector.css"

From CodeForLife
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: .mw-body h2{ font-family:sans-serif, "Linux Libertine",Georgia,Times,serif; line-height:1.3; margin-bott...")
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
html,body{
 +
  height:100%;
 +
  margin:0;
 +
  padding:0;
 +
  font-family:sans-serif
 +
}
 
.mw-body h2{
 
.mw-body h2{
 
     font-family:sans-serif, "Linux Libertine",Georgia,Times,serif;
 
     font-family:sans-serif, "Linux Libertine",Georgia,Times,serif;

Revision as of 11:15, 18 June 2017

/* CSS placed here will affect users of the Vector skin */
html,body{
   height:100%;
   margin:0;
   padding:0;
   font-family:sans-serif
}
.mw-body h2{
    font-family:sans-serif, "Linux Libertine",Georgia,Times,serif;
    line-height:1.3;
    margin-bottom:0.25em;
    padding:0
}