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