PluginProbe ʕ •ᴥ•ʔ
MonsterInsights – Google Analytics Dashboard for WordPress (Website Stats Made Easy) / 10.1.3
MonsterInsights – Google Analytics Dashboard for WordPress (Website Stats Made Easy) v10.1.3
10.2.2 10.2.1 10.2.0 10.1.3 trunk 10.0.0 10.0.1 10.0.2 10.0.3 10.1.1 10.1.2 8.1.0 8.10.0 8.10.1 8.11.0 8.12.0 8.12.1 8.13.0 8.13.1 8.14.0 8.14.1 8.15 8.16 8.17 8.18 8.19.0 8.2.0 8.20.0 8.20.1 8.21.0 8.22.0 8.23.0 8.23.1 8.24.0 8.25.0 8.26.0 8.27.0 8.28.0 8.3.0 8.3.1 8.3.2 8.3.3 8.3.4 8.4.0 8.5.0 8.5.1 8.5.2 8.5.3 8.6.0 8.7.0 8.8.0 8.8.1 8.8.2 8.9.0 8.9.1 9.0.0 9.0.1 9.1.0 9.1.1 9.10.0 9.10.1 9.11.0 9.11.1 9.2.0 9.2.1 9.2.2 9.2.3 9.2.4 9.3.0 9.3.1 9.4.0 9.4.1 9.5.1 9.5.2 9.5.3 9.6.0 9.6.1 9.7.0 9.8.0 9.9.0
google-analytics-for-wordpress / assets / css / admin-metabox.css
google-analytics-for-wordpress / assets / css Last commit date
frontend 7 months ago images 3 years ago admin-common.css 6 months ago admin-common.min.css 6 months ago admin-metabox-sitenotes.css 3 years ago admin-metabox-sitenotes.min.css 3 years ago admin-metabox.css 3 years ago admin-metabox.min.css 3 years ago admin-widget-settings.css 3 years ago admin-widget-settings.min.css 3 years ago frontend.css 1 year ago frontend.min.css 1 year ago index.php 3 years ago
admin-metabox.css
177 lines
1 .monsterinsights-metabox-input-checkbox {
2 margin-top: 15px;
3 }
4
5 .monsterinsights-metabox-input-checkbox input[disabled] {
6 cursor: not-allowed;
7 }
8
9 .monsterinsights-metabox-helper {
10 font-size: 12px;
11 line-height: 120%;
12 color: #7D7D7D;
13 margin-top: 16.5px;
14 }
15
16 .monsterinsights-metabox-pro-badge {
17 margin-top: 15px;
18 margin-bottom: 15px;
19 padding: 15px;
20 background: #EAFAEE;
21 border: 1px solid #46BF40;
22 display: flex;
23 position: relative;
24 line-height: 100%;
25 }
26
27 .monsterinsights-metabox-pro-badge span {
28 color: #31862D;
29 font-weight: bold;
30 font-size: 13px;
31 line-height: 100%;
32 letter-spacing: -0.02em;
33 padding-left: 20px;
34 }
35
36 .monsterinsights-metabox-pro-badge span svg {
37 position: absolute;
38 left: 15px;
39 }
40
41 .monsterinsights-metabox-pro-badge .monsterinsights-metabox-pro-badge-upgrade {
42 text-align: right;
43 flex: 1;
44 }
45
46 .monsterinsights-metabox-pro-badge .monsterinsights-metabox-pro-badge-upgrade a {
47 font-size: 13px;
48 color: #31862D;
49 text-decoration: underline;
50 display: block;
51 }
52
53 /*
54 ***************************
55 ** Page Insights in Meta **
56 ***************************
57 */
58
59 #monsterinsights-metabox-page-insights {
60 margin-top: 24px;
61 margin-bottom: 24px;
62 }
63
64 #monsterinsights_hide_page_insights {
65 margin-top: 8px;
66 }
67
68 #monsterinsights-page-insights-content {
69 display: none;
70 }
71
72 #monsterinsights-page-insights-content.active {
73 display: block;
74 }
75
76 .monsterinsights-page-insights__tabs {
77 display: grid;
78 grid-template-columns: 1fr 1fr;
79 }
80
81 .monsterinsights-page-insights__tabs-tab {
82 padding: 4px;
83 color: var(--wp-admin-theme-color);
84 font-style: normal;
85 font-weight: 400;
86 font-size: 13px;
87 line-height: 16px;
88 border-left: 1px solid transparent;
89 border-right: 1px solid transparent;
90 border-top: 1px solid transparent;
91 border-bottom: 1px solid #C4C4C4;
92 text-decoration: none;
93 text-align: center;
94 transition: 0.3s all ease-in-out;
95 }
96
97 .monsterinsights-page-insights__tabs-tab.active,
98 .monsterinsights-page-insights__tabs-tab:focus {
99 color: #2C3338;
100 border-left: 1px solid #C4C4C4;
101 border-right: 1px solid #C4C4C4;
102 border-top: 1px solid #C4C4C4;
103 border-bottom: 1px solid transparent;
104 }
105
106 .monsterinsights-page-insights__tabs-tab:focus {
107 outline: none;
108 -webkit-box-shadow: none;
109 box-shadow: none;
110 }
111
112 .monsterinsights-page-insights-tabs-content {
113 border-left: 1px solid #C4C4C4;
114 border-right: 1px solid #C4C4C4;
115 border-bottom: 1px solid #C4C4C4;
116 }
117
118 .monsterinsights-page-insights-tabs-content__tab {
119 display: none;
120 transition: 0.3s all ease-in-out;
121 }
122
123 .monsterinsights-page-insights-tabs-content__tab.active {
124 display: block;
125 }
126
127 .monsterinsights-page-insights-tabs-content__tab-items {
128 display: grid;
129 grid-template-columns: 1fr 1fr;
130 padding: 15px;
131 }
132
133 .monsterinsights-page-insights-tabs-content__tab-item {
134 padding: 16px;
135 }
136
137 .monsterinsights-page-insights-tabs-content__tab-item__result {
138 font-style: normal;
139 font-weight: 500;
140 font-size: 20px;
141 line-height: 24px;
142 color: #3C434A;
143 position: relative;
144 }
145
146 .lite .monsterinsights-page-insights-tabs-content__tab-item__result span {
147 filter: blur(3px);
148 }
149
150 .lite .monsterinsights-page-insights-tabs-content__tab-item__result:after {
151 content: '';
152 width: 10px;
153 height: 14px;
154 background: url("../images/restricted.svg") no-repeat center center;
155 position: absolute;
156 left: calc(40% - 5px);
157 top: calc(50% - 7px);
158 }
159
160 .monsterinsights-page-insights-tabs-content__tab-item__title {
161 font-style: normal;
162 font-weight: 400;
163 font-size: 12px;
164 line-height: 14px;
165 color: #7D7D7D;
166 margin-top: 4px;
167 }
168
169 .monsterinsights-insights-draft {
170 font-size: 12px;
171 font-style: normal;
172 padding: 16px;
173 border: 1px solid #C4C4C4;
174 margin-top: 8px;
175 color: rgb(117, 117, 117);
176 }
177