Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
@redheeler please, do you have any idea why what's below causes some XenForo sites (not just MacRumors Forums) to behave as described at Endless progress indicator when replying to a topic?

Code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("macrumors.com") {

/* minimalist style for MacRumors Forums with XenForo */
/* https://forums.macrumors.com/posts/21481986 */

/* hide 'thread starter' text */
/* http://pastebin.com/axFYa6Kc for a companion script */

    .messageUserBlock .threadStarter{
    display: none !important;
    }

/* hide the red arrows */
/* https://forums.macrumors.com/posts/21455405 */
    #uix_jumpToFixed{
    display: none !important;
    }


/* hide userTitle */
/* https://forums.macrumors.com/posts/21481986 */
    .messageUserBlock .userTitle{
    display: none !important;
    }

/* hide extraUserInfo */
/* https://forums.macrumors.com/posts/21481452 */

    .messageUserBlock .extraUserInfo{
    display: none !important;
    }

/* https://forums.macrumors.com/posts/21436986 */

    /*hide avatars*/
    .avatar img, .avatar .img, .avatarCropper{
        display: none !important;
    }
    /*remove avatar space on thread lists*/
    .listBlock.posterAvatar, .discussionList .sectionHeaders dt.posterAvatar{
        display: none !important;
    }
    .discussionListItem .lastPostInfo dd, .discussionListItem .lastPostInfo dt{
        margin-right: 0 !important;
    }
    .discussionListItem .lastPost, .discussionList .sectionHeaders dd.lastPost{
        width: 152px !important;
    }
    /*remove avatar space on search results*/
    .search_results .sectionMain .searchResult{
        padding: 0 10px 0 0;
    }
    .search_results .searchResult .main{
        border-left: none !important;
    }
    /*remove avatar space elsewhere*/
    .navPopup .listItemText, .xenOverlay.memberCard .userInfo, .previewTooltip .text, .searchResult .main, .event .content, .messageSimple .messageInfo, .memberListItem .member, .alerts .alertText, .lightBox .userText{
        margin-left: 0 !important;
    }
    span.avatar, .sidebar .visitorPanel .avatar{
        display: none !important;
    }
    /*display following and followers on profiles as usernames*/
    .avatarHeap .avatar .img{
        display: table-cell !important;
        background-color: transparent !important;
        background-image: none !important;
        text-indent: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
    /*fix position of the profile page link in the user menu*/
    #AccountMenu .menuHeader .links .fl{
        left: 180px !important;
    }
    /*override for setting an avatar in the user cp*/
    .avatarEditor .avatar .img, .AvatarEditor .avatar img, .AvatarEditor .avatarCropper{
        display: block !important;
    }

}
I doubt the problem is related to the custom CSS there. Maybe an issue with the new version of Xenforo. I have not experienced it myself in Safari.
 
  • Like
Reactions: grahamperrin
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.