app.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /* Artfully masterminded by ZURB */
  2. /* --------------------------------------------------
  3. Table of Contents
  4. -----------------------------------------------------
  5. :: Shared Styles
  6. :: Page Name 1
  7. :: Page Name 2
  8. */
  9. /* -----------------------------------------
  10. Shared Styles
  11. ----------------------------------------- */
  12. body { background: #f4f4f4; }
  13. .container { max-width: 740px; box-shadow: 0px 2px 5px rgba(0,0,0,0.25); background: #fff; margin: 0 auto; }
  14. p { color: #999; }
  15. h1 { margin: 20px 0 0; }
  16. h4.subhead { font-weight: lighter; color: #777; margin-bottom: 20px; }
  17. pre { -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px; margin: 0; display: block; font: 11px Monaco, monospace !important; padding: 15px; background-color: #1C1C1C; overflow: auto; color: #D0D0D0; line-height: 125%; margin-bottom: 30px; }
  18. /* -----------------------------------------
  19. Page Name 1
  20. ----------------------------------------- */
  21. /* -----------------------------------------
  22. Page Name 2
  23. ----------------------------------------- */