Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.21 KB | None | 0 0
  1. html:not(.ms-dialog) body:not(.ms-dialogBody) #s4-bodyContainer {
  2.   width: auto !important;
  3. }
  4. @media (min-width: 1201px) {
  5.   html:not(.ms-dialog) body:not(.ms-dialogBody) #s4-bodyContainer {
  6.     min-width: 1201px;
  7.     max-width: 80%;
  8.   }
  9. }
  10. html:not(.ms-dialog) body:not(.ms-dialogBody) #s4-bodyContainer #contentRow,
  11. html:not(.ms-dialog) body:not(.ms-dialogBody) #s4-bodyContainer #s4-titlerow {
  12.   max-width: none;
  13. }
  14. .bz-widget__container {
  15.   width: 94%;
  16.   padding-left: 3%;
  17.   padding-right: 3%;
  18. }
  19. .bz-webpart .card-corporate__image {
  20.   width: 100%;
  21. }
  22. .loadingstate-start {
  23.   width: 100%;
  24. }
  25. .bz-subheader-wrapper--fixed-width {
  26.   max-width: none;
  27. }
  28. #js-beezy-toolbar #top-header-menu {
  29.   margin-left: 20px;
  30. }
  31. @media (min-width: 1201px) {
  32.   #js-beezy-toolbar #top-header-menu {
  33.     min-width: 52rem;
  34.     max-width: none;
  35.   }
  36. }
  37.  
  38. #toolbar-search {
  39.   height: 4.25rem;
  40.   padding-top: 0.85rem;
  41. }
  42. #toolbar-search .bz-popover__container--trigger {
  43.   background-color: transparent;
  44.   padding-top: 0 !important;
  45. }
  46.  
  47. #toolbar-search .bz-layout-search__wrapper.bz-input-text__row {
  48.   background-color: white;
  49. }
  50. #js-beezy-toolbar #top-header-menu > li:hover {
  51.   background-color: #003659;
  52. }
  53. #js-beezy-toolbar #top-header-menu .header-menu__link > a,
  54. #js-beezy-toolbar #top-header-menu > li > a {
  55.   color: rgba(255, 255, 255, 0.85);
  56.   font-family: sc_segoe-ui_semibold, "Segoe UI Semibold", sc_segoe-ui_normal,
  57.     "Segoe UI", Segoe, Tahoma, Verdana, Arial, sans-serif;
  58. }
  59. @media (min-width: 761px) {
  60.   #js-beezy-toolbar #top-header-menu .header-menu__link > a,
  61.   #js-beezy-toolbar #top-header-menu > li > a {
  62.     padding: 1.4em 1.25rem 1.4rem;
  63.     font-weight: 500;
  64.     font-size: 15px;
  65.   }
  66. }
  67. #js-beezy-toolbar #top-header-menu .header-menu__link > a:hover,
  68. #js-beezy-toolbar #top-header-menu > li > a:hover {
  69.   color: #fff;
  70. }
  71. #js-beezy-toolbar #top-header-menu .header-menu__link > a:hover:after,
  72. #js-beezy-toolbar #top-header-menu > li > a:hover:after {
  73.   border-top-color: #fff;
  74. }
  75. #js-beezy-toolbar #top-header-menu .header-menu__link > a:after,
  76. #js-beezy-toolbar #top-header-menu > li > a:after {
  77.   border-top-color: rgba(255, 255, 255, 0.85);
  78. }
  79. @media (min-width: 761px) {
  80.   #js-beezy-toolbar #top-header-menu .menu-container {
  81.     width: 100%;
  82.     margin: 0;
  83.     top: 4.2rem;
  84.   }
  85. }
  86. @media (min-width: 761px) {
  87.   #js-beezy-toolbar #top-header-menu .menu-container .megamenu__column--1-4 {
  88.     width: calc((100% - 60px) / 4);
  89.   }
  90. }
  91. #js-beezy-toolbar #toolbar a {
  92.   opacity: 0.85;
  93.   padding: 0.75rem 0.6rem;
  94. }
  95. #js-beezy-toolbar #toolbar a:hover {
  96.   opacity: 1;
  97.   background-color: #003659;
  98. }
  99. @media (min-width: 761px) {
  100.   #js-beezy-toolbar #toolbar {
  101.     margin-top: 0.55rem;
  102.   }
  103. }
  104. html:not(.ms-dialog) body:not(.ms-dialogBody) #banner-container {
  105.   background-color: #005d99;
  106. }
  107. @media (max-width: 760px) {
  108.   html:not(.ms-dialog) body:not(.ms-dialogBody) #s4-titlerow {
  109.     background-color: #005d99;
  110.   }
  111. }
  112. @media (min-width: 761px) {
  113.   html:not(.ms-dialog) body:not(.ms-dialogBody) #banner-container,
  114.   html:not(.ms-dialog) body:not(.ms-dialogBody) #mp-banner-container,
  115.   html:not(.ms-dialog) body:not(.ms-dialogBody) #s4-titlerow {
  116.     height: 4.2rem;
  117.   }
  118. }
  119. html:not(.ms-dialog) body:not(.ms-dialogBody) #siteIcon {
  120.   height: auto;
  121. }
  122. @media (min-width: 76px) {
  123.   html:not(.ms-dialog) body:not(.ms-dialogBody) #siteIcon {
  124.     margin: 18px 0;
  125.     width: auto;
  126.     max-width: none;
  127.     max-height: none;
  128.     max-width: 153px;
  129.   }
  130.   html:not(.ms-dialog) body:not(.ms-dialogBody) #siteIcon #DeltaSiteLogo a {
  131.     line-height: 1;
  132.   }
  133.   html:not(.ms-dialog) body:not(.ms-dialogBody) #siteIcon #DeltaSiteLogo a img {
  134.     max-width: 153px;
  135.     width: 100%;
  136.   }
  137. }
  138. @media (min-width: 1201px) {
  139.   .bz-webpart #js-beezy-carousel .home-section-images__container__inner {
  140.     height: 19rem;
  141.   }
  142. }
  143. .bz-webpart
  144.   #js-beezy-carousel
  145.   .home-section-images__container__inner
  146.   .background-cover--center-center {
  147.   background-position: center center !important;
  148. }
  149. @media (max-width: 1200px) {
  150.   .bz-webpart
  151.     #js-beezy-carousel
  152.     .home-section-images__container__inner
  153.     .images-section__list
  154.     .images-section__list__item {
  155.     margin: 0 0 0.125rem 0 !important;
  156.   }
  157. }
  158. @media (min-width: 1201px) {
  159.   .bz-webpart #js-beezy-carousel .images__item_medium {
  160.     height: 8rem;
  161.   }
  162. }
  163. .bz-webpart #js-beezy-carousel .images__item_button {
  164.   background-size: 100%;
  165. }
  166. @media (min-width: 1201px) {
  167.   .bz-webpart #js-beezy-carousel .images__item_button {
  168.     height: 2.8rem;
  169.     width: 36.18644%;
  170.   }
  171. }
  172. @media (min-width: 1201px) {
  173.   .bz-webpart
  174.     #js-beezy-carousel
  175.     .images__item_button
  176.     .images-section__list__item__link {
  177.     padding: 0 0.625rem;
  178.     height: 2.8rem;
  179.     line-height: 2.5rem !important;
  180.   }
  181. }
  182. .bz-webpart .alert__body a.bbcode-url {
  183.   float: none;
  184. }
  185. @media (min-width: 1201px) {
  186.   #js-beezy-footer .footer__container .footer__content,
  187.   #js-beezy-footer .footer__container .footer__meta {
  188.     min-width: 1201px;
  189.     max-width: 80%;
  190.   }
  191. }
  192. @media (min-width: 1201px) {
  193.   #js-beezy-footer .footer__container .footer__column.megamenu__column--1-4 {
  194.     width: calc((100% - 60px) / 4);
  195.   }
  196. }
  197.  
  198. /*# sourceMappingURL=spray-beezy-custom.css.map */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement