Difference between revisions of "MediaWiki:Common.css"

From Starlight Wiki
Jump to navigation Jump to search
Line 3: Line 3:
  
 
p.CharboxName {
 
p.CharboxName {
font-variant: small-caps;line-height: 0.7
+
    font-variant: small-caps;line-height: 0.7
 +
}
 +
p.CharboxHonorPre {
 +
    font-size:80%;small-caps;line-height: 0.7
 +
 
 
}
 
}

Revision as of 04:58, 13 October 2018

/* CSS placed here will be applied to all skins */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

p.CharboxName {
     font-variant: small-caps;line-height: 0.7
}
p.CharboxHonorPre {
     font-size:80%;small-caps;line-height: 0.7

}