Difference between revisions of "MediaWiki:Vector.css"

From Evil Mad Scientist Wiki
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: h3, h4, h5, h6 { font-weight: normal; }")
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
h3, h4, h5, h6 {
 
h3, h4, h5, h6 {
 
     font-weight: normal;
 
     font-weight: normal;
 +
}
 +
 +
 +
p, li{
 +
    max-width: 800px;
 +
}
 +
 +
div .noprint {
 +
    max-width: 800px;
 
}
 
}

Latest revision as of 12:38, 14 November 2013

/* CSS placed here will affect users of the Vector skin */

h3, h4, h5, h6 {
    font-weight: normal;
}


p, li{
    max-width: 800px;
}

div .noprint {
    max-width: 800px;
}