| User | Post |
|
10:25 am 18 Jan 2007
| iPassion
Guest
| | | |
|
| |
|
|
Hi, I found a minor bug in the CSS making simple forum conflict with my theme. The problem is in simple-forum.css:
#simpleforum h1, h3, h3 a:link {
font-weight: bold;
color: #5364AE;
margin: 0;
padding: 3px 0 5px 2px;
}
Should be:
#simpleforum h1, #simpleforum h3, #simpleforum h3 a:link {
font-weight: bold;
color: #5364AE;
margin: 0;
padding: 3px 0 5px 2px;
}
Great plug-in!!
Mauro.
|
|
|
10:43 am 18 Jan 2007
| iPassion
Guest
| | | |
|
| |
|
|
Hi again,
I also modified the following:
#simpleforum img {
margin-bottom: -4px;
border-style: none;
}
to:
#simpleforum img {
margin-bottom: -4px;
}
BUT I still have a few problems with the forum display… the group title overlaps with the forum table. Would you mind talking a look at it?
http://www.catholicclasses.org/forum
I’d suggest to include an all gray theme that would much more easily integrate into the theme. You could eventually avoid to define any “hover” color to let simple-forum inherit those attributes from the main css file of the theme.
Thanks in advance for your support!
|
|
|
|
|
Apologies for the first CSS error. I will right this in the next update and thanks for pointing it out.
On the group title overlap I am not quite sure what’s going on there but I will certainly try and see if I can replicate it. That too might be a CSS clash so I will try and tighten it up.
I think different ‘themes’ are a way off yet as there is more work being done on the base functionality. But I am not, I believe, using any ‘hover’ attributes…
|
|
|
11:02 am 18 Jan 2007
| iPassion
Guest
| | | |
|
| |
|
|
Sorry to bother you again…
I’ve added a nowrap attribute to the “add a new topic” table cell. Don’t know if that attribute is web standard compliant anymore, but it works.
|
|
|
11:04 am 18 Jan 2007
| iPassion
Guest
| | | |
|
| |
|
|
ok I meant a:link sorry
Anyway I replaced all the blue (#56…) with #666666 since my theme changes its colo scheme based on liturgical calendar.
Thanks and again, great plug-in!
|
|
|
11:05 am 18 Jan 2007
| iPassion
Guest
| | | |
|
| |
|
|
BTW, the image CSS correction is reversed. The modified one is on top, so that “to:” should have been a “from:”
|
|
|
|
|
I thought the image one was weird
|
|