common.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. /* Notes
  2. -----------------------------------------------------------------------*/
  3. .note_form {
  4. display: none;
  5. }
  6. /* Page
  7. -----------------------------------------------------------------------*/
  8. .page {
  9. background-color: white;
  10. padding: 20px;
  11. font-size: 0.7em;
  12. margin-bottom: 15px;
  13. margin-right: 5px;
  14. }
  15. .page table.header td h1 {
  16. margin: 0px;
  17. }
  18. .page table.header {
  19. border-bottom: 1px solid black;
  20. }
  21. .page h1 {
  22. text-align: center;
  23. color: black;
  24. font-style: normal;
  25. font-size: 2em;
  26. }
  27. .page h2 {
  28. text-align: center;
  29. color: black;
  30. }
  31. .page h3 {
  32. color: black;
  33. font-size: 1em;
  34. }
  35. .page p {
  36. text-align: justify;
  37. font-size: 1em;
  38. }
  39. .page em {
  40. font-weight: bold;
  41. font-style: normal;
  42. text-decoration: underline;
  43. margin-left: 1%;
  44. margin-right: 1%;
  45. }
  46. .money_table {
  47. width: 85%;
  48. margin-left: auto;
  49. margin-right: auto;
  50. }
  51. .money {
  52. text-align: right;
  53. padding-right: 20px;
  54. }
  55. .money_field {
  56. text-align: right;
  57. padding: 0px 15px 5px 15px;
  58. font-weight: bold;
  59. }
  60. .total_label {
  61. border-top: 2px double black;
  62. font-weight: bold;
  63. }
  64. .total_field {
  65. border-top: 2px double black;
  66. text-align: right;
  67. padding: 0px 15px 5px 15px;
  68. font-weight: bold;
  69. }
  70. .written_field {
  71. border-bottom: 0.1pt solid black;
  72. }
  73. .page .indent * { margin-left: 4em; }
  74. .checkbox {
  75. border: 1px solid black;
  76. padding: 1px 2px;
  77. font-size: 7px;
  78. font-weight: bold;
  79. }
  80. table.fax_head {
  81. width: 100%;
  82. font-weight: bold;
  83. font-size: 1.1em;
  84. border-bottom: 1px solid black;
  85. }
  86. /* Sales-agreement specific
  87. -----------------------------------------------------------------------*/
  88. table.sa_signature_box {
  89. margin: 2em auto 2em auto;
  90. }
  91. table.sa_signature_box tr td {
  92. padding-top: 1.5em;
  93. vertical-align: top;
  94. white-space: nowrap;
  95. }
  96. .special_conditions {
  97. font-style: italic;
  98. margin-left: 2em;
  99. white-space: pre;
  100. font-weight: bold;
  101. }
  102. .page h2 {
  103. text-align: left;
  104. }