body {
color: #000;
//background: url(https://images.cnblogs.com/cnblogs_com/MisakaAzusa/1173749/o_55485994_p0_master1200.jpg) fixed;
//background: url(https://images.cnblogs.com/cnblogs_com/MisakaAzusa/1173749/o_58612881_p0.png) fixed;
background-size: 100% 120%; 
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 100%;
cursor: url(https://images.cnblogs.com/cnblogs_com/MisakaAzusa/1190272/o_o_cywl.png), url(https://images.cnblogs.com/cnblogs_com/MisakaAzusa/1190272/o_o_cywl.png), auto;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21758b;
    transition: all 0.4s ease-out 0s;
     cursor: url(https://images.cnblogs.com/cnblogs_com/MisakaAzusa/1190272/o_o_cywl2.png), url(https://images.cnblogs.com/cnblogs_com/MisakaAzusa/1190272/o_o_cywl2.png), auto;
}
element.style {
    margin-top: 0px;
}
#blogTitle h1 {
font-size: 35px;
font-weight: bold;
font-family: "Comic Sans MS";
line-height: 1.5em;
margin-top: 0px;
color: #515151;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 10px;
    font-size: 1.228571rem;
    line-height: 0.446154;
    margin-top: 0px;    
    color: #757586;
    float: left;
}

a:hover {
    color: #0f3647;
    text-decoration: none;
     cursor: url(https://images.cnblogs.com/cnblogs_com/MisakaAzusa/1190272/o_o_cywl2.png), url(https://images.cnblogs.com/cnblogs_com/MisakaAzusa/1190272/o_o_cywl2.png), auto;
}
#home {
//opacity: 0.75;
margin: 0 auto;
width: 50%;
min-width: 1200px;
background-color: #fff;
padding: 30px;
//margin-top: 570px;
//调整上面高度
margin-bottom: 30px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-left: -22em;
    width: 90%;
}
#sideBar {
    font-size: 15px;
    color:black;
    font-family: 仿宋;
}
#sideBar {
    margin-top: -15px;
    width: 350px;
    min-height: 200px;
    padding: 0px 0 0px 5px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    float: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}
.postTitle {
    border-left: 3px solid #21759b;
    margin-bottom: 10px;
    font-size: 24px;
    float: right;
    width: 100%;
    clear: both;
}
Inherited from div#main

body{
    font-size: 14px;
}

body{
    color:black;
}

body{
    font-family: "Comic Sans MS";
}
#hitokoto{
    border-left: 3px solid #0073d8;
    border-right: 3px solid #0073d8;
    background-color: #3288d31a;
    padding: 10px;text-align: center;
    color: #0073d8;
    margin: 5px 0 5px 0;
}

#comment_form_container .comment_textarea {
    width: 715px;
    height: 200px;
    font-size: 13px;
    padding: 8px;
    margin-bottom: 10px;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-image:url(https://images.cnblogs.com/cnblogs_com/MisakaAzusa/1190272/o_BB2629EDD625481979CC8AD91F358257.jpg);
    background-repeat:no-repeat;
background-position:right bottom;
}

element.style {
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 2px 16px #ddd;
    background-color: #fff;
    height: 360px;
    width: 1310px;
}

.diggit {
    float: left;
    width: 59px;
    height: 50px;
    background: url(https://images.cnblogs.com/cnblogs_com/MisakaAzusa/1190272/o_QQ%e5%9b%be%e7%89%8720180412214354.gif) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 5px;
}
/*
使用了Monokai Sublime的黑色主题皮肤，但是还存在样式冲突，需要自己修改
这个样式只适合使用makedown编写的博客
Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/
*/

pre {
    /*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}

.cnblogs-markdown .hljs {
    display: block;
    overflow: auto;
    padding: 1.3em 2em !important;
    font-size: 16px !important;
    background: #272822 !important;
    color: #FFF;
    max-height: 700px;
}

.hljs,
.hljs-tag,
.hljs-subst {
    color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
    color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
    color: #ae81ff;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
    color: #a6e22e;
}

.hljs-strong {
    font-weight: bold;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
    color: #f92672;
}

.hljs-symbol,
.hljs-attribute {
    color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
    color: #f8f8f2;
}

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
    color: #e6db74;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
    color: #75715e;
}

/* 黑色主题makedown代码结束 */