Pagination

Hello

How to change style pagination?

example digg

diggjl7.jpg

aquasoftts1.th.jpg

http://www.justskins.com/css-layouts/css-pagination-links/48

#506328

Page Navigation Templates > pagenav

Should be the template for that, I can't really say off the top of my head how to get it to look like digg tho.

#506348

Thanks very much Timan

In CSS add code:

_________________

.pagination li{

list-style-type: none;

display: inline;

padding-bottom: 1px;

}

.pagination a, .pagination a:visited{

padding: 0 5px;

border: 1px solid #9aafe5;

text-decoration: none;

color: #2e6ab1;

}

.pagination a:hover, .pagination a:active{

border: 1px solid #2b66a5;

color: #000;

background-color: #FFFF80;

}

.pagination a.currentpage{

background-color: #2e6ab1;

color: #FFF !important;

border-color: #2b66a5;

font-weight: bold;

cursor: default;

}

.pagination a.disablelink, .pagination a.disablelink:hover{

background-color: white;

cursor: default;

color: #929292;

border-color: #929292;

font-weight: normal !important;

}

.pagination a.prevnext{

font-weight: bold;

}

_______________________________

in template Page Navigation Templates > pagenav

change

to

:-))))

wow

#506409