

/* Hide icons of Table Filter and Charts plugin visible next to tables */
/* Source:
https://docs.stiltsoft.com/display/public/TFAC/How+to+insert+and+remove+the+macros?from=settings#Howtoinsertandremovethemacros-Insertingthemacros */

#tfac-macro-inserter, #tfac-macro-inserter-container, .tf-inline-filter:not(.btn, .trigger) {
 display: none !important;
}


/* Hide PDF and Word export options */
#action-export-pdf-link, #action-export-word-link {display: none;}


/* Hide blog posts metadata in the leftside bar */
.blog-item-creator, .blog-item-date, .blog-item-space {display: none;}

/* Hide the 'Created by' label in the leftside bar */
.blog-item > .blog-title > span {font-size: 14px;}
.blog-item > .blog-title > a {font-size: 14px;}
.blog-item > .blog-title {font-size: 0px;}

/* Hide login button in the home page (by applying the color of the background to the text "log in". The hand is still active to indicate that you can make the login on top right)*/
#login-link {display: none;}

/* remove the attachment tabs under Space tool > Content tools */
a[title="Attachments"]{display: none !important;}

/* Hide the "..." on the top right next to the login that was supposed to give you access to attachments stuff -- Disable this to have the possibility to delete pages */
/*action-menu-link {display: none;} 

a#content-metadata-attachments.aui-icon.aui-icon-small.aui-iconfont-attachment {display: none  !important;} 

/* Hide the white pixel in the banner (bug)?
ul.banner { visibility: hidden !important;}
