PluginProbe ʕ •ᴥ•ʔ
Custom Twitter Feeds – A Tweets Widget or X Feed Widget / 2.8.0
Custom Twitter Feeds – A Tweets Widget or X Feed Widget v2.8.0
2.8.0 2.7.0 2.6.1 2.6.0 1.0 1.0.1 1.1 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.2 1.2.1 1.2.10 1.2.11 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 1.4 1.4.1 1.5 1.5.1 1.6 1.6.1 1.7 1.8 1.8.1 1.8.2 1.8.3 1.8.4 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1 2.1.1 2.1.2 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.5.4 2.5.5 trunk
custom-twitter-feeds / admin / assets / css / about.css
custom-twitter-feeds / admin / assets / css Last commit date
about.css 3 weeks ago admin-notifications.css 3 weeks ago cff-admin-style.css 3 weeks ago settings.css 3 weeks ago support.css 3 weeks ago
about.css
577 lines
1 /*
2 * About Us CSS TABLE OF CONTENTS
3 *
4 * 1.0 - GLOBAL
5 * 2.0 - HEADER
6 * 3.0 - 3.0 - ABOUT US CONTAINER
7 * 3.1 - SECTION HEADER
8 * 3.2 - ABOUT TEAM BOX
9 * 3.3 - PLUGINS BOX
10 * 4.0 - STICKY WIDGET
11 * 5.0 - RESPONSIVENESS
12 */
13
14 /*** 1.0 - GLOBAL ***/
15 .clearfix { display: inline-block; }
16 /* start commented backslash hack \*/
17 * html .clearfix { height: 1%; }
18 .clearfix { display: block; }
19 #ctf-about {
20 -webkit-font-smoothing: antialiased;
21 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
22 }
23 #wpcontent,
24 .twitter-feeds_page_ctf-about-us #wpcontent,
25 .twitter-feeds-1_page_ctf-about-us #wpcontent {
26 padding-left: 0;
27 }
28 #wpbody-content {
29 padding-bottom: 40px;
30 }
31 .clearfix:after {
32 visibility: hidden;
33 display: block;
34 font-size: 0;
35 content: " ";
36 clear: both;
37 height: 0;
38 }
39 /*orange*/
40 .sb-btn-orange{
41 background: #FE544F!important;
42 color: #fff!important;
43 }
44 .sb-btn-orange:hover{
45 background: #EC352F!important;
46 color: #fff!important;
47 }
48 .sb-btn-orange:focus,
49 .sb-btn-orange:active{
50 background: #BC120E!important;
51 color: #fff!important;
52 }
53 .ctf-fb-full-wrapper{
54 padding: 0 53px;
55 padding-top: 82px;
56 }
57 .ctf-fb-fs {
58 width: 100%;
59 position: relative;
60 float: left;
61 box-sizing: border-box;
62 }
63
64 /*** 2.0 - HEADER ***/
65 .ctf-fb-create-ctn{
66 margin-top: 90px;
67 }
68 .ctf-fb-header{
69 height: 64px;
70 position: absolute;
71 display: flex;
72 flex-direction: row;
73 justify-content: space-between;
74 align-items: center;
75 background: #fff;
76 padding: 0 52px;
77 z-index: 2;
78 }
79 .ctf-fb-header-left {
80 display: flex;
81 }
82 .ctf-fb-header-left .sb-social-wall-link-wrap {
83 margin-left: 30px;
84 }
85 .sb-social-wall-link-wrap {
86 display: flex;
87 font-size: 14px;
88 margin: 10px 0 10px 30px;
89 }
90 .sb-social-wall-link:first-child {
91 padding-left: 0;
92 border-right: 1px solid #ccc;
93 color: #0068A0!important;
94 line-height: 1;
95 }
96 .sb-social-wall-link {
97 padding: 0 12px;
98 border-right: 1px solid #ccc;
99 color: #0068A0!important;
100 line-height: 1;
101 }
102 .sb-social-wall-link a {
103 text-decoration: none;
104 }
105 .sb-social-wall-link a:focus {
106 box-shadow: none;
107 }
108 .sb-social-wall-link:last-child {
109 border-right: none;
110 }
111 .ctf-fb-hd-logo{
112 display: flex;
113 vertical-align: middle;
114 align-items: center;
115 gap: 5px;
116 }
117 .ctf-fb-hd-logo .sb-logo-letters-wrap {
118 margin-bottom: 4px;
119 }
120 .ctf-fb-hd-logo .breadcrumb-title{
121 font-size: 14px;
122 font-weight: 400;
123 line-height: 22px;
124 letter-spacing: 0;
125 margin-left: 4px;
126 }
127 .ctf-fb-hd-logo .separator{
128 margin: 0 5px 0 10px;
129 }
130 .ctf-fb-hd-btn{
131 height: 38px;
132 cursor: pointer;
133 display: flex;
134 flex-direction: row;
135 justify-content: center;
136 align-items: center;
137 padding: 0 15px 0 16px;
138 font-weight: 600;
139 font-size:14px;
140 color: #353A41;
141 background: #F3F4F5;
142 border-radius: 2px;
143 border: 1px solid #DCDDE1;
144 position: relative;
145 text-decoration: none;
146 transition: all 0.15s ease-in-out;
147 }
148 .ctf-fb-hd-btn:focus {
149 box-shadow: none;
150 }
151 .ctf-fb-hd-btn:hover {
152 color: inherit;
153 background-color: #fff;
154 }
155 .ctf-fb-hd-btn i{
156 margin: 0 5px;
157 }
158 .ctf-fb-hd-btn[data-icon="left"]{
159 padding-right: 20px!important;
160 }
161 .ctf-fb-full-wrapper .section-header h1 {
162 font-size: 32px;
163 line-height: 40px;
164 }
165 /*** 3.0 - SB CONTAINER ***/
166 .ctf-sb-container {
167 max-width: 900px;
168 position: relative;
169 margin: auto;
170 margin-top: 33px;
171 box-sizing: border-box;
172 }
173
174 /*** 3.1 - SECTION HEADER ***/
175 .ctf-section-header h2 {
176 font-weight: 600;
177 font-size: 32px;
178 line-height: 40px;
179 color: #141B38;
180 margin: 0 0 5px 0;
181 }
182
183 .ctf-section-header p {
184 font-size: 13px;
185 line-height: 18px;
186 color: #8C8F9A;
187 margin: 0;
188 }
189 .ctf-section-second-header {
190 margin-top: 36px;
191 }
192 .ctf-section-second-header h3 {
193 font-weight: 600;
194 font-size: 24px;
195 line-height: 29px;
196 color: #141B38;
197 margin: 0 0 5px 0;
198 }
199 .ctf-section-second-header p {
200 font-size: 14px;
201 line-height: 22px;
202 color: #8C8F9A;
203 margin-top: 0;
204 }
205 .ctf-oembed-plugin-box {
206 background: #FFFFFF;
207 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 5px rgba(0, 0, 0, 0.05);
208 margin-bottom: 10px;
209 padding: 12px 20px;
210 display: flex;
211 justify-content: space-between;
212 align-items: center;
213 }
214 .sb-action-buttons .ctf-btn {
215 display: flex;
216 align-items: center;
217 vertical-align: middle;
218 justify-content: center;
219 background: #F3F4F5;
220 border: 1px solid #DCDDE1;
221 box-sizing: border-box;
222 border-radius: 2px;
223 padding: 6px 19px;
224 font-weight: 600;
225 font-size: 12px;
226 line-height: 18px;
227 color: #141B38;
228 letter-spacing: 0.2px;
229 cursor: pointer;
230 text-decoration: none;
231 transition: all 0.15s ease-in-out;
232 }
233 .sb-action-buttons .ctf-btn:hover {
234 background: #FFFFFF;
235 border: 1px solid #D0D1D7;
236 }
237 .sb-action-buttons .ctf-btn:focus,
238 .sb-action-buttons .ctf-btn:active {
239 background: #E8E8EB;
240 border: 1px solid #D0D1D7;
241 box-shadow: none;
242 }
243 .sb-action-buttons .ctf-btn.loading svg {
244 height: 13px;
245 transform: translate(0px, 2px);
246 }
247 .sb-action-buttons .ctf-btn.sb-btn-add svg {
248 margin-right: 10px;
249 height: 10px;
250 }
251 .sb-action-buttons .ctf-btn.sb-btn-add path {
252 fill: #141B38;
253 }
254 .sb-action-buttons .ctf-btn.sb-btn-installed {
255 background: #E8E8EB;
256 color: #8C8F9A;
257 cursor: not-allowed
258 }
259 .sb-action-buttons .ctf-btn.sb-btn-add {
260 min-width: 110px;
261 }
262 .sb-action-buttons .ctf-btn.sb-btn-activate {
263 background-color: #0068A0;
264 border-color: #0068A0;
265 color: #fff;
266 }
267 .sb-action-buttons .ctf-btn.sb-btn-activate:hover {
268 background-color: #0096CC;
269 border-color: #0096CC;
270 }
271 .sb-action-buttons .ctf-btn.sb-btn-activate:focus,
272 .sb-action-buttons .ctf-btn.sb-btn-activate:active {
273 background-color: #004D77;
274 border-color: #004D77;
275 }
276 .sb-action-buttons .ctf-btn.sb-btn-deactivate {
277 background-color: #D72C2C;
278 border-color: #D72C2C;
279 color: #fff;
280 display: none;
281 }
282 .sb-action-buttons .ctf-btn.sb-btn-deactivate:hover {
283 background-color: #DF5757;
284 border-color: #DF5757;
285 }
286 .sb-action-buttons .ctf-btn.sb-btn-deactivate:focus,
287 .sb-action-buttons .ctf-btn.sb-btn-deactivate:active {
288 background-color: #841919;
289 border-color: #841919;
290 }
291 .sb-action-buttons .ctf-btn:not(:last-child) {
292 margin-right: 8px;
293 }
294 .sb-btn-add-plugin svg {
295 height: 10px;
296 margin-right: 10px;
297 }
298 .sb-btn-add-plugin svg path {
299 fill: #141B38;
300 }
301 .sb-btn-installed svg {
302 margin-right: 10px;
303 }
304 /*** 3.2 - ABOUT TEAM BOX ***/
305 .ctf-about-box {
306 margin-top: 11px;
307 }
308 .ctf-about-box .sb-team-avatar {
309 padding: 55px 0 50px;
310 background-image: linear-gradient(to right, #0068A0 , #0096CC);
311 text-align: center;
312 }
313 .ctf-about-box .sb-team-avatar img {
314 max-width: 100%;
315 width: 603px;
316 }
317 .ctf-about-box .sb-team-info {
318 display: flex;
319 padding: 48px;
320 background: #fff;
321 box-shadow: 0 1px 2px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
322 border-radius: 0 0 2px 2px;
323 text-align: left;
324 }
325 .sb-team-info > div {
326 min-width: 50%;
327 }
328 .ctf-about-box .sb-team-info .sb-team-left h2 {
329 font-size: 24px;
330 line-height: 29px;
331 letter-spacing: 0;
332 color: #141B38;
333 margin: 0;
334 padding-right: 5px;
335 }
336 .ctf-about-box .sb-team-info .sb-team-right {
337 padding-left: 37px;
338 max-width: 365px;
339 box-sizing: border-box;
340 }
341 .ctf-about-box .sb-team-info .sb-team-right p {
342 font-size: 14px;
343 line-height: 22px;
344 color: #64748B;
345 margin-top: 0;
346 }
347
348 /*** 3.3 - EXTENSION PLUGINS BOX CONTAINER ***/
349 .ctf-plugins-boxes-container {
350 display: flex;
351 flex-wrap: wrap;
352 align-items: center;
353 justify-content: space-between;
354 margin-top: 20px;
355 gap: 12px;
356 }
357 .ctf-plugins-boxes-container.sb-recommended-plugins {
358 margin-top: 26px;
359 }
360 .ctf-plugins-boxes-container .sb-plugins-box{
361 background-color: #fff;
362 padding: 20px 16px;
363 box-shadow: 0 1px 2px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
364 border-radius: 4px;
365 display: flex;
366 width: calc((100% / 2) - 6px);
367 box-sizing: border-box;
368 }
369 .ctf-plugins-boxes-container .sb-plugins-box .icon {
370 max-width: 80px;
371 padding-right: 5px;
372 box-sizing: border-box;
373 width: 80px;
374 min-width: 72px;
375 }
376 .ctf-plugins-boxes-container.sb-recommended-plugins .sb-plugins-box .icon {
377 max-width: 80px;
378 padding-right: 23px;
379 box-sizing: border-box;
380 width: 80px;
381 min-width: 72px;
382 padding-left: 8px;
383 }
384 .ctf-plugins-boxes-container .sb-plugins-box .icon img {
385 max-width: 100%;
386 }
387 .sb-plugins-box .sb-box-title {
388 font-weight: 600;
389 font-size: 16px;
390 line-height: 22px;
391 color: #141B38;
392 margin-top: 0;
393 margin-bottom: 5px;
394 }
395 .sb-plugins-box .sb-box-description {
396 margin: 0;
397 font-size: 13px;
398 line-height: 18px;
399 color: #8C8F9A;
400 }
401 .sb-recommended-plugins .sb-plugins-box .sb-box-description {
402 min-height: 69px;
403 }
404 .sb-plugins-box .sb-action-buttons {
405 margin-top: 20px;
406 display: flex;
407 }
408
409 .ctf-plugins-boxes-container .sb-plugins-box.ctf-social-wall-plugin-box {
410 padding: 27px 20px 35px 120px;
411 flex-basis: 100%;
412 margin-right: 0;
413 justify-content: center;
414 position: relative;
415 overflow: hidden;
416 }
417 .ctf-social-wall-plugin-box .sb-action-buttons .sb-btn-add {
418 padding: 6px 4px 6px 15px;
419 }
420 .ctf-social-wall-plugin-box .sb-action-buttons .sb-btn-add span {
421 margin-left: 12px;
422 }
423 .ctf-plugins-boxes-container .sb-plugins-box.ctf-social-wall-plugin-box .plugin-box-content {
424 z-index: 11;
425 }
426 .ctf-social-wall-plugin-box .sb-box-title {
427 font-size: 24px;
428 line-height: 27px;
429 letter-spacing: 0;
430 color: #141B38;
431 }
432 .ctf-social-wall-plugin-box .sb-box-description {
433 font-size: 14px;
434 line-height: 22px;
435 color: #8C8F9A;
436 }
437 .ctf-social-wall-plugin-box .sb-box-bg-image {
438 position: absolute;
439 z-index: 0;
440 left: -40px;
441 width: 356px;
442 top: 0;
443 }
444 .ctf-social-wall-plugin-box .sb-box-bg-image img {
445 max-width: 100%;
446 }
447
448
449 /*** 5.0 - RESPONSIVENESS ***/
450 @media (max-width: 1024px) {
451 .ctf-extensions-boxes-container .sb-extensions-box{
452 width: calc(48% - 33px);
453 }
454 .ctf-extensions-boxes-container .sb-extensions-box:not(:nth-child(3n)) {
455 margin-right: 0;
456 }
457 .ctf-extensions-boxes-container .sb-extensions-box:not(:nth-child(2n)) {
458 margin-right: 12px;
459 }
460 .ctf-plugins-boxes-container {
461 padding-right: 0;
462 }
463 .ctf-social-wall-plugin-box .sb-box-bg-image {
464 left: -45px;
465 }
466 .ctf-plugins-boxes-container .sb-plugins-box.ctf-social-wall-plugin-box {
467 padding: 27px 20px 22px 130px;
468 }
469 .ctf-section-second-header {
470 padding-right: 15px;
471 }
472 }
473 @media (min-width: 768px) and (max-width: 1024px) {
474 .ctf-social-wall-plugin-box .sb-box-bg-image {
475 left: -85px;
476 }
477 .sb-action-buttons .ctf-btn {
478 padding: 6px 15px;
479 }
480 .sb-recommended-plugins .sb-plugins-box {
481 min-height: 209px;
482 }
483 .sb-recommended-plugins .sb-plugins-box .sb-box-description {
484 min-height: 90px;
485 }
486
487 }
488 @media (max-width: 767px) {
489 .auto-fold #wpcontent {
490 padding-left: 0;
491 }
492 .ctf-fb-full-wrapper {
493 padding: 70px 20px 0 20px;
494 }
495 .ctf-fb-hd-btn {
496 padding: 0 15px 0 7px;
497 }
498 .ctf-fb-header {
499 padding: 0 20px;
500 }
501 .ctf-about-box .sb-team-info {
502 padding: 30px;
503 }
504 .ctf-plugins-boxes-container .sb-plugins-box {
505 width: 100%;
506 }
507 .ctf-plugins-boxes-container .sb-plugins-box.ctf-social-wall-plugin-box {
508 display: flex;
509 flex-direction: column;
510 padding: 0;
511 }
512 .ctf-social-wall-plugin-box .sb-box-bg-image {
513 position: initial;
514 background-color: #c3d7f3;
515 width: 100%;
516 height: 190px;
517 }
518 .ctf-plugins-boxes-container .sb-plugins-box.ctf-social-wall-plugin-box .plugin-box-content {
519 padding: 18px 24px 24px;
520 }
521 .ctf-social-wall-plugin-box .sb-box-title {
522 font-size: 18px;
523 }
524 .ctf-social-wall-plugin-box .sb-box-bg-image img {
525 max-width: 401px;
526 }
527 .ctf-about-box .sb-team-info {
528 flex-direction: column;
529 }
530 .ctf-about-box .sb-team-info .sb-team-right {
531 padding-left: 0;
532 max-width: none;
533 margin-top: 30px;
534 }
535
536 .sb-recommended-plugins .sb-plugins-box .sb-box-description {
537 min-height: initial;
538 }
539 .ctf-about-box .sb-team-avatar {
540 display: none;
541 }
542 .ctf-about-box .sb-team-info .sb-team-left h2 {
543 font-size: 21px;
544 }
545 }
546
547 @media (max-width: 570px) {
548 .ctf-extensions-boxes-container .sb-extensions-box {
549 width: calc(100% - 30px);
550 }
551 .ctf-plugins-boxes-container {
552 padding-right: 0;
553 }
554 .ctf-plugins-boxes-container .sb-plugins-box:not(:nth-child(2n)) {
555 margin-right: 0;
556 }
557 }
558
559 @media (max-width: 480px) {
560 .ctf-fb-hd-btn {
561 padding: 0 10px 0 7px !important;
562 }
563 .ctf-fb-hd-btn[data-icon="left"] {
564 padding-right: 10px!important;
565 }
566 .ctf-plugins-boxes-container .sb-plugins-box .icon {
567 width: 60px;
568 min-width: 60px;
569 }
570 .ctf-plugins-boxes-container.sb-recommended-plugins .sb-plugins-box .icon {
571 padding-right: 11px;
572 width: 58px;
573 min-width: 58px;
574 padding-left: 8px;
575 }
576 }
577