PluginProbe ʕ •ᴥ•ʔ
WP Popular Posts / 3.3.3
WP Popular Posts v3.3.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
117 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:250px;
14 background:#f9f9f9;
15 border: 1px solid #ccc;
16 }
17
18 #wpp_donate { margin-top:15px; }
19
20 #wpp_advertisement { display:none; }
21
22 #wpp_advertisement, #wpp_support { clear:right; }
23
24 .clear {
25 float:none;
26 clear:both;
27 width:100%;
28 }
29
30 /* Stats */
31 #wpp-stats-tabs {
32 padding:2px 0;
33 }
34
35 #wpp-stats-canvas {
36 overflow:hidden;
37 padding:2px 0;
38 width:100%;
39 }
40
41 .wpp-stats {
42 display:none;
43 width:96%px;
44 padding:1% 0;
45 font-size:8px;
46 background:#fff;
47 border:#999 3px solid;
48 }
49
50 .wpp-stats-active {
51 display:block;
52 }
53
54 .wpp-stats ol {
55 margin:0;
56 padding:0;
57 }
58
59 .wpp-stats ol li {
60 /*overflow:hidden;*/
61 margin:0 8px 15px 30px;
62 padding:0;
63 font-size:12px;
64 line-height:12px;
65 color:#999;
66 border-bottom:#eee 1px solid;
67 }
68
69 .wpp-post-title {
70 /*display:inline;
71 float:left;*/
72 font-weight:bold;
73 }
74
75 .post-stats {
76 display:block;
77 padding:5px 0;
78 font-size:0.9em!important;
79 text-align:left;
80 color:#999;
81 }
82
83 .wpp-stats-unique-item, .wpp-stats-last-item {
84 margin-bottom:0!important;
85 border:none!important;
86 }
87
88 .wpp-stats-unique-item .post-stats, .wpp-stats-last-item .post-stats { padding-bottom:0; }
89
90 .wpp-stats p {
91 margin:0;
92 padding:0 8px;
93 font-size:12px;
94 }
95
96 /* FAQ */
97 #wpp_faq {
98 }
99
100 #wpp_faq h4 {
101 margin:18px 0 0 0;
102 }
103
104 #wpp_faq h4 a.active { color:#d74e21; }
105
106 .wpp-ans {
107 /*display:none;*/
108 margin:5px 0 0 0;
109 width:96%;
110 padding:1% 2%;
111 background:#e5e5e5;
112 }
113
114 .wpp-ans p {
115 margin:0 0 0 0;
116 padding:0;
117 }