Warning: Trying to access array offset on value of type null in /mnt/www/www.ibilibili.com.typecho/usr/plugins/Bili/Action.php on line 258
Warning: Trying to access array offset on value of type null in /mnt/www/www.ibilibili.com.typecho/usr/plugins/Bili/Action.php on line 272
Warning: Trying to access array offset on value of type null in /mnt/www/www.ibilibili.com.typecho/usr/plugins/Bili/Action.php on line 273
Warning: Trying to access array offset on value of type null in /mnt/www/www.ibilibili.com.typecho/usr/plugins/Bili/Action.php on line 274
Warning: Trying to access array offset on value of type null in /mnt/www/www.ibilibili.com.typecho/usr/plugins/Bili/Action.php on line 275
Warning: Trying to access array offset on value of type null in /mnt/www/www.ibilibili.com.typecho/usr/plugins/Bili/Action.php on line 276
Warning: Trying to access array offset on value of type null in /mnt/www/www.ibilibili.com.typecho/usr/plugins/Bili/Action.php on line 277
Warning: Trying to access array offset on value of type null in /mnt/www/www.ibilibili.com.typecho/usr/plugins/Bili/Action.php on line 278
Warning: Trying to access array offset on value of type null in /mnt/www/www.ibilibili.com.typecho/usr/plugins/Bili/Action.php on line 279
Warning: Trying to access array offset on value of type null in /mnt/www/www.ibilibili.com.typecho/usr/plugins/Bili/Action.php on line 281
Warning: Trying to access array offset on value of type null in /mnt/www/www.ibilibili.com.typecho/usr/plugins/Bili/Action.php on line 282
Warning: Trying to access array offset on value of type null in /mnt/www/www.ibilibili.com.typecho/usr/plugins/Bili/Action.php on line 283
爱哔哩
/*滚动条效果*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
width:7px;
height:6px;
}
/*定义滚动条轨道*/
::-webkit-scrollbar-track {
background-color:white;
-webkit-border-radius: 0em;
-moz-border-radius: 0em;
border-radius: 0em;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
background-color: #ff676c;
background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.4) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.4) 75%,transparent 75%,transparent);
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
cursor: pointer;
} img.img-full.img-circle {
transition: 0.5s;
}
span.thumb-lg.w-auto-folded.avatar.m-t-sm {
animation: light 4s ease-in-out infinite;
}
.thumb-lg {
width: 68px
}
.img-full:hover {
transform: scale(1.1) rotate(360deg);
}
@keyframes light {
0% {
box-shadow: 0 0 4px red
}
25% {
box-shadow: 0 0 16px #0f0
}
50% {
box-shadow: 0 0 4px #00f
}
75% {
box-shadow: 0 0 16px #0f0
}
100% {
box-shadow: 0 0 4px green
}
} .blog-post .panel:not(article){transition:all .3s}
.blog-post .panel:not(article):hover{transform:translateY(-10px)}
remote