print.css 564 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. header {
  2. display: none;
  3. }
  4. #head_bar {
  5. display: none;
  6. }
  7. #right_pannal {
  8. display: none;
  9. }
  10. .other_tran_div {
  11. display: none;
  12. }
  13. .ref chapter {
  14. display: none;
  15. }
  16. .ref > chapter:first-child {
  17. display: none;
  18. }
  19. .ref > para {
  20. display: none;
  21. }
  22. note {
  23. padding: 0;
  24. }
  25. #contents_div {
  26. padding: 0;
  27. }
  28. note > .tran {
  29. color: #000000;
  30. }
  31. #contents_foot {
  32. display: none;
  33. }
  34. #left_pannal{
  35. display:none;
  36. }
  37. .main_view {
  38. margin-left: auto;
  39. }
  40. note {
  41. border: unset;
  42. }
  43. .contents_div {
  44. width: auto;
  45. }
  46. #right_pannal {
  47. display: none;
  48. }
  49. .note_foot{
  50. display:none;
  51. }