styles.css 543 B

12345678910111213141516171819
  1. body
  2. {
  3. font-family: arial, sans-serif;
  4. max-width: 6.5in;
  5. margin: 0px auto;
  6. font-size: 85%;
  7. }
  8. ins {background-color: #CCFFCC; text-decoration: none;}
  9. del {background-color: #FFCACA; text-decoration: none;}
  10. pre {background-color: #D7EEFF; font-size: 95%; font-family: "courier new", courier, serif;}
  11. code {font-size: 110%; font-family: "courier new", courier, serif;}
  12. table {font-size: 90%;}
  13. /*
  14. © Copyright Beman Dawes, 2014
  15. Distributed under the Boost Software License, Version 1.0.
  16. See www.boost.org/LICENSE_1_0.txt
  17. */