printableheaders.tpl 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
  3. <head>
  4. <title>{PAGE_TITLE}</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6. <style type="text/css">
  7. table.printable {
  8. border-width: 1px;
  9. border-spacing: 2px;
  10. border-style: outset;
  11. border-color: gray;
  12. border-collapse: separate;
  13. background-color: white;
  14. }
  15. table.printable th {
  16. border-width: 1px;
  17. padding: 1px;
  18. border-style: dashed;
  19. border-color: gray;
  20. background-color: white;
  21. -moz-border-radius: 1px;
  22. }
  23. table.printable td {
  24. border-width: 1px;
  25. padding: 1px;
  26. border-style: dotted;
  27. border-color: gray;
  28. -moz-border-radius: 1px;
  29. }
  30. .row1 {
  31. font-weight:bolder;
  32. background-color: #000000;
  33. color: #FFFFFF;
  34. }
  35. </style>
  36. </head>
  37. <body>