﻿/*
Theme Name:     EnApp
Author:         Me
Version:        1.0
*/
.post-list{padding-left:0}
.list-item{padding-bottom:15px;margin-bottom:15px;line-height:26px;border-bottom:1px dashed rgba(221,221,221,.5);display:flex}
.list-item-date{text-align:right;font-size:14px;color:rgba(0,0,0,.4);float:right}
.list-item-title{width:100%;font-size:18px;color:rgba(0,0,0,.8)}
.list-item-title{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;flex:1}
.pagination{display:block;margin:20px 0 20px;text-align:center}
.pagination a{display:inline-block;margin:0 3px 0 0;width:36px;height:36px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#ff9500;color:#fff;text-align:center;line-height:36px}
.pagination a i{width:36px;height:36px;line-height:36px}
.pagination .current,.pagination a:hover{background:#505050;color:#fff;text-decoration:none}
.pagination .page-number{display:inline-block;margin:0 3px;padding:0 14px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#ff9500;color:#fff;line-height:36px}