|
| 1 | +.thumbnail > img, |
| 2 | +.thumbnail a > img, |
| 3 | +.carousel-inner > .item > img, |
| 4 | +.carousel-inner > .item > a > img { |
| 5 | + display: block; |
| 6 | + max-width: 100%; |
| 7 | + height: auto; |
| 8 | +} |
| 9 | +.btn-group-lg > .btn { |
| 10 | + padding: 10px 16px; |
| 11 | + font-size: 18px; |
| 12 | + line-height: 1.3333333; |
| 13 | + border-radius: 0px; |
| 14 | +} |
| 15 | +.btn-group-sm > .btn { |
| 16 | + padding: 5px 10px; |
| 17 | + font-size: 12px; |
| 18 | + line-height: 1.5; |
| 19 | + border-radius: 0px; |
| 20 | +} |
| 21 | +.btn-group-xs > .btn { |
| 22 | + padding: 1px 5px; |
| 23 | + font-size: 12px; |
| 24 | + line-height: 1.5; |
| 25 | + border-radius: 0px; |
| 26 | +} |
| 27 | +.dl-horizontal dd:before, |
| 28 | +.dl-horizontal dd:after, |
| 29 | +.container:before, |
| 30 | +.container:after, |
| 31 | +.container-fluid:before, |
| 32 | +.container-fluid:after, |
| 33 | +.row:before, |
| 34 | +.row:after, |
| 35 | +.form-horizontal .form-group:before, |
| 36 | +.form-horizontal .form-group:after, |
| 37 | +.btn-toolbar:before, |
| 38 | +.btn-toolbar:after, |
| 39 | +.btn-group-vertical > .btn-group:before, |
| 40 | +.btn-group-vertical > .btn-group:after, |
| 41 | +.nav:before, |
| 42 | +.nav:after, |
| 43 | +.navbar:before, |
| 44 | +.navbar:after, |
| 45 | +.navbar-header:before, |
| 46 | +.navbar-header:after, |
| 47 | +.navbar-collapse:before, |
| 48 | +.navbar-collapse:after, |
| 49 | +.pager:before, |
| 50 | +.pager:after, |
| 51 | +.panel-body:before, |
| 52 | +.panel-body:after, |
| 53 | +.modal-footer:before, |
| 54 | +.modal-footer:after, |
| 55 | +.id7-fixed-width-container:before, |
| 56 | +.id7-fixed-width-container:after, |
| 57 | +.id7-utility-bar:before, |
| 58 | +.id7-utility-bar:after, |
| 59 | +.id7-masthead:before, |
| 60 | +.id7-masthead:after, |
| 61 | +.id7-masthead .id7-masthead-contents:before, |
| 62 | +.id7-masthead .id7-masthead-contents:after, |
| 63 | +.id7-masthead .id7-logo-row:before, |
| 64 | +.id7-masthead .id7-logo-row:after, |
| 65 | +.id7-main-content-area > header:before, |
| 66 | +.id7-main-content-area > header:after, |
| 67 | +.id7-main-content-area > .id7-main-content:before, |
| 68 | +.id7-main-content-area > .id7-main-content:after, |
| 69 | +footer .id7-site-footer:before, |
| 70 | +footer .id7-site-footer:after, |
| 71 | +footer .id7-app-footer:before, |
| 72 | +footer .id7-app-footer:after { |
| 73 | + content: " "; |
| 74 | + display: table; |
| 75 | +} |
| 76 | +.dl-horizontal dd:after, |
| 77 | +.container:after, |
| 78 | +.container-fluid:after, |
| 79 | +.row:after, |
| 80 | +.form-horizontal .form-group:after, |
| 81 | +.btn-toolbar:after, |
| 82 | +.btn-group-vertical > .btn-group:after, |
| 83 | +.nav:after, |
| 84 | +.navbar:after, |
| 85 | +.navbar-header:after, |
| 86 | +.navbar-collapse:after, |
| 87 | +.pager:after, |
| 88 | +.panel-body:after, |
| 89 | +.modal-footer:after, |
| 90 | +.id7-fixed-width-container:after, |
| 91 | +.id7-utility-bar:after, |
| 92 | +.id7-masthead:after, |
| 93 | +.id7-masthead .id7-masthead-contents:after, |
| 94 | +.id7-masthead .id7-logo-row:after, |
| 95 | +.id7-main-content-area > header:after, |
| 96 | +.id7-main-content-area > .id7-main-content:after, |
| 97 | +footer .id7-site-footer:after, |
| 98 | +footer .id7-app-footer:after { |
| 99 | + clear: both; |
| 100 | +} |
| 101 | +.btn-group-lg > .btn { |
| 102 | + border-radius: 6px; |
| 103 | +} |
| 104 | +.btn-group-sm > .btn { |
| 105 | + border-radius: 3px; |
| 106 | +} |
| 107 | +.btn-group-xs > .btn { |
| 108 | + border-radius: 3px; |
| 109 | +} |
1 | 110 | .id7-main-content-area .row-spacer > [class*='col-'] {
|
2 | 111 | padding-top: 20px;
|
3 | 112 | padding-bottom: 20px;
|
@@ -347,3 +456,83 @@ html.no-not-selector .id7-main-content-area .slideshow .carousel-controls a:acti
|
347 | 456 | top: auto;
|
348 | 457 | left: auto;
|
349 | 458 | }
|
| 459 | +ul.branded { |
| 460 | + padding-left: 0; |
| 461 | + list-style: none; |
| 462 | +} |
| 463 | +ul.branded > li { |
| 464 | + font-weight: bold; |
| 465 | +} |
| 466 | +ul.branded > li:before { |
| 467 | + display: inline-block; |
| 468 | + font: normal normal normal 14px/1 FontAwesome; |
| 469 | + font-size: inherit; |
| 470 | + text-rendering: auto; |
| 471 | + -webkit-font-smoothing: antialiased; |
| 472 | + -moz-osx-font-smoothing: grayscale; |
| 473 | + -webkit-transform: translate(0, 0); |
| 474 | + -ms-transform: translate(0, 0); |
| 475 | + -o-transform: translate(0, 0); |
| 476 | + transform: translate(0, 0); |
| 477 | + font-size: 12px; |
| 478 | + content: "\f04b"; |
| 479 | + margin-right: 7.33333333px; |
| 480 | + position: relative; |
| 481 | + top: -1.5px; |
| 482 | +} |
| 483 | +ul.branded > li:before.pull-left { |
| 484 | + margin-right: .3em; |
| 485 | +} |
| 486 | +ul.branded > li:before.pull-right { |
| 487 | + margin-left: .3em; |
| 488 | +} |
| 489 | +ul.branded > li:nth-child(7n + 1):before { |
| 490 | + color: #5b3069; |
| 491 | +} |
| 492 | +ul.branded > li:nth-child(7n + 2):before { |
| 493 | + color: #996b00; |
| 494 | +} |
| 495 | +ul.branded > li:nth-child(7n + 3):before { |
| 496 | + color: #89102c; |
| 497 | +} |
| 498 | +ul.branded > li:nth-child(7n + 4):before { |
| 499 | + color: #797906; |
| 500 | +} |
| 501 | +ul.branded > li:nth-child(7n + 5):before { |
| 502 | + color: #204f79; |
| 503 | +} |
| 504 | +ul.branded > li:nth-child(7n + 6):before { |
| 505 | + color: #be410c; |
| 506 | +} |
| 507 | +ul.branded > li:nth-child(7n + 7):before { |
| 508 | + color: #3f4246; |
| 509 | +} |
| 510 | +blockquote.branded { |
| 511 | + border-left: none; |
| 512 | + padding: 11px; |
| 513 | + color: #5b3069; |
| 514 | + border-top: 1px solid #5b3069; |
| 515 | + background: url(/dist/images/logo-divider-purple.svg) right bottom no-repeat; |
| 516 | + -webkit-background-size: 1130px 41px; |
| 517 | + background-size: 1130px 41px; |
| 518 | + padding-bottom: 40px; |
| 519 | + position: relative; |
| 520 | +} |
| 521 | +blockquote.branded footer { |
| 522 | + color: inherit; |
| 523 | +} |
| 524 | +blockquote.branded footer:before { |
| 525 | + content: none; |
| 526 | +} |
| 527 | +blockquote.branded footer cite { |
| 528 | + font-style: normal; |
| 529 | +} |
| 530 | +blockquote.branded footer { |
| 531 | + position: absolute; |
| 532 | + left: 0px; |
| 533 | + height: 40px; |
| 534 | + overflow: hidden; |
| 535 | + font-size: 75%; |
| 536 | + line-height: 1.5; |
| 537 | + padding: 3px 0; |
| 538 | +} |
0 commit comments