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.

161 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. .doc_title {
  21. font-family:Montserrat-Regular;
  22. font-size: 18px;
  23. border-bottom: #53cf00 1px solid;
  24. padding-bottom: 10px;
  25. width: 150px;
  26. }
  27. .doc_num {
  28. font-family:Montserrat-Regular;
  29. font-size: 18px;
  30. padding-top: 15px;
  31. width: 150px;
  32. }
  33. .info_table {
  34. margin-top:20px;
  35. border: 2px ridge #53cf00;
  36. border-collapse: separate;
  37. border-spacing: 3px;
  38. }
  39. .info_table th {
  40. color: white;
  41. text-align: center;
  42. background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #53cf00), color-stop(1, #408512) );
  43. margin-top : 5px;
  44. height: 25px;
  45. vertical-align:middle;
  46. font-size: 12px;
  47. }
  48. .info_table td {
  49. font-family:Lato-Regular;
  50. text-align: center;
  51. height: 25px;
  52. vertical-align:middle;
  53. border-right: #53cf00 1px solid;
  54. }
  55. div h4 {
  56. font-size: 14px;
  57. clear: both;
  58. width: 150px;
  59. text-align: center
  60. }
  61. .list_line_table_head {
  62. text-align: center ;
  63. }
  64. .list_line_table_head th {
  65. text-align: center ;
  66. font-weight:bold;
  67. color : #53cf00;
  68. padding-bottom: 10px;
  69. border-bottom: #53cf00 3px ridge;
  70. }
  71. .list_line_table_head td {
  72. font-family:Lato-Regular;
  73. vertical-align : middle;
  74. }
  75. .tva_table {
  76. margin-top:20px;
  77. border: 2px ridge #53cf00;
  78. border-collapse: separate;
  79. border-spacing: 3px;
  80. }
  81. .tva_table th {
  82. color : #53cf00;
  83. text-align: center ;
  84. border-bottom: #53cf00 1px solid;
  85. }
  86. .standard_line {
  87. border-top : 1px solid #53cf00;
  88. }
  89. .comment_table {
  90. vertical-align:middle;
  91. margin-left:10px;
  92. margin-right:10px;
  93. margin-top:30px;
  94. }
  95. .comment_table td {
  96. color :#53cf00;
  97. text-align:left;
  98. }
  99. .lgn_impair{
  100. background-color:#ffffff;
  101. }
  102. .lgn_pair{
  103. background-color:#def1d1;
  104. }
  105. /* Alef */
  106. @font-face {
  107. font-family: 'Alef-regular';
  108. font-style: normal;
  109. font-weight: 400;
  110. src: local('Alef Regular'), url('/theme_light/static/font/Alef-Regular.ttf') format('truetype');
  111. }
  112. /* Montserrat */
  113. @font-face {
  114. font-family: 'Montserrat-Regular';
  115. font-style: normal;
  116. font-weight: 400;
  117. src: local('Montserrat Regular'), url('/theme_light/static/font/Montserrat-Regular.ttf') format('truetype');
  118. }
  119. /* Lato */
  120. @font-face {
  121. font-family: 'Lato-Regular';
  122. font-style: normal;
  123. font-weight: 400;
  124. src: local('Lato Regular'), url('/theme_light/static/font/Lato-Regular.ttf') format('truetype');
  125. }