

  /* PUBLIC: the following CSS is specific for hiding Confluence elements for public view */    
    
/* the "Spaces" dropdown from the top left corner */    
#space-directory-link {    
        display:none !important;    
    }    
    
/* the bright blue "Create" button from the top header  
#create-page-button {  
        display:none !important;  
    }    */ 
    
/* the Edit page link, users with editing privileges can still edit the page by pressing "e" on the page   */ 
#editPageLink {    
        display:none !important;    
    }   
    
    
/* the entire top navigation panel */    
#full-height-container > div.aui-toolbar2.aui-dialog2-content {    
        display:none !important;    
    }    
    
    
/* the data on the page showing created by, last updated by, etc. */    
.page-metadata-modification-info {    
        display:none !important;    
    }    
    
    
/* PAGE TITLE: the page title. each page should have a header banner so the title is redundant  */ 
#title-text {display:none !important;}  

    
/* this makes the navigation bar text bold and larger font */    
.aui-navgroup-primary {      
                font-size: 1.25em;      
                font-weight:  bold;      
    }      
   
/* the collapsible panel to the left. be mindful removing this bcs admins will need access to the   
space tools.  if this panel is hidden, the space tools link is hidden also    
#full-height-container > div.ia-splitter > div.ia-splitter-left > div {  
        display:none !important;  
    }   
*/  

/* the comments section */    
#comments-section {    
        display:none !important;    
    }    

/* the like page button */  
#likes-section  {  
display:none !important;  
}

/* this hides a new inline comments feature 2024-02 that would be displayed on pages */
#view-inline-comment-button{
display: none;
}


/* this formats the "Create from Template" button with a blank background and bold type so you can use  
other add-on macros to customize the button itself     */
#main-content a.create-from-template-button {    
        background-color: rgba(255, 255, 255, 0);    
                font-size: 1.25em;    
                font-weight:  bold;    
    }    

/* this will remove the ellipses (drop down menu) next to the "Share" button in the top right   
#action-menu-link {     
               display:none !important;      
    }      
*/ 

/* PUBLIC END */    
    

    
/* BRANDING: the following CSS is specific for CoE style and branding */    

   
.aui-button.aui-button-hcd {    
    background-image: none;    
    background-color: #7b1f65;    
    border-color: transparent;    
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;    
    font-weight: 600;    
}    
    
.aui-button.aui-button-hcd:hover {    
    background-image: none;    
    background-color: #a32190;    
    border-color: transparent;    
    color: #fff;    
    display: inline-block;    
    text-decoration: none;    
    font-weight: 600;    
}    
    
.aui-button.aui-button-link:hover {    
    color: #a32190;    
}    
    
ul.persona {    
  list-style-type: none;    
  text-align: left;    
}    
.wiki-content img.confluence-embedded-image, .wiki-content img.editor-inline-macro, .wiki-content table.wysiwyg-macro         
{     cursor: pointer !important;         
}      
.wiki-content h6 {     
                font-size: 3em;    
                font-weight:  bold;    
                color: #655c636;    
                line-height: normal;    
}    
 
#com-atlassian-confluence .expand-control-text {  
font-weight: bold;  
}  
    
/* BRANDING END */  

/* TRAINING TWEAKS */

<-- CARDS -->
* {margin: 0; padding: 0;}
#container {min-height: 350px; width:100%; }
#left, #middle, #right {display: inline-block; *display: inline; zoom: 1; vertical-align: top; margin: 5px; min-height:350px; horizontal-align: left !important;}
#left {width: 25%; border: 2px solid #eee !important; vertical-align: top;}
#middle {width: 25%;  border: 2px solid #eee !important;}
#right {width: 25%;  border: 2px solid #eee !important;}
#learn {background-color: #009999 !important;}
#left h2 {margin-top: 0px !important;}
#middle h2 {margin-top: 0px !important;}
#right h2 {margin-top: 0px !important;}

/* TRAINING TWEAKS ENDS */
