googleanalytics.css
178 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 | .ga-tooltip { |
| 144 | position: relative; |
| 145 | cursor: not-allowed; |
| 146 | } |
| 147 | |
| 148 | .ga-tooltip input[disabled] { |
| 149 | cursor: not-allowed; |
| 150 | } |
| 151 | |
| 152 | .ga-tooltiptext { |
| 153 | background-color: #ffe692; |
| 154 | border: 1px solid #ffb900; |
| 155 | border-radius: 4px; |
| 156 | color: #444; |
| 157 | font-size: 12px; |
| 158 | font-weight: 500; |
| 159 | margin-left: 10px; |
| 160 | margin-top: 30px; |
| 161 | padding: 3px 10px; |
| 162 | position: relative; |
| 163 | white-space: nowrap; |
| 164 | text-align: center; |
| 165 | visibility: hidden; |
| 166 | width: auto; |
| 167 | z-index: 1; |
| 168 | } |
| 169 | |
| 170 | .ga-tt-abs { |
| 171 | display: inline-block; |
| 172 | position: absolute; |
| 173 | margin-top: 0px; |
| 174 | } |
| 175 | |
| 176 | .ga-tooltip:hover .ga-tooltiptext { |
| 177 | visibility: visible; |
| 178 | } |