A tumblelog CMS built on AJAX, PHP and MySQL.

style.css 1.3KB

1234567891011121314151617181920212223242526272829
  1. body { background-color: #FFFFFF; }
  2. body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; }
  3. .title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; }
  4. .subtitle { font-size: 12px; font-weight: bold; }
  5. .toc_ul, .toc_li { margin-left: 8px; line-height: 16px; }
  6. .step_ol, .step_li { margin-left: 11px; line-height: 16px; }
  7. img { border: #000000 solid 1px; }
  8. a:visited { color: #666666; text-decoration: underline; }
  9. a:active { color: #666666; text-decoration: underline; }
  10. a:hover { color: #666666; text-decoration: underline; }
  11. a { color: #666666; text-decoration: underline; }
  12. .pageheader { border: #E0E0E0 solid 1px; }
  13. .pagefooter { border: #E0E0E0 solid 1px; }
  14. .sample { background-color: #FFFFFF; border: #000000 solid 1px; }
  15. .samplecontent { font-size: 10px; }
  16. .code { background-color: #FFFFFF; border: #000000 solid 1px; }
  17. .codecontent { font-size: 10px; }
  18. .codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold }
  19. .codecontent a:active { color: #666666; text-decoration: none; font-weight: bold }
  20. .codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold }
  21. .codecontent a { color: #666666; text-decoration: none; font-weight: bold }
  22. hr { height: 1px; }