|
I need help with global.css (IVGEO 3 Theme)
|
|
26-06-2010, 04:28 PM
(This post was last modified: 26-06-2010 04:35 PM by le.gentleman.)
Post: #1
|
|||
|
|||
|
I need help with global.css (IVGEO 3 Theme)
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 |
|||
|
26-06-2010, 06:50 PM
Post: #2
|
|||
|
|||
|
RE: I need help with global.css (IVGEO 3 Theme)
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. "Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
26-06-2010, 08:34 PM
(This post was last modified: 26-06-2010 09:03 PM by le.gentleman.)
Post: #3
|
|||
|
|||
RE: I need help with global.css (IVGEO 3 Theme)
(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. 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 |
|||
|
27-06-2010, 07:34 AM
(This post was last modified: 27-06-2010 07:38 AM by ivgeo.)
Post: #4
|
|||
|
|||
|
RE: I need help with global.css (IVGEO 3 Theme)
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 "Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
30-06-2010, 01:11 AM
Post: #5
|
|||
|
|||
RE: I need help with global.css (IVGEO 3 Theme)
(27-06-2010 07:34 AM)ivgeo Wrote: Can you specify the background you want to change? Post table? trow? 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?
|
|||
|
02-07-2010, 10:00 PM
Post: #6
|
|||
|
|||
|
RE: I need help with global.css (IVGEO 3 Theme)
Can really nobody help me with these two questions?
|
|||
|
05-07-2010, 10:00 AM
Post: #7
|
|||
|
|||
|
RE: I need help with global.css (IVGEO 3 Theme)
sorry, I was away
by looking at your site it looks you have everything under control "Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
06-07-2010, 05:54 AM
Post: #8
|
|||
|
|||
RE: I need help with global.css (IVGEO 3 Theme)
(05-07-2010 10:00 AM)ivgeo Wrote: sorry, I was away 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 |
|||
|
06-07-2010, 03:40 PM
Post: #9
|
|||
|
|||
|
RE: I need help with global.css (IVGEO 3 Theme)
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 "Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
« Next Oldest | Next Newest »
|







.![[Image: ivgeo%20example1.jpg]](http://www.gentlemansgazette.com/images/ivgeo%20example1.jpg)