Difference between revisions of "MediaWiki:Erudite.css"

Line 1: Line 1:
#top-wrap {
+
<code>#top-wrap {
 
   background-image: url(/w/images/2/25/CBG.png);
 
   background-image: url(/w/images/2/25/CBG.png);
 
}
 
}
Line 11: Line 11:
 
   font-family: Times New Roman, serif;
 
   font-family: Times New Roman, serif;
 
}
 
}
 +
</code>

Revision as of 15:43, 20 September 2020

<code>#top-wrap {
  background-image: url(/w/images/2/25/CBG.png);
}

body {
  font-family: Helvetica, sans-serif;
}

/* Set font for headings and navigation */
h1, h2, h3, h4, h5, h6, .entry-meta, #menu, #footer-wrap {
  font-family: Times New Roman, serif;
}
</code>