如何应用自定义CSS将帖子拆分成多个页面

时间:2013-10-03 10:58:55

标签: css wordpress css3 wordpress-plugin wordpress-theming

我的网站是web.guru99.com

我已经<!–nextpage–>将帖子拆分为多个页面现在我想应用自定义样式以获得良好的外观和感觉

我搜索了所有内容,但没有找到任何有用的内容,我正在尝试解决此问题

从2周开始。但没有成功

现在分页看起来像这样 - http://screencast.com/t/onGdJWET

我想要这样 - http://screencast.com/t/GAqxExyivB

所以我该怎样才能实现它。

请帮忙。

1 个答案:

答案 0 :(得分:0)

.pagination_split_post span {
display: block;
float: left;
width: 25px;
height: 25px;
border: 1px solid gray;
margin-left: 5px;
text-align: center;
padding-bottom: 10px;
background: #64a9dc;
border-radius: 3px;
box-shadow: 0 1px 2px gray;
color: white;
text-shadow: 0 1px 1px gray;
}

.pagination_split_post a span {
background: white;
color: gray;
}