PluginProbe ʕ •ᴥ•ʔ
Hustle – Email Marketing, Lead Generation, Optins, Popups / 4.7.1.1
Hustle – Email Marketing, Lead Generation, Optins, Popups v4.7.1.1
7.8.14.2 7.8.14 7.8.14.1 7.8.13 7.8.13.1 trunk 3.0 3.1 3.1.1 3.1.2 3.1.3 3.1.4 4.3.2 4.4.4 4.4.5 4.4.5.1 4.4.5.4 4.6 4.6.1.1 4.6.1.4 4.7.0.2 4.7.0.3 4.7.0.7 4.7.0.9 4.7.1.0 4.7.1.1 4.8.0.0 5.0.0 5.0.1 5.0.1.1 5.0.1.2 5.1 5.1.1 5.1.2 5.1.3 5.1.3.1 5.1.3.2 5.1.4 5.1.5 6.0 6.0.1 6.0.2 6.0.3 6.0.4.2 6.0.5 6.0.6.1 6.0.7 6.0.8.1 6.0.9 7.0.0.1 7.0.2 7.0.3 7.0.4 7.1.0 7.1.1 7.2.0 7.2.1 7.3.0 7.3.1 7.3.3 7.3.5 7.3.6 7.3.7 7.4.0 7.4.1 7.4.11 7.4.13 7.4.13.1 7.4.2 7.4.3 7.4.4 7.4.5 7.4.5.1 7.4.5.2 7.4.6 7.4.7 7.5.0 7.6.0 7.6.1 7.6.3 7.6.4 7.6.6 7.7.0 7.7.1 7.8.0 7.8.1 7.8.10 7.8.10.1 7.8.10.2 7.8.11 7.8.12 7.8.12.1 7.8.2 7.8.3 7.8.4 7.8.5 7.8.6 7.8.7 7.8.8 7.8.9 7.8.9.1 7.8.9.2 7.8.9.3
wordpress-popup / css / tpl / old-fixed / style.css
wordpress-popup / css / tpl / old-fixed Last commit date
img 12 years ago style.css 11 years ago style.php 12 years ago template.php 11 years ago
style.css
81 lines
1 #messagebox {
2 position: fixed;
3 background: transparent url(%styleurl%img/opaque.png) repeat;
4 padding: 10px;
5 visibility: visible;
6 z-index: 999999;
7 }
8 #messagebox .claimbutton {
9 position: absolute;
10 bottom: 0;
11 right: 0;
12 width: 100%;
13 background: transparent url(%styleurl%img/opaque.png) repeat;
14 text-align: right;
15 padding-top: 5px;
16 padding-bottom: 5px;
17 display: none;
18 }
19 #messagebox .claimbutton a:visited,
20 #messagebox .claimbutton a {
21 font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
22 color: #FFF;
23 text-shadow: #000 1px 1px 0px;
24 font-weight: bold;
25 padding-right: 5px;
26 }
27 #messagebox .wdpu-close {
28 position: absolute;
29 width: 30px;
30 height: 29px;
31 background: transparent url(%styleurl%img/closemessagebland.png) no-repeat;
32 top: -5px;
33 left: -5px;
34 z-index: 5;
35 }
36 #messagebox .wdpu-msg {
37 position: relative;
38 background: #fff;
39 font: 0.9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
40 line-height: normal;
41 height: 100%;
42 overflow: hidden;
43 }
44 #messagebox .wdpu-msg.waiting {
45 background: #fff url(%styleurl%img/loading.gif) no-repeat center center;
46 }
47 #messagebox .wdpu-msg p {
48 position: relative;
49 clear: both;
50 }
51 #messagebox .wdpu-msg h2 {
52 color: #000;
53 font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
54 margin-top: 0px;
55 }
56 #messagebox .wdpu-msg h2 a {
57 text-decoration: none;
58 color: #000;
59 }
60 #messagebox .wdpu-msg blockquote {
61 padding: 0px;
62 font-weight: bold;
63 border-left: 5px solid #ccc;
64 }
65 #messagebox .wdpu-msg blockquote p {
66 padding: 2px 5px;
67 }
68 #messagebox .clear {
69 clear: both;
70 }
71 #messagebox .hide {
72 display: none;
73 }
74 #messagebox:hover .claimbutton {
75 display: block;
76 }
77
78 .wp-admin #messagebox {
79 font-size: 16px;
80 }
81