PluginProbe ʕ •ᴥ•ʔ
10Web Booster – Website speed optimization, Cache & Page Speed optimizer / trunk
10Web Booster – Website speed optimization, Cache & Page Speed optimizer vtrunk
2.33.0 2.30.5 2.30.7 2.30.9 2.31.10 2.31.8 2.32.11 2.32.21 2.32.3 2.32.4 2.32.7 2.6.31 2.6.40 2.6.42 2.6.7 2.7.37 2.7.44 2.7.47 2.8.18 2.8.19 2.8.32 2.8.34 2.8.35 2.9.23 2.9.24 2.9.25 2.9.27 v2.27.4 trunk 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.17 2.0.18 2.0.21 2.0.22 2.0.25 2.0.26 2.0.27 2.0.3 2.0.7 2.0.9 2.10.46 2.10.65 2.10.66 2.10.68 2.11.41 2.11.42 2.11.43 2.12.15 2.12.21 2.12.22 2.12.23 2.12.26 2.13.37 2.13.40 2.13.41 2.13.42 2.13.44 2.13.45 2.13.47 2.14.49 2.14.50 2.15.18 2.17.21 2.17.23 2.18.17 2.19.44 2.19.45 2.19.46 2.19.49 2.2.12 2.2.15 2.2.16 2.2.18 2.2.8 2.20.31 2.20.32 2.20.33 2.21.11 2.21.12 2.21.16 2.21.25 2.22.32 2.23.13 2.23.15 2.23.16 2.23.18 2.24.12 2.24.14 2.24.18 2.25.14 2.26.6 2.28.10 2.28.13 2.28.14 2.28.7 2.29.1 2.29.2 2.29.3 2.3.0 2.3.1 2.3.2 2.3.3 2.30.18
tenweb-speed-optimizer / assets / css / cdn_page.css
tenweb-speed-optimizer / assets / css Last commit date
DataTables-1.10.20 4 years ago autoupdate_banner.css 3 years ago banner_main.css 3 years ago cdn_page.css 3 years ago datatables.min.css 4 years ago jquery.tagsinput.min.css 4 years ago multi-select.css 3 years ago referral_program_page.css 3 years ago settings_basic.css 3 years ago speed.css 3 years ago speed_elementor_dark.css 3 years ago two_admin.css 3 years ago two_admin_bar.css 3 years ago two_preview.css 3 years ago white_label.css 2 years ago
cdn_page.css
277 lines
1 .two-wp-container * {
2 font-family: Open Sans, sans-serif !important;
3 }
4 .two-wp-container {
5 display: flex;
6 justify-content: center;
7 }
8 .two-wp-container p {
9 margin: 0;
10 }
11 .two-container-with-border {
12 position: relative;
13 border-radius: 6px;
14 border: 1px solid #323A4533;
15 background-color: #fff;
16 padding: 25px 20px;
17 color: #323A45;
18 margin-top: 16px;
19 width: 714px;
20 box-sizing: border-box;
21 }
22 .two-container-with-border.two-cloudflare-enabled {
23 position: relative;
24 }
25 .two-cloudflare-active {
26 position: absolute;
27 background: #22B3390D 0% 0% no-repeat padding-box;
28 border: 1px solid #22B33919;
29 border-radius: 6px;
30 padding: 7px 9px;
31 top: 25px;
32 right: 20px;
33 }
34 .two-cloudflare-active-text {
35 font-size: 12px;
36 line-height: 18px;
37 font-weight: 600;
38 padding-right: 8px;
39 border-right: 1px solid #22B33919;
40 }
41 .two-cloudflare-active-icon {
42 width: 20px;
43 height: 20px;
44 padding-right: 28px;
45 position: relative;
46 }
47 .two-cloudflare-active-icon:before {
48 width: 20px;
49 height: 20px;
50 position: absolute;
51 content: '';
52 left: 8px;
53 background: url("../images/check_solid.svg") center no-repeat;
54 }
55 .two-page-main-title {
56 font-size: 16px;
57 line-height: 26px;
58 font-weight: bold;
59 margin-bottom: 2px;
60 padding-left: 40px;
61 position: relative;
62 }
63
64 .two-page-main-title:before {
65 position: absolute;
66 content: '';
67 width: 32px;
68 height: 15px;
69 background: url(../images/cloudflare_icon.svg) no-repeat;
70 left: 0;
71 top: 3px;
72 }
73
74 .two-page-main-desc {
75 font-size: 14px;
76 line-height: 20px;
77 }
78
79 .two-page-main-desc a {
80 text-decoration: underline;
81 color: #2160B5;
82 cursor: pointer;
83 font-weight: 600;
84 }
85 .two-page-main-desc a:hover {
86 opacity: 0.7;
87 }
88
89 .two-button-container-right {
90 display: flex;
91 justify-content: end;
92 }
93
94 .two-button-container-center {
95 display: flex;
96 justify-content: center;
97 flex-wrap: wrap;
98 }
99
100 .two-green-button {
101 margin-top: 30px;
102 width: 260px;
103 height: 40px;
104 background-color: #22B339;
105 border-radius: 6px;
106 color: #fff;
107 text-align: center;
108 text-decoration: none;
109 font-size: 14px;
110 line-height: 20px;
111 font-weight: 600;
112 padding: 10px;
113 box-sizing: border-box;
114 }
115
116 .two-grey-link {
117 width: 100%;
118 text-align: center;
119 font-size: 12px;
120 line-height: 20px;
121 color: #2A2F30;
122 font-weight: 600;
123 margin-top: 10px;
124 }
125 .two-grey-link:hover {
126 text-decoration: none;
127 color: #2A2F30;
128 }
129 .two-green-button.two-cdn-test-button {
130 width: 180px;
131 }
132
133 .two-green-button:hover {
134 opacity: 0.7;
135 color: #fff;
136 }
137
138 .two-cdn-tools {
139 margin-top: 23px;
140 display: flex;
141 justify-content: space-between;
142 flex-direction: row;
143 gap: 8px;
144 }
145
146 .two-main-text {
147 font-size: 12px;
148 line-height: 18px;
149 }
150
151 .two-cdn-tools .two-main-text {
152 font-weight: 600;
153 display: flex;
154 align-items: center;
155 padding: 10px;
156 background-color: #F9F9F9;
157 border-radius: 6px;
158 }
159
160 .two-main-text:not(.two-cdn-not-applied) b {
161 font-size: 16px;
162 line-height: 22px;
163 margin-right: 4px;
164 }
165 .two-main-text img {
166 margin-left: 10px;
167 }
168 .two-cdn-benefits-main-container {
169 margin-top: 15px;
170 }
171 .two-cdn-benefits-head,
172 .two-cdn-test-head {
173 display: flex;
174 justify-content: space-between;
175 align-items: center;
176 flex-direction: row;
177 gap: 10px;
178 margin-bottom: 25px;
179 }
180 .two-cdn-test-head {
181 margin-top: 40px;
182 margin-bottom: 20px;
183 }
184 .two-cdn-benefits-head-title,
185 .two-cdn-test-head-title {
186 white-space: nowrap;
187 font-size: 14px;
188 line-height: 20px;
189 font-weight: bold;
190 }
191 .two-cdn-style-line {
192 width: 100%;
193 border: 1px solid #E4E4E4;
194 }
195 .two-cdn-benefits {
196 display: flex;
197 justify-content: space-between;
198 gap: 10px;
199 margin-top: 25px;
200 flex-wrap: wrap;
201 }
202 .two-cdn-each-benefit {
203 background: #F9F9F9 0% 0% no-repeat padding-box;
204 border-radius: 6px;
205 padding: 16px;
206 width: 49%;
207 box-sizing: border-box;
208 position: relative;
209 }
210 .two-cdn-each-benefit:after {
211 width: 20px;
212 height: 20px;
213 position: absolute;
214 content: '';
215 right: 8px;
216 top: 8px;
217 background: url("../images/check_solid.svg") center no-repeat;
218 }
219 .two-each-benefit-title {
220 font-weight: 600;
221 margin-bottom: 4px;
222 }
223
224 .two-cdn-not-applied {
225 width: 100%;
226 background-color: #F8C3321A;
227 padding: 9px 16px 9px 38px;
228 margin-top: 20px;
229 background-size: 14px;
230 background-image: url(../images/info.svg);
231 background-repeat: no-repeat;
232 background-position: 16px 11px;
233 box-sizing: border-box;
234 }
235
236 .two-cdn-not-applied a {
237 cursor: pointer;
238 color: #2160B5;
239 text-decoration: underline;
240 font-weight: 600;
241 }
242
243 .two-cdn-not-applied a:hover {
244 opacity: 0.7;
245 }
246
247 .two-cdn-test-main-container {
248 margin-bottom: 40px;
249 }
250
251 .two-cdn-test-steps {
252 display: flex;
253 justify-content: space-between;
254 align-items: center;
255 text-align: center;
256 border: 1px solid #323A4533;
257 border-radius: 6px;
258 padding: 15px 0;
259 }
260
261 .two-cdn-test-steps .two-main-text {
262 width: 225px;
263 padding: 5px 0;
264 }
265
266 .two-cdn-test-steps .two-main-text:not(:last-child) {
267 border-right: 1px solid #323A4533;
268 }
269
270 @media screen and (max-width: 600px) {
271 .two-cdn-tools {
272 flex-direction: column;
273 }
274 .two-cdn-each-benefit {
275 width: 100%;
276 }
277 }