Dear IVGEO,
First of all, I really like your mybb Theme IVGEO3. I
customized my forum and now I have a problem. Whenever I hover over a link, the font size gets a little smaller and is NOT underlined. How can I change that, so the font does NOT get smaller and the links are underlined when hovered?
Thanks so much in advance,
le.gentleman
ok, the problem is you have two different font-family options set and the second one is overriding the first one on mouse hover.
global.css
the first one is in
Code:
a:hover, a:active {font-family: Helvetica,Verdana,Arial,sans-serif; }
and the second one is in
Code:
table {font-family: Verdana,Arial,Sans-Serif;}
although they are similar they are not the same, so pick one and make them identical, or just delete one completely.
(26-06-2010 06:50 PM)ivgeo Wrote: [ -> ]ok, the problem is you have two different font-family options set and the second one is overriding the first one on mouse hover.
global.css
the first one is in
Code:
a:hover, a:active {font-family: Helvetica,Verdana,Arial,sans-serif; }
and the second one is in
Code:
table {font-family: Verdana,Arial,Sans-Serif;}
although they are similar they are not the same, so pick one and make them identical, or just delete one completely.
Thanks a lot, I must have overlooked that! It's working fine now

.
Other than that, I was wondering how I can change the background color from #FFFFFF.
To e.g. #F7F7F7
Thank you, le.gentleman
I forgot to ask how I can change the color of the usernames only. Right now, they have to link color specified in global.css but I want them to be darker.
Thanks
Can you specify the background you want to change? Post table? trow?
there is no css class specific for usernames, but you can use mybb's admin panel
go to edit user groups end in the Username Style put <span style="color: blue;">{username}</span>
uh, oh, i just realized this doesn't work on the index page
you will need to find username code in templates and give it a new css class, than you can use it to change link color through css.
Regards
(27-06-2010 07:34 AM)ivgeo Wrote: [ -> ]Can you specify the background you want to change? Post table? trow?
there is no css class specific for usernames, but you can use mybb's admin panel
go to edit user groups end in the Username Style put <span style="color: blue;">{username}</span>
uh, oh, i just realized this doesn't work on the index page
you will need to find username code in templates and give it a new css class, than you can use it to change link color through css.
Regards
Thanks for the information.
With background I mean the white #FFFFFF:
Moreover, can you tell me which CSS file I have to modify in order to align this part with the others?
![[Image: ivgeo%20example2.jpg]](http://www.gentlemansgazette.com/images/ivgeo%20example2.jpg)
Can really nobody help me with these two questions?
sorry, I was away
by looking at your site it looks you have everything under control
(05-07-2010 10:00 AM)ivgeo Wrote: [ -> ]sorry, I was away
by looking at your site it looks you have everything under control
No worries! I got figured it all out except the background color. At the moment, I have some white frames in my grey background. If you go to my forum, you will see what I mean.
How can I change those colors to grey as well?
Thanks
Inner Table Border Width is by default set to 1, change it to 0
or you can set #content div's background color to grey