/*
Theme Name: Blog theme_3博客   
Theme URI: https://www.wpweb.cn/
Author: wp 虎啸 修改
Author URI: https://www.wpweb.cn/
Tags: white, Blog theme_3, wpbaike
*/
/*柚子花园 分页css样式*/
.pagenavi {
margin-top: 25px;
text-align: center;
height: 30px;
}
.page-numbers {
border-bottom: 5px solid #ececec;
padding: 5px 8px 4px;
margin: 0 5px;
transition: All 1s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.page-numbers:hover, .pagenavi .current {
color: #f34c02;
border-bottom: 5px solid #d6623d;
}