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