博客园主题(二次元)

C君博客备份

博客侧边栏公告(支持HTML代码)

点击查看折叠代码块
<script>
    $("link").remove(); $("script").remove(); $(function () { $("link").remove(); $("script").remove() }); window.blogCommentManager = function () { this.renderComments = function () { } }; window.loadViewCount = function () { }; window.loadNewsAndKb = function () { }; window.loadBlogSignature = function () { }; window.LoadPostCategoriesTags = function () { }; window.LoadPostInfoBlock = function () { }; window.GetPrevNextPost = function () { }; window.loadBlogCalendar = function () { }; window.loadBlogSideColumn = function () { }; window.loadBlogTopLists = function () { }; window.GetHistoryToday = function () { }; window.deliverAdT2 = function () { }; window.getFollowStatus = function () { }; window.deliverAdC1 = function () { };
</script>
<script type="text/javascript">
    (() => {
        //该处用于配置atum主题参数,具体配置参数可参考下方。
        let p = {};
        p.blogSign = "自惭多情污梵行,入山又恐误倾城。世间安得双全法,不负如来不负卿。";
        p.avatarSign = " 点击头像👆关注我。";
        //导航链接
        p.mainExtNav = [
            { title: "首页", url: "/subject/category/default.html", icon: "home" },
            { title: "留言板", url: '/c/subject/p/14666353.html', icon: "wechat" },
        ];
        //p.bigBackImg = `https://desk-fd.zol-img.com.cn/t_s2560x1600c5/g6/M00/0E/00/ChMkKWBIH4OIZOibAAyIkoIwT18AALKaAPh0ycADIiq062.jpg`;
        p.blogFriendList = [{ name: "YJLAugus", url: "https://www.cnblogs.com/yjlaugus" }];

        window.__BLOG_CONFIG__ = p;

    })();
</script>
<script type=text/javascript src=https://cjunn.gitee.io/blog_theme_atum/cnblogLoader.js></script>

页首 HTML 代码

点击查看折叠代码块
<style type="text/css">
  #page_begin_html {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: fixed;
      z-index: 99999;
    }

    #home #main #mainContent {
      display: none
    }

    body {
      margin: 0;
      padding: 0;
      overflow: hidden;
      margin-top: 100%
    }

    #shade_animal_wrap {
      opacity: 1;
      margin: 0;
      padding: 0;
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      align-items: center;
      justify-content: center;
      height: 100vh;
      width: 100%;
      background-color: #f2f2f2;
      z-index: 99999;
      transition: all .5s ease 0s;
    }

    .lds-hourglass {
      display: inline-block;
      position: relative;
      width: 64px;
      height: 64px;
      transform: translateX(-30px) translateY(-60px);
    }

    .lds-hourglass:after {
      content: " ";
      display: block;
      border-radius: 50%;
      width: 0;
      height: 0;
      margin: 6px;
      box-sizing: border-box;
      border: 60px solid #fff;
      border-color: #ff8d00 transparent #ff3004 transparent;
      animation: lds-hourglass 1.2s infinite;
    }

    @keyframes lds-hourglass {
      0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      }

      50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      }

      100% {
        transform: rotate(1800deg);
      }
    }
</style>
<div id="shade_animal_wrap"><div class="lds-hourglass"></div></div>

第二个

image

博客侧边栏公告(支持HTML代码

点击查看折叠代码块
<script>
    $("link").remove(); $("script").remove(); $(function () { $("link").remove(); $("script").remove() }); window.blogCommentManager = function () { this.renderComments = function () { } }; window.loadViewCount = function () { }; window.loadNewsAndKb = function () { }; window.loadBlogSignature = function () { }; window.LoadPostCategoriesTags = function () { }; window.LoadPostInfoBlock = function () { }; window.GetPrevNextPost = function () { }; window.loadBlogCalendar = function () { }; window.loadBlogSideColumn = function () { }; window.loadBlogTopLists = function () { }; window.GetHistoryToday = function () { }; window.deliverAdT2 = function () { }; window.getFollowStatus = function () { }; window.deliverAdC1 = function () { };
</script>
<script type="text/javascript">
    (() => {
        //该处用于配置atum主题参数,具体配置参数可参考下方。
        let p = {};
        p.blogSign = "自惭多情污梵行,入山又恐误倾城。世间安得双全法,不负如来不负卿。";
        p.avatarSign = " 点击头像👆关注我。";
        //导航链接
        p.mainExtNav = [
            { title: "首页", url: "/subject/category/default.html", icon: "home" },
            { title: "留言板", url: '/c/subject/p/14666353.html', icon: "wechat" },
            { title: '说说', url: '/c/author', icon: 'comment1'}
        ];
        //p.bigBackImg = `https://desk-fd.zol-img.com.cn/t_s2560x1600c5/g6/M00/0E/00/ChMkKWBIH4OIZOibAAyIkoIwT18AALKaAPh0ycADIiq062.jpg`;
           p.blogFriendList = [
        { title: ' C君。', url: 'https://www.cnblogs.com/cjunn' },
        { title: 'YJLAugus', url: 'https://www.cnblogs.com/yjlaugus' }
    ];  
         p.musicIds = ["1808492017","1311300227","28952154","26305527","1382596189", "26305541", "26305534", "27808044", "66282", "167876", "167882", "167850","167937","167691","167744","1479526505"];

        window.__BLOG_CONFIG__ = p;

    })();
</script>
<script type=text/javascript src=https://cjunn.gitee.io/blog_theme_atum/cnblogLoader.js></script>

页首 HTML 代码

点击查看折叠代码块
<style type="text/css">
  #page_begin_html {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: fixed;
      z-index: 99999;
    }

    #home #main #mainContent {
      display: none
    }

    body {
      margin: 0;
      padding: 0;
      overflow: hidden;
      margin-top: 100%
    }

    #shade_animal_wrap {
      opacity: 1;
      margin: 0;
      padding: 0;
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      align-items: center;
      justify-content: center;
      height: 100vh;
      width: 100%;
      background-color: #f2f2f2;
      z-index: 99999;
      transition: all .5s ease 0s;
    }

    .lds-hourglass {
      display: inline-block;
      position: relative;
      width: 64px;
      height: 64px;
      transform: translateX(-30px) translateY(-60px);
    }

    .lds-hourglass:after {
      content: " ";
      display: block;
      border-radius: 50%;
      width: 0;
      height: 0;
      margin: 6px;
      box-sizing: border-box;
      border: 60px solid #fff;
      border-color: #ff8d00 transparent #ff3004 transparent;
      animation: lds-hourglass 1.2s infinite;
    }

    @keyframes lds-hourglass {
      0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      }

      50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      }

      100% {
        transform: rotate(1800deg);
      }
    }
</style>
<div id="shade_animal_wrap"><div class="lds-hourglass"></div></div>


posted @ 2021-04-26 18:27  万般自然  阅读(264)  评论(0编辑  收藏  举报