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