ga_additional.css
4 years ago
ga_modal.css
4 years ago
ga_old_wp_support.css
4 years ago
googleanalytics.css
4 years ago
ga_additional.css
359 lines
| 1 | @-ms-viewport { |
| 2 | width: device-width; |
| 3 | } |
| 4 | |
| 5 | .ga-table { |
| 6 | border-collapse: collapse; |
| 7 | border-spacing: 0; |
| 8 | background-color: transparent; |
| 9 | width: 100%; |
| 10 | max-width: 100%; |
| 11 | margin-bottom: 20px; |
| 12 | border: 1px solid #dddddd; |
| 13 | } |
| 14 | |
| 15 | .ga-table > tbody > tr > th, |
| 16 | .ga-table > tbody > tr > td { |
| 17 | padding: 8px; |
| 18 | line-height: 1.42857143; |
| 19 | vertical-align: top; |
| 20 | border: 1px solid #dddddd; |
| 21 | } |
| 22 | |
| 23 | .ga-table col[class*="col-"] { |
| 24 | position: static; |
| 25 | float: none; |
| 26 | display: table-column; |
| 27 | } |
| 28 | |
| 29 | .ga-table td[class*="col-"], |
| 30 | .ga-table th[class*="col-"] { |
| 31 | position: static; |
| 32 | float: none; |
| 33 | display: table-cell; |
| 34 | } |
| 35 | |
| 36 | .progress { |
| 37 | overflow: hidden; |
| 38 | height: 20px; |
| 39 | margin-bottom: 20px; |
| 40 | background-color: #f5f5f5; |
| 41 | border-radius: 4px; |
| 42 | -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); |
| 43 | box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); |
| 44 | } |
| 45 | |
| 46 | .progress-bar { |
| 47 | float: left; |
| 48 | width: 0%; |
| 49 | height: 100%; |
| 50 | font-size: 12px; |
| 51 | line-height: 20px; |
| 52 | color: #ffffff; |
| 53 | text-align: center; |
| 54 | background-color: #337ab7; |
| 55 | -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); |
| 56 | box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); |
| 57 | -webkit-transition: width 0.6s ease; |
| 58 | -o-transition: width 0.6s ease; |
| 59 | transition: width 0.6s ease; |
| 60 | } |
| 61 | |
| 62 | .progress.active .progress-bar, |
| 63 | .progress-bar.active { |
| 64 | -webkit-animation: progress-bar-stripes 2s linear infinite; |
| 65 | -o-animation: progress-bar-stripes 2s linear infinite; |
| 66 | animation: progress-bar-stripes 2s linear infinite; |
| 67 | } |
| 68 | |
| 69 | .ga-panel { |
| 70 | margin-bottom: 20px; |
| 71 | background-color: #ffffff; |
| 72 | border: 1px solid transparent; |
| 73 | border-radius: 4px; |
| 74 | -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); |
| 75 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); |
| 76 | } |
| 77 | |
| 78 | .ga-panel-body { |
| 79 | padding: 15px; |
| 80 | } |
| 81 | |
| 82 | .ga-panel-heading { |
| 83 | padding: 10px 15px; |
| 84 | border-bottom: 1px solid transparent; |
| 85 | border-top-right-radius: 3px; |
| 86 | border-top-left-radius: 3px; |
| 87 | } |
| 88 | |
| 89 | .ga-panel-heading > .dropdown .dropdown-toggle { |
| 90 | color: inherit; |
| 91 | } |
| 92 | |
| 93 | .ga-panel-heading > strong { |
| 94 | font-weight: bold; |
| 95 | } |
| 96 | |
| 97 | .ga-panel > .ga-panel-heading + .ga-panel-collapse > .list-group .list-group-item:first-child { |
| 98 | border-top-right-radius: 0; |
| 99 | border-top-left-radius: 0; |
| 100 | } |
| 101 | |
| 102 | .ga-panel > .ga-table { |
| 103 | margin-bottom: 0; |
| 104 | } |
| 105 | |
| 106 | .ga-panel > .ga-table:first-child { |
| 107 | border-top-right-radius: 3px; |
| 108 | border-top-left-radius: 3px; |
| 109 | } |
| 110 | |
| 111 | .ga-panel > .ga-table:first-child > tbody:first-child > tr:first-child { |
| 112 | border-top-left-radius: 3px; |
| 113 | border-top-right-radius: 3px; |
| 114 | } |
| 115 | |
| 116 | |
| 117 | .ga-panel > .ga-table:first-child > tbody:first-child > tr:first-child td:first-child { |
| 118 | border-top-left-radius: 3px; |
| 119 | border-top-right-radius: 3px; |
| 120 | } |
| 121 | |
| 122 | .ga-panel > .ga-table:last-child { |
| 123 | border-bottom-right-radius: 3px; |
| 124 | border-bottom-left-radius: 3px; |
| 125 | } |
| 126 | |
| 127 | .ga-panel > .ga-table:last-child > tbody:last-child > tr:last-child { |
| 128 | border-bottom-left-radius: 3px; |
| 129 | border-bottom-right-radius: 3px; |
| 130 | } |
| 131 | |
| 132 | .ga-panel > .ga-table:last-child > tbody:last-child > tr:last-child td:first-child, |
| 133 | .ga-panel > .ga-table:last-child > tbody:last-child > tr:last-child th:first-child { |
| 134 | border-bottom-left-radius: 3px; |
| 135 | border-bottom-right-radius: 3px; |
| 136 | } |
| 137 | |
| 138 | .ga-panel > .ga-panel-body + .ga-table, |
| 139 | .ga-panel > .ga-table + .ga-panel-body { |
| 140 | border-top: 1px solid #dddddd; |
| 141 | } |
| 142 | |
| 143 | .ga-panel > .ga-table > tbody:first-child > tr:first-child th, |
| 144 | .ga-panel > .ga-table > tbody:first-child > tr:first-child td { |
| 145 | border-top: 0; |
| 146 | } |
| 147 | |
| 148 | .ga-panel > .ga-table { |
| 149 | border: 0; |
| 150 | } |
| 151 | |
| 152 | .ga-panel-default { |
| 153 | border-color: #dddddd; |
| 154 | } |
| 155 | |
| 156 | .ga-panel-default > .ga-panel-heading { |
| 157 | color: #333333; |
| 158 | background-color: #dcdcdc; |
| 159 | border-color: #dddddd; |
| 160 | } |
| 161 | |
| 162 | .ga-col-pageviews, .ga-box, .ga-col-progressbar { |
| 163 | position: relative; |
| 164 | min-height: 1px; |
| 165 | padding-left: 15px; |
| 166 | padding-right: 15px; |
| 167 | } |
| 168 | |
| 169 | .ga-col-name { |
| 170 | width: 20%; |
| 171 | overflow: hidden; |
| 172 | text-overflow: ellipsis; |
| 173 | word-wrap: break-word; |
| 174 | } |
| 175 | |
| 176 | .ga-row:before, |
| 177 | .ga-row:after, |
| 178 | .ga-panel-body:before, |
| 179 | .ga-panel-body:after { |
| 180 | content: " "; |
| 181 | display: table; |
| 182 | } |
| 183 | |
| 184 | .ga-row:after, |
| 185 | .ga-panel-body:after { |
| 186 | clear: both; |
| 187 | } |
| 188 | |
| 189 | .ga-row { |
| 190 | margin-left: -15px; |
| 191 | margin-right: -15px; |
| 192 | } |
| 193 | |
| 194 | .ga-col-pageviews, .ga-box, .ga-col-progressbar { |
| 195 | float: left; |
| 196 | } |
| 197 | |
| 198 | .ga-col-pageviews { |
| 199 | width: 16.66666667%; |
| 200 | } |
| 201 | |
| 202 | .ga-col-progressbar { |
| 203 | width: 41.66666667%; |
| 204 | } |
| 205 | |
| 206 | .ga-box-diff { |
| 207 | font-size: 16px; |
| 208 | } |
| 209 | |
| 210 | .ga-box-comparison { |
| 211 | color: grey; |
| 212 | font-size: 12px; |
| 213 | overflow: hidden; |
| 214 | text-overflow: ellipsis; |
| 215 | white-space: nowrap; |
| 216 | } |
| 217 | |
| 218 | .ga-box-label { |
| 219 | font-size: 14px; |
| 220 | overflow: hidden; |
| 221 | text-overflow: ellipsis; |
| 222 | white-space: nowrap; |
| 223 | } |
| 224 | |
| 225 | .ga-box { |
| 226 | width: 140px; |
| 227 | box-sizing: border-box; |
| 228 | } |
| 229 | |
| 230 | @media (min-width: 600px) { |
| 231 | .ga-box { |
| 232 | width: 25%; |
| 233 | } |
| 234 | } |
| 235 | |
| 236 | @media (min-width: 760px) { |
| 237 | .ga-box-diff { |
| 238 | font-size: 24px; |
| 239 | } |
| 240 | |
| 241 | .ga-box-comparison { |
| 242 | font-size: 16px |
| 243 | } |
| 244 | |
| 245 | .ga-box-label { |
| 246 | font-size: 16px |
| 247 | } |
| 248 | |
| 249 | } |
| 250 | |
| 251 | @media screen and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) { |
| 252 | .ga-col-name { |
| 253 | max-width: 100px; |
| 254 | } |
| 255 | |
| 256 | .ga-chart { |
| 257 | width: 300px; |
| 258 | overflow: hidden; |
| 259 | text-overflow: ellipsis; |
| 260 | } |
| 261 | } |
| 262 | |
| 263 | .ga-source-name { |
| 264 | color: #337ab7; |
| 265 | text-decoration: none; |
| 266 | word-wrap: break-word; |
| 267 | } |
| 268 | |
| 269 | .ga-alert { |
| 270 | padding: 15px; |
| 271 | margin-bottom: 20px; |
| 272 | border: 1px solid transparent; |
| 273 | border-radius: 4px; |
| 274 | } |
| 275 | |
| 276 | .ga-alert-success { |
| 277 | color: #3c763d; |
| 278 | background-color: #dff0d8; |
| 279 | border-color: #d6e9c6; |
| 280 | max-width: 95%; |
| 281 | } |
| 282 | |
| 283 | .ga-alert-warning { |
| 284 | color: #8a6d3b; |
| 285 | background-color: #fcf8e3; |
| 286 | border-color: #faebcc; |
| 287 | max-width: 95%; |
| 288 | } |
| 289 | |
| 290 | .ga-alert-danger { |
| 291 | color: #a94442; |
| 292 | background-color: #f2dede; |
| 293 | border-color: #ebccd1; |
| 294 | max-width: 95%; |
| 295 | } |
| 296 | |
| 297 | .ga-alert-link { |
| 298 | margin-left: 10px; |
| 299 | } |
| 300 | |
| 301 | .ga-switch { |
| 302 | position: relative; |
| 303 | display: inline-block; |
| 304 | width: 42px; |
| 305 | height: 14px; |
| 306 | } |
| 307 | |
| 308 | .ga-switch input { |
| 309 | display: none; |
| 310 | } |
| 311 | |
| 312 | .ga-slider { |
| 313 | position: absolute; |
| 314 | cursor: pointer; |
| 315 | top: 0; |
| 316 | left: 0; |
| 317 | right: 0; |
| 318 | bottom: 0; |
| 319 | background-color: #ccc; |
| 320 | -webkit-transition: .1s; |
| 321 | transition: .1s; |
| 322 | } |
| 323 | |
| 324 | .ga-slider:before { |
| 325 | position: absolute; |
| 326 | content: ""; |
| 327 | height: 20px; |
| 328 | width: 20px; |
| 329 | left: 0px; |
| 330 | bottom: -4px; |
| 331 | border: solid 1px gray; |
| 332 | background-color: white; |
| 333 | -webkit-transition: .1s; |
| 334 | transition: .1s; |
| 335 | } |
| 336 | |
| 337 | input:checked + .ga-slider { |
| 338 | background-color: #0085ba; |
| 339 | } |
| 340 | |
| 341 | input:focus + .ga-slider { |
| 342 | box-shadow: 0 0 1px #2196F3; |
| 343 | } |
| 344 | |
| 345 | input:checked + .ga-slider:before { |
| 346 | -webkit-transform: translateX(20px); |
| 347 | -ms-transform: translateX(20px); |
| 348 | transform: translateX(20px); |
| 349 | } |
| 350 | |
| 351 | /* Rounded sliders */ |
| 352 | .ga-slider.round { |
| 353 | border-radius: 34px; |
| 354 | } |
| 355 | |
| 356 | .ga-slider.round:before { |
| 357 | border-radius: 50%; |
| 358 | } |
| 359 |