body{cursor:url('https://fq.wc.lt//up/1499563659.cur'),auto;}
A{cursor:url('https://fq.wc.lt//up/1499563659.cur'),auto;}
body {

/*background: url(http:https://images.cnblogs.com/cnblogs_com/yifusuyi/1228920/o_timg.jpg) fixed;*/
background: url(https://images.cnblogs.com/cnblogs_com/yifusuyi/1228920/o_%E6%B3%B8%E6%B2%BD%E5%AF%BB%E6%A2%A62.jpg) fixed;
background-size: 100% 100%; 
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}
#home{
background-color:rgba(255,255,255,0.65)!important;
}
<script type="text/javascript" color="0,0,255" opacity='0.7' zIndex="-2" count="99" src="//cdn.bootcss.com/canvas-nest.js/1.0.1/canvas-nest.min.js"></script>
/*
/* Base16 Atelier Seaside Dark - Theme */
/* by Bram de Haan (https://atelierbram.github.io/syntax-highlighting/atelier-schemes/seaside) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */

/* Atelier-Seaside Comment */
span.hljs-comment,
span.hljs-quote {
  color: #809980;
}

/* Atelier-Seaside Red */
span.hljs-variable,
span.hljs-template-variable,
span.hljs-attribute,
span.hljs-tag,
span.hljs-name,
span.hljs-regexp,
span.hljs-link,
span.hljs-name,
span.hljs-selector-id,
span.hljs-selector-class {
  color: #e6193c;
}

/* Atelier-Seaside Orange */
span.hljs-number,
span.hljs-meta,
span.hljs-built_in,
span.hljs-builtin-name,
span.hljs-literal,
span.hljs-type,
span.hljs-params {
  color: #87711d;
}

/* Atelier-Seaside Green */
span.hljs-string,
span.hljs-symbol,
span.hljs-bullet {
  color: #29a329;
}

/* Atelier-Seaside Blue */
span.hljs-title,
span.hljs-section {
  color: #3d62f5;
}

/* Atelier-Seaside Purple */
span.hljs-keyword,
span.hljs-selector-tag {
  color: #ad2bee;
}

code.hljs { 
  display: block;
  overflow-x: auto;
  background: #131513;
  color: #8ca68c;
  padding: 0.5em;
}

span.hljs-emphasis {
  font-style: italic;
}

span.hljs-strong {
  font-weight: bold;
}
*/

pre {
/*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}
.cnblogs-markdown .hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #23241f !important;
    color: #FFF;
    white-space: pre;
    word-break: normal;
}

.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;
}