- Posts: 5
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 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 Forum Post: Font Size
14 years 9 months ago #103530
by Tusk
Replied by Tusk on topic Re: Forum Post: Font Size
Thanks for the prompt reply Sozzeled,
But you kinda talking in riddles, as this is the help forum for Kunena, we are looking for specific solutions to problems and not vague recommendations. Can you assist with direct instructions on how to change the default font size of the Forum Post form? If you see the screen shot of the earlier post I submitted and the original request made by Acidrain, you will see this is a real issue. We want specific instructions to resolve the problem!
Thanks
But you kinda talking in riddles, as this is the help forum for Kunena, we are looking for specific solutions to problems and not vague recommendations. Can you assist with direct instructions on how to change the default font size of the Forum Post form? If you see the screen shot of the earlier post I submitted and the original request made by Acidrain, you will see this is a real issue. We want specific instructions to resolve the problem!
Thanks
Please Log in or Create an account to join the conversation.
14 years 9 months ago - 14 years 9 months ago #103531
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Forum Post: Font Size
Tusk: this is a community-driven, self-help resource. Our intention is not to talk in riddles but to provide general guidance for the benefit of a large community. Every website is unique; every formatting issue is unique. Because each site is unique - each site relies on its own peculiar mix of CSS - it is not possible to provide anything more than general advice.
Your situation is controlled by your Joomla template CSS. You need to modify your site template by adding the following lines of code to the end of that file (I don't know the name of the file because I don't know anything about your website):
#Kunena textarea, #Kunena textarea.kmedium {
font-size: <define what you think is a good size here>;
}
I don't know why the font-size was originally specified in "em" units. I prefer "pt" units myself. Here's an example of something that might work for you:
Experiment with different values until you find something that is not so "ridiculously small" (and make sure that the zoom level of your browser is set to normal/100%).
Your situation is controlled by your Joomla template CSS. You need to modify your site template by adding the following lines of code to the end of that file (I don't know the name of the file because I don't know anything about your website):
#Kunena textarea, #Kunena textarea.kmedium {
font-size: <define what you think is a good size here>;
}
I don't know why the font-size was originally specified in "em" units. I prefer "pt" units myself. Here's an example of something that might work for you:
Code:
#Kunena textarea, #Kunena textarea.kmedium {
font-size: 12pt;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 14 years 9 months ago by sozzled.
The following user(s) said Thank You: howardmonaress
Please Log in or Create an account to join the conversation.
14 years 9 months ago - 14 years 9 months ago #103561
by Tusk
Replied by Tusk on topic Re: Forum Post: Font Size
Hi Sozzeled,
Thanks for the help, greatly appreciated!! I will add the code that you suggest to the Beez 20 template I am using. let you know how it works.
Yes added it to the beez 20 personal.css file and it worked like a charm
Thanks again
Thanks for the help, greatly appreciated!! I will add the code that you suggest to the Beez 20 template I am using. let you know how it works.
Yes added it to the beez 20 personal.css file and it worked like a charm
Thanks again
Last edit: 14 years 9 months ago by Tusk.
Please Log in or Create an account to join the conversation.
14 years 8 months ago #104959
by Shad0w
Replied by Shad0w on topic Fonts very small when responding to a topic
Another issue Im having is Ive noticed the fonts are very small in my reply window as Im typing... its not the case on the forums here... how can I address this?
Much appreciated!
Much appreciated!
Please Log in or Create an account to join the conversation.
14 years 8 months ago #104961
by 810
Replied by 810 on topic Re: Fonts very small when responding to a topic
try to use firebug (firefox)or f12 (internet explorer) and find the problem.
Please Log in or Create an account to join the conversation.
14 years 8 months ago - 14 years 8 months ago #104963
by Shad0w
Replied by Shad0w on topic Re: Fonts very small when responding to a topic
Im not exactly sure how.. should I be looking at source edit or mediaboxADV.css?
Here's contents of css
Here's contents of css
Code:
#mbOverlay {
background-color: #FFFFFF;
cursor: pointer;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 9998;
}
#mbOverlay.mbOverlayFF {
background: url("/images/80.png") repeat scroll 0 0 transparent;
}
#mbOverlay.mbOverlayIE {
position: absolute;
}
#mbCenter {
background-color: #FFFFFF;
border-radius: 10px 10px 10px 10px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
left: 50%;
overflow: hidden;
position: absolute;
z-index: 9999;
}
#mbCenter.mbLoading {
background: url("/images/loading.gif") no-repeat scroll center center #FFFFFF;
box-shadow: none;
}
#mbImage {
background-position: center center;
background-repeat: no-repeat;
color: #FFFFFF;
font-family: Myriad,Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
left: 0;
line-height: 20px;
padding: 10px;
position: relative;
text-align: left;
top: 0;
}
#mbBottom {
color: #999999;
font-family: Myriad,Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 20px;
min-height: 20px;
padding: 0 10px 10px;
text-align: left;
}
#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink {
color: #000000;
display: inline;
font-size: 12px;
font-weight: bold;
line-height: 20px;
}
#mbNumber {
color: #999999;
display: inline;
font-size: 10px;
line-height: 14px;
margin: auto 10px;
}
#mbCaption {
color: #999999;
display: block;
font-size: 10px;
line-height: 14px;
}
#mbPrevLink, #mbNextLink, #mbCloseLink {
float: right;
font-weight: normal;
margin: 0 0 0 10px;
outline: medium none;
}
#mbPrevLink b, #mbNextLink b, #mbCloseLink b {
color: #000000;
font-weight: bold;
text-decoration: underline;
}
#mbPrevLink big, #mbNextLink big, #mbCloseLink big {
color: #000000;
font-size: 16px;
font-weight: bold;
line-height: 14px;
}
#mbBottom a, #mbBottom a:link, #mbBottom a:visited {
color: #DDDDDD;
text-decoration: none;
}
#mbBottom a:hover, #mbBottom a:active {
color: #FFFFFF;
text-decoration: underline;
}
#mbError {
border: 10px solid #770000;
border-radius: 5px 5px 5px 5px;
color: #FFFFFF;
font-family: Myriad,Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 20px;
margin: 20px;
padding: 10px;
position: relative;
text-align: center;
}
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
color: #DD0000;
font-weight: bold;
text-decoration: underline;
}
Last edit: 14 years 8 months ago by 810. Reason: add code
Please Log in or Create an account to join the conversation.
Time to create page: 0.258 seconds