Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Problem with smilies and border [SOLVED]

More
15 years 10 months ago - 15 years 10 months ago #47188 by Ke_Garnett
Hi everyone,

I'm desgining a new template for my website and everything looks great. But I've got a lil problem with the smilies on the left side on message-editor. I defined the sectiontableentry2 with borders in the css to seperate the category's, but unfortunately the table for the smilies use the same css-class. I want to eleminate the border's from the smilies on the right side, but I can't without changing the category's view too. So I have to define a new css class for that action, but I've searched and haven't found the class definition for the smilies. So could anyone give me a hint, where I'll find this to eliminate the borders form the smilietable or can anyone help me with this problem ? I would be very pleased. I only want to eliminate the borders from the smilies, nothing more. Thanks for your help.

Cheers

Thorsten
Last edit: 15 years 10 months ago by Ke_Garnett.

Please Log in or Create an account to join the conversation.

More
15 years 10 months ago - 15 years 10 months ago #47192 by Cerberus
In the kunena template css file add " Border: none !important; " to the sectiontable2

Explaination:

CSS attempts to create a balance of power between Joomla and Kunena style sheets. By default, rules in Joomla's style sheet override those in a Kunena's style sheet.

However, for balance, an "!important" declaration (the delimiter token "!" and keyword "important" follow the declaration) takes precedence over a normal declaration. Both Joomla and Kunena style sheets may contain "!important" declarations, and Kunena "!important" rules override Joomla "!important" rules. This CSS feature improves accessibility of documents by giving users with special requirements (large fonts, color combinations, etc.) control over presentation.
Last edit: 15 years 10 months ago by Cerberus.

Please Log in or Create an account to join the conversation.

More
15 years 10 months ago #47194 by Ke_Garnett
Hi,

many thank for your reply and your help. But my problem isn't a problem between the joomla css and the kunena css. May be I explained it a bit confused, may fault, sorry bout that. My problem is this, I defined in the kunena.forum.css the following items to seperate the kunena categories in the forum view.
Code:
#Kunena tr.fb_sectiontableentry2 td { background: #FFFFFF; color: #000000; padding:5px; border-bottom:1px solid #8F8F8F; border-left:0px solid #FFFFFF; border-right:1px solid #8F8F8F; font-size:11px; }

As you see the bottom and right border got a border with 1px. So the catgeories will be seperated in the forum view, but when I post a message, the smilies are seperated in the same way (in the messageview), cause they are using the same css-class (#Kunena tr.fb_sectiontableentry2 td). But I don't want to seperate the smilies via border in the messageview, so I tried to give them a unique css class, without success. May be it isn't possible to give the sectiontableentry2 2 different css-classes (one for the forumview and one for the messageview)? Anyways many thanks for your help and your hints.

Cheers

Thorsten

Please Log in or Create an account to join the conversation.

More
15 years 10 months ago #47199 by Cerberus
hmm sounds to me like you have over complicated things i would have to see a screenshot or live view of your template to help more.

Please Log in or Create an account to join the conversation.

More
15 years 10 months ago #47206 by Ke_Garnett
Hi,

of course. I took a few screenshots:

Img1

This one shows my category's with borders, these should stay.



Img2

And this one shows the messageview with borders around the smilies, which I'm trying to eliminate but without removing the borders of the category view.

If this won't work I could give you a member access on my website. But many many thanks for your kind help, I've tried a lot but haven't a success to solve this problem.


Cheers

Thorsten

Please Log in or Create an account to join the conversation.

More
15 years 10 months ago #47207 by Cerberus
hmm ok, yes i would need access to find best way to fix this as it not an obvious fix as sadly on my site emoticons are located in teh boardcode box rather than on left hand side of screen.But here an idea for you why dont you make the border complete by adding the top and left borders as in my opinion your emoticon box look very good with the lines there.

Please Log in or Create an account to join the conversation.

Time to create page: 0.511 seconds