* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}

body{
    background: rgba(0, 0, 0, 0) url("https://i.loli.net/2018/05/03/5aeb0f55411f0.jpg") no-repeat fixed 0% 0% / cover;
    background-size:cover;

    /* min-height: 101%;
    width:75em;
    margin-left:auto;
    margin-right:auto;
    z-index:0; */

    cursor: url('https://www.005.tv/templets/muban/moe_style/image/cur/1.cur'), auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.navbar{
    display:none;
}
#blogTitle h1{
    color: burlywood;
    font-size: 40px;
    font-family: Consolas;
    font-weight: 700;
    font-style: italic;
}
#blogTitle h1 a:hover{
    color: burlywood;
}
A {
    cursor: url('https://www.005.tv/templets/muban/moe_style/image/cur/2.cur'),auto;
}

#home{
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: rgba(255,255,255,0.8);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#navList a:hover{
    font-style: italic;
}

/* 博客标题 */
#topics .postTitle {
    font-size: 230%;
}

#sideBar{
    opacity: 0.85;
}
#sideBarMain>div{
    background-color: transparent;
}
#blog-sidecolumn>div{
    background-color: transparent;
}


.newsItem .catListTitle {
    display: none;
}

.newsItem {
    padding: 15px 0 5px 0px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}

/* 日历样式 */
#blog-calendar{
    width: 228px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ededed;
}

.Cal {
    border: none;
    color: #451599;
}

#blog-calendar td {
    font-size: 12px;
    font-family: Consolas;
}

.CalDayHeader {
    background: rgba(245,245,245,0.3) !important;
    font-weight: 100;
    color: #5E5F63;
}

.CalTodayDay {
    /**今天日期样式**/
    color: #EE82EE;
}

#blog-calendar .CalNextPrev a:link,
#blog-calendar .CalNextPrev a:visited,
#blog-calendar .CalNextPrev a:active {
    /**上个月、下个月箭头样式**/
    font-weight: bold;
}

.CalTitle {
    background: none;
    width: 100%;
    height: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

#sideBar a:hover {
    color: #21759b;
    text-decoration: underline;
}

.CalTodayDay {
    border: 1px solid transparent;
    border-radius: 20px;

    background: yellowgreen !important;
    color: #FFF;
    font-weight: bold;
}

.CalTitle td {
    background: rgba(245,245,245,0.3) !important;
    border: 0px !important;
    color: #5E5F63;
    font-family: "Comic Sans MS";
}

.CalOtherMonthDay {
    color: gray;
    padding-top: 4px;
    padding-bottom: 4px;
}

/* 日历结束 */


.catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid rgba(82, 168, 236, 0.8);
    padding: 5px 0 5px 10px;
    background-color: rgba(245,245,245,0.3);
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: none;
    margin-bottom: 35px;
    word-wrap: break-word;
}

/* 我的标签 */


/* 搜索注掉 */
#sidebar_search{
    display: none;
}
/* 常用链接注掉 */
#sidebar_shortcut{
    display: none;
}

/* 推荐 */
#div_digg {
    float: right;
    position: fixed;
    width: auto;
    bottom: 10px;
    left: 80%;
    margin-bottom: 10px;
    background: rgba(247,247,247,0.3);
    margin-right: 30px;
    font-size: 12px;
    box-shadow: 0 0 10px 0 #AAA;
    padding: 10px;
    border: 2px solid rgba(82, 168, 236, 0.8);
    text-align: center;
    margin-top: 10px;
}

/* 代码 */
.cnblogs_code {
    background-color: rgba(247,247,247,0.3);
    font-family: Consolas !important;
    font-size: 12px !important;
    border: 1px solid #ccc;
    padding: 5px 10px;
    overflow: auto;
    margin: 5px 0;
    color: #000;
}

.hljs{
    background-color: transparent;
    border: 1px solid gray;
}

#cnblogs_post_body th, .cnblogs-post-body th {
    background-color: transparent;
}

.blogpost-body th, .blogpost-body td, .cnblogs-post-body th, .cnblogs-post-body td {
    border: 1px solid gray;
}

h1,h2,h3,h4,h5,h6,h7{
    color: blueviolet;
}