You are here

print.css in Printer, email and PDF versions 5

Same filename and directory in other branches
  1. 5.2 print.css
body {margin: 1em;background-color: #fff;}
th {text-align: left;color: #006;border-bottom: 1px solid #ccc;}
tr.odd {background-color: #ddd;}
tr.even {background-color: #fff;}
td {padding: 5px;}
#menu {visibility: hidden;}
#main {margin: 1em;}

a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #00f}
a:link img, a:visited img {border:0}

.print-footnote {font-size:small;}
.print-logo {border:0;}
.print-site_name {}
.print-title {font-size:200%;font-weight: bold;margin:0.67em 0 0.67em 0}
.print-submitted {}
.print-created {}
.print-content {}
.print-hr {border:0;height:1px;width:100%;color:#9E9E9E;background-color:#9E9E9E;}
.print-source_url {}
.print-links {font-size:small;}
.print-footer {}

File

print.css
View source
  1. body {margin: 1em;background-color: #fff;}
  2. th {text-align: left;color: #006;border-bottom: 1px solid #ccc;}
  3. tr.odd {background-color: #ddd;}
  4. tr.even {background-color: #fff;}
  5. td {padding: 5px;}
  6. #menu {visibility: hidden;}
  7. #main {margin: 1em;}
  8. a:link {color: #000;}
  9. a:visited {color: #000;}
  10. a:hover {color: #00f}
  11. a:link img, a:visited img {border:0}
  12. .print-footnote {font-size:small;}
  13. .print-logo {border:0;}
  14. .print-site_name {}
  15. .print-title {font-size:200%;font-weight: bold;margin:0.67em 0 0.67em 0}
  16. .print-submitted {}
  17. .print-created {}
  18. .print-content {}
  19. .print-hr {border:0;height:1px;width:100%;color:#9E9E9E;background-color:#9E9E9E;}
  20. .print-source_url {}
  21. .print-links {font-size:small;}
  22. .print-footer {}