123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- html, body, div, span, applet, object, iframe,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- a, abbr, acronym, address, big, cite, code,
- del, dfn, em, img, ins, kbd, q, s, samp,
- small, strike, strong, sub, sup, tt, var,
- b, u, i, center,
- dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td,
- article, aside, canvas, details, embed,
- figure, figcaption, footer, header, hgroup,
- menu, nav, output, ruby, section, summary,
- time, mark, audio, video {
- margin: 0;
- padding: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
- }
- p {
- line-height: 1.5 !important;
- letter-spacing: 0.5px;
- }
- .table-1 {
- font-size: 12px;
- }
- .Analytics-report {
- overflow: hidden;
- }
- .Analytics-report h4 {
- margin-bottom: 10px;
- }
- .facebook-like {
- color: #4267B3;
- font-size: 20px;
- }
- .Analytics-report-page {
- height: 1123px;
- position: relative;
- overflow-y: hidden;
- }
- .Analytics-report-page .pagenumber {
- position: absolute;
- bottom: 10px;
- right: 15px;
- }
- .Analytics-report-page .pagenumber p {
- font-size: 24px;
- }
- .Analytics-report-page .Orange {
- width: 200px;
- top: -120px;
- left: -50px;
- z-index: 30;
- }
- .Analytics-report-page .Purple {
- width: 200px;
- top: -70px;
- left: -100px;
- }
- .Analytics-report-page .Orange2 {
- width: 130px;
- top: -80px;
- left: -40px;
- z-index: 30;
- }
- .Analytics-report-page .Purple2 {
- width: 150px;
- top: -60px;
- left: -100px;
- }
- #myChart {
- margin-top: 10px;
- margin: 0 auto !important;
- width: 350px !important;
- height: 250px !important;
- }
- #myChart2 {
- margin-top: 10px;
- margin: 0 auto !important;
- width: 350px !important;
- height: 250px !important;
- }
- #myChart-pie {
- margin: 0 auto !important;
- width: 300px !important;
- height: 300px !important;
- }
- #myChart-Doughnut1, #myChart-Doughnut2, #myChart-Doughnut3, #myChart-Doughnut4 {
- margin: 0 auto !important;
- width: 200px !important;
- height: 200px !important;
- }
- .Doughnut-box {
- text-align: center;
- }
- .Doughnut-box p {
- margin-top: 10px;
- }
- #lineChart {
- margin: 0 auto !important;
- width: 700px !important;
- height: 200px !important;
- }
- h1 {
- font-size: calc(1.2rem + 1.5vw);
- }
- h2 {
- font-size: 18px;
- }
- h4 {
- font-size: calc(1.2rem + .3vw);
- }
- li {
- list-style: disc;
- margin-left: 20px;
- }
- @media print {
- body {
- -webkit-print-color-adjust: exact;
- }
- }
- .Data-h2 {
- text-align: center;
- padding: .5rem;
- color: #fff;
- background: linear-gradient(20deg, #EA5413, #920783);
- }
- .Analytics-report-title {
- margin-left: auto;
- width: 80vw;
- margin-top: -40px;
- }
- .choozmo {
- width: 200px;
- }
- .adv-type {
- margin-top: 15px;
- }
- .adv-type p {
- font-weight: 900;
- }
- #myChart-bar {
- margin: 0 auto !important;
- width: 600px !important;
- height: 350px !important;
- }
- /*# sourceMappingURL=style.css.map */
|