/* blacklowkey主题 */
/* 改背景 */ 
body{
    /* background-color: #0093E9; */
    background: linear-gradient(90deg, #0093E9 0%, #80D0C7 100%) !important;
    /* background-size: cover !important; */
    background-repeat:repeat-y !important;
    /* background-attachment:fixed; */
    /* width:100%; */
    /* height:100%; */
    /* background-position:fixed; */
}

/* 关闭广告和最新新闻 */
#cnblogs_c1,#cnblogs_c2,#cnblogs_ch,#under_post_card2{
    display: none !important;
}

/* 去掉最底下的powerby */
#poweredby{
    display: none;
}

/* 顶部的mosterseven变成白色 */
#header h1 a{
    color: white;
}

/* 改左上角mosterseven */
#Header1_HeaderTitle{
    text-decoration: none;
    font-size: 35px !important;
}
h1{
    margin-top: 30px !important;
}

/* 改脚标的外边距为0 */
#footer{
    margin-top: 0px !important;
}

/* 改内导航栏边框和颜色 */
#navigator{
    margin-top: 30px !important;
    background: linear-gradient(90deg, white 0%,#2ba7de 32%, #7dcfc8 100%) !important;
    border: 15px solid;
    border-image: linear-gradient(90deg, white 0%,#2ba7de 32%, #7dcfc8 100%) 5 !important;
    /* border-radius: 30% 0% 0% 30%;用border-image给边框填充了颜色之后radius会失效 */
    clip-path: inset(0 round 30px);
}

/* 背景填充 */
#main{
    background: linear-gradient(90deg, #0093E9 0%, #80D0C7 100%) !important;
}

/* 圆角 */
#mainContent{
    margin-top: 20px;
    border-radius: 10px 10px 10px 10px;
}

.day{
    margin-top: 0px !important;
}

/* 侧边框上margin大小 */
#sideBarMain{
    margin-top: 20px !important;
}

/* 侧边框横向标签背景色、边框 */
.catListTitle{
    background-color: white !important;
    border-radius: 10px;
    border-color: white !important;
    height: 20px !important;
    margin-top: 10px !important;
}

/* 改日历的边框圆角 */
.CalTitle{
    border-radius: 5px 5px 0px 0px;
    border: 2px white !important;
}

/* 日历和搜索框之间的margin */
#blog-calendar{
    /* background-color: rgba(255, 255, 255, 1); */
    margin-bottom: 25px;
    border-radius: 5px;
    border: 2px white !important;
    background-color: white;
}

/* 日历没内容部分的颜色（更改失败）
table#blog-calendar.cal{
    color: #d5d5d5 !important;
} */

/* 日历最上面的星期 */
.CalDayHeader{
    background-color: rgba(255, 255, 255, 0.7);
    /* border-radius: 70%; */
    border-top: 1px solid #ccc;
}


#sidebar_search_box{
    padding: 5px;
}

/* 找找看输入框 */
#q{
    width: 223px !important;
    border-color: white;
    border-radius: 5px;
}
/* 谷歌搜索输入框 */
#google_q{
    width: 223px !important;
    border-color: white;
    border-radius: 5px;
}
/* 谷歌搜索按钮 */
.btn_my_zzk{
    padding-left: 2px !important;
    padding-right: 2px !important;
    border-radius: 5px;
    border-color: white;
}
/* 找找看按钮 */
#btnZzk{
    width: 56px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    border-radius: 5px;
    border-color: white;
}
/* 常用链接列表 */
.catListLink ul{
    background-color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 10px;
}

.catListLink{
    margin-bottom: 0px !important;
}

/* 随笔档案列表 */
#sidebar_postarchive ul{
    background-color: white;
    border-radius: 10px;
}

/* 我的标签列表 */
#sidebar_toptags ul{
    background-color: white;
    border-radius: 10px;
}

/* 最新随笔列表 */
#sidebar_recentposts ul{
    background-color: white;
    border-radius: 10px;
}

/* 阅读排行榜列表 */
#TopViewPostsBlock ul{
    background-color: white;
    border-radius: 10px;
}

/* 随笔标签列表 */
#sidebar_postcategory ul{
    background-color: white;
    border-radius: 10px;
}

/* 文章分类列表 */
#sidebar_articlecategory ul{
    background-color: white;
    border-radius: 10px;
}
/* 公告背景 */
#blog-news{
    background-color: white;
    border-radius: 10px;
    margin-left: 0px !important;
    padding-left: 15px;
    padding-bottom: 5px;
}
/* 公告下边距 */
#sidebar_news{
    margin-bottom: 5px !important;
}

/* 把推荐变成随窗口移动的漂浮效果 */
/* #div_digg{
    position: fixed;
    bottom: 100px !important;
    right:100px !important;
} */