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