Quote:
Originally Posted by konstantinus
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.