body,ul,ol,li{margin: 0; padding: 0;}
body{ background: black; display:flex; }
a,u{ text-decoration: none;}    /**/
canvas{ display: block; background: #111; position:fixed; Z-index:-1;}    /* 画板 */
*{ cursor:url(https://blog-static.cnblogs.com/files/blogs/572857/zhizhengg.ico) 16 16,auto;}    /* 鼠标样式 */

#home #header{ margin: 0; padding: 0; border: 0;}    /* 博客头部 */
#home{ margin:auto;}    /* 博客整体 */
#navigator{ background-color: #0000;}    /* 导航条设置透明 */
.day div{ border-color: white;}    /* 首页文章条所有DIV */

html,body,div,table,tr,td,a,h1,h2,h3,h4,h5,h6,p{color: white;}    /* 设置文字颜色 */
.postSeparator{ border-top: 0;}    /* 评价下面去虚线 */

/* 链接选择器样式修改 */
a:link {color: white}     /* 未访问的链接 */
a:visited {color: white}  /* 已访问的链接 */
a:hover {color: #f60; text-decoration: none;}    /* 鼠标移入去除下划线*/
a:active {color: white;}    /*鼠标按下*/

.postDesc{color: white;}
.postDesc a:link {color: white}
.postDesc a:visited {color: white}
.postDesc a:hover {color: #f60;}
.postDesc a:active {color: white}
.postTitle a:link {color: white}
.postTitle a:visited {color: white}
.postTitle a:hover {color: #f60;}
.postTitle a:active {color: white}

.name{ color:#00cc33; position: absolute; display: none;}
html:hover .name{ display: block;}