easepick
3 years ago
dashboard_widget.css
3 years ago
dashboard_widget.css.map
3 years ago
pdf.css
3 years ago
pdf.css.map
3 years ago
style.css
3 years ago
style.css.map
3 years ago
pdf.css
236 lines
| 1 | @page { { |
| 2 | background: #fff; |
| 3 | margin: 0; |
| 4 | background: #5123a0; |
| 5 | } |
| 6 | |
| 7 | * { |
| 8 | box-sizing: border-box; |
| 9 | } |
| 10 | |
| 11 | body { |
| 12 | background: #ece9f2; |
| 13 | } |
| 14 | |
| 15 | #header { |
| 16 | text-align: center; |
| 17 | color: #fff; |
| 18 | background: #5123a0; |
| 19 | padding: 20pt 10.64pt; |
| 20 | } |
| 21 | |
| 22 | #header .title { |
| 23 | margin-bottom: 2px; |
| 24 | font-size: 32px; |
| 25 | font-weight: 900; |
| 26 | } |
| 27 | |
| 28 | #main { |
| 29 | padding: 12pt 10.64pt; |
| 30 | } |
| 31 | |
| 32 | .subtitle { |
| 33 | font-size: 16px; |
| 34 | } |
| 35 | |
| 36 | .date { |
| 37 | text-transform: uppercase; |
| 38 | letter-spacing: .05em; |
| 39 | font-size: 13px; |
| 40 | font-weight: 900; |
| 41 | } |
| 42 | |
| 43 | .quick-stats:after { |
| 44 | content: ""; |
| 45 | clear: both; |
| 46 | display: table; |
| 47 | } |
| 48 | |
| 49 | .stat { |
| 50 | width: 256pt; |
| 51 | float: left; |
| 52 | background-color: #fff; |
| 53 | border: 1px solid #dedae6; |
| 54 | border-radius: 6px; |
| 55 | padding: 18px; |
| 56 | position: relative; |
| 57 | } |
| 58 | |
| 59 | .stat:first-child { |
| 60 | margin-right: 6pt; |
| 61 | } |
| 62 | |
| 63 | .stat:after { |
| 64 | content: ""; |
| 65 | width: 10pt; |
| 66 | height: 10pt; |
| 67 | background: #5123a0; |
| 68 | border-radius: 10pt; |
| 69 | display: inline-block; |
| 70 | position: absolute; |
| 71 | top: 18px; |
| 72 | right: 18px; |
| 73 | } |
| 74 | |
| 75 | .stat.visitors:after { |
| 76 | background: #f69d0a; |
| 77 | } |
| 78 | |
| 79 | .stat.views circle { |
| 80 | fill: #5123a0; |
| 81 | } |
| 82 | |
| 83 | .stat.visitors circle { |
| 84 | fill: #f69d0a; |
| 85 | } |
| 86 | |
| 87 | .values { |
| 88 | margin: 8pt 0 0; |
| 89 | font-weight: 700; |
| 90 | } |
| 91 | |
| 92 | .count, .growth, .percentage { |
| 93 | vertical-align: middle; |
| 94 | display: inline-block; |
| 95 | } |
| 96 | |
| 97 | .count { |
| 98 | margin-right: 2pt; |
| 99 | font-size: 28px; |
| 100 | } |
| 101 | |
| 102 | .growth { |
| 103 | color: #36b366; |
| 104 | font-size: 14px; |
| 105 | } |
| 106 | |
| 107 | .percentage { |
| 108 | border-radius: 24px; |
| 109 | padding: 4px 10px 4px 12px; |
| 110 | } |
| 111 | |
| 112 | .percentage.up { |
| 113 | color: #36b366; |
| 114 | background-color: #e3fced; |
| 115 | } |
| 116 | |
| 117 | .percentage.down { |
| 118 | color: #d93b29; |
| 119 | background-color: #fce6e3; |
| 120 | } |
| 121 | |
| 122 | .period-label { |
| 123 | color: #9a95a6; |
| 124 | font-size: 16px; |
| 125 | } |
| 126 | |
| 127 | #chart { |
| 128 | background: #fff; |
| 129 | border: 1px solid #dedae6; |
| 130 | border-radius: 6px; |
| 131 | margin: 12pt 0; |
| 132 | padding: 18px 24px 36px 48px; |
| 133 | } |
| 134 | |
| 135 | .labels { |
| 136 | margin: 0 0 18pt -18pt; |
| 137 | font-size: 10pt; |
| 138 | } |
| 139 | |
| 140 | .labels span { |
| 141 | margin-right: 6pt; |
| 142 | } |
| 143 | |
| 144 | .label-date { |
| 145 | font-weight: 900; |
| 146 | } |
| 147 | |
| 148 | .label-views:before, .label-visitors:before { |
| 149 | content: ""; |
| 150 | width: 8pt; |
| 151 | height: 8pt; |
| 152 | background: #5123a0; |
| 153 | border-radius: 8pt; |
| 154 | margin-right: 4pt; |
| 155 | display: inline-block; |
| 156 | } |
| 157 | |
| 158 | .label-visitors:before { |
| 159 | background: #f69d0a; |
| 160 | } |
| 161 | |
| 162 | #top-results:after, .top-ten:after { |
| 163 | content: ""; |
| 164 | clear: both; |
| 165 | display: table; |
| 166 | } |
| 167 | |
| 168 | .top-ten { |
| 169 | vertical-align: top; |
| 170 | width: 161pt; |
| 171 | height: 220pt; |
| 172 | background: #fff; |
| 173 | border: 1px solid #dedae6; |
| 174 | border-radius: 6px; |
| 175 | margin-left: 7pt; |
| 176 | padding: 12pt; |
| 177 | display: inline-block; |
| 178 | } |
| 179 | |
| 180 | .top-ten:first-child { |
| 181 | margin-left: 0; |
| 182 | } |
| 183 | |
| 184 | .top-ten .heading { |
| 185 | font-size: 9pt; |
| 186 | } |
| 187 | |
| 188 | .top-ten .heading:after { |
| 189 | content: ""; |
| 190 | clear: both; |
| 191 | display: table; |
| 192 | } |
| 193 | |
| 194 | .top-ten .title-med { |
| 195 | float: left; |
| 196 | font-weight: 900; |
| 197 | } |
| 198 | |
| 199 | .top-ten .views-heading { |
| 200 | float: right; |
| 201 | } |
| 202 | |
| 203 | .top-ten ol { |
| 204 | clear: both; |
| 205 | margin: 12pt 0 0; |
| 206 | padding: 0 0 0 12pt; |
| 207 | font-size: 9pt; |
| 208 | } |
| 209 | |
| 210 | .top-ten li { |
| 211 | border-bottom: 1px dotted #dedae6; |
| 212 | margin-bottom: 4pt; |
| 213 | padding-bottom: 4pt; |
| 214 | } |
| 215 | |
| 216 | .top-ten li .views { |
| 217 | float: right; |
| 218 | } |
| 219 | |
| 220 | #footer { |
| 221 | text-align: center; |
| 222 | margin-top: 12pt; |
| 223 | padding: 12pt 10.64pt 0; |
| 224 | } |
| 225 | |
| 226 | #footer p { |
| 227 | margin: 0; |
| 228 | font-size: 10pt; |
| 229 | } |
| 230 | |
| 231 | #footer a { |
| 232 | color: #5123a0; |
| 233 | } |
| 234 | |
| 235 | /*# sourceMappingURL=pdf.css.map */ |
| 236 |