PluginProbe ʕ •ᴥ•ʔ
WP Popular Posts / 3.2.3
WP Popular Posts v3.2.3
4.0.8 4.0.9 4.1.0 4.1.1 4.1.2 4.2.0 4.2.1 4.2.2 5.0.0 5.0.1 5.0.2 5.1.0 5.2.0 5.2.1 5.2.2 5.2.3 5.2.4 5.3.0 5.3.1 5.3.2 5.3.3 5.3.4 5.3.5 5.3.6 5.4.0 5.4.1 5.4.2 5.5.0 5.5.1 6.0.0 6.0.1 6.0.2 6.0.3 6.0.4 6.0.5 6.1.0 6.1.1 6.1.2 6.1.3 6.1.4 6.2.0 6.2.1 6.3.0 6.3.1 6.3.2 6.3.3 6.3.4 6.4.0 6.4.1 6.4.2 7.0.0 7.0.1 7.1.0 7.2.0 7.3.0 7.3.1 7.3.2 7.3.3 7.3.4 7.3.5 7.3.6 7.3.7 7.3.8 7.4.0 trunk 2.3.7 3.0.0 3.0.1 3.0.2 3.0.3 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 3.2.3 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 4.0.0 4.0.1 4.0.10 4.0.11 4.0.12 4.0.13 4.0.2 4.0.3 4.0.5 4.0.6
wordpress-popular-posts / style / admin.css
wordpress-popular-posts / style Last commit date
admin.css 10 years ago index.php 10 years ago wpp.css 10 years ago
admin.css
115 lines
1 .wpp_boxes {
2 display:none;
3 overflow:hidden;
4 width:100%;
5 }
6
7 .wpp_box {
8 overflow:hidden;
9 display:inline;
10 float:right;
11 margin:0 0 15px 0;
12 padding:10px;
13 width:230px;
14 background:#f9f9f9;
15 border: 1px solid #ccc;
16 }
17
18 #wpp_donate { margin-top:15px; }
19
20 #wpp_support { clear:right; }
21
22 .clear {
23 float:none;
24 clear:both;
25 width:100%;
26 }
27
28 /* Stats */
29 #wpp-stats-tabs {
30 padding:2px 0;
31 }
32
33 #wpp-stats-canvas {
34 overflow:hidden;
35 padding:2px 0;
36 width:100%;
37 }
38
39 .wpp-stats {
40 display:none;
41 width:96%px;
42 padding:1% 0;
43 font-size:8px;
44 background:#fff;
45 border:#999 3px solid;
46 }
47
48 .wpp-stats-active {
49 display:block;
50 }
51
52 .wpp-stats ol {
53 margin:0;
54 padding:0;
55 }
56
57 .wpp-stats ol li {
58 /*overflow:hidden;*/
59 margin:0 8px 15px 30px;
60 padding:0;
61 font-size:12px;
62 line-height:12px;
63 color:#999;
64 border-bottom:#eee 1px solid;
65 }
66
67 .wpp-post-title {
68 /*display:inline;
69 float:left;*/
70 font-weight:bold;
71 }
72
73 .post-stats {
74 display:block;
75 padding:5px 0;
76 font-size:0.9em!important;
77 text-align:left;
78 color:#999;
79 }
80
81 .wpp-stats-unique-item, .wpp-stats-last-item {
82 margin-bottom:0!important;
83 border:none!important;
84 }
85
86 .wpp-stats-unique-item .post-stats, .wpp-stats-last-item .post-stats { padding-bottom:0; }
87
88 .wpp-stats p {
89 margin:0;
90 padding:0 8px;
91 font-size:12px;
92 }
93
94 /* FAQ */
95 #wpp_faq {
96 }
97
98 #wpp_faq h4 {
99 margin:18px 0 0 0;
100 }
101
102 #wpp_faq h4 a.active { color:#d74e21; }
103
104 .wpp-ans {
105 /*display:none;*/
106 margin:5px 0 0 0;
107 width:96%;
108 padding:1% 2%;
109 background:#e5e5e5;
110 }
111
112 .wpp-ans p {
113 margin:0 0 0 0;
114 padding:0;
115 }