背景按钮美化笔记

  网课还有明天最后一天,下周就可以返校了。今天公休没课折腾博客,Pigeon我现在用的博客主题,很棒的主题,简约而不简单。上午在开往里偶然间路过了一个Hexo博客,他的背景是浅色渐变的,特别好看,于是扒了一下
也就是现在的样子,之前博客是可以设置一个固定颜色或者背景,这个浅色渐变就挺好的
截图1
代码如下更改博客background即可

[hide]

background: linear-gradient(90deg,rgba(247,149,51,.1) 0,rgba(243,112,85,.1) 15%,rgba(239,78,123,.1) 30%,rgba(161,102,171,.1) 44%,rgba(80,115,184,.1) 58%,rgba(16,152,173,.1) 72%,rgba(7,179,155,.1) 86%,rgba(109,186,130,.1) 100%);

[/hide]

  紧接着又搞了一个动态渐变的样式,重温了一遍Css选择器才搞定:@(喜极而泣)都忘光了(今年折腾博客比较多,去年学了C3以后就挂在那里也没实战,现在用真是方恨少:@(哭泣))
评论那个真是,试了半个小时没搞出来,最后求主题作者@Novcu帮我定位的
#comment-form .comment-buttons #submitComment真他丫长:@(尴尬)
截图2
截图3
代码

[hide]

/* 渐变色滚动动画 */

@-webkit-keyframes Gradient {
0% {
background-position: 0 50%;

}

50% {
background-position: 100% 50%;

}

100% {
background-position: 0 50%;

}

}

@-moz-keyframes Gradient {
0% {
background-position: 0 50%;

}

50% {
background-position: 100% 50%;

}

100% {
background-position: 0 50%;

}

}

@keyframes Gradient {
0% {
background-position: 0 50%;

}

50% {
background-position: 100% 50%;

}

100% {
background-position: 0 50%;

}

}
.paging_ajax_btn >.next ,#comment-form .comment-buttons #submitComment
{
background: linear-gradient(-45deg, #ee7752, #ce3e75, #23a6d5, #23d5ab);

background-size: 400% 400%;

-webkit-animation: Gradient 10s ease infinite;

-moz-animation: Gradient 10s ease infinite;

animation: Gradient 10s ease infinite;

-o-user-select: none;

-ms-user-select: none;

-webkit-user-select: none;

-moz-user-select: none;

user-select: none;



}

.paging_ajax_btn >.next,#comment-form .comment-buttons #submitComment
:before {
background-color: rgba(0, 0, 0, 0);

}

[/hide]

把里面的元素改了就好,这个感觉放在按钮上好看,单纯做背景感觉太“亮眼”

接下来应该不会做过多美化了,毕竟主题主打简约文字,也不喜欢破坏整体的风格
散会

标签:none上篇:基于UptimeRobot的友链状态监控下篇:Typecho评论添加“博主”“好友”认证

3 条评论

  1. 看看

  2. 不错,按钮还会变色,收藏有空折腾。

2024-01-20

浅谈Typecho简约主题Sunny

2022-09-16

又一个静态博客部署方案:quick-markdown

2023-10-12

假日杂记

2023-02-05

年后的第一周

2020-06-06

一个视频让你回到2018年的夏天

2019-10-13

wordpress更新显示“另一个更新正在进行”

2021-03-12

基于UptimeRobot的友链状态监控

2022-11-16

两个我

2021-07-20

Edge与Chorme的美化

2022-09-08

清酒的猕猴桃🥝

2020-10-09

关于wordpress转到typecho那些事

2024-09-29

开箱Redmi Note14 Pro+

2021-03-05

Markdown语法(自常用)

2023-08-01

八月周记(上)

2020-02-11

我的前端学习笔记(四)CSS篇

2020-03-08

记博客又全站开启https(阿里云)

2022-10-22

我的第一台蓝厂手机

2024-03-12

年 · 小记