site_banner_screen.css in Site Banner 2.0.x
#site-banner-header-banner,
#site-banner-footer-banner {
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;
font-size: 18px;
}
#site-banner-header-banner.toolbar {
font-size: 18px;
}
#site-banner-footer-banner {
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,
#toolbar-bar {
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
css/site_banner_screen.css
View source
- #site-banner-header-banner,
- #site-banner-footer-banner {
- 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;
- font-size: 18px;
- }
- #site-banner-header-banner.toolbar {
- font-size: 18px;
- }
-
- #site-banner-footer-banner {
- 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,
- #toolbar-bar {
- 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;
- }