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