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