@import url(https://blog-static.cnblogs.com/files/uoyo/uoyostyle_0.2.0.css) screen and (min-width:0px);
#Header1_HeaderTitle{
    background: #fb7299;
    border: 5px solid #fb7299;
    border-radius: 10px;
}
/*设置顶部头像背景*/
#blogTitle {
	background-image: url(https://images.cnblogs.com/cnblogs_com/uoyo/1613992/o_201126063848bilibili-qiu.png);
}
/*设置头像*/
#blogLogo {
	background-image: url(https://pic.cnblogs.com/avatar/1298413/20171212175641.png);
}
/*** 设置全局主题颜色 ***/
html {
	--ThemeColor: #00a1d6;
}
body {
    //background: linear-gradient(to top, #fdae3f6b, #f5662f2e);
      background: url("https://cdn.jsdelivr.net/gh/uoyoCsharp/Sakura@master/images/guilloche-background.svg");
}
/*** 底部作者信息 ***/
#proBody{
       background-image:url(https://images.cnblogs.com/cnblogs_com/uoyo/1613992/o_200102075334d8f9d72a6059252d51f596d23a9b033b5ab5b902.jpg);
       background-position: top;
}
#proBody center{
      background: rgba(0, 0, 0, .2);
}

/*下雪效果*/
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    pointer-events: none;
}

/*推荐和反对*/
#div_digg{
  position:fixed;
  bottom:5px;
  width:140px;
  right:15%;
  padding:10px;
}

.m-badge{
margin: 0px 5px;
}

@media screen and (max-width: 600px) {
  #please_follow {
     display:none;
  }
}

@media screen and (min-width: 600px) {
  #div_digg {
     background-color:#fff;
     border:2px solid #00c091;
     border-radius:5px 5px 5px 5px !important;
    box-shadow:0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
  }
}

.icon_favorite {
    background: transparent url('https://files.cnblogs.com/files/jackson0714/kj.gif') no-repeat 0 0;
    padding-left: 16px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: #5B9DCA;
    padding: 3px;
}

#MySignature{
   color:#5ba9d8;
}

/*Zoom 溢出隐藏设置*/
#topics, #mainContent {
     overflow: visible;
 }
#postDesc {
     float: none;
}

/*左侧自定义项目展示栏*/
.myproj{
    background-color: var(--BlockColor);
    margin-bottom: 20px;
    padding: 10px 20px;
}

.projitem{
    display: flex;
    cursor: pointer;
    color:var(--TextColor1);
    transition: box-shadow 0.3s;
    margin-top:12px;
}

.projitem:hover{
    box-shadow: 0 0 10px #fb7299;
}

.itemimg{
    height: 65px;
    margin-right: 10px;
}

.itemcontent{
    display: flex;
    flex-direction: column;
}

.itemtitle{
    font-weight: bold;
    color: var(--TextColor1);
}

.itemdesc{
    font-size: 10px;
    margin-top: 5px;
    color:var(--TextColor2);
}