awescnb博客園主題推薦-自定義


主題基於:https://gitee.com/guangzan/awescnb

博主地址:https://www.cnblogs.com/guangzan/

后台-設置

博客皮膚: Custom

頁面定制 CSS 代碼

#loading {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  background-color: #f4f5f5;
  pointer-events: none;
}
.loader-inner {
  will-change: transform;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  background-color: #3742fa;
  border-radius: 50%;
  animation: scaleout 0.6s infinite ease-in-out forwards;
  text-indent: -99999px;
  z-index: 999991;
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

勾選:

[√] 禁用模板默認CSS

博客側邊欄公告(支持HTML代碼) (支持 JS 代碼)

<script src="https://guangzan.gitee.io/awescnb/index.js"></script>


<script>
$.awesCnb({
// 基本配置,在線切換主題
theme: {
name: 'geek', // 極客風格主題
//name: 'view', //寬闊視野主題
//name: 'simple', //  簡約風格主題
//name: 'reacg', //二次元風格
//name: 'bilibili', //Bilibili


        color: '#FFB3CC',
        title: '',
        contentSize: 'mid',
        //背景圖片地址
        headerBackground: 'https://img2020.cnblogs.com/blog/2129350/202009/2129350-20200901200713499-999477266.jpg',
        //頭像圖片地址
        avatar: 'https://images.cnblogs.com/cnblogs_com/levi125/1849234/o_201013092146Snipaste_2020-10-13_17-21-26.jpg',
        favicon: '',
    },
links: [
 {
        name: '收藏夾',
        link: 'https://wz.cnblogs.com/',
    }
    //,
    //{
    //    name: '自定義菜單名',
    //    link: '跳轉鏈接',
    //}
],
notice:{
    enable: false
},
signature: {
    enable: false, //是否開啟個性簽名
    contents: [
    "個性簽名、<b style='color:#ff6b81'>顏色,加粗的</b>"
    ],
},
darkMode: {
    enable: true    
},
postTopimage: {
    enable: true,
    imgs: [],
    position: 'top',
},
highLight: {
    type: 'atomOneLight'
},
lineNumbers: {
    enable: true
},
catalog: {
    enable: true,
    position: 'left',
},
back2top: {
    enable: true,
    type: 'simple',
},
tools: {
    enable: true,
    initialOpen: false,
    draggable: true,
},

})
</script>

更多插件配置參考:https://guangzan.gitee.io/awescnb-docs/options

頁首 HTML 代碼

<div id="loading"><div class="loader-inner"></div></div>

最后,點擊保存

去后台-選項

選擇

最后,點擊保存


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM