PluginProbe ʕ •ᴥ•ʔ
Post Views Counter / 1.3.8
Post Views Counter v1.3.8
1.7.13 1.7.12 1.7.11 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.3.1 1.3.10 1.3.11 1.3.12 1.3.13 1.3.2 1.3.2.1 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.7.0 1.7.1 1.7.10 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9
post-views-counter / css / admin-dashboard.css
post-views-counter / css Last commit date
admin-dashboard.css 4 years ago admin.css 4 years ago block-editor.min.css 4 years ago frontend.css 11 years ago gutenberg.min.css 6 years ago
admin-dashboard.css
206 lines
1 .pvc-dashboard-container {
2 min-height: 260px;
3 margin: 0 -4px;
4 text-align: center;
5 position: relative;
6 display: flex;
7 flex-direction: column;
8 }
9 .pvc-dashboard-container .spinner {
10 position: absolute;
11 left: 50%;
12 top: 40%;
13 margin-left: -10px;
14 z-index: 10;
15 }
16 .pvc-dashboard-container.loading {
17 pointer-events: none;
18 }
19 .pvc-dashboard-container.loading:after {
20 position: absolute;
21 content: '';
22 display: block;
23 height: 100%;
24 width: 100%;
25 top: 0;
26 left: 0;
27 background-color: rgba(255,255,255,0.8);
28 z-index: 1;
29 transition: all 0.2s;
30 }
31 .pvc-dashboard p.sub {
32 color: #8f8f8f;
33 font-size: 14px;
34 text-align: left;
35 padding-bottom: 3px;
36 border-bottom: 1px solid #ececec;
37 }
38 .pvc-dashboard-container .pvc-months {
39 display: flex;
40 justify-content: space-between;
41 margin: 6px 10px 0 10px;
42 color: #aaa;
43 }
44 .pvc-dashboard-container .pvc-months .current {
45 color: #212529;
46 }
47 #pvc-chart-container {
48 min-height: 230px;
49 }
50
51 .pvc-data-container {
52 min-height: 230px;
53 }
54
55 .pvc-table-responsive {
56 overflow-x: auto;
57 -webkit-overflow-scrolling: touch;
58 }
59 .pvc-table {
60 caption-side: bottom;
61 border-collapse: collapse;
62 width: 100%;
63 margin-bottom: 1rem;
64 color: inherit;
65 vertical-align: top;
66 border-color: #dee2e6;
67 text-align: left;
68 }
69
70 .pvc-table > thead {
71 vertical-align: bottom;
72 color: #212529;
73 }
74
75 .pvc-table > tbody {
76 vertical-align: inherit;
77 }
78
79 .pvc-table tbody,
80 .pvc-table td,
81 .pvc-table tfoot,
82 .pvc-table th,
83 .pvc-table thead,
84 .pvc-table tr {
85 border-color: inherit;
86 border-style: solid;
87 border-width: 0;
88 }
89
90 .pvc-table th,
91 .pvc-table td {
92 text-align: inherit;
93 text-align: -webkit-match-parent;
94 }
95
96 .pvc-table th:first-child,
97 .pvc-table td:first-child {
98 width: 1px;
99 white-space: nowrap;
100 }
101
102 .pvc-table th:last-child,
103 .pvc-table td:last-child {
104 text-align: right;
105 }
106
107 .pvc-table .no-posts :last-child {
108 text-align: left;
109 }
110
111 .pvc-table > :not(caption) > * > * {
112 padding: .5rem .5rem;
113 background-color: transparent;
114 border-bottom-width: 1px;
115 box-shadow: inset 0 0 0 9999px transparent;
116 }
117
118 #pvc_dashboard .inside {
119 margin: 0;
120 padding: 0;
121 }
122 .pvc-accordion-toggle {
123 background-color: #fafafa;
124 border-bottom: 1px solid #eee;
125 cursor: pointer;
126 line-height: 1;
127 position: relative;
128 font-size: 14px;
129 font-weight: 400;
130 line-height: 1;
131 margin: 0;
132 padding: 11px 12px;
133 color: #23282c;
134 }
135 .pvc-accordion-toggle::before {
136 color: #72777c;
137 content: "\f142";
138 display: inline-block;
139 font: normal 20px/1 dashicons;
140 position: absolute;
141 right: 8px;
142 text-decoration: none !important;
143 text-indent: -1px;
144 transform: rotate(0deg);
145 speak: none;
146 -webkit-font-smoothing: antialiased;
147 -moz-osx-font-smoothing: grayscale;
148 top: 8px;
149 }
150 .pvc-accordion-title {
151 display: inline-block;
152 padding-right: 10px;
153 }
154 .pvc-accordion-actions {
155 position: absolute;
156 top: 0;
157 right: 0;
158 z-index: 1;
159 padding: 11px 30px 11px 0;
160 height: 14px;
161 line-height: 1;
162 }
163 .pvc-accordion-actions .pvc-accordion-action,
164 .pvc-accordion-actions .pvc-accordion-action::before {
165 font-size: 14px;
166 height: 14px;
167 width: 14px;
168 color: #72777c;
169 }
170 .pvc-tooltip {
171 position: relative;
172 }
173 .pvc-tooltip-icon {
174 display: inline-block;
175 width: 16px;
176 cursor: help;
177 }
178 .pvc-tooltip-icon::before {
179 color: #b4b9be;
180 content: "\f14c";
181 display: inline-block;
182 font: normal 16px/1 dashicons;
183 position: absolute;
184 text-decoration: none !important;
185 speak: none;
186 -webkit-font-smoothing: antialiased;
187 -moz-osx-font-smoothing: grayscale;
188 left: 0;
189 top: 2px;
190 }
191 .pvc-according-header {
192 display: flex;
193 align-items: center;
194 justify-content: space-between;
195 }
196 .pvc-accordion-content {
197 padding: 11px 12px;
198 border-bottom: 1px solid #eee;
199 height: 100%;
200 }
201 .pvc-collapsed .pvc-accordion-toggle::before {
202 transform: rotate(180deg);
203 }
204 .pvc-collapsed .pvc-accordion-content {
205 display: none;
206 }