PluginProbe
Analytics Insights – Google Analytics Dashboard for WordPress / trunk
Analytics Insights – Google Analytics Dashboard for WordPress vtrunk
6.3.6 6.3.7 6.3.8 6.3.9 trunk 5.4.1 5.4.2 5.4.2.1 5.4.3 5.4.4 5.4.5 5.4.6 5.4.7 5.5.2 5.5.3 5.5.4 5.5.5 5.5.6 5.6 5.6.1 5.6.2 5.6.3 5.6.4 5.6.5 5.6.6 All 61 releases
analytics-insights / admin / css / item-reports.css

item-reports.css in Analytics Insights – Google Analytics Dashboard for WordPress trunk, at admin/css/item-reports.css

161 lines 3.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Author: Alin Marcu
3 * Author URI: https://deconf.com
4 * Copyright 2013 Alin Marcu
5 * License: GPLv2 or later
6 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
7 */
8
9 /* Backend Item Reports */
10 .column-aiwp_stats {
11 width: 30px;
12 }
13
14 .aiwp-icon {
15 color: #555;
16 }
17
18 .aiwp-icon:hover {
19 color: #2ea2cc;
20 }
21
22 .aiwp-icon-oldwp {
23 padding-top: 5px;
24 }
25
26 [id^=aiwp-container-] {
27 width: 400px;
28 }
29
30 [id^=aiwp-areachart-] {
31 height: 280px;
32 }
33
34 [id^=aiwp-progressbar-] {
35 width: 100%;
36 height: 3px;
37 margin: 5px 0 0px 0;
38 }
39
40 [id^=aiwp-bottomstats-] {
41 width: 100%;
42 margin-top:5px;
43 }
44
45 [id^=aiwp-bottomstats-] .inside {
46 display: table;
47 margin: 0 auto;
48 padding: 0px;
49 }
50
51 [id^=aiwp-bottomstats-] .inside .small-box {
52 width: 30%;
53 float: left;
54 margin: 0 5px 10px 5px;
55 background: #fff;
56 text-align: center;
57 -moz-box-shadow: 0px 0px 7px 0px #BBB;
58 -webkit-box-shadow: 0px 0px 7px 0px #BBB;
59 box-shadow: 0px 0px 7px 0px #BBB;
60 }
61
62 [id^=aiwp-bottomstats-] .inside .small-box h3 {
63 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
64 font-size: 1em;
65 font-weight: 400;
66 color: #777;
67 padding: 0px 5px 0px 5px;
68 margin: 0px 0px 0px 0px;
69 text-overflow: ellipsis;
70 overflow: hidden;
71 white-space: nowrap;
72 line-height: 1.4;
73 }
74
75 [id^=aiwp-bottomstats-] .inside .small-box p {
76 font-size: 1.2em;
77 line-height: 1.5;
78 margin: 0px 0px 2px 0px;
79 }
80
81
82 .aiwp-floatwraper {
83 display: table;
84 width: 100%;
85 height: 100%;
86 }
87
88 [id^=aiwp-piechart-].halfsize {
89 width: 47%;
90 margin: 10px 0 0 0;
91 height: 200px;
92 float: left;
93 }
94
95 [id^=aiwp-piechart-].floatleft {
96 float: left;
97 }
98
99 [id^=aiwp-piechart-].floatright {
100 float: right;
101 }
102
103 [id^=aiwp-tablechart-] {
104 line-height: 1.5em !important;
105 width: 98%;
106 height: 100%;
107 margin: 2px auto 10px 0;
108 }
109
110 [id^=aiwp-orgchart-] {
111 margin: 10px auto 10px 0;
112 }
113
114 .aiwp .ui-dialog-titlebar {
115 font-size: 1.1em;
116 text-overflow: ellipsis;
117 overflow: hidden;
118 }
119
120 .aiwp-dashboard-control input {
121 height: 20px !important;
122 content: "Search ...";
123 }
124
125 .aiwp-dashboard-control input::placeholder {
126 /* modern browser */
127 color: #999;
128 }
129
130 .aiwp-dashboard-control input {
131 -webkit-box-sizing: border-box !important;
132 -moz-box-sizing: border-box !important;
133 box-sizing: border-box !important;
134 width: auto !important;
135 font-size: 14px !important;
136 height: 28px !important;
137 float: left;
138 color: #32373c;
139 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
140 border: 1px solid #ddd !important;
141 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07) !important;
142 background-color: #fff !important;
143 }
144
145 @media screen and (max-width: 500px) {
146 [id^=aiwp-container-] {
147 width: 410px;
148 }
149 [id^=aiwp-bottomstats-] .inside .small-box {
150 width: 30.8%;
151 }
152 }
153
154 @media screen and (max-width: 410px) {
155 [id^=aiwp-container-] {
156 width: 260px;
157 }
158 [id^=aiwp-bottomstats-] .inside .small-box {
159 width: 46%;
160 }
161 }