style.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. html, body, div, span, applet, object, iframe,
  2. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  3. a, abbr, acronym, address, big, cite, code,
  4. del, dfn, em, img, ins, kbd, q, s, samp,
  5. small, strike, strong, sub, sup, tt, var,
  6. b, u, i, center,
  7. dl, dt, dd, ol, ul, li,
  8. fieldset, form, label, legend,
  9. table, caption, tbody, tfoot, thead, tr, th, td,
  10. article, aside, canvas, details, embed,
  11. figure, figcaption, footer, header, hgroup,
  12. menu, nav, output, ruby, section, summary,
  13. time, mark, audio, video {
  14. margin: 0;
  15. padding: 0;
  16. font-size: 100%;
  17. font: inherit;
  18. vertical-align: baseline;
  19. }
  20. p {
  21. line-height: 1.5 !important;
  22. letter-spacing: 0.5px;
  23. }
  24. .table-1 {
  25. font-size: 12px;
  26. }
  27. .Analytics-report {
  28. overflow: hidden;
  29. }
  30. .Analytics-report h4 {
  31. margin-bottom: 10px;
  32. }
  33. .facebook-like {
  34. color: #4267B3;
  35. font-size: 20px;
  36. }
  37. @media screen and (max-width: 767px) {
  38. #report-cover {
  39. height: 110vh;
  40. }
  41. }
  42. .Analytics-report-page {
  43. height: 1123px;
  44. position: relative;
  45. overflow-y: hidden;
  46. }
  47. @media screen and (max-width: 767px) {
  48. .Analytics-report-page {
  49. height: auto;
  50. }
  51. }
  52. .Analytics-report-page .pagenumber {
  53. position: absolute;
  54. bottom: 10px;
  55. right: 15px;
  56. }
  57. .Analytics-report-page .pagenumber p {
  58. font-size: 24px;
  59. }
  60. .Analytics-report-page .Orange {
  61. width: 200px;
  62. top: -120px;
  63. left: -50px;
  64. z-index: 30;
  65. }
  66. .Analytics-report-page .Purple {
  67. width: 200px;
  68. top: -70px;
  69. left: -100px;
  70. }
  71. .Analytics-report-page .Orange2 {
  72. width: 130px;
  73. top: -80px;
  74. left: -40px;
  75. z-index: 30;
  76. }
  77. .Analytics-report-page .Purple2 {
  78. width: 150px;
  79. top: -60px;
  80. left: -100px;
  81. }
  82. #myChart {
  83. margin-top: 10px;
  84. margin: 0 auto !important;
  85. width: 350px !important;
  86. height: 250px !important;
  87. }
  88. #myChart2 {
  89. margin-top: 10px;
  90. margin: 0 auto !important;
  91. width: 350px !important;
  92. height: 250px !important;
  93. }
  94. #myChart-pie {
  95. margin: 0 auto !important;
  96. width: 300px !important;
  97. height: 300px !important;
  98. }
  99. #myChart-Doughnut1, #myChart-Doughnut2, #myChart-Doughnut3, #myChart-Doughnut4 {
  100. margin: 0 auto !important;
  101. width: 100% !important;
  102. height: 200px !important;
  103. }
  104. .Doughnut-box {
  105. text-align: center;
  106. }
  107. .Doughnut-box p {
  108. margin-top: 10px;
  109. }
  110. #lineChart {
  111. margin: 0 auto !important;
  112. width: 700px !important;
  113. height: 200px !important;
  114. }
  115. h1 {
  116. font-size: calc(1.2rem + 1.5vw);
  117. }
  118. h2 {
  119. font-size: 18px;
  120. }
  121. h4 {
  122. font-size: calc(1.2rem + .3vw);
  123. }
  124. li {
  125. list-style: disc;
  126. margin-left: 20px;
  127. }
  128. @media print {
  129. body {
  130. -webkit-print-color-adjust: exact;
  131. }
  132. @page {
  133. size: A4 portrait !important;
  134. }
  135. }
  136. .Data-h2 {
  137. text-align: center;
  138. padding: .5rem;
  139. color: #fff;
  140. background: linear-gradient(20deg, #EA5413, #920783);
  141. }
  142. .Analytics-report-title {
  143. margin-left: auto;
  144. width: 80vw;
  145. margin-top: -40px;
  146. }
  147. .choozmo {
  148. width: 200px;
  149. }
  150. .adv-type {
  151. margin-top: 15px;
  152. }
  153. .adv-type p {
  154. font-weight: 900;
  155. }
  156. #myChart-bar {
  157. width: 100% !important;
  158. height: 350px !important;
  159. }
  160. #myChart-bar-yt {
  161. width: 100% !important;
  162. height: 350px !important;
  163. }
  164. #bar-fb {
  165. width: 100% !important;
  166. height: 350px !important;
  167. }
  168. #bar-yt {
  169. width: 100% !important;
  170. height: 350px !important;
  171. }
  172. .choozmo-cover {
  173. width: 350px;
  174. }
  175. @media screen and (max-width: 767px) {
  176. .choozmo-cover {
  177. width: 110px;
  178. }
  179. }
  180. @media screen and (max-width: 767px) {
  181. .choozmo-copyrighted {
  182. text-align: center;
  183. margin-top: 30px;
  184. }
  185. }
  186. .cover-title {
  187. position: relative;
  188. top: -100px;
  189. width: 28vw;
  190. background: rgba(234, 84, 19, 0.8);
  191. margin-left: 5vh;
  192. padding: 20px;
  193. }
  194. @media screen and (max-width: 767px) {
  195. .cover-title {
  196. width: 60vw;
  197. margin-left: 10px;
  198. }
  199. }
  200. .cover-title h1 {
  201. font-size: 28px;
  202. }
  203. @media screen and (max-width: 767px) {
  204. .cover-title h1 {
  205. font-size: 22px;
  206. }
  207. }
  208. .copyrighted {
  209. margin-top: 150px;
  210. }
  211. @media screen and (max-width: 767px) {
  212. .copyrighted {
  213. margin-top: 30px;
  214. }
  215. }
  216. .cover-text {
  217. width: 80vw;
  218. margin: 80px auto;
  219. }
  220. @media screen and (max-width: 767px) {
  221. .cover-text {
  222. margin: 50px auto;
  223. }
  224. }
  225. .cover-text hr {
  226. height: 5px;
  227. width: 25vw;
  228. opacity: 1;
  229. margin: 30px 0px;
  230. }
  231. /*# sourceMappingURL=style.css.map */