/* 顶部导航 */
#wrapper > header > div.container > div.toolbox > button{
  background: none;
  border: none;
}
div.logo {
  text-align: center;
}

/* 背景图片 */
/*
#wrapper{
  background: url(/blog/wp-content/uploads/2018/12/bl.png) no-repeat fixed bottom left,
              url(/blog/wp-content/uploads/2018/12/tr.png) no-repeat fixed top right,#f0f2f7;
}
*/
/* 一级导航样式 */
.header.desktop .topNav ul.menu>li{
  font-weight: bold;
}
/* 侧边栏 标题样式 */
.sidebar-title{
  color: #2b6086cf;
  font-weight: bold;
}
/* ---------------------------------------------------------------------------------- */
/* 侧边栏 头像样式 */
.sidebar-blogger .head{
  cursor: pointer;
  box-shadow: 1px 1px 3px 1px #00000075;
}
.sidebar-blogger .head:hover{
  transform:           rotate(360deg);
  -ms-transform:       rotate(360deg);		/* IE 9 */
  -webkit-transform:   rotate(360deg);		/* Safari and Chrome */
  -o-transform:	       rotate(360deg);		/* Opera */
  -moz-transform:      rotate(360deg);		/* Firefox */
}
.sidebar-blogger .head{
  transition:           transform           0.5s;
  -moz-transition:      -moz-transform      0.5s;		/* Firefox 4 */
  -webkit-transition:   -webkit-transform   0.5s;	    /* Safari 和 Chrome */
  -o-transition:        -o-transform        0.5s;		/* Opera */
}
/* ---------------------------------------------------------------------------------- */
/* 正文图像样式 */
div.content article img,
#sb-content img{
  box-sizing: content-box;
  -moz-box-sizing: content-box; /* Firefox */
  -webkit-box-sizing: content-box; /* Safari */
  border: 5px solid #fafafa;
  box-shadow: 1px 1px 3px 1px #33333357;
}
/* ---------------------------------------------------------------------------------- */
/* 正文数学公式样式 */
/*
#MathJax_Zoom{
  z-index: 99999;
  overflow: scroll;
}
*/
/* ---------------------------------------------------------------------------------- */
/*语法高亮样式*/
pre{
  background: #F0F0F0;
  max-height: none;
}
pre>code{
  text-shadow: none;
}
article pre:not(.wp-block-code):not(.hljs){
  background: none;
  box-shadow: none;
  border: none;
}
.hljs{
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 1em;
}
article pre.wp-block-code code:not(.hljs), article pre:not(.wp-block-code):not(.hljs){
  max-height: 100%;
}
.hljs-comment, .hljs-quote{
 font-style:normal;
}
/* ---------------------------------------------------------------------------------- */
/* 表格样式 */
table{
  width: auto;
  border-collapse: collapse;
  border: 1px solid #ddd;
  text-align: center;
  margin: 10px auto;
}
tr,td{
  border-collapse: collapse;
  border: 1px solid #ddd;
}

/* ---------------------------------------------------------------------------------- */
/* 相册返回按钮样式 */
.gallery-goback-gallery{
    position: absolute;
    z-index: 5;
    left: 10px;
    top: 10px;
    color: #fff;
    cursor: pointer;
    background: #000;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 8px;
    opacity: .3;
    transition: .25s;
}
/* ---------------------------------------------------------------------------------- */
/* 友情链接 */
.favlink-card .icon{
    display: -webkit-box;
}
