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