User:Laura1813/battlestar.css

From Battlestar Wiki, the free, open content Battlestar Galactica encyclopedia and episode guide
Revision as of 17:30, 8 June 2012 by Laura1813 (talk | contribs) (added increased font size)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* main body content  font */
 
body {
 font: large serif;
  margin: 0;
 padding: 0;
}

/* serif font for page content */
.ns-0 * #content {
    font-family: serif;
}

/* increased body font size */
 
#bodyContent { font-size:1.0em; };