/* FOR HOME PAGE ONLY */
/* Meta data opacity show on hover */
#main-header, #preview-header {
margin-bottom: 45px;
}
/* Remove sidebar - only on home */
#splitter-content {
left: 0px !important;
right: 0px !important;
}
/* Remove meta - only on home */
#splitter-sidebar, .vsplitbar, #splitter-button, #doctheme-anchor, #title-heading .space-logo, #breadcrumbs, .userLogoLink, #likes-and-labels-container, #comments-section, #title-heading .userLogo, .page-metadata {
display: none !important;
}
/* div for banners - 240x240 */
.wiki-content #banners .confluence-embedded-file-wrapper:first-child {
margin-right: 7px;
}
.ia-fixed-sidebar {display:none;}
.aui-page-panel, #footer {margin:0 auto !important;} |