You are here

site_banner_print.css in Site Banner 7

#siteBannerHeaderBanner,
#siteBannerFooterBanner {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  overflow: hidden;
  z-index: 1000;
  right: 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  background-color: #000000;
}

#siteBannerFooterBanner {
  top: auto;
  bottom: 0;
}

File

site_banner_print.css
View source
  1. #siteBannerHeaderBanner,
  2. #siteBannerFooterBanner {
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. width: auto;
  7. overflow: hidden;
  8. z-index: 1000;
  9. right: 0;
  10. text-align: center;
  11. display: table-cell;
  12. vertical-align: middle;
  13. color: #ffffff;
  14. background-color: #000000;
  15. }
  16. #siteBannerFooterBanner {
  17. top: auto;
  18. bottom: 0;
  19. }