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.

22 lines
501 B

1 year ago
1 year ago
  1. @media print{@page{margin:.5cm;}
  2. #print {
  3. width:92%;
  4. margin-top:50px;
  5. margin-left:40px;
  6. }
  7. #print ,#print td,#print tr {
  8. border: 1px solid #d3d3d3;
  9. text-align:center;
  10. }
  11. #print th {
  12. height:35px;
  13. border: 1px solid #d3d3d3;
  14. font-weight: bold;
  15. font-size: 15px;
  16. text-align:center;
  17. }
  18. #print td {
  19. height:30px;
  20. font-size: 15px;
  21. text-align:center;
  22. }