- Posts: 76
- Thank you received: 2
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 Changing Default Font Size in Editor
- AndyInSpain
-
Topic Author
- Offline
- Senior Member
-
Less
More
15 years 6 months ago #58934
by AndyInSpain
Changing Default Font Size in Editor was created by AndyInSpain
Hello all,
This should be an easy one to sort out. Where in the CSS, in the Kunena 1.6 Blue Eagle template, can I change the default font size for the text area when composing a new post (like I'm doing now)? It's a bit small.
Below is the config report. Any help would be much appreciated.
Kind regards and thanks for a fantastic product.
Andy.
This should be an easy one to sort out. Where in the CSS, in the Kunena 1.6 Blue Eagle template, can I change the default font size for the text area when composing a new post (like I'm doing now)? It's a bit small.
Below is the config report. Any help would be much appreciated.
Kind regards and thanks for a fantastic product.
Andy.
This message contains confidential information
Database collation check: The collation of your table fields are correct
Legacy mode: Enabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |
This message contains confidential informationhtaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 64M | Max file upload: 10M
Kunena version detailled: Installed version: 1.6.0-RC1 | Build: 3173 | Version name: Kujadili | Kunena detailled configuration:
Warning: Spoiler![th]Kunena config settings:[/th]
board_title Science File board_offline 1 board_ofset 0.00 offline_message <h2>The Science File Forums are currently offline for maintenance.</h2>
<div>Please try again soon. Apologies for any inconvenience.</div>enablerss 1 enablepdf 1 threads_per_page 25 messages_per_page 25 messages_per_page_search 20 showhistory 1 historylimit 6 shownew 1 jmambot 1 disemoticons 0 template default showannouncement 1 avataroncat 1 catimagepath category_images/ showchildcaticon 1 annmodid 62,63 rtewidth 1000 rteheight 600 enableforumjump 1 reportmsg 1 username 1 askemail 0 showemail 0 showuserstats 1 showkarma 0 useredit 1 useredittime 0 useredittimegrace 600 editmarkup 1 allowsubscriptions 1 subscriptionschecked 1 allowfavorites 1 maxsubject 100 maxsig 300 regonly 0 changename 0 pubwrite 0 floodprotection 5 mailmod 0 mailadmin 0 captcha 1 mailfull 1 allowavatar 1 allowavatarupload 1 allowavatargallery 1 imageprocessor gd2 avatarquality 100 avatarsize 2048 allowimageupload 0 allowimageregupload 1 imageheight 400 imagewidth 600 imagesize 150 allowfileupload 0 allowfileregupload 1 filetypes zip,txt,doc,gz,tgz,pdf filesize 120 showranking 1 rankimages 1 avatar_src fb_profile pm_component userlist_rows 30 userlist_online 1 userlist_avatar 1 userlist_name 0 userlist_username 1 userlist_posts 1 userlist_karma 0 userlist_email 0 userlist_usertype 1 userlist_joindate 1 userlist_lastvisitdate 1 userlist_userhits 1 latestcategory 0 showstats 1 showwhoisonline 1 showgenstats 1 showpopuserstats 1 popusercount 5 showpopsubjectstats 1 popsubjectcount 10 usernamechange 0 rules_infb 1 rules_cid 1560 rules_link www.kunena.com/ help_infb 1 help_cid 1 help_link www.kunena.com/ showspoilertag 1 showvideotag 1 showebaytag 1 trimlongurls 1 trimlongurlsfront 40 trimlongurlsback 20 autoembedyoutube 1 autoembedebay 0 ebaylanguagecode en-gb fbsessiontimeout 1800 highlightcode 0 rss_type thread rss_timelimit month rss_limit 100 rss_included_categories rss_excluded_categories rss_specification rss2.0 rss_allow_html 1 rss_author_format name rss_word_count 0 rss_old_titles 1 fbdefaultpage categories default_sort asc alphauserpoints 0 alphauserpointsrules 0 alphauserpointsnumchars 0 sef 1 sefcats 1 sefutf8 0 showimgforguest 1 showfileforguest 1 pollnboptions 10 pollallowvoteone 1 pollenabled 1 poppollscount 5 showpoppollstats 1 polltimebtvotes 00:15:00 pollnbvotesbyuser 100 pollresultsuserslist 1 maxpersotext 50 ordering_system old_ord post_dateformat ago post_dateformat_hover datetime hide_ip 0 js_actstr_integration 0 imagetypes jpg,jpeg,gif,png checkmimetypes 1 imagemimetypes image/jpeg,image/jpg,image/gif,image/png imagequality 100 thumbheight 32 thumbwidth 32 hideuserprofileinfo put_empty integration_access communitybuilder integration_login communitybuilder integration_avatar communitybuilder integration_profile communitybuilder integration_private uddeim integration_activity communitybuilder boxghostmessage 0 userdeletetmessage 1 latestcategory_in 1 topicicons 1 onlineusers 1 debug 0 catsautosubscribed 0 showbannedreason 0 version_check 1 showthankyou 1 showpopthankysoustats 1 popthankscount 5 mod_see_deleted 1
The topic has been locked.
15 years 6 months ago - 15 years 6 months ago #58937
by Cerberus
Replied by Cerberus on topic Re: Changing Default Font Size in Editor
in kunena.forum.css ( you will need to reminimise this using
refresh-sf.com/yui/
to make the kunena.forum-min.css file again )
I recommend make a custom template rather than modifing the default one so that when you upgrade your changes are not lost.
Code:
#Kunena table#kpostmessage .ktxtarea {
border:1px solid #BFC3C6;
font-size:1.5em; <---- add this line ( 1em is default size )
height:200px;
overflow:auto;
}
I recommend make a custom template rather than modifing the default one so that when you upgrade your changes are not lost.
Last edit: 15 years 6 months ago by Cerberus.
The topic has been locked.
- AndyInSpain
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 76
- Thank you received: 2
15 years 6 months ago #58946
by AndyInSpain
Replied by AndyInSpain on topic Re: Changing Default Font Size in Editor
Many thanks for your swift reply, Cerberus. It is much appreciated. I shall do exactly as you request.
Thanks very much and kind regards
Andy.
Thanks very much and kind regards
Andy.
The topic has been locked.
15 years 6 months ago #58966
by Cerberus
Replied by Cerberus on topic Re: Changing Default Font Size in Editor
your welcome
the thanks button is a wonderful thing
The following user(s) said Thank You: AndyInSpain
The topic has been locked.
- AndyInSpain
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 76
- Thank you received: 2
15 years 6 months ago - 15 years 6 months ago #59078
by AndyInSpain
Replied by AndyInSpain on topic Re: Changing Default Font Size in Editor
OK, all done, but can I be a pain and ask you which CSS section controls the font size for the Quick Reply box? It seems to be different from the compose/reply text areas.
Many thanks
Andy.
Many thanks
Andy.
Last edit: 15 years 6 months ago by AndyInSpain.
The topic has been locked.
15 years 6 months ago - 15 years 6 months ago #59085
by Cerberus
Replied by Cerberus on topic Re: Changing Default Font Size in Editor
yes quick reply is a different css section.
in kunena.forum.css ( you will need to reminimise this using refresh-sf.com/yui/ to make the kunena.forum-min.css file again )
I recommend make a custom template rather than modifing the default one so that when you upgrade your changes are not lost.
in kunena.forum.css ( you will need to reminimise this using refresh-sf.com/yui/ to make the kunena.forum-min.css file again )
Code:
#Kunena .kreply-form .inputbox {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #999999;
color:#000000;
font-size:1.5em; <---- add this line ( default value is 1em )
margin:2px 0;
}
I recommend make a custom template rather than modifing the default one so that when you upgrade your changes are not lost.
Last edit: 15 years 6 months ago by Cerberus.
The following user(s) said Thank You: AndyInSpain
The topic has been locked.
Time to create page: 0.261 seconds