/*********************************首页************************************/
/* 侧边栏 */
#leftcontent {
        border: 2px ;
        border-radius: 10px;
        background-color: rgb(255,255,255,0.1) !important;
        top:358px;
}
 #leftcontentcontainer {
        border: 2px ;
        border-radius: 10px;
        background-color: rgb(255,255,255,0.1) !important;
        background-size:cover; 
}
#Header1_HeaderTitle {
            font-size: 50px;
            font-family: 华文行楷;
         }
.menu {
            font-size: 20px;
            color: #09d83f !important;
            font-family: 华文行楷;
         }
.catListItem{        /* 随笔分类 */
            font-size: 18px;
            font-family: 华文行楷;
         }
 a{text-decoration: none;}    /* 这个是设置a标签的默认状态去除下划线 */
html,body{
    background:url('https://i.ibb.co/DR6WNdZ/image.jpg') repeat 50% 0 !important;/* 最后一句是优先显示的意思 */
    background-size:cover; /* 网页背景 */
    z-index: 9999999999999999;
    background-color: rgb(255,255,255,0) !important;
}

/*回到顶部按钮*/
#btn{
    width: 40px;
    height: 40px;
    display: none;
    position: fixed;
    left: 50%;
    bottom: 40px;
    margin-left: 610px;
    background: url("https://images.cnblogs.com/cnblogs_com/abao0/975461/o_top_bg.png" )no-repeat left top;
}
#btn:hover{
    background: url("https://images.cnblogs.com/cnblogs_com/abao0/975461/o_top_bg.png" )no-repeat left -40px;
}

/*顶部两个人的图片*/
td{
    opacity:0.6;    /*背景图片透明度*/
    filter:alpha(opacity=40); 
}

/*顶部导航栏*/
#mytopmenu{
    font-size: 0px !important;
     border: 2px ;
     border-radius: 10px;
}
/*文章简介*/
.day{
     border: 2px ;
     border-radius: 10px;
}
/* 尾部介绍 */
.footer {
    bottom: 0;
    border: 2px ;
    border-radius: 10px;
}

/*********************************文章页************************************/

/*文章大小   width:800px;*/
.post {
   background:rgb(247, 239, 230) repeat 50% 0 !important;/* 最后一句是优先显示的意思 url('https://i.ibb.co/0JshHCm/image.png') */
    background-size:cover; /* 文章背景 */
    max-width: 800px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 40px;
    margin-right: 10px;
    border: 2px ;
    border-radius: 10px;
    font-size: 14px !important;
}

/* 文章悬浮标题栏 */
#winbox-1{
    background:rgb(247, 239, 230) repeat 50% 0 !important;/* 最后一句是优先显示的意思 *
}

/* 图片大小 */
img {
 max-width: 80%;
}