/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/

/* 隐藏个人中心弹出窗口中的余额积分和任务模块 */
.user-w-gold {
    display: none !important;
}

.user-w-rw {
    display: none !important;
}

/* 隐藏个人中心左侧菜单中的订单和邀请码选项 */
.author-page-right-in .user-sidebar a[href$="/orders"],
.author-page-right-in .user-sidebar a[href$="/myinv"] {
    display: none !important;
}

/* 隐藏包含订单和邀请码的整个菜单项 */
.author-page-right-in .user-sidebar:has(a[href$="/orders"]),
.author-page-right-in .user-sidebar:has(a[href$="/myinv"]) {
    display: none !important;
}

/* 针对特定菜单项的备选方案 */
.author-page-right-in .user-sidebar .user-sidebar-info a[href$="/orders"],
.author-page-right-in .user-sidebar .user-sidebar-info a[href$="/myinv"] {
    display: none !important;
}

/* 隐藏订单和邀请码相关的容器 */
.author-page-right-in .user-sidebar a[href*="orders"] ~ *,
.author-page-right-in .user-sidebar a[href*="myinv"] ~ * {
    display: none !important;
}

.user-sidebar-gold {
     display: none !important;
}

.link-img {
    width:45px;
    height: 45px;
}

/* 隐藏文章内页左侧悬浮的分享评论收藏举报点赞按钮 */
.single-post-tools {
    display: none !important;
}

/* 隐藏文章底部的分享评论收藏举报点赞按钮 */
.content-footer.post-content-footer,
.post-content-footer-in {
    display: none !important;
}