mirror of https://github.com/halo-dev/halo
👽 适配Story主题
parent
eefd96d310
commit
4d313a2be9
|
@ -76,6 +76,7 @@ Let's start: http://localhost:8090
|
|||
|
||||
- [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/)。
|
||||
- [Story](https://github.com/ruibaby/story-halo) - 来自Typecho的一款主题,作者[Trii Hsia](https://yumoe.com/)。
|
||||
|
||||
> 声明:不接受任何对**移植主题**功能上的意见和建议。
|
||||
|
||||
|
@ -126,4 +127,4 @@ Halo的诞生离不开下面这些项目:
|
|||
|
||||
| 支付宝 | 微信 |
|
||||
| :------------: | :------------: |
|
||||
| <img src="https://cdn.ryanc.cc/img/github/donate/alipay.png" width="150"/> | <img src="https://cdn.ryanc.cc/img/github/donate/wechat.png" width="150" /> |
|
||||
| <img src="https://cdn.ryanc.cc/img/github/donate/alipay.png" width="150"/> | <img src="https://cdn.ryanc.cc/img/github/donate/wechat.png" width="150" /> |
|
||||
|
|
|
@ -51,4 +51,4 @@
|
|||
</script>
|
||||
</@compress>
|
||||
</html>
|
||||
</#compress>
|
||||
</#compress>
|
||||
|
|
|
@ -92,6 +92,8 @@
|
|||
border: 1px solid #ededed!important;
|
||||
background: #ededed!important;
|
||||
color: #313131!important;
|
||||
outline: none!important;
|
||||
line-height: normal!important;
|
||||
transition: all .3s ease-in-out;
|
||||
}
|
||||
|
||||
|
@ -103,29 +105,30 @@
|
|||
}
|
||||
|
||||
.native-list {
|
||||
list-style: none;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
list-style: none!important;
|
||||
margin-top: 0!important;
|
||||
margin-bottom: 0!important;
|
||||
padding: 0!important;
|
||||
}
|
||||
|
||||
.native-list .native-list-one {
|
||||
padding-top: 10px;
|
||||
position: relative;
|
||||
display: block;
|
||||
transition: all .3s ease-in-out;
|
||||
padding-top: 10px!important;
|
||||
position: relative!important;
|
||||
display: block!important;
|
||||
transition: all .3s ease-in-out!important;
|
||||
}
|
||||
|
||||
.native-list .native-list-one .native-list-one-img {
|
||||
width: 2.5rem;
|
||||
height: 2.5rem;
|
||||
float: left;
|
||||
border-radius: 50%;
|
||||
margin-right: .7rem;
|
||||
cursor: pointer;
|
||||
-webkit-transition: 0.4s;
|
||||
-webkit-transition: -webkit-transform 0.4s ease-out;
|
||||
transition: transform 0.4s ease-out;
|
||||
-moz-transition: -moz-transform 0.4s ease-out;
|
||||
width: 2.5rem!important;
|
||||
height: 2.5rem!important;
|
||||
float: left!important;
|
||||
border-radius: 50%!important;
|
||||
margin-right: .7rem!important;
|
||||
cursor: pointer!important;
|
||||
-webkit-transition: 0.4s!important;
|
||||
-webkit-transition: -webkit-transform 0.4s ease-out!important;
|
||||
transition: transform 0.4s ease-out!important;
|
||||
-moz-transition: -moz-transform 0.4s ease-out!important;
|
||||
}
|
||||
|
||||
.native-list-one-img:hover{
|
||||
|
|
Loading…
Reference in New Issue