ga_additional.css
6 years ago
ga_modal.css
9 years ago
ga_old_wp_support.css
9 years ago
googleanalytics.css
6 years ago
googleanalytics.css
263 lines
| 1 | @CHARSET "UTF-8"; |
| 2 | |
| 3 | .wrap.ga-wrap { |
| 4 | margin: 0px auto !important; |
| 5 | margin-top: 10px !important; |
| 6 | margin-right: 0px !important; |
| 7 | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
| 8 | font-size: 14px; |
| 9 | line-height: 1.42857143; |
| 10 | color: #333333; |
| 11 | } |
| 12 | |
| 13 | .ga_container { |
| 14 | margin-top: 25px; |
| 15 | } |
| 16 | |
| 17 | .ga_container a.view-report { |
| 18 | background: #c6dafc; |
| 19 | width: 200px; |
| 20 | display: inline-block; |
| 21 | padding: 10px 20px; |
| 22 | border-radius: 5px; |
| 23 | text-decoration: none; |
| 24 | font-size: 15px; |
| 25 | font-weight: bold; |
| 26 | text-align: center; |
| 27 | margin: 10px 5px 10px 0; |
| 28 | } |
| 29 | |
| 30 | .ga_container .filter-choices a { |
| 31 | background: #f9f9f9; |
| 32 | width: 100px; |
| 33 | display: inline-block; |
| 34 | padding: 10px 20px; |
| 35 | border-radius: 5px; |
| 36 | text-decoration: none; |
| 37 | font-size: 15px; |
| 38 | font-weight: bold; |
| 39 | text-align: center; |
| 40 | margin: 10px 5px 10px 0; |
| 41 | color: #888888; |
| 42 | } |
| 43 | |
| 44 | .ga_container .filter-choices a.selected { |
| 45 | background: #c6dafc; |
| 46 | color: #353535; |
| 47 | } |
| 48 | |
| 49 | #exTab1, #exTab2 { |
| 50 | margin-right: 15px !important; |
| 51 | } |
| 52 | |
| 53 | #exTab1 .tab-content { |
| 54 | color: white; |
| 55 | background-color: #428bca; |
| 56 | padding: 5px 15px; |
| 57 | } |
| 58 | |
| 59 | #exTab2 h3 { |
| 60 | color: white; |
| 61 | background-color: #428bca; |
| 62 | padding: 5px 15px; |
| 63 | } |
| 64 | |
| 65 | /* remove border radius for the tab */ |
| 66 | #exTab1 .nav-pills > li > a { |
| 67 | border-radius: 0; |
| 68 | } |
| 69 | |
| 70 | /* change border radius for the tab , apply corners on top*/ |
| 71 | #exTab3 .nav-pills > li > a { |
| 72 | border-radius: 4px 4px 0 0; |
| 73 | } |
| 74 | |
| 75 | #exTab3 .tab-content { |
| 76 | color: white; |
| 77 | background-color: #428bca; |
| 78 | padding: 5px 15px; |
| 79 | } |
| 80 | |
| 81 | label.ga_checkbox_label { |
| 82 | margin-top: 6px !important; |
| 83 | } |
| 84 | |
| 85 | .form-table th { |
| 86 | width: 250px !important; |
| 87 | } |
| 88 | |
| 89 | .wrap.ga-notice { |
| 90 | width: 100% !important; |
| 91 | margin-left: 0px !important; |
| 92 | margin-right: 10px !important; |
| 93 | } |
| 94 | |
| 95 | .ga_warning { |
| 96 | font-size: 12px; |
| 97 | font-weight: normal; |
| 98 | margin-top: 10px; |
| 99 | } |
| 100 | |
| 101 | .ga-boxes-container { |
| 102 | |
| 103 | } |
| 104 | |
| 105 | .ga-box-row { |
| 106 | display: table; |
| 107 | width: 100%; |
| 108 | table-layout: fixed; |
| 109 | border-spacing: 10px; |
| 110 | } |
| 111 | |
| 112 | .ga-box-column { |
| 113 | display: table-cell; |
| 114 | -moz-box-shadow: 0 0 5px #e5e5e5; |
| 115 | -webkit-box-shadow: 0 0 5px #e5e5e5; |
| 116 | box-shadow: 0px 0px 5px #e5e5e5; |
| 117 | } |
| 118 | |
| 119 | .ga-box-dashboard { |
| 120 | border: 1px solid #cccccc; |
| 121 | border-radius: 0px; |
| 122 | padding: 3px; |
| 123 | text-align: center; |
| 124 | } |
| 125 | |
| 126 | .ga-box-centered { |
| 127 | text-align: center; |
| 128 | } |
| 129 | |
| 130 | .ga-loader-wrapper { |
| 131 | float: right; |
| 132 | margin-top: 4px; |
| 133 | margin-right: 5px; |
| 134 | } |
| 135 | |
| 136 | .ga-loader-wrapper.stats-page { |
| 137 | width: 45px; |
| 138 | text-align: center; |
| 139 | margin: 0 auto; |
| 140 | float: none; |
| 141 | } |
| 142 | |
| 143 | .ga-loader { |
| 144 | border: 4px solid #f3f3f3; /* Light grey */ |
| 145 | border-top: 4px solid #3498db; /* Blue */ |
| 146 | border-radius: 50%; |
| 147 | width: 15px; |
| 148 | height: 15px; |
| 149 | animation: spin 2s linear infinite; |
| 150 | display: none; |
| 151 | } |
| 152 | |
| 153 | .ga-loader.stats-page-loader { |
| 154 | width: 45px; |
| 155 | height: 45px; |
| 156 | border-width: 6px; |
| 157 | } |
| 158 | |
| 159 | @keyframes spin { |
| 160 | 0% { |
| 161 | transform: rotate(0deg); |
| 162 | } |
| 163 | 100% { |
| 164 | transform: rotate(360deg); |
| 165 | } |
| 166 | } |
| 167 | |
| 168 | .ga-review-us { |
| 169 | position: fixed; |
| 170 | right: 10px; |
| 171 | bottom: 40px; |
| 172 | background: #fff; |
| 173 | border: solid 1px #3379b7; |
| 174 | border-radius: 10px; |
| 175 | padding: 15px; |
| 176 | width: 295px; |
| 177 | text-align: center; |
| 178 | } |
| 179 | |
| 180 | .ga-review-us #close-review-us { |
| 181 | cursor: pointer; |
| 182 | } |
| 183 | |
| 184 | .ga-review-us h3 { |
| 185 | color: #3379b7; |
| 186 | } |
| 187 | |
| 188 | .ga-review-us h3 a { |
| 189 | color: #ff9801; |
| 190 | } |
| 191 | |
| 192 | .ga-chart { |
| 193 | } |
| 194 | |
| 195 | .label-grey { |
| 196 | color: #ccc; |
| 197 | } |
| 198 | |
| 199 | .ga-tooltip { |
| 200 | position: relative; |
| 201 | cursor: not-allowed; |
| 202 | } |
| 203 | |
| 204 | .ga-tooltip input[disabled] { |
| 205 | cursor: not-allowed; |
| 206 | } |
| 207 | |
| 208 | .ga-tooltiptext { |
| 209 | background-color: #ffe692; |
| 210 | border: 1px solid #ffb900; |
| 211 | border-radius: 4px; |
| 212 | color: #444; |
| 213 | font-size: 12px; |
| 214 | font-weight: 500; |
| 215 | margin-left: 10px; |
| 216 | margin-top: 30px; |
| 217 | padding: 3px 10px; |
| 218 | position: relative; |
| 219 | white-space: nowrap; |
| 220 | text-align: center; |
| 221 | visibility: hidden; |
| 222 | width: auto; |
| 223 | z-index: 1; |
| 224 | } |
| 225 | |
| 226 | .ga-tt-abs { |
| 227 | display: inline-block; |
| 228 | position: absolute; |
| 229 | margin-top: 0px; |
| 230 | } |
| 231 | |
| 232 | .ga-tooltip:hover .ga-tooltiptext { |
| 233 | visibility: visible; |
| 234 | } |
| 235 | |
| 236 | .weight-normal{ |
| 237 | font-weight: normal; |
| 238 | } |
| 239 | |
| 240 | .ga-love-text { |
| 241 | display: block; |
| 242 | margin-top: 20px; |
| 243 | font-size: 10px; |
| 244 | font-weight: bold; |
| 245 | } |
| 246 | |
| 247 | .ga-debug-form-div{ |
| 248 | margin:5px; |
| 249 | } |
| 250 | |
| 251 | .ga-debug-form-label { |
| 252 | vertical-align: top; |
| 253 | display: inline-block; |
| 254 | width: 20%; |
| 255 | } |
| 256 | |
| 257 | .ga-debug-form-field { |
| 258 | width: 50%; |
| 259 | } |
| 260 | |
| 261 | .ga-debug-form-loader { |
| 262 | width: 20%; |
| 263 | } |