首页 > 其他分享 >博客园样式1.0

博客园样式1.0

时间:2024-12-07 09:54:23浏览次数:2  
标签:1.0 rgba 样式 博客园 color background var font 255

基础介绍

预览

功能

  1. 鼠标修改为小鱼
  2. 雪花飘落动效
  3. 看板娘
  4. 可拖动多级跳转目录
  5. 评论区

基础配置

博客基础皮肤

  1. darkgreentrip;
  2. 申请开启js权限

侧边栏公告

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Live2D</title>
<link rel="stylesheet" type="text/css" href="https://blog-static.cnblogs.com/files/blogs/814190/waifu.css"/><!-- 根据自己的喜好,也可选择waifu1.css -->
<link rel="stylesheet" type="text/css" href="https://blog-static.cnblogs.com/files/blogs/814190/flat-ui.min.css"/>
<script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
</head>
<body>
<div class="waifu" id="waifu">
<div class="waifu-tips" style="opacity: 1;"></div>
<canvas id="live2d" width="280" height="250" class="live2d"></canvas>
<div class="waifu-tool">
<span class="fui-home"></span>
<span class="fui-chat"></span>
<span class="fui-eye"></span>
<span class="fui-user"></span>
<span class="fui-photo"></span>
<span class="fui-info-circle"></span>
<span class="fui-cross"></span>
</div>
</div>
<script src="https://blog-static.cnblogs.com/files/blogs/814190/live2d.min.js"></script>
<script src="https://blog-static.cnblogs.com/files/blogs/814190/waifu-tips.js"></script>
<script type="text/javascript">initModel()</script>
</body>
</html>

页面定制css代码

html {
    cursor: url('https://files.cnblogs.com/files/blogs/814190/fish-copy_48x48.ico'), auto;
}
#home {
    margin: 0 auto;
    width: 80%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: rgba(245, 245, 245, 0.7);
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
body {
    background: rgba(12, 100, 129, 1) url('https://images.cnblogs.com/cnblogs_com/blogs/814190/galleries/2430561/o_241109032857_%E8%80%90%E8%84%8F2.png') fixed no-repeat;   //修改背景图片
    background-position: 50% 5%;
    background-size: cover;
}
#blogTitle {
    height: 100px;  /*高度*/
    clear: both;
    background-color: rgba(250, 250, 250, 0.5);   //博客标题的背景
    border: 1px solid black;
}
#blogTitle h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.8em;/*原始 1.6em*/
    margin-top: 10px;/*原始 15px */
    color: #016735;
}
#blogTitle h2 {
    font-weight: normal;
    font-size: 17px;/*原始 16px ;font-size: 1.0rem;*/
    line-height: 1.8;
    color: #016735;
    font-weight: bold;
    text-align: right;
    float: right;
}
#navigator{
    background-color:rgba(135,206,205, 0.5);          //标题栏下的颜色
}
#navList a:link, #navList a:visited, #navList a:active{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}
.blogStats{
    color: #eee;
}
.postTitle {
    border-left: 8px solid rgba(132,112,255, 0);
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color:     #FF6A6A;
    transition: all 0.4s linear 0s;
}
.postTitle a:hover {
    margin-left: 30px;
    color: #EE6363;
    text-decoration: none;
}
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}
.day .postTitle a {
    padding-left: 10px;
}
.day {
    background: rgba(255, 255, 255, 0.5);
}
/*文章附加信息*/
.postDesc {
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 13px;
    padding-right: 20px;/*5px  padding-left: 90px;posted 发表时间左边距离*/
    margin-top: 20px;
    line-height: 1.8;
    padding-bottom: 35px;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory,
.catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView,
.catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory ,#blog-calendar
{
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 35px;
    word-wrap: break-word;
}
.CalTitle{
    background: rgba(255, 255, 255, 0);
}
.catListTitle{
    background-color: rgba(202, 12, 12, 0.8);   //栏目的条纹颜色
}
#topics{
    background: rgba(255, 255, 255, 0.5);
}
.c_ad_block{
    display: none;
}
#tbCommentBody{
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 0.5);
}
#q{background: rgba(255, 255, 255, 0);}

.CalNextPrev{background: rgba(255, 255, 255, 0);}

.cnblogs_code{
    background: rgba(255, 255, 255, 0);
}
.cnblogs_code div{
    background: rgba(255, 255, 255, 0);
}
.cnblogs_code_toolbar{
    background: rgba(255, 255, 255, 0);
}
#main{min-width: 640px;}
.entrylist{
    background: rgba(255, 255, 255, 0.5);
}
.div_my_zzk input{
    outline: 0;
    border: 1px solid #ddd;
}

