View Single Post
Old 11-29-2018, 12:09 PM   #51
jcn363
absolute beginner
jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.
 
jcn363's Avatar
 
Posts: 323
Karma: 1750999
Join Date: May 2017
Location: Go with the wind (43°19'17.7"N 2°00'19.4"W)
Device: ka1
Quote:
Originally Posted by konstantinus View Post
Is this your option to change the font of pop-up footnotes? I do not really understand what is there for editing.

Semicolon? Thanks for the help.
P.S. I change the font in any line - the font of the title of the pop-up window of the footnote does not change.
The red line of the example change the body-text of note in the pop-up.
If you want all the texts of the pop-up to be italicized then you can remove the red line and change this one:
Code:
#header,#title,#text{padding:0px;font-family:Georgia;font-style:normal;}
to become into:
Code:
#header,#title,#text{padding:0px;font-family:Georgia;font-style:italic;}
And if you want another font-family with italic in the body-text, then
Code:
#text{font-family:Arial;font-style:italic;}
Good luck.
jcn363 is offline   Reply With Quote