GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 
Change of type and size of font in PDF narrative report


https://support.genopro.com/Topic32828.aspx
Print Topic | Close Window

By desny - Thursday, December 12, 2013
Hi,
I eventually managed to find out how to make most of the changes I wanted by changing Dictionary parameters in

\Code\themes\OliveBranch\theme.css

\style.css

I seemed to me that some of these parameters "fight" with each other, such as .h5 in \theme.css and .note in \style.css. Both change title size and type of the "Notes".

One hurdle which I could not clear:

http://support.genopro.com/Uploads/Images/f343d0a1-7de2-4b44-a57b-9a1a.JPG

The title (Jean Joseph Marius' ... etc) has the same size as the first name and surname title of the individual. And .h3 in \theme.css changes both titles together. There must be a possibility to reduce slightly this "family" title alone, but I just can't find it.

I would be grateful for suggestions, thoughts or solutions. Kind regards

Roland
By genome - Thursday, December 12, 2013
The skin must be modified to achieve what you ask.

  I suggest adding this line after line 59 in style.css to set the required font size
h3.familyheading { font-size: .9em; }
and then change line 640 in Code\Lang.vbs
Report.WriteFormattedLn "<div class='clear'><br /><{0} class='familyheading'>{1}</{0}>{2}</div>", Util.IfElse(Session("fHideFamilyDetails"), "span", "h3"), Replace(Util.FormatHtmlHyperlink(f.Href, strHyperlinkText),">"," onclick='tocExit();' >",1,1), StrHtmlImgMap(f)
additional text is highlighted.

I will include these amendments in the next release
By desny - Friday, December 13, 2013
Hi genome,

Your suggestion was implemented within a few minutes and works beautifully. I am delighted, especially since I had been battling many hours trying all sorts of unsuccessful combinations. notepad++ is very helpful editing *.css and *.vbs files and probably others which I did not check yet. I am really thrilled as we are coming close to what I have been struggling to achieve.

Thank you for your help. Kind regards

Roland