123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- $moblie: 767px;
- $desktop: 1025px;
- 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;
- // border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
- };
- p{
- line-height: 1.5 !important;
- letter-spacing: 0.5px;
- }
- .table-1{
- font-size: 10px;
- }
- .Analytics-report{
- overflow: hidden;
- h4{
- margin-bottom: 10px;
- }
- }
- .facebook-like{
- color:#4267B3;
- font-size: 20px;
- }
- #report-cover{
- @media screen and(max-width:$moblie) {
- height: 110vh;
- }
- }
- .Analytics-report-page{
- // border:1px solid #000;
- height: 1123px;
- position: relative;
- overflow-y: hidden;
- @media screen and(max-width:$moblie) {
- height: auto;
- }
- .pagenumber{
- position: absolute;
- bottom:10px;
- right:15px;
- p{
- font-size: 24px;
- }
- }
- .Orange{
- width: 200px;
- top:-120px;
- left: -50px;
- z-index: 30;
- }
- .Purple{
- width: 200px;
- top:-70px;
- left: -100px;
- // z-index: 50;
-
- }
- .Orange2{
- width: 130px;
- top:-80px;
- left: -40px;
- z-index: 30;
- }
- .Purple2{
- width: 150px;
- top:-60px;
- left: -100px;
- // z-index: 50;
-
- }
- }
- #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{
- // border: 1px solid #000 !important;
- margin: 0 auto !important;
- width: 300px !important;
- height: 300px !important;
- }
- #myChart-Doughnut1,#myChart-Doughnut2,#myChart-Doughnut3,#myChart-Doughnut4{
- margin: 0 auto !important;
- width: 100% !important;
- height: 200px !important;
- @media screen and(max-width:$moblie) {
-
-
- }
- }
- .Doughnut-box{
- text-align: center;
- p{
- margin-top: 10px;
- }
- }
- #lineChart{
- // border: 1px solid #000 !important;
- 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;
- }
- @page {
- size: A4 portrait !important;
- }
- }
- .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;
- p{
- font-weight: 900;
- }
- }
- #myChart-bar{
- width: 100% !important;
- height: 350px !important;
- }
- #myChart-bar-yt{
- width: 100% !important;
- height: 350px !important;
- }
- #bar-fb{
- width: 100% !important;
- height: 350px !important;
- }
- #bar-yt{
- width: 100% !important;
- height: 350px !important;
- }
- .choozmo-cover{
- width: 350px;
- @media screen and(max-width:$moblie) {
- width: 110px;
-
- }
- }
- .choozmo-copyrighted{
- @media screen and(max-width:$moblie) {
- text-align: center;
- margin-top: 30px;
-
- }
- }
- .cover-title{
- position: relative;
- top:-100px;
- width: 28vw;
- background: rgba(234,84,19,0.8);
- margin-left: 5vh;
- padding: 20px;
- @media screen and(max-width:$moblie) {
- width: 60vw;
- margin-left: 10px;
- }
- h1{
- font-size: 28px;
- @media screen and(max-width:$moblie) {
- font-size: 22px;
- }
- }
- }
- .copyrighted{
- margin-top: 150px;
- @media screen and(max-width:$moblie) {
- margin-top: 30px;
- }
- }
- .cover-text{
- width: 80vw;
- margin: 80px auto;
- @media screen and(max-width:$moblie) {
- margin: 50px auto;
- }
- hr{
- height: 5px;
- width: 25vw;
- opacity: 1;
- margin:30px 0px ;
- }
- }
|