PluginProbe ʕ •ᴥ•ʔ
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel / trunk
WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel vtrunk
trunk 0.9.0 0.9.1 1.0.0 1.0.1 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.2.0 1.2.1 1.2.10 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 1.4.14 1.4.15 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0
wp-all-export / static / css / upgrade-notice.css
wp-all-export / static / css Last commit date
admin-ie.css 12 years ago admin-wp-3.8.css 12 years ago admin-wp-4.4.css 10 years ago admin.css 4 weeks ago scheduling.css 4 weeks ago upgrade-notice.css 4 years ago upgrade-notice.css.map 4 years ago upgrade-notice.scss 4 years ago
upgrade-notice.css
148 lines
1 .wpallexport-plugin .wpallexport-upgrade-notice {
2 text-align: center;
3 padding: 60px 20px 20px 20px;
4 }
5 .wpallexport-plugin .wpallexport-upgrade-notice h1 {
6 font-size: 32px;
7 font-weight: 700;
8 }
9 .wpallexport-plugin .wpallexport-upgrade-notice a.custom-close {
10 content: "";
11 height: 12px;
12 width: 12px;
13 position: absolute;
14 background-image: url("../img/upgrade-notice/dismiss.svg");
15 background-repeat: no-repeat;
16 background-size: 12px;
17 top: 25px;
18 right: 35px;
19 }
20 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade h2 {
21 font-size: 20px;
22 color: #41515F;
23 font-weight: 400;
24 width: 70%;
25 margin: auto;
26 line-height: 1.2;
27 }
28 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .perks {
29 display: flex;
30 justify-content: center;
31 margin: 40px 0;
32 }
33 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .perks > li {
34 padding: 0;
35 list-style-type: none;
36 padding: 0 20px;
37 }
38 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .perks > li > span {
39 display: flex;
40 flex-direction: column;
41 justify-content: center;
42 align-items: center;
43 font-size: 14px;
44 font-weight: 900;
45 color: #02182B;
46 }
47 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .perks > li > span:before {
48 content: "";
49 display: inline-flex;
50 height: 64px;
51 width: 64px;
52 background-size: 64px 64px;
53 background-repeat: no-repeat;
54 padding-bottom: 15px;
55 }
56 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .perks > li > small {
57 font-size: 14px;
58 color: #41515F;
59 line-height: 1.5;
60 }
61 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .perks > li.guarantee > span:before {
62 background-image: url("../img/upgrade-notice/guarantee.svg");
63 }
64 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .perks > li.updates > span:before {
65 background-image: url("../img/upgrade-notice/updates.svg");
66 }
67 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .perks > li.support > span:before {
68 background-image: url("../img/upgrade-notice/support.svg");
69 }
70 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .perks > li.license > span:before {
71 background-image: url("../img/upgrade-notice/license.svg");
72 }
73 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .features {
74 display: flex;
75 justify-content: center;
76 padding: 35px 0;
77 }
78 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .features .column {
79 width: 40%;
80 display: flex;
81 flex-direction: column;
82 align-items: flex-start;
83 }
84 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .features .column.list > span {
85 display: flex;
86 align-items: center;
87 margin: 6px 0;
88 font-size: 16px;
89 }
90 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .features .column.list > span:before {
91 content: "";
92 display: inline-flex;
93 height: 16px;
94 width: 16px;
95 background-image: url("../img/upgrade-notice/check.svg");
96 background-size: 16px;
97 margin-right: 12px;
98 }
99 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .features .column.cta {
100 justify-content: flex-end;
101 align-items: center;
102 padding-bottom: 10px;
103 }
104 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade > .features .column.cta > span {
105 color: #41515F;
106 font-size: 13px;
107 margin-top: 10px;
108 }
109 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade .trusted {
110 display: block;
111 }
112 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade p.already-have {
113 margin: 0;
114 }
115 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade p.already-have a {
116 color: rgba(65, 81, 95, 0.61);
117 font-size: 13px;
118 cursor: pointer;
119 }
120 .wpallexport-plugin .wpallexport-upgrade-notice .upgrade .upgrade-button {
121 display: flex;
122 align-items: center;
123 justify-content: center;
124 color: #fff;
125 background-color: #00B3B6;
126 font-size: 20px;
127 font-weight: 600;
128 border-radius: 7px;
129 width: 100%;
130 height: 64px;
131 border: none;
132 }
133 .wpallexport-plugin .wpallexport-upgrade-notice .install {
134 display: none;
135 }
136 .wpallexport-plugin .wpallexport-upgrade-notice .install p {
137 margin-top: 30px;
138 font-size: 16px;
139 }
140 .wpallexport-plugin .wpallexport-upgrade-notice .install a {
141 font-size: 16px;
142 }
143 .wpallexport-plugin .wpallexport-upgrade-notice .wp-pointer-buttons {
144 display: none;
145 }
146
147 /*# sourceMappingURL=upgrade-notice.css.map */
148