canvas-pdf.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. body{
  2. color:#000;
  3. background-color:#cfd8dc;
  4. font-family: 'Arial', sans-serif;
  5. }
  6. .logo-icon{
  7. width:150px;
  8. height:60px;
  9. margin:5px 0 0 5px;
  10. background-image: url('../icons/pdf/logo-black-text-canvas.png');
  11. background-repeat: no-repeat;
  12. background-size: contain;
  13. background-position: top;
  14. float:left;
  15. padding: 0px 10px 0px 0;
  16. }
  17. .page_title{
  18. /*background-color:lightgreen;*/
  19. }
  20. .logo{
  21. width:32%;
  22. float:left;
  23. }
  24. .page_title span{
  25. font-weight: bold;
  26. }
  27. .project_title,
  28. .project_date{
  29. width:30%;
  30. float:left;
  31. padding-top: 0.5em;
  32. }
  33. .row1{
  34. width:100%;
  35. }
  36. /* CARDS */
  37. .card{
  38. background-color:#fff;
  39. width:19.2%;
  40. margin: 0.05em 0.4%;
  41. height:200px;
  42. float:left;
  43. /*border:1px solid black;*/
  44. border-radius:5px;
  45. background-repeat: no-repeat;
  46. background-size: contain;
  47. background-position: left bottom;
  48. }
  49. .card ul.items{
  50. margin: 0 0 7px 0;
  51. padding:0 1.5em ;
  52. }
  53. .card li{
  54. font-size:0.70em;
  55. padding:0 0.2em;
  56. line-height:1;
  57. }
  58. .card h1{
  59. padding:0 0.6em;
  60. font-size:1em;
  61. }
  62. .field_01 {
  63. color:#85ADE5;
  64. }
  65. .field_02 h1 {
  66. color:#6BB5B4;
  67. }
  68. .field_03 h1 {
  69. color:#9881C1;
  70. }
  71. .field_04 h1 {
  72. color:#6BB5B4;
  73. }
  74. .field_05 h1 {
  75. color:#AED581;
  76. }
  77. .field_06 h1 {
  78. color:#85ADE5;
  79. }
  80. .field_07 h1 {
  81. color:#15AF97;
  82. }
  83. .field_08 h1 {
  84. color:#AED581;
  85. }
  86. .field_09 h1 {
  87. color:#15AF97;
  88. }
  89. .field_10 h1 {
  90. color:#85ADE5;
  91. }
  92. .field_11 h1 {
  93. color:#9881C1;
  94. }
  95. .field_12 h1 {
  96. color:#607D8B;
  97. }
  98. /*the mpdf library doesn't support absolute positioning for nested elements and doesn't fully support margin-bottom. This invisible element is here to make sure the items won't cover the card icons when the list gets long*/
  99. .field-icons{
  100. /*background-color:lightseagreen;*/
  101. height:1.8em;
  102. }
  103. .field_01{
  104. background-image: url('../icons/pdf/field1-pdf.svg');
  105. }
  106. .field_02{
  107. background-image: url('../icons/pdf/field2-pdf.svg');
  108. }
  109. .field_03{
  110. background-image: url('../icons/pdf/field3-pdf.svg');
  111. }
  112. .field_04{
  113. background-image: url('../icons/pdf/field4-pdf.svg');
  114. }
  115. .field_05{
  116. background-image: url('../icons/pdf/field5-pdf.svg');
  117. }
  118. .field_06{
  119. background-image: url('../icons/pdf/field6-pdf.svg');
  120. }
  121. .field_07{
  122. background-image: url('../icons/pdf/field7-pdf.svg');
  123. }
  124. .field_08{
  125. background-image: url('../icons/pdf/field8-pdf.svg');
  126. }
  127. .field_09{
  128. background-image: url('../icons/pdf/field9-pdf.svg');
  129. }
  130. .field_10{
  131. background-image: url('../icons/pdf/field10-pdf.svg');
  132. }
  133. .field_11{
  134. background-image: url('../icons/pdf/field11-pdf.svg');
  135. }
  136. .field_12{
  137. width:78%;
  138. background-image: url('../icons/pdf/field12-pdf.svg');
  139. background-size:100% 15%;
  140. }
  141. /*----- FOOTER --------*/
  142. /*footer license icons */
  143. .license-icons{
  144. width:175px;
  145. margin:0 auto;
  146. float:right;
  147. margin:0 20px 0 0;
  148. }
  149. footer p{
  150. width:810px;
  151. float:left;
  152. font-size:0.65em;
  153. }
  154. .contact-email {
  155. font-weight:bold;
  156. }