MyBB Community Forums

Full Version: Page number color ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have been getting complaints from some members about the color of the box the page number is on.
Page number box you are on is black, the others are grey.
[Image: vziyx2.gif]

they have bad eyes maybe? ..LOL

I have a black background on the board, and mostly everything else is grey.
I do not see a way to change only the color of the box of the page they are on.

When i change that, it changes the background color of the board.

Is there a way to only change that?

something like this.. green
[Image: 6f4787.gif]

I don't think it can be done without affecting other things Undecided
.pagination .pages {
	font-weight: bold;
}

.pagination .pagination_current, .pagination a {
	padding: 2px 6px;
	margin-bottom: 3px;
}

.pagination a {
	border: 1px solid #81A2C4;
}

.pagination .pagination_current {
	background: #F5F5F5;
	border: 1px solid #81A2C4;
	font-weight: bold;
}

.pagination a:hover {
	background: #F5F5F5;
	text-decoration: none;
}

These should be the classes you want to look at, in global.css

Most likely the one called .pagination .pagination_current
Of course you can change it. The pagination has it's own CSS styles in global.css. Find the .pagination .pagination_current rule and edit the background property.

I suggest a little subtle hint of grey Toungue

Edit: Me and my eating, and Matt beats me to it!
Too slow Tom, too slow Toungue
I think you're looking at what I'm doing on the who's online, then posting before me... Dodgy

Toungue My Haribos are all gone now though...!
Wow, count not find that myself. Thank god for you guys showing me the way.

My members will be very happy now.

Thanks, both of you!
(2008-11-30, 10:08 PM)Tom.M Wrote: [ -> ]I think you're looking at what I'm doing on the who's online, then posting before me... Dodgy

Toungue My Haribos are all gone now though...!

Mwahahaha *hides* Toungue
Ooh Haribo Heart

(2008-11-30, 10:09 PM)littleg Wrote: [ -> ]Wow, count not find that myself. Thank god for you guys showing me the way.

My members will be very happy now.

Thanks, both of you!

No problem Smile