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.

165 lines
2.7 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
  2. html {
  3. font-family: alef;
  4. -ms-text-size-adjust: 100%;
  5. -webkit-text-size-adjust: 100%;
  6. }
  7. body {
  8. font-family:Montserrat-Regular;
  9. margin: 0;
  10. color: #000
  11. }
  12. address {
  13. font-family:Lato-Regular;
  14. font-size: 18px;
  15. }
  16. address::first-line {
  17. font-weight:bold;
  18. color: #000;
  19. }
  20. .color_text {
  21. color:#f48c11;
  22. }
  23. .doc_title {
  24. font-family:Montserrat-Regular;
  25. font-size: 18px;
  26. border-bottom: #e36522 1px solid;
  27. padding-bottom: 10px;
  28. width: 150px;
  29. }
  30. .doc_num {
  31. font-family:Montserrat-Regular;
  32. font-size: 18px;
  33. padding-top: 15px;
  34. width: 150px;
  35. }
  36. .info_table {
  37. margin-top:20px;
  38. border: 2px ridge #ff7f00;
  39. border-collapse: separate;
  40. border-spacing: 3px;
  41. }
  42. .info_table th {
  43. color: white;
  44. text-align: center;
  45. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
  46. margin-top : 5px;
  47. height: 25px;
  48. vertical-align:middle;
  49. font-size: 12px;
  50. }
  51. .info_table td {
  52. font-family:Lato-Regular;
  53. text-align: center;
  54. height: 25px;
  55. vertical-align:middle;
  56. border-right: #ff7f00 1px solid;
  57. }
  58. div h4 {
  59. font-size: 18px;
  60. width: 150px;
  61. text-align: center
  62. }
  63. .list_line_table_head {
  64. text-align: center ;
  65. }
  66. .list_line_table_head th {
  67. text-align: center ;
  68. font-weight:bold;
  69. color : #ff7f00;
  70. padding-bottom: 10px;
  71. border-bottom: #ff7f00 3px ridge;
  72. }
  73. .list_line_table_head td {
  74. font-family:Lato-Regular;
  75. vertical-align : middle;
  76. }
  77. .tva_table {
  78. margin-top:20px;
  79. border: 2px ridge #ff7f00;
  80. border-collapse: separate;
  81. border-spacing: 3px;
  82. }
  83. .tva_table th {
  84. color : #ff7f00;
  85. text-align: center ;
  86. border-bottom: #ff7f00 1px solid;
  87. }
  88. .orange_line {
  89. border-top : 1px solid #ff7f00;
  90. }
  91. .comment_table {
  92. vertical-align:middle;
  93. margin-left:10px;
  94. margin-right:10px;
  95. margin-top:30px;
  96. }
  97. .comment_table td {
  98. color :#ff7f00;
  99. text-align:left;
  100. }
  101. .lgn_impair{
  102. background-color:#ffffff;
  103. }
  104. .lgn_pair{
  105. background-color:#ffe0b0;
  106. }
  107. /* Alef */
  108. @font-face {
  109. font-family: 'Alef-regular';
  110. font-style: normal;
  111. font-weight: 400;
  112. src: local('Alef Regular'), url('/theme_light/static/font/Alef-Regular.ttf') format('truetype');
  113. }
  114. /* Montserrat */
  115. @font-face {
  116. font-family: 'Montserrat-Regular';
  117. font-style: normal;
  118. font-weight: 400;
  119. src: local('Montserrat Regular'), url('/theme_light/static/font/Montserrat-Regular.ttf') format('truetype');
  120. }
  121. /* Lato */
  122. @font-face {
  123. font-family: 'Lato-Regular';
  124. font-style: normal;
  125. font-weight: 400;
  126. src: local('Lato Regular'), url('/theme_light/static/font/Lato-Regular.ttf') format('truetype');
  127. }