You are here

site_banner_screen.css in Site Banner 7

#siteBannerHeaderBanner,
#siteBannerFooterBanner {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: 20px;
/*Height of top frame div*/
  max-height: 20px;
  overflow: hidden;
  z-index: 1000;
  right: 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

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

#page-wrapper,
#branding {
  position: relative;
  left: 0;
  right: 0;
  overflow: auto;
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}

/*IE6 hack*/
* html body {
  padding: 20px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

/*IE6 hack*/
* html #maincontent {
  height: 100%;
  width: 100%;
}

/* fixes for moving content around when viewing with toolbars */
#toolbar,
#admin-menu {
  padding-top: 20px!important;
}

body.toolbar {
  margin-top: -20px!important;
}

body.overlay {
  margin-top: 20px!important;
  padding-top: 40px!important;
}

/* fixes for specific admin toolbars */
body.page-admin.logged-in.toolbar {
  padding-top: 95px!important;
}

body.adminimal-menu.logged-in.admin-menu {
  padding-top: 25px!important;
}

body.adminimal-menu.overlay {
  padding-top: 80px!important;
  margin-top: 30px!important;
  margin-bottom: 30px!important;
}

File

site_banner_screen.css
View source
  1. #siteBannerHeaderBanner,
  2. #siteBannerFooterBanner {
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. width: auto;
  7. height: 20px;
  8. /*Height of top frame div*/
  9. max-height: 20px;
  10. overflow: hidden;
  11. z-index: 1000;
  12. right: 0;
  13. text-align: center;
  14. display: table-cell;
  15. vertical-align: middle;
  16. }
  17. #siteBannerFooterBanner {
  18. top: auto;
  19. bottom: 0;
  20. }
  21. #page-wrapper,
  22. #branding {
  23. position: relative;
  24. left: 0;
  25. right: 0;
  26. overflow: auto;
  27. padding-top: 20px!important;
  28. padding-bottom: 20px!important;
  29. }
  30. /*IE6 hack*/
  31. * html body {
  32. padding: 20px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
  33. }
  34. /*IE6 hack*/
  35. * html #maincontent {
  36. height: 100%;
  37. width: 100%;
  38. }
  39. /* fixes for moving content around when viewing with toolbars */
  40. #toolbar,
  41. #admin-menu {
  42. padding-top: 20px!important;
  43. }
  44. body.toolbar {
  45. margin-top: -20px!important;
  46. }
  47. body.overlay {
  48. margin-top: 20px!important;
  49. padding-top: 40px!important;
  50. }
  51. /* fixes for specific admin toolbars */
  52. body.page-admin.logged-in.toolbar {
  53. padding-top: 95px!important;
  54. }
  55. body.adminimal-menu.logged-in.admin-menu {
  56. padding-top: 25px!important;
  57. }
  58. body.adminimal-menu.overlay {
  59. padding-top: 80px!important;
  60. margin-top: 30px!important;
  61. margin-bottom: 30px!important;
  62. }