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