style.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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. .Analytics-report-page {
  38. height: 1123px;
  39. position: relative;
  40. overflow-y: hidden;
  41. }
  42. .Analytics-report-page .pagenumber {
  43. position: absolute;
  44. bottom: 10px;
  45. right: 15px;
  46. }
  47. .Analytics-report-page .pagenumber p {
  48. font-size: 24px;
  49. }
  50. .Analytics-report-page .Orange {
  51. width: 200px;
  52. top: -120px;
  53. left: -50px;
  54. z-index: 30;
  55. }
  56. .Analytics-report-page .Purple {
  57. width: 200px;
  58. top: -70px;
  59. left: -100px;
  60. }
  61. .Analytics-report-page .Orange2 {
  62. width: 130px;
  63. top: -80px;
  64. left: -40px;
  65. z-index: 30;
  66. }
  67. .Analytics-report-page .Purple2 {
  68. width: 150px;
  69. top: -60px;
  70. left: -100px;
  71. }
  72. #myChart {
  73. margin-top: 10px;
  74. margin: 0 auto !important;
  75. width: 350px !important;
  76. height: 250px !important;
  77. }
  78. #myChart2 {
  79. margin-top: 10px;
  80. margin: 0 auto !important;
  81. width: 350px !important;
  82. height: 250px !important;
  83. }
  84. #myChart-pie {
  85. margin: 0 auto !important;
  86. width: 300px !important;
  87. height: 300px !important;
  88. }
  89. #myChart-Doughnut1, #myChart-Doughnut2, #myChart-Doughnut3, #myChart-Doughnut4 {
  90. margin: 0 auto !important;
  91. width: 200px !important;
  92. height: 200px !important;
  93. }
  94. .Doughnut-box {
  95. text-align: center;
  96. }
  97. .Doughnut-box p {
  98. margin-top: 10px;
  99. }
  100. #lineChart {
  101. margin: 0 auto !important;
  102. width: 700px !important;
  103. height: 200px !important;
  104. }
  105. h1 {
  106. font-size: calc(1.2rem + 1.5vw);
  107. }
  108. h2 {
  109. font-size: 18px;
  110. }
  111. h4 {
  112. font-size: calc(1.2rem + .3vw);
  113. }
  114. li {
  115. list-style: disc;
  116. margin-left: 20px;
  117. }
  118. @media print {
  119. body {
  120. -webkit-print-color-adjust: exact;
  121. }
  122. }
  123. .Data-h2 {
  124. text-align: center;
  125. padding: .5rem;
  126. color: #fff;
  127. background: linear-gradient(20deg, #EA5413, #920783);
  128. }
  129. .Analytics-report-title {
  130. margin-left: auto;
  131. width: 80vw;
  132. margin-top: -40px;
  133. }
  134. .choozmo {
  135. width: 200px;
  136. }
  137. .adv-type {
  138. margin-top: 15px;
  139. }
  140. .adv-type p {
  141. font-weight: 900;
  142. }
  143. #myChart-bar {
  144. margin: 0 auto !important;
  145. width: 600px !important;
  146. height: 350px !important;
  147. }
  148. /*# sourceMappingURL=style.css.map */