PluginProbe ʕ •ᴥ•ʔ
Slider Ultimate / trunk
Slider Ultimate vtrunk
trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 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.1.5 1.1.6 1.1.7 1.1.8 1.1.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9
ultimate-slider / assets / css / plugin-deactivation.css
ultimate-slider / assets / css Last commit date
dashboard-review-ask.css 4 years ago ewd-ulb-main.css 4 years ago ewd-us-admin.css 3 years ago ewd-us-blocks.css 4 years ago ewd-us-helper-install-notice.css 4 years ago ewd-us-welcome-screen.css 4 years ago ewd-us.css 4 years ago plugin-deactivation.css 3 years ago
plugin-deactivation.css
78 lines
1 .ewd-us-deactivate-survey-modal {
2 display: none;
3 table-layout: fixed;
4 position: fixed;
5 z-index: 9999;
6 width: 100%;
7 height: 100%;
8 text-align: center;
9 font-size: 14px;
10 top: 0;
11 left: 0;
12 background: rgba(0,0,0,0.8);
13 }
14 .ewd-us-deactivate-survey-wrap {
15 display: table-cell;
16 vertical-align: middle;
17 }
18 .ewd-us-deactivate-survey {
19 background-color: #fff;
20 max-width: 550px;
21 margin: 0 auto;
22 padding: 30px;
23 text-align: left;
24 }
25 .ewd-us-deactivate-survey .error {
26 display: block;
27 color: red;
28 margin: 0 0 10px 0;
29 }
30 .ewd-us-deactivate-survey-title {
31 display: block;
32 font-size: 18px;
33 font-weight: 700;
34 text-transform: uppercase;
35 border-bottom: 1px solid #ddd;
36 padding: 0 0 18px 0;
37 margin: 0 0 18px 0;
38 }
39 .ewd-us-deactivate-survey-title span {
40 color: #999;
41 margin-right: 10px;
42 }
43 .ewd-us-deactivate-survey-desc {
44 display: block;
45 font-weight: 600;
46 margin: 0 0 18px 0;
47 }
48 .ewd-us-deactivate-survey-option {
49 margin: 0 0 10px 0;
50 }
51 .ewd-us-deactivate-survey-option-input {
52 margin-right: 10px !important;
53 }
54 .ewd-us-deactivate-survey-option-details {
55 display: none;
56 width: 90%;
57 margin: 10px 0 0 30px;
58 }
59 .ewd-us-deactivate-survey-footer {
60 margin-top: 18px;
61 }
62 .ewd-us-deactivate-survey-deactivate {
63 float: right;
64 font-size: 13px;
65 color: #ccc;
66 text-decoration: none;
67 padding-top: 7px;
68 }
69
70 /*************************************
71 * "Try Premium" Upgrade Link
72 *************************************/
73 /* We also style the upgrade link here since this file loads on the plugins listing screen */
74
75 .ewd-us-plugin-page-upgrade-link {
76 color: #1da867;
77 font-weight: 600;
78 }