View Single Post
Old 11-08-2018, 05:14 AM   #249
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
geek1011 has post a solution: Change pop-up footnote font-family.
If you want to have the same font-type for header, title and text remove the red line into repalace statement.
This is only an example, you can improve it as you like.
Spoiler:
Code:
Same font all over the pop-up:
  - FindZlib: "#ConfirmationDialog"
  - ReplaceZlib:
      Find:    "#ConfirmationDialog {\n  background-color: transparent;\n}\n\
                #ConfirmationDialog[isSansSerifDialog=true][qApp_deviceIsTrilogy=true] {\n  qproperty-widgetSpacing: 0;\n}\n\
                TouchLabel {\n  qproperty-forceRepaintOnInvert: true;\n  qproperty-highQualityInvert: true;\n}\n\
                #frame {\n  background-color: #FFFFFF;\n}\n\
                #header,\n#title,\n#text {\n  padding: 0px;\n  font-family: Georgia;\n  font-style: normal;\n}\n\
                #header[qApp_localeName=\"ja_JP\"],\n#title[qApp_localeName=\"ja_JP\"],\n#text[qApp_localeName=\"ja_JP\"] {\n  font-family: Sans-SerifJP, sans-serif;\n  font-style: normal;\n}\n\
                #header[qApp_localeName=\"ja_JP\"],\n#title[qApp_localeName=\"ja_JP\"],\n#text[qApp_localeName=\"ja_JP\"] {\n  qproperty-leading: 5;\n}\n\
                #title[qApp_deviceIsTrilogy=true] {\n  margin-bottom: 15px;\n}\n\
                #title[qApp_deviceIsPhoenix=true] {\n  margin-bottom: 20px;\n}\n\
                #title[qApp_deviceIsDragon=true] {\n  margin-bottom: 28px;\n}\n\
                #title[qApp_deviceIsDaylight=true] {\n  margin-bottom: 36px;\n}\n\
                #text {\n  font-family: Avenir;\n}\n\
                #text[qApp_localeName=\"ja_JP\"] {\n  font-family: Sans-SerifJP, sans-serif;\n  font-style: normal;\n}\n\
                #text[qApp_localeName=\"tr_TR\"] {\n  font-family: Georgia;\n}\n\
                #text[isTextEditDialog=true] {\n  qproperty-visible: false;\n}\n\
                #text[isSansSerifDialog=true] {\n  font-family: Avenir;\n  padding: 0px;\n}\n\
                #text[isSansSerifDialog=true][qApp_deviceIsDaylight=true] {\n  padding-bottom: 12;\n}\n\
                #text[isSansSerifDialog=true][qApp_deviceIsDragon=true] {\n  padding-bottom: 8;\n}\n\
                #rejectButton,\n#acceptButton {\n  qproperty-primaryButton: true;\n}\n\
                #pixmapContainerLayout[qApp_deviceIsTrilogy=true] {\n  margin-bottom: 38px;\n}\n\
                #pixmapContainerLayout[qApp_deviceIsPhoenix=true] {\n  margin-bottom: 45px;\n}\n\
                #pixmapContainerLayout[qApp_deviceIsDragon=true] {\n  margin-bottom: 54px;\n}\n\
                #pixmapContainerLayout[qApp_deviceIsDaylight=true] {\n  margin-bottom: 70px;\n}\n\
                #keyboardStatusContainer,\n#keyboardStatusContainer * {\n  background: #000000;\n  color: #FFFFFF;\n}\n\
                #keyboardStatusText {\n  background-color: solid black;\n  font-family: Georgia;\n  padding: 0px;\n}\n\
                #keyboardFrame {\n  qproperty-visible: false;\n}\n\
                #keyboardFrame[isTextEditDialog=true],\n#keyboardFrame[isPasswordDialog=true] {\n  qproperty-visible: true;\n}\n\
                #closeButton {\n  background-color: transparent;\n}\n\
                #contentContainer {\n  qproperty-topMargin: 0px;\n}\n\
                #ConfirmationDialog[longTextDialog=true][qApp_isFontScaleLarge=true] #text[qApp_deviceIsTrilogy=true] {\n  font-size: 17px;\n}\n\
                #ConfirmationDialog[longTextDialog=true][qApp_isFontScaleLarge=true] #text[qApp_deviceIsPhoenix=true] {\n  font-size: 22px;\n}\n\
                #ConfirmationDialog[longTextDialog=true][qApp_isFontScaleLarge=true] #text[qApp_deviceIsDragon=true] {\n  font-size: 26px;\n}\n\
                #ConfirmationDialog[longTextDialog=true][qApp_isFontScaleLarge=true] #text[qApp_deviceIsAlyssum=true] {\n  font-size: 30px;\n}\n\
                #ConfirmationDialog[longTextDialog=true][qApp_isFontScaleLarge=true] #text[qApp_deviceIsNova=true] {\n  font-size: 30px;\n}\n\
                #ConfirmationDialog[longTextDialog=true][qApp_isFontScaleLarge=true] #text[qApp_deviceIsDaylight=true] {\n  font-size: 34px;\n}\n\
                #ConfirmationDialog[longTextDialog=true][qApp_isFontScaleLarge=true] #title[qApp_deviceIsTrilogy=true] {\n  font-size: 19px;\n}\n\
                #ConfirmationDialog[longTextDialog=true][qApp_isFontScaleLarge=true] #title[qApp_deviceIsPhoenix=true] {\n  font-size: 23px;\n}\n\
                #ConfirmationDialog[longTextDialog=true][qApp_isFontScaleLarge=true] #title[qApp_deviceIsDragon=true] {\n  font-size: 29px;\n}\n\
                #ConfirmationDialog[longTextDialog=true][qApp_isFontScaleLarge=true] #title[qApp_deviceIsAlyssum=true] {\n  font-size: 32px;\n}\n\
                #ConfirmationDialog[longTextDialog=true][qApp_isFontScaleLarge=true] #title[qApp_deviceIsNova=true] {\n  font-size: 32px;\n}\n\
                #ConfirmationDialog[longTextDialog=true][qApp_isFontScaleLarge=true] #title[qApp_deviceIsDaylight=true] {\n  font-size: 37px;\n}"
# Font in pop-up text (footnotes and alike) -> #header,#title,#text
      Replace: "#ConfirmationDialog{background-color:transparent;}\n\
                TouchLabel{qproperty-forceRepaintOnInvert:true;qproperty-highQualityInvert:true;}\n\
                #frame{background-color:#FFFFFF;}\n\
                #header,#title,#text{padding:0px;font-family:Georgia;font-style:normal;}\n\
                #title{margin-bottom:36px;}\n\
                #text[isTextEditDialog=true]{qproperty-visible:false;}\n\
                #text[isSansSerifDialog=true]{font-family:Avenir;padding:0px;padding-bottom:12;}\n\
                #rejectButton,#acceptButton{qproperty-primaryButton:true;}\n\
                #pixmapContainerLayout{margin-bottom:70px;}\n\
                #keyboardStatusContainer,#keyboardStatusContainer *{background:#000000;color:#FFFFFF;}\n\
                #keyboardStatusText{font-family:Georgia;padding:0px;background-color:solid black;}\n\
                #keyboardFrame{qproperty-visible:false;}\n\
                #keyboardFrame[isTextEditDialog=true],#keyboardFrame[isPasswordDialog=true]{qproperty-visible:true;}\n\
                #closeButton{background-color:transparent;}\n\
                #contentContainer{qproperty-topMargin:0px;}\n\
                #ConfirmationDialog[longTextDialog=true][qApp_isFontScaleLarge=true] #text{font-size:40px;}\n\
                #ConfirmationDialog[longTextDialog=true][qApp_isFontScaleLarge=true] #title{font-size:43px;}"

Good luck.
Attached Thumbnails
Click image for larger version

Name:	screen_002.png
Views:	497
Size:	195.0 KB
ID:	167523  

Last edited by jcn363; 11-08-2018 at 07:05 AM. Reason: image
jcn363 is offline   Reply With Quote