While on the topic of styles...
If you are upgrading your custom 7.5.x styles, you can use these Style examples to assist you with that update. These settings are already within the included stock styles (install/styles/) and were automatically added to your current Styles if you upgraded from the UBB.threads 7.5 series.


New Pagination Items For Styling

.pagination
border-radius:2px;
margin:0;

.pages
background:#607d8b;
border:1px solid #263238;
color:#ffffff;
font-size:14px;
margin:4px;
padding:6px;

.page-cur
background: #fafafa;
border-bottom:1px solid #cccccc;
color: #000000;
font-weight:700;
padding-left:8px;
padding-right:8px;

.page-n
background: #fafafa;
border-bottom:1px solid #cccccc;
color: #000000;
padding-left:7px;
padding-right:7px;

.pagenav
border:1px solid #D8D8D8;
font-size:11px;
padding:2px 5px

.pagenavall
border:1px solid #D8D8D8;
font-size:11px;
padding:2px 5px;

Screenshot for correct usage, and a sample of their output:
[Linked Image]


New Post Navigation Items For Styling

.post-nav
background: #fafafa;
border-bottom:1px solid #cccccc;
box-shadow: inset 0 -6px 8px -7px #e0e0e0;
color:#000000;
font-size:14px;
margin-right:2px;
padding:8px;

.post-nav:hover
background:#FFFFFF;
color:#000000;

Screenshot for correct usage, and a sample of their output:
[Linked Image]



TIP: For easier updates of your custom styles, I recommend using the Style Editor to import the one of the stock styles from your install archive and using that for reference.
"install/styles/9_UBBCentral_-_Zen_(BlueGrey-Grey).txt" is used in the screenshot examples above.