博客园美化

日常笔记

江北江南几度秋,梦里朱颜换。【宋代】周紫芝《卜算子·席上送王彦猷》

# 博客侧边栏公告

看板娘

<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/L2Dwidget.min.js"></script>
<script type="text/javascript">
    L2Dwidget.init();
</script>
1
2
3
4

时钟

<div>
<!-- 会动的小人时钟设置 -->
<embed allowscriptaccess="never" allownetworking="internal" invokeurls="false" src="https://files.cnblogs.com/files/mmzs/flashDate.swf"
pluginspage="https://files.cnblogs.com/files/mmzs/flashDate.swf" type="application/x-shockwave-flash" quality="high" autostart="0" wmode="transparent" width="220"
height="65" align="middle">
</div>
1
2
3
4
5
6

# 页脚HTML

<script type="text/javascript">
/* 鼠标特效 */
var a_idx = 0;
jQuery(document).ready(function($) {
    $("body").click(function(e) {
        var a = new Array("❤welcome to❤","❤博客园❤","❤辣條先生❤","❤富强❤","❤民主❤","❤文明❤","❤和谐❤","❤自由❤","❤平等❤","❤公正❤","❤法治❤","❤爱国❤","❤敬业❤","❤诚信❤","❤友善❤");
        var $i = $("<span></span>").text(a[a_idx]);
        a_idx = (a_idx + 1) % a.length;
        var x = e.pageX,
        y = e.pageY;
        $i.css({
            "z-index": 999999999999999999999999999999999999999999999999999999999999999999999,
            "top": y - 20,
            "left": x,
            "position": "absolute",
            "font-weight": "bold",
            "color": "rgb("+~~(255*Math.random())+","+~~(255*Math.random())+","+~~(255*Math.random())+")"
        });
        $("body").append($i);
        $i.animate({
            "top": y - 180,
            "opacity": 0
        },
        1500,
        function() {
            $i.remove();
        });
    });
});
</script>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

# 主题

一些组件:https://www.cnblogs.com/zouwangblog/p/10996446.html

https://www.yuque.com/awescnb/user

cute-cnblogs:https://www.cnblogs.com/miluluyo/p/11677303.html(使用)

Cnblogs-Theme-SimpleMemory:https://www.cnblogs.com/chenkeer/p/15193179.html

https://blog.csdn.net/weixin_45765795/article/details/113928881

Silence:https://www.cnblogs.com/KOKODA/p/10522432.html

https://github.com/BNDong/Cnblogs-Theme-SimpleMemory

Sakura:https://www.cnblogs.com/xytpz/p/14417463.html

awescnb:https://www.cnblogs.com/alanjiang/p/16324307.html

Bili2.0:https://www.cnblogs.com/gshang/p/biliTheme.html

cute-cnblogs 版本一:

页首HTML

<link rel='stylesheet' href='https://blog-static.cnblogs.com/files/elkyo/cute-cnblogs.css'>
<link rel='stylesheet' href='https://cdn.bootcss.com/animate.css/3.7.2/animate.min.css'>
<link rel="stylesheet" href="https://blog-static.cnblogs.com/files/elkyo/siyuan.css" />
<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
<script src="https://blog-static.cnblogs.com/files/elkyo/monitoring.js"></script>
<link rel="stylesheet" href="https://blog-static.cnblogs.com/files/elkyo/OwO.min.css" />
<script src="https://blog-static.cnblogs.com/files/elkyo/OwO.min.js"></script>
<script src="https://blog-static.cnblogs.com/files/elkyo/cute-cnblogs.js"></script>
<script src="https://sdk.jinrishici.com/v2/browser/jinrishici.js" charset="utf-8"></script>
<script src="https://blog-static.cnblogs.com/files/elkyo/three.min.js"></script>
<script src='https://blog-static.cnblogs.com/files/elkyo/star.js'></script>
<script>
    miluframe({
        /*个人链接地址*/
        Youself:'https://daneliya.github.io/',
        /*导航栏信息*/
        custom:[{
            name:'留言板',
            link:'https://www.cnblogs.com/xu-xiaolong/p/10875959.html',
            istarget:false
        },{
            name:'技能树',
            link:'https://daneliya.github.io/',
            istarget:true
        }],
        /*自己的友链页面后缀*/
        Friends_of_the:'p/15324545.html',
        /*自己的友链信息*/
        resume:{
            "name":"尘事如霜人如水",
            "link":"https://www.cnblogs.com/xu-xiaolong",
            /* "headurl":"https://images.cnblogs.com/cnblogs_com/elkyo/1558759/o_o_my.jpg"*/
            "headurl":"https://files.cnblogs.com/files/xu-xiaolong/AF266BD00FFD1B7CC84BA55EFC59CCF3.svg"
            "introduction":"大道至简,知易行难。"
        },
        /*友链信息*/
        unionbox:[{
            "name":"尘事如霜人如水",
            "introduction":"生活是没有标准答案的。",
            "url":"https://www.cnblogs.com/xu-xiaolong",
            /* "headurl":"https://images.cnblogs.com/cnblogs_com/elkyo/1558759/o_o_my.jpg"*/
            "headurl":"https://files.cnblogs.com/files/xu-xiaolong/AF266BD00FFD1B7CC84BA55EFC59CCF3.svg"
        },{
            "name":"尘事如霜人如水的技能树",
            "introduction":"大道至简,知易行难。",
            "url":"https://daneliya.github.io/",
            /* "headurl":"https://images.cnblogs.com/cnblogs_com/elkyo/1558759/o_o_my.jpg"*/
            "headurl":"https://files.cnblogs.com/files/xu-xiaolong/AF266BD00FFD1B7CC84BA55EFC59CCF3.svg"
        }],
        /*点击页面时候的弹出文本显示*/
        clicktext:new Array("ヾ(◍°∇°◍)ノ゙加油哟~ ——尘事如霜人如水","生活是没有标准答案的。  ——尘事如霜人如水"),
        /*github链接*/
        githuburl:'https://github.com/daneliya'
    })
</script>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
最近修改于: 2024/11/4 01:09:36
    和宇宙温柔的关联
    房东的猫