You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
746 B

  1. body
  2. {
  3. font-family:'Arial';
  4. font-size:12px;
  5. table{
  6. border-collapse: collapse;
  7. &.table td{
  8. border:solid 1px #CCC;
  9. }
  10. tr td,th{
  11. margin:1px;
  12. padding:4px;
  13. vertical-align:top;
  14. text-align:left;
  15. }
  16. td.total{
  17. font-weight:bold;
  18. border-top: 2px solid #CCC;
  19. padding-bottom: 12px;
  20. }
  21. tr.name td{
  22. border-top:1px solid #000;
  23. }
  24. }
  25. h1, h2{
  26. margin-left:auto;
  27. margin-right:auto;
  28. margin-bottom:20px;
  29. text-align:center;
  30. }
  31. @media print {
  32. hr {
  33. page-break-after: always;
  34. border: 0px #FFF;
  35. }
  36. .hidden{
  37. display:none;
  38. }
  39. }
  40. @media screen {
  41. hr{
  42. border: 4px #DDD;
  43. border-style: dashed;
  44. }
  45. }
  46. }