/Source Codes/dulichdanang/dulichdanang/css/print.css

http://anh-thao-project.googlecode.com/ · CSS · 35 lines · 9 code · 7 blank · 19 comment · 0 complexity · 1b8972402351faccb87b50e484020755 MD5 · raw file

  1. /**
  2. * Print Layout (print.css)
  3. * Makes the layout Printable.
  4. * Credits: Blueprint CSS
  5. *
  6. * Description:
  7. * This print stylesheet is in it's most basic form.
  8. * You'll need to add additional styling under [4] accordingly.
  9. */
  10. /* Document Body [1] */
  11. body { background: #fff; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt; line-height: 1.5; }
  12. /* Anchor Element [2] */
  13. a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline; }
  14. a:link:after, a:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
  15. /* If you're having trouble printing relative links, uncomment and customize this:
  16. (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */
  17. /* a[href^="/"]:after {
  18. content: " (http://www.yourdomain.com" attr(href) ") ";
  19. } */
  20. /* Headings [3] */
  21. h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
  22. /* Print Hide [4] */
  23. #header, #secondary, #footer { display: none; }
  24. /* Element Changes [5] */
  25. blockquote { margin: 1.5em; padding: 1em; font-style: italic; font-size: .9em; }
  26. code { font: .9em "Courier New", Monaco, Courier, monospace; }
  27. img { float: left; margin: 1.5em 1.5em 1.5em 0; }
  28. a img { border: none; }