PluginProbe ʕ •ᴥ•ʔ
WP Popular Posts / 3.0.0
WP Popular Posts v3.0.0
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 12 years ago index.php 12 years ago wpp.css 12 years ago
admin.css
93 lines
1 .wpp_boxes {
2 display:none;
3 overflow:hidden;
4 width:100%;
5 }
6
7 /* Stats */
8 #wpp-stats-tabs {
9 padding:2px 0;
10 }
11
12 #wpp-stats-canvas {
13 overflow:hidden;
14 padding:2px 0;
15 width:100%;
16 }
17
18 .wpp-stats {
19 display:none;
20 width:96%px;
21 padding:1% 0;
22 font-size:8px;
23 background:#fff;
24 border:#999 3px solid;
25 }
26
27 .wpp-stats-active {
28 display:block;
29 }
30
31 .wpp-stats ol {
32 margin:0;
33 padding:0;
34 }
35
36 .wpp-stats ol li {
37 overflow:hidden;
38 margin:0 8px 10px 8px!important;
39 padding:0 0 2px 0!important;
40 font-size:12px;
41 line-height:12px;
42 color:#999;
43 border-bottom:#eee 1px solid;
44 }
45
46 .wpp-post-title {
47 display:inline;
48 float:left;
49 font-weight:bold;
50 }
51
52 .post-stats {
53 display:inline;
54 float:right;
55 font-size:0.9em!important;
56 text-align:right;
57 color:#999;
58 }
59
60 .wpp-stats-unique-item, .wpp-stats-last-item {
61 margin:0!important;
62 padding:0!important;
63 border:none!important;
64 }
65
66 .wpp-stats p {
67 margin:0;
68 padding:0 8px;
69 font-size:12px;
70 }
71
72 /* FAQ */
73 #wpp_faq {
74 }
75
76 #wpp_faq h4 {
77 margin:18px 0 0 0;
78 }
79
80 #wpp_faq h4 a.active { color:#d74e21; }
81
82 .wpp-ans {
83 /*display:none;*/
84 margin:5px 0 0 0;
85 width:96%;
86 padding:1% 2%;
87 background:#e5e5e5;
88 }
89
90 .wpp-ans p {
91 margin:0 0 0 0;
92 padding:0;
93 }