*{
    cursor:url("https://blog-static.cnblogs.com/files/lucas--liu/cat6.ico"),auto;
}
body {
    /* https://lorempixel.com/1600/900
    https://unsplash.it/1600/900?random（国内加载略慢）
    background-image: url( https://api.ixiaowai.cn/api/api.php); 二次元随机图片地址。 
    background-image: url(https://api.ixiaowai.cn/mcapi/mcapi.php); menhear酱随机图片地址。
    background-image: url( https://api.ixiaowai.cn/gqapi/gqapi.php); 风景图片随机地址。
    background-image: url("https://api.dujin.org/bing/1920.php"); Bing每日壁纸。 */

    /* background-color: #efefef; */
    background-image: url("https://api.dujin.org/bing/1920.php");
    background-repeat: no-repeat; 
    background-attachment: fixed; 
    background-position: center 0; 
    background-size: cover; 
 }

/* Start-home 博客主体窗口。*/
 #home{
   background-color: rgba(255, 255, 255, 60%);
   margin: 0 auto;
   width: 65%;
   min-width: 950px;
   padding: 30px;
   margin-top: 50px;
   margin-bottom: 50px;
   box-shadow: 0 2px 6px rgb(0 255 255 / 30%);
 }
 
   /* Start-header 博客主体头部。 */
   #header {
      padding-bottom: 5px;
      margin-top: 15px;
   }
      /* Start-blogTitle 博客主标题和副标题。 */
      #blogTitle {
         height: 60px;
         clear: both;
      }
      //h1大标题
      #blogTitle h1 {
         font-size: 26px;
         font-weight: bold;
         line-height: 1.5em;
         margin-top: 20px;
      }
      #blogTitle h1 a{
         color: #00FFFF;
      }
         #blogTitle h1 a:hover{
            color: #C6E2FF;
         }
      //h2小标题
      #blogTitle h2 {
         font-weight: normal;
         font-size: .928571429rem;
         line-height: 1.846153846;
         /* color: #00FFFF !important; */
         color: black;
         float: left;
      }
      .input_my_zzk:hover {
         border: 1px solid #21759b;
         transition: all .4s linear 0s;
         /* color: #00FFFF; */
         color: black;
      }
      /* End-blogTitle 博客主标题和副标题。 */

      /* Start-navigation博客主体窗口内导航栏菜单。 */
      #navigator {
         font-size: 13px;
         border-bottom: 1px solid skyblue;
         border-top: 1px solid skyblue;
         box-shadow: 0 1px 3px skyblue;
         height: 50px;
         clear: both;
         margin-top: 25px;
      }

      #navList a:link, #navList a:visited, #navList a:active {
         /* color: #00FFFF; */
         color: black;
         font-weight: bold;
      }
      #navList li a:hover{
         color:#C6E2FF;
      }
      .blogStats {
          float: right;
          /* color: #00FFFF; */
          color: black;
          margin-top: 19px;
          margin-right: 2px;
          text-align: right;
      }
      #blog-calendar th {
         font-size: 12px;
         /* color: #00FFFF; */
         color: black;
      }
      #sideBar h3 {
         font-size: 15px;
         text-align: center;
         /* color: #00FFFF; */
         color: black;
      }
      /* End-navigation 博客主体窗口内导航栏菜单。 */
      
   /* End-header 博客主体头部。 */

/* End-home 博客主体窗口。*/

/* Start-sidebar博客侧边栏容器。 */
 #sideBar {
    font-size: 12px;
    margin-top: -15px;
    width: 230px;
    min-height: 200px;
    padding: 0 0 0 5px;
    float: right;
    /* -o-text-overflow: ellipsis; */
    text-overflow: ellipsis;
    overflow: hidden;
}
   /* 博客侧边栏容器里公告栏隐藏。 */
   #sidebar_news{
      background-color: rgba(255, 255, 255, 0.1);
      display: none !important;
   }
   #blog-calendar {
    width: 228px;
    padding-bottom: 5px;
    margin-bottom: 35px;
    box-shadow: 0 1px 3px skyblue;
    border: 1px solid skyblue;
   }
   #sideBar a {
      /* color: #AEEEEE; */
      color: black;
      padding-right: 10px;
      font-size: 17px;
   }
   .CalTitle{
      background: rgba(255, 255, 255, 0) !important;
   }
   .CalTitle td{
      background: rgba(255, 255, 255, 0) !important;
   }
   .CalDayHeader{
      background: none;
   }
   #blog-calendar td {
    font-size: 13px;
    font-family: "Comic Sans MS";
   }
   #sideBar h3 {
      font-size: 15px;
      text-align: center;
   }
   .mySearch{
      border: 1px solid skyblue;
      background: none;
      box-shadow: 0 1px 3px skyblue;
   }
   #widget_my_zzk,#widget_my_google{
      width: 150px;
      margin-left: 20px;
   }
   .input_my_zzk{
      background: none;
      border: 1px solid skyblue;
      box-shadow: 0 1px 3px skyblue;
   }
   #sidebar_shortcut{
      display: none;
   }
   #sidebar_postarchive{
      background-color: rgba(255, 255, 255, 0%);
   }
/* End-sidebar 博客侧边栏容器。 */

#footer{
    /* color:#00FFFF; */
    color: black;
}


