#header {
    margin-top: 0.02em;
}

#home {
    width: 1150px;
}

#blogTitle {
    height: 30px;
    clear: both;
}
/*单击时弹出放大效果，溢出隐藏设置*/
#topics, #mainContent {
    overflow: visible;
    width: 850px;
}

/* github的斜杠连接 */
.git-link {
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    border: 0;
    height: 149px;
    width: 149px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    background-image: url(//images2015.cnblogs.com/blog/459873/201603/459873-20160317090540131-1089895320.png);
}

/* 博客副标题 */
#blogTitle h1 a {
font-weight:bold;
font-size:50px;
position: absolute;
top: 20px;
}
#blogTitle h2 {
    margin-left: 2.5em;
}


/* 随机返回背景图片 */
body { 
     background-color: #efefef;
     background-image: url(https://uploadbeta.com/api/pictures/random/?key=BingEverydayWallpaperPicture);
     background-repeat: no-repeat; 
     background-attachment: fixed; 
     background-position: center 0; 
     background-size: cover; 
  }


/*去掉广告*/
#site_nav_under {
    display: none;
}
.c_ad_block, .ad_text_commentbox {
    display: none;
    margin: 0;
    padding: 0;
}
#ad_under_google {
    height: 0;
    overflow: hidden;
}
#ad_under_google a {
    display: none;
}
#ad_t2{
 display: none;
    margin: 0;
    padding: 0;
}

/* 去掉导航 */
#navList{
display:none
}

/*导航栏 颜色*/
#navigator {
   background-color:whitesmoke
}

/*全局样式*/
/* 根据font-family的原则,假如客户终端不认识前面的字体,就自动切换到第二种字体,第二种不认识就切换到第三种,以此类推.假如都不能识别就调用默认字体 https://www.cnblogs.com/tkzc2013/p/5857794.html */
html,body{
font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
}
/* 修改全局文章字体大小 */
body {
    font-size: 14px!important;
}

/* 导航栏列表 */
#myNavList  li{
    float:left
}
#myNavList  li a{
    margin: 18px 10px 0 0;
    padding: 0 10px;
    font: 14px/1.5em "微软雅黑";
    display: block;
}


/* 侧边样式 */
.catListTitle {
    border-left: 10px solid rgba(82, 168, 236, 0.8);
    background:#53868B;
}

/* 侧边公告那些标题的样式 */
.newsItem .catListTitle {
    text-align: center;
    padding: 3px 10px;
    border: 0px solid #ccc;
}

.catListEssay h3, .catListLink h3, .catListNoteBook h3, .catListTag h3, .catListPostCategory h3, .catListPostArchive h3, .catListArticleArchive h3, .catListImageCategory h3, .mySearch h3, .catListComment h3, .catListView h3, .catListFeedback h3, #blog-sidecolumn .catListTitle {
    text-align: center;
    padding: 3px 10px;
    border: 0px solid #ccc;
}