👽 适配Story主题

pull/33/merge
ruibaby 2018-08-14 16:57:53 +08:00
parent eefd96d310
commit 4d313a2be9
3 changed files with 23 additions and 19 deletions

View File

@ -76,6 +76,7 @@ Let's start: http://localhost:8090
- [Vno](https://github.com/ruibaby/vno-halo) - 来自Jekyll的一款主题作者[Wei Wang](https://onevcat.com/)。 - [Vno](https://github.com/ruibaby/vno-halo) - 来自Jekyll的一款主题作者[Wei Wang](https://onevcat.com/)。
- [Hux](https://github.com/ruibaby/hux-halo) - 来自Jekyll的一款主题作者[Xuan Huang](https://huangxuan.me/)。 - [Hux](https://github.com/ruibaby/hux-halo) - 来自Jekyll的一款主题作者[Xuan Huang](https://huangxuan.me/)。
- [Story](https://github.com/ruibaby/story-halo) - 来自Typecho的一款主题作者[Trii Hsia](https://yumoe.com/)。
> 声明:不接受任何对**移植主题**功能上的意见和建议。 > 声明:不接受任何对**移植主题**功能上的意见和建议。

View File

@ -92,6 +92,8 @@
border: 1px solid #ededed!important; border: 1px solid #ededed!important;
background: #ededed!important; background: #ededed!important;
color: #313131!important; color: #313131!important;
outline: none!important;
line-height: normal!important;
transition: all .3s ease-in-out; transition: all .3s ease-in-out;
} }
@ -103,29 +105,30 @@
} }
.native-list { .native-list {
list-style: none; list-style: none!important;
margin: 0 auto; margin-top: 0!important;
padding: 0; margin-bottom: 0!important;
padding: 0!important;
} }
.native-list .native-list-one { .native-list .native-list-one {
padding-top: 10px; padding-top: 10px!important;
position: relative; position: relative!important;
display: block; display: block!important;
transition: all .3s ease-in-out; transition: all .3s ease-in-out!important;
} }
.native-list .native-list-one .native-list-one-img { .native-list .native-list-one .native-list-one-img {
width: 2.5rem; width: 2.5rem!important;
height: 2.5rem; height: 2.5rem!important;
float: left; float: left!important;
border-radius: 50%; border-radius: 50%!important;
margin-right: .7rem; margin-right: .7rem!important;
cursor: pointer; cursor: pointer!important;
-webkit-transition: 0.4s; -webkit-transition: 0.4s!important;
-webkit-transition: -webkit-transform 0.4s ease-out; -webkit-transition: -webkit-transform 0.4s ease-out!important;
transition: transform 0.4s ease-out; transition: transform 0.4s ease-out!important;
-moz-transition: -moz-transform 0.4s ease-out; -moz-transition: -moz-transform 0.4s ease-out!important;
} }
.native-list-one-img:hover{ .native-list-one-img:hover{