自定义博客样式
Posted Albertiy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了自定义博客样式相关的知识,希望对你有一定的参考价值。
自定义博客样式
一、添加自定义CSS
1. 收藏按钮悬浮
#div_digg {
position: fixed;
bottom: 10px;
right: 15px;
border: 2px solid #ECD7B1;
padding: 10px;
width: 140px;
background-color: #fff;
border-radius: 5px 5px 5px 5px !important;
box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
2. 修改大标题样式
/*主标题样式*/
#blogTitle h1 {
font-size: 26px;
font-weight: bold;
line-height: 1.8em;
margin-top: 10px;
}
/*超链接颜色*/
#blogTitle h1 a:hover {
color: #f06000;
text-decoration:none;
}
二、页首html代码
1. 添加 码云/GitHub 超链接
<div id="page_begin_html">
<div style="display: none" id="__document_write_ajax_div-1"></div>
<a href="https://gitee.com/RedBeast" target="_blank">
<img style="position: absolute; top: 0; right: 0; border: 0" src="https://gitee.com/RedBeast/PicCache/widgets/widget_1.svg?color=f06000" alt="Fork me on Gitee">
</a>
</div>
三、自定义脚本
首先申请JS权限
如何引用JS?
例:雪花生成(忘了从哪荡的了),放到页脚即可。
<script src="https://gitee.com/RedBeast/PicCache/raw/master/js/flake_script.js"></script>
使用:
效果图:
以上是关于自定义博客样式的主要内容,如果未能解决你的问题,请参考以下文章