首页html代码

<!DOCTYPE html> 
<html xmlns="http://www.w3.org/1999/xhtml"> <head> 
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    <title>Live2D</title> 
    <link rel="stylesheet" type="text/css" href="https://files.cnblogs.com/files/blogs/814190/waifu.css"/> 
    <script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script> 
    </head> 
    <body> 
        <!-- 首页博客文章评论功能 -->
        <link  type="text/css" rel="stylesheet" href="https://files.cnblogs.com/files/hafiz/feedback.css">
        <!-- 看板娘 -->
        <link rel="stylesheet" type="text/css" href="https://files.cnblogs.com/files/blogs/814190/waifu.css"> 
        <link rel="stylesheet" type="text/css" href="https://files.cnblogs.com/files/yjlblog/flat-ui.min.css"/>
        <div class="waifu" id="waifu"> 
            <div class="waifu-tips" style="opacity: 1;"></div> 
            <canvas id="live2d" width="280" height="250" class="live2d"></canvas> 
            <div class="waifu-tool"> 
                <span class="fui-home"></span> 
                <span class="fui-chat"></span> 
                <span class="fui-eye"></span> 
                <span class="fui-user"></span> 
                <span class="fui-photo"></span> 
                <span class="fui-info-circle"></span> 
                <span class="fui-cross"></span> </div> 
                </div> 
                <script src="https://files.cnblogs.com/files/blogs/814190/live2d.js"></script> 
                <script src="https://files.cnblogs.com/files/blogs/814190/waifu-tips.js"></script> 
                <script type="text/javascript">initModel()</script> 
                
    </body> 
    
</html> 

页脚html代码

<script type="text/javascript">
<!-- 雪花飘落代码 -->
   window.onload = function () {
                var minSize = 10; //最小字体
                var maxSize = 20;//最大字体
                var newOne = 600; //生成雪花间隔
                var flakColor = "#f5f5f5fa"; //雪花颜色
                var flak = $("<div></div>").css({position:"absolute","top":"0px"}).html("✽");//定义一个雪花
                var dhight = $(window).height(); //定义视图高度
                var dw =$(window).width()-80; //定义视图宽度
                setInterval(function(){
                var sizeflak = minSize+Math.random()*maxSize; //产生大小不等的雪花
                var startLeft = Math.random()*dw; //雪花生成是随机的left值
                var startOpacity = 0.7+Math.random()*0.3; //随机透明度
                var endTop= dhight-100; //雪花停止top的位置
                var endLeft= Math.random()*dw; //雪花停止的left位置
                var durationfull = 5000+Math.random()*3000; //雪花飘落速度不同
                flak.clone().appendTo($("body")).css({
                "left":startLeft ,
                "opacity":startOpacity,
                "font-size":sizeflak,
                "color":flakColor
                }).animate({
                "top":endTop,
                "left":endLeft,
                "apacity":0.1
                },durationfull,function(){
                $(this).remove()
                });
                },newOne);
            }
// 博客文章评论功能 
$(function(){
    $('#blogTitle h1').addClass('bounceInLeft animated');
    $('#blogTitle h2').addClass('bounceInRight animated');
    // 删除反对按钮
    $('.buryit').remove();
    initCommentData();
});
function initCommentData() {
    $('.feedbackItem').each(function() {
        var text = $(this).find('.feedbackListSubtitle .layer').text();
        // 将楼层信息放到data里面
        // $(this).find('.blog_comment_body').attr('data-louceng', text.replace(/^#/g, ''));
        if($(this).find('.feedbackListSubtitle .louzhu').length>0) $(this).addClass('myself');
        var avatar = $(this).find('> .feedbackCon > span').html() || 'http://pic.cnitblog.com/face/sample_face.gif';
        $(this).find('> .feedbackCon > .blog_comment_body').append('<img class="user-avatar" src="'+avatar+'"/>')
    });
}

$(document).ajaxComplete(function(event, xhr, settings) {
  // 监听获取评论ajax事件
  if(settings.url.indexOf('/mvc/blog/GetComments.aspx') >= 0) {
    initCommentData();
  }
});
 </script>
<script language="javascript" type="text/javascript">
//生成目录索引列表
function GenerateContentList()
{
    var jquery_h3_list = $('#cnblogs_post_body h3');//如果你的章节标题不是h3,只需要将这里的h3换掉即可
    if(jquery_h3_list.length>0)
    {
        var content = '<a name="_labelTop"></a>';
        content    += '<div id="navCategory">';
        content    += '<p style="font-size:18px"><b>阅读目录</b></p>';
        content    += '<ul>';
        for(var i =0;i<jquery_h3_list.length;i++)
        {
            var go_to_top = '<div style="text-align: right"><a href="#_labelTop">回到顶部</a><a name="_label' + i + '"></a></div>';
            $(jquery_h3_list[i]).before(go_to_top);
            var li_content = '<li><a href="#_label' + i + '">' + $(jquery_h3_list[i]).text() + '</a></li>';
            content += li_content;
        }
        content    += '</ul>';
        content    += '</div>';
        if($('#cnblogs_post_body').length != 0 )
        {
            $($('#cnblogs_post_body')[0]).prepend(content);
        }
    }    
}
GenerateContentList();
</script>

上传文件

标签:1.0,rgba,样式,博客园,color,background,var,font,255
From: https://www.cnblogs.com/saturday-blog/p/18591818

相关文章

  • 《DNK210使用指南 -CanMV版 V1.0》第四十二章 人脸口罩佩戴检测实验
    第四十二章人脸口罩佩戴检测实验1)实验平台:正点原子DNK210开发板2)章节摘自【正点原子】DNK210使用指南-CanMV版V1.03)购买链接:https://detail.tmall.com/item.htm?&id=7828013987504)全套实验源码+手册+视频下载地址:http://www.openedv.com/docs/boards/k210/ATK-DNK210.html......
  • jQuery和CSS3打造GOOGLE样式的用户登录界面
    这是一款使用Jquery和css3打造的GOOGLE样式的用户登录界面特效。该登录界面特效中,右上角的小问号和错误提示小图标使用SVG来制作,用户名和密码输入框采用浮动标签特效,可点击的按钮上使用了很酷的点击波特效。整个登录界面简洁大方,互动性很强。在线演示 下载 该用户登录界面......
  • 怎么给手持设备添加特殊样式?
    给手持设备添加特殊样式,主要通过CSS媒体查询@media来实现。以下是一些常用的方法和技巧:1.基于视口宽度(ViewportWidth)的媒体查询:这是最常用的方法,通过设置max-width来针对不同屏幕尺寸应用不同的样式。/*针对小于768px宽度屏幕的样式*/@media(max-width:768......
  • 【教学类-43-25】20241203 数独3宫格的所有可能-使用模版替换(12套样式,空1格-空8格,每套
    前期做数独惨宫格的所有排列,共有12套样式,空1格-空8格,每套510张,共6120小图)【教学类-43-24】20241127数独3宫格的所有可能(12套样式,空1格-空8格,每套510张,共6120小图)-CSDN博客文章浏览阅读1.7k次,点赞41次,收藏30次。【教学类-43-24】20241127数独3宫格的所有可能(12套样式,空1格-......
  • vue3开发中常见的代码错误或者其他相关问题小文章1.0
    1. 模块解析失败错误示例:Failedtoresolveimport"some-module"from"src/main.js".Doesthefileexist?解决方案:确认模块名称拼写正确。确认模块已经安装(通过 npminstall 或 yarnadd)。检查路径是否正确,确保相对路径或绝对路径指向正确的文件。2. Composi......
  • css 设置透明凹槽圆角,常用于手机端的底部导航,或者优惠券之类的样式风格,这里分享项目中
     .footer{position:fixed;left:0;border:none;bottom:0;width:100%;box-sizing:border-box;z-index:2;padding:0.75rem0.375rem0.5rem0.375rem;background-color:#fff;border-radius:0.75rem0.75rem00;......
  • 如何重写行内样式?方法有哪些(至少两种)?
    在前端开发中,重写行内样式的方法有很多,这里列举至少两种常用且有效的方法:使用!important:这是最直接、最强制的一种方法。在样式规则的属性值后面添加!important,可以强制覆盖任何其他样式,包括行内样式。p{color:blue!important;}即使HTML中存在<pstyle="color:......
  • 五子棋绘制v1.0
    五子棋总的来说和画图板类似,首先画一个有正方形网格的图形,充当五子棋的底板,绘制棋子则是用Graphics画实心圆形,但是其中需要注意的有几个方面:1.怎么实现黑白棋的交替落子?2.如果点不准格子中间,怎么进行校正?3.如果下在棋盘外面怎么办?结构:  界面类:      创建......
  • 博客园-添加统计图
    ......
  • 博客园主页皮肤设置 - 第三版
    基本设置侧边栏<scripttype="text/javascript">window.cnblogsConfig={info:{name:'A-刘晨阳',//用户名startDate:'2021-10-14',//入园时间,年-月-日。入园时间查看方法:鼠标停留园龄时间上,会显示入园时间avatar:'https://......