Difference between revisions of "MediaWiki:Common.css"
| Line 2: | Line 2: | ||
@import url(http://fonts.googleapis.com/css?family=Raleway); | @import url(http://fonts.googleapis.com/css?family=Raleway); | ||
#content { font-family: "Helvetica Neue",helvetica,sans-serif;} | #content { font-family: "Helvetica Neue",helvetica,sans-serif;} | ||
| − | h1, h2, h3, h4, h5, h6 { font-family: Raleway,"Helvetica Neue",helvetica,sans-serif; font-weight: normal;} | + | h1, h2, h3, h4, h5, h6 { font-family: Raleway,"Helvetica Neue",helvetica,sans-serif; font-weight: normal; background-color: lightgrey;} |
.tocnumber { display: none; } | .tocnumber { display: none; } | ||
Revision as of 18:57, 3 October 2013
/* CSS placed here will be applied to all skins */
@import url(http://fonts.googleapis.com/css?family=Raleway);
#content { font-family: "Helvetica Neue",helvetica,sans-serif;}
h1, h2, h3, h4, h5, h6 { font-family: Raleway,"Helvetica Neue",helvetica,sans-serif; font-weight: normal; background-color: lightgrey;}
.tocnumber { display: none; }