/* https://ss1.bdstatic.com/70cFuXSh_Q1YnxGkpoWK1HF6hhy/it/u=2298238054,197527369&fm=26&gp=0.jpg */
/* https://img21.mtime.cn/mg/2010/08/13/122957.80610099.jpg */
body { 
    /*background: url(https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1542779284966&di=0b28770b32d87756248f941254dd6f7f&imgtype=0&src=http%3A%2F%2Fhiphotos.baidu.com%2Ffeed%2Fpic%2Fitem%2F4bed2e738bd4b31c1c46ca0d8bd6277f9e2ff80a.jpg) top center rgba(0,0,0,0.3); 


    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;}*/

/* 顶部 */
/*#blogTitle h1 a { color: orange;font-size: 22px;text-shadow:none; }
#blogTitle h1 a:hover { text-decoration: none; }
#blogTitle h2 { margin-top: 0em;color: currentColor; }*/

/* 内容部分 */
#mainContent { background: rgba(255,255,255,0);color: #fff; }
#main { background: rgba(0,0,0,0.2);border-top-left-radius: 2.5em;border-bottom-right-radius: 2.5em;box-shadow: 1px 2px 10px; }
.postTitle a:link, .postTitle a:visited, .postTitle a:active { color: gold; }
.postTitle:nth-child(2n) { border-left: 12px solid transparent;border-bottom: 1px dashed #3d97cb; } 
#topics .postTitle:nth-child(2n) { border-left: 12px solid transparent;border-bottom: 1px dashed #3d97cb;  } 
#topics .postTitle:nth-child(2n + 1) { border-left: 12px solid transparent;border-bottom:1px dashed mediumslateblue; } 

/* 导航条-标题 */
#navigator { width: 280px;float: right;background-color: rgba(160,118,106,0.9); }
#navList { margin-left: 19px; }
#navList a { margin: 8px 5px 0 11px; }
#navList a:nth-child(4),#navList a:nth-child(5),#navList a:nth-child(6) { margin: 5px 5px 0 11px;  }

/* 侧边栏 */
#sideBar { border-bottom-right-radius: 2.5em;background: rgba(255,255,255,0.3); }
.newsItem .catListTitle { background: rgba(160,118,106,0.2);color: gold; }
#blog-sidecolumn .catListTitle { background: rgba(160,118,106,0.2);color: gold; }
.catListLink h3 { background: rgba(160,118,106,0.2); }
#myposts .myposts_title { color: #fff; }

/* 列表 */
.PostList .postTitl2 a { color: #fff; }
.PostList .postTitl2 a:visited { color: #fff; }
.PostList .postTitl2 a:hover { color: #ff3399; }
.postDesc2 { color: gold; }

/* 内容 */
.postBody { color: #fff; }
.day .dayTitle a { color: firebrick; }
.postCon .c_b_p_desc a { color: cornflowerblue; }

/*  日历 */
.CalTitle { background: none; }
.Cal { color: darkkhaki; }
.CalTodayDay a { color: deepskyblue; }