1 Star 1 Fork 0

zengxiaoluan/loquat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sidebar.php 940 Bytes
一键复制 编辑 原始数据 按行查看 历史
zengxiaoluan 提交于 2017-05-10 19:04 . init
<div class="col-md-4 sidebar hidden-print">
<ul id="sidebar" class="list-unstyled">
<?php dynamic_sidebar( 'orange' ); ?>
</ul>
</div>
<style>
.sidebar{
transition: all .5s;
}
.sidebar .widgettitle{
background-color: #5bc0de;
color: white;
padding: 1rem;
}
.sidebar:hover{
box-shadow: 0px 1px 15px #d2d0d0,0px -1px 15px #d2d0d0;
}
.sidebar ul#sidebar > li{
border-bottom: 1px dotted #eee;
list-style: none;
padding-bottom: 1em;
}
.sidebar table{
width: 100%;
text-align: center;
}
.sidebar .tagcloud a{
border: 1px solid #eee;
display: inline-block;
margin: 0.5rem;
padding: 0.5rem;
border-radius: 5px;
}
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zengxiaoluan/loquat.git
git@gitee.com:zengxiaoluan/loquat.git
zengxiaoluan
loquat
loquat
master

搜索帮助