Evangelist
Posts: 411
Karma: 902071
Join Date: Jun 2008
Location: Zaragoza (Spain)
Device: prs-505, kobo auraHD, kobo auraH2O, kobo Glo HD, kobo aura ONE
This is my settings. I used only five patches and I modified values to adjust the size of text menus and dictionary, change the font and change italic format.
My changes in the patches are marked in red.
libnickel.so.1.0.0.txt:
nickel.txt:
Spoiler :
Code:
sourcefile=nickel
targetfile=..\3.13.1_target\usr\local\Kobo\nickel
// -------------------------------------------------- Menu
<patch>
name=Menu
enabled=true
action=replace_string
position=2D038A
oldpart=#label {\n\tfont: 19px Georgia;\n\tmin-height: 46px;\n\tmax-height: 46px;\n}\n
oldpart=#label[qApp_deviceIsDragon="true"] {\n\tfont-size: 29px;\n\tmin-height: 70px;\n\tmax-height: 70px;\n}\n
oldpart=#label[qApp_deviceIsAlyssum="true"] {\n\tfont-size: 32px;\n}\n
oldpart=#label[qApp_deviceIsPhoenix="true"] {\n\tfont-size: 23px;\n\tmin-height: 56px;\n\tmax-height: 56px;\n}\n
oldpart=#label[italics="true"] {\n\tfont-style: italic;\n} \n#label[qApp_localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n\tfont-style: normal;\n}\n
oldpart=#MenuTextItem[qApp_deviceIsDragon="true"] {\n\tmin-height: 70px;\n\tmax-height: 70px;\n}\n
oldpart=#MenuTextItem[qApp_deviceIsPhoenix="true"] {\n\tmin-height: 56px;\n\tmax-height: 56px;\n} \n#MenuTextItem[qApp_deviceIsTrilogy="true"] {\n\tmin-height: 46px;\n\tmax-height: 46px;\n}\n
newpart=#label {\n\tfont: 38px A-OTF Gothic MB101 Pr6N ;\n\tmin-height: 46px;\n\tmax-height: 46px;\n}\n
newpart=#label[qApp_deviceIsDragon="true"] {\n\tfont-size:42 px;\n\tmin-height: 70px;\n\tmax-height: 70px;\n}\n
newpart=#label[qApp_deviceIsAlyssum="true"] {\n\tfont-size: 58px;\n}\n
newpart=#label[qApp_deviceIsPhoenix="true"] {\n\tfont-size: 44px;\n\tmin-height: 56px;\n\tmax-height: 56px;\n}\n
newpart=#label[italics="true"] {\n\tfont-weight: normal ;\n} \n#label[qApp_localeName="ja_JP"] {\n\tfont-family: Georgia ;\n\tfont-style: normal;\n}\n
newpart=#MenuTextItem[qApp_deviceIsDragon="true"] {\n\tmin-height: 70px;\n\tmax-height: 70px;\n}\n
newpart=#MenuTextItem[qApp_deviceIsPhoenix="true"] {\n\tmin-height: 56px;\n\tmax-height: 56px;\n} \n#MenuTextItem[qApp_deviceIsTrilogy="true"] {\n\tmin-height: 46px;\n\tmax-height: 46px;\n}\n
combineparts
</patch>
// -------------------------------------------------- unspecified, increase by 50%
<patch>
//Cuadro busqueda
name=?
enabled=true
action=replace_string
position=2D0B7A
oldpart=ISearchBox {\n\tborder: %1px solid black;\n\tbackground-color: white;\n\tmargin: %2px;\n}\n\n
oldpart=SearchBox[qApp_deviceIsDragon="true"] {\n\tfont-size: 36px;\n}\n\n
oldpart=SearchBox[qApp_deviceIsAlyssum="true"] {\n\tfont-size: 39px;\n}\n\n
oldpart=SearchBox[qApp_deviceIsPhoenix="true"] {\n\tfont-size: 28px;\n}\n\n
oldpart=SearchBox[qApp_deviceIsTrilogy="true"] {\n\tfont-size: 23px;\n}\n
newpart=ISearchBox {\n\tborder: %1px solid black;\n\tbackground-color: white;\n\tmargin: %2px;\n}\n\n
newpart=SearchBox[qApp_deviceIsDragon="true"] {\n\tfont-size: 51px;\n}\n\n
newpart=SearchBox[qApp_deviceIsAlyssum="true"] {\n\tfont-size: 54px;\n}\n\n
newpart=SearchBox[qApp_deviceIsPhoenix="true"] {\n\tfont-size: 38px;\n}\n\n
newpart=SearchBox[qApp_deviceIsTrilogy="true"] {\n\tfont-size: 33px;\n}\n
combineparts
</patch>
<patch>
//listas
name=?
enabled=true
action=replace_zlib
position=49E9E
oldpart=* {\n\tbackground-color: white;\n}\n\n
oldpart=QCheckBox {\n\tspacing: 12px;\n\tpadding-left: 12px;\n\tpadding-right: 12px;\n\tfont-size: 19px;\n\tfont-family: Georgia;\n\tfont-style: italic;\n}\n\n
oldpart=QCheckBox[qApp_deviceIsPhoenix="true"] {\n\tfont-size: 24px;\n\tspacing: 15px;\n\tpadding-left: 15px;\n\tpadding-right: 15px;\n}\n\n
oldpart=QCheckBox[qApp_deviceIsDragon="true"] {\n\tspacing: 20px;\n\tpadding-left: 20px;\n\tpadding-right: 20px;\n\tfont-size: 29px;\n}\n\n
oldpart=QCheckBox[qApp_deviceIsAlyssum="true"] {\n\tfont-size: 32px;\n}\n\n
oldpart=QCheckBox[qApp_localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n\tfont-style: normal;\n}\n\n
oldpart=QCheckBox::indicator:unchecked[qApp_deviceIsTrilogy="true"] {\n\timage: url(:/images/widgets/settings_checkbox_off_trilogy.png);\n}\n\n
oldpart=QCheckBox::indicator:checked[qApp_deviceIsTrilogy="true"] {\n\timage: url(:/images/widgets/settings_checkbox_on_trilogy.png);\n}\n\n
oldpart=QCheckBox::indicator:disabled[qApp_deviceIsTrilogy="true"] {\n\timage: url(:/images/widgets/settings_checkbox_disabled_trilogy.png);\n}\n\n
oldpart=QCheckBox::indicator:unchecked[qApp_deviceIsPhoenix="true"] {\n\timage: url(:/images/widgets/settings_checkbox_off_phoenix.png);\n}\n\n
oldpart=QCheckBox::indicator:checked[qApp_deviceIsPhoenix="true"] {\n\timage: url(:/images/widgets/settings_checkbox_on_phoenix.png);\n}\n\n
oldpart=QCheckBox::indicator:disabled[qApp_deviceIsPhoenix="true"] {\n\timage: url(:/images/widgets/settings_checkbox_off_disabled_phoenix.png);\n}\n\n
oldpart=QCheckBox::indicator:unchecked[qApp_deviceIsDragon="true"] {\n\timage: url(:/images/widgets/settings_checkbox_off_dragon.png);\n}\n\n
oldpart=QCheckBox::indicator:checked[qApp_deviceIsDragon="true"] {\n\timage: url(:/images/widgets/settings_checkbox_on_dragon.png);\n}\n\n
oldpart=QCheckBox::indicator:disabled[qApp_deviceIsDragon="true"] {\n\timage: url(:/images/widgets/settings_checkbox_off_disabled_dragon.png);\n}\n\n
oldpart=QSlider {\n\tbackground-color: white;\n}\n\n
oldpart=QSlider[qApp_deviceIsTrilogy="true"] {\n\tmin-height: 46px;\n\tmax-height: 46px;\n}\nQSlider[qApp_deviceIsPhoenix="true"] {\n\tmin-height: 56px;\n\tmax-height: 56px;\n}\nQSlider[qApp_deviceIsDragon="true"] {\n\tmin-height: 70px;\n\tmax-height: 70px;\n}\n\n
oldpart=QSlider::groove:horizontal {\n\theight: 1px; \n\tbackground-color: black;\n\tmargin-left: 7px;\n\tmargin-right: 7px;\n}\nQSlider::handle:horizontal {\n\timage: url(:/images/reading/scrubber_handle_off_trilogy.png);\n\twidth: 44px;\n\theight: 44px;\n\tmargin-top: -22px;\n\tmargin-bottom: -22px;\n\tmargin-left: -8px;\n\tmargin-right: -8px;\n}\nQSlider::handle:horizontal:pressed {\n\timage: url(:/images/reading/scrubber_handle_hit_trilogy.png);\n\twidth: 44px;\n\theight: 44px;\n\tmargin-top: -22px;\n\tmargin-bottom: -22px;\n\tmargin-left: -8px;\n\tmargin-right: -8px;\n}\nQSlider::groove:horizontal[qApp_dragonStyle="true"] {\n\tmargin-left: 10px;\n\tmargin-right: 10px;\n}\n\n
oldpart=QSlider::handle:horizontal[qApp_deviceIsPhoenix="true"] {\n\timage: url(:/images/reading/scrubber_handle_off_phoenix.png);\n\twidth: 56px;\n\theight: 56px;\n\tmargin-top: -28px;\n\tmargin-bottom: -28px;\n\tmargin-left: -10px;\n\tmargin-right: -10px;\n}\nQSlider::handle:horizontal[qApp_deviceIsDragon="true"] {\n\timage: url(:/images/reading/scrubber_handle_off_dragon.png);\n\twidth: 56px;\n\theight: 56px;\n\tmargin-top: -28px;\n\tmargin-bottom: -28px;\n\tmargin-left: -10px;\n\tmargin-right: -10px;\n}\nQSlider::handle:horizontal:pressed[qApp_deviceIsPhoenix="true"] {\n\timage: url(:/images/reading/scrubber_handle_hit_phoenix.png);\n\twidth: 56px;\n\theight: 56px;\n\tmargin-top: -28px;\n\tmargin-bottom: -28px;\n\tmargin-left: -10px;\n\tmargin-right: -10px;\n}\nQSlider::handle:horizontal:pressed[qApp_deviceIsDragon="true"] {\n\timage: url(:/images/reading/scrubber_handle_hit_dragon.png);\n\twidth: 56px;\n\theight: 56px;\n\tmargin-top: -28px;\n\tmargin-bottom: -28px;\n\tmargin-left: -10px;\n\tmargin-right: -10px;\n}\n\n
oldpart=N3ButtonLabel {\n\tfont-family: Georgia;\n\tfont-style: italic;\n\tmargin: 0px;\n\tfont-size: 19px;\n\tmin-height: 46px;\n\tmax-height: 46px;\n\tpadding-left: 12px;\n\tpadding-right: 12px;\n}\n\n
oldpart=N3ButtonLabel[qApp_deviceIsPhoenix="true"] {\n\tfont-size: 23px;\n\tmin-height: 56px;\n\tmax-height: 56px;\n\tpadding-left: 15px;\n\tpadding-right: 15px;\n}\n\n
oldpart=N3ButtonLabel[qApp_deviceIsDragon="true"] {\n\tmin-height: 70px;\n\tmax-height: 70px;\n\tpadding-left: 20px;\n\tpadding-right: 20px;\n}\n\n
oldpart=N3ButtonLabel[qApp_deviceIsDragon="true"] {\n\tfont-size: 29px;\n}\n\n
oldpart=N3ButtonLabel[qApp_deviceIsAlyssum="true"] {\n\tfont-size: 32px;\n}\n\n
oldpart=N3ButtonLabel[qApp_localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n\tfont-style: normal;\n}\n\n
oldpart=N3ButtonLabel[primaryButton="true"] {\n\tqproperty-alignment: AlignCenter;\n}\n\n
oldpart=N3ButtonLabel[primaryButton="true"][qApp_deviceIsTrilogy="true"] {\n\tmin-width: 92px;\n}\n\n
oldpart=N3ButtonLabel[primaryButton="true"][qApp_deviceIsPhoenix="true"] {\n\tmin-width: 112px;\n}\n\n
oldpart=N3ButtonLabel[primaryButton="true"][qApp_deviceIsDragon="true"] {\n\tmin-width: 140px;\n}\n\n
oldpart=TextHeader N3ButtonLabel {\n\tpadding-left: 5px;\n\tpadding-right: 5px;\n}\n\n
oldpart=TextHeader N3ButtonLabel[qApp_deviceIsPhoenix="true"] {\n\tpadding-left: 4px;\n\tpadding-right: 4px;\n}\n\n
oldpart=TouchLineEdit {\n\tfont-family: Georgia;\n\tfont-style: normal;\n\tborder: 1px solid black;\n\tmargin: 2px;\n\tcolor: #000000;\n}\n\n
oldpart=TouchLineEdit[qApp_deviceIsTrilogy="true"] {\n\tpadding-left: 12px;\n\tpadding-right: 12px;\n\tfont-size: 19px;\n\tmin-height: 46px;\n\tmax-height: 46px;\n}\n\n
oldpart=TouchLineEdit[qApp_deviceIsPhoenix="true"] {\n\tpadding-left: 15px;\n\tpadding-right: 15px;\n\tfont-size: 23px;\n\tmin-height: 56px;\n\tmax-height: 56px;\n}\n\n
oldpart=TouchLineEdit[qApp_deviceIsDragon="true"] {\n\tpadding-left: 20px;\n\tpadding-right: 20px;\n\tfont-size: 29px;\n\tmin-height: 70px;\n\tmax-height: 70px;\n}\n\n
oldpart=TouchLineEdit[qApp_deviceIsAlyssum="true"] {\n\tfont-size: 32px;\n}\n\n
oldpart=TouchLineEdit[qApp_localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n}\n\n
oldpart=TouchLineEdit:focus {\n\tborder: 3px solid black;\n\tmargin: 0px;\n}\n\n
oldpart=DragonTileBase * {\n\tfont-family: Georgia;\n}\n\n
oldpart=DragonTileBase, DragonTileBase *[colorTheme="black"] {\n\tcolor: white;\n}\n\n
oldpart=DragonTileBase *[qApp_deviceIsDragon="true"]{\n\tfont-size: 26px;\n}\n\n
oldpart=DragonTileBase *[qApp_deviceIsAlyssum="true"]{\n\tfont-size: 29px;\n}\n\n
oldpart=DragonTileBase *[qApp_deviceIsPhoenix="true"]{\n\tfont-size: 22px;\n}\n\n
oldpart=DragonTileBase QLabel[qApp_deviceIsPhoenix="true"][qApp_localeName="ja_JP"]{\n\tfont-size: 20px;\n}\n\n
oldpart=DragonTileBase *[qApp_deviceIsTrilogy="true"]{\n\tfont-size: 18px;\n\tfont-family: Avenir;\n}\n\n
oldpart=DragonTileBase QLabel[qApp_localeName="ja_JP"]{\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n\tqproperty-leading: 5;\n}\n\n
oldpart=BlockTouchDropDown {\n\tmin-height: 46px;\n\tmax-height: 46px;\n}\n\n
oldpart=BlockTouchDropDown[qApp_deviceIsPhoenix="true"] {\n\tmin-height: 56px;\n\tmax-height: 56px;\n}\n\n
oldpart=BlockTouchDropDown[qApp_deviceIsDragon="true"] {\n\tmin-height: 70px;\n\tmax-height: 70px;\n}\n\n
oldpart=DisplayLabel { font: 50px Georgia; }\nDisplayLabel[qApp_deviceIsPhoenix="true"] { font-size: 55px; }\nDisplayLabel[qApp_deviceIsDragon="true"] { font-size: 71px; }\nDisplayLabel[qApp_deviceIsAlyssum="true"] { font-size: 106px; }\nDisplayLabel[qApp_localeName="ja_JP"] { font-family: A-OTF Gothic MB101 Pr6N; }\nDisplayLabel[qApp_localeName="ja_JP"][qApp_deviceIsPhoenix="true"] { font-size: 45px; }\nDisplayLabel[qApp_localeName="ja_JP"][qApp_deviceIsDragon="true"] { font-size: 57px; }\nDisplayLabel[qApp_localeName="ja_JP"][qApp_deviceIsAlyssum="true"] { font-size: 79px; }\n\n
oldpart=DisplayTouchLabel { font: 50px Georgia; }\nDisplayTouchLabel[qApp_deviceIsPhoenix="true"] { font-size: 60px; }\nDisplayTouchLabel[qApp_deviceIsDragon="true"] { font-size: 76px; }\nDisplayTouchLabel[qApp_deviceIsAlyssum="true"] { font-size: 106px; }\nDisplayTouchLabel[qApp_localeName="ja_JP"] { font-family: A-OTF Gothic MB101 Pr6N; }\n\n
oldpart=HeaderLargeLabel\t\t\t\t\t{ font: italic 36px Georgia; padding-left: 12px; padding-right: 12px; padding-bottom: 12px; qproperty-alignment: \'AlignLeft|AlignVCenter\'; }\nHeaderLargeLabel[qApp_deviceIsPhoenix="true"]\t\t{ font-size: 46px; padding-left: 15px; padding-right: 15px; padding-bottom: 15px; }\nHeaderLargeLabel[qApp_deviceIsDragon="true"]\t\t{ font-size: 56px; padding-left: 20px; padding-right: 20px; padding-bottom: 20px; }\nHeaderLargeLabel[qApp_deviceIsAlyssum="true"]\t\t{ font-size: 64px; }\nHeaderLargeLabel[qApp_localeName="ja_JP"]\t\t{ font-style: normal; font-family: A-OTF Gothic MB101 Pr6N; }\n\n
oldpart=HeaderTouchLabel\t\t\t\t\t{ font: italic 36px Georgia; padding-left: 12px; padding-right: 12px; padding-bottom: 12px; qproperty-alignment: \'AlignLeft|AlignVCenter\'; }\nHeaderTouchLabel[qApp_deviceIsPhoenix="true"]\t\t{ font-size: 46px; padding-left: 15px; padding-right: 15px; padding-bottom: 15px; }\nHeaderTouchLabel[qApp_deviceIsDragon="true"]\t\t{ font-size: 56px; padding-left: 20px; padding-right: 20px; padding-bottom: 20px; }\nHeaderTouchLabel[qApp_deviceIsAlyssum="true"]\t\t{ font-size: 64px; }\nHeaderTouchLabel[qApp_localeName="ja_JP"]\t\t{ font-style: normal; font-family: A-OTF Gothic MB101 Pr6N; }\n\n
oldpart=HeaderMediumTouchLabel,\nHeaderMediumLabel\t\t\t\t\t{ font: italic 30px Georgia; padding-left: 12px; padding-right: 12px; padding-bottom: 12px; qproperty-alignment: \'AlignLeft|AlignVCenter\'; }\nHeaderMediumTouchLabel[qApp_deviceIsPhoenix="true"],\nHeaderMediumLabel[qApp_deviceIsPhoenix="true"]\t\t{ font-size: 36px; padding-left: 15px; padding-right: 15px; padding-bottom: 15px; }\nHeaderMediumTouchLabel[qApp_deviceIsDragon="true"],\nHeaderMediumLabel[qApp_deviceIsDragon="true"]\t\t{ font-size: 46px; padding-left: 20px; padding-right: 20px; padding-bottom: 20px; }\nHeaderMediumTouchLabel[qApp_deviceIsAlyssum="true"],\nHeaderMediumLabel[qApp_deviceIsAlyssum="true"]\t\t{ font-size: 50px; }\nHeaderMediumTouchLabel[qApp_localeName="ja_JP"],\nHeaderMediumLabel[qApp_localeName="ja_JP"]\t\t{ font-style: normal; font-family: A-OTF Gothic MB101 Pr6N; }\n\n
oldpart=MediumTextHeader N3ButtonLabel\t\t\t\t\t{ font: italic 30px Georgia; padding-left: 12px; padding-right: 12px; qproperty-alignment: \'AlignLeft|AlignVCenter\'; }\nMediumTextHeader[qApp_deviceIsPhoenix="true"] N3ButtonLabel\t{ font-size: 36px; padding-left: 15px; padding-right: 15px; padding-bottom: 0px;}\nMediumTextHeader[qApp_deviceIsDragon="true"] N3ButtonLabel\t{ font-size: 46px; padding-left: 20px; padding-right: 20px; padding-bottom: 0px;}\nMediumTextHeader[qApp_deviceIsAlyssum="true"] N3ButtonLabel\t{ font-size: 50px; }\nMediumTextHeader[qApp_localeName="ja_JP"] N3ButtonLabel\t\t{ font-style: normal; font-family: A-OTF Gothic MB101 Pr6N; }\n\n
oldpart=HeaderSmallLabel { font: 23px Georgia; }\nHeaderSmallLabel[qApp_deviceIsPhoenix="true"] { font-size: 28px; }\nHeaderSmallLabel[qApp_deviceIsDragon="true"] { font-size: 36px; }\nHeaderSmallLabel[qApp_deviceIsAlyssum="true"] { font-size: 39px; }\nHeaderSmallLabel[qApp_localeName="ja_JP"] { font-family: A-OTF Gothic MB101 Pr6N; }\n\n
oldpart=SmallTextHeader N3ButtonLabel,\nHeaderSmallElidedLabel,\nHeaderSmallItalicLabel\t\t\t\t\t{ font: italic 23px Georgia; padding-left: 12px; padding-right: 12px; qproperty-alignment: \'AlignLeft|AlignVCenter\'; }\nSmallTextHeader[qApp_deviceIsPhoenix="true"] N3ButtonLabel,\nHeaderSmallElidedLabel[qApp_deviceIsPhoenix="true"],\nHeaderSmallItalicLabel[qApp_deviceIsPhoenix="true"]\t{ font-size: 28px; padding-left: 15px; padding-right: 15px; }\nSmallTextHeader[qApp_deviceIsDragon="true"] N3ButtonLabel,\nHeaderSmallElidedLabel[qApp_deviceIsDragon="true"],\nHeaderSmallItalicLabel[qApp_deviceIsDragon="true"]\t{ font-size: 36px; padding-left: 20px; padding-right: 20px; }\nSmallTextHeader[qApp_deviceIsAlyssum="true"] N3ButtonLabel,\nHeaderSmallElidedLabel[qApp_deviceIsAlyssum="true"],\nHeaderSmallItalicLabel[qApp_deviceIsAlyssum="true"]\t{ font-size: 39px; }\nSmallTextHeader[qApp_localeName="ja_JP"] N3ButtonLabel,\nHeaderSmallElidedLabel[qApp_localeName="ja_JP"],\nHeaderSmallItalicLabel[qApp_localeName="ja_JP"]\t\t{ font-style: normal; font-family: A-OTF Gothic MB101 Pr6N; qproperty-forceLeading: 5; }\n\n
oldpart=RegularLabel { font: 19px Georgia; padding-left: 12px; padding-right: 12px; }\nRegularLabel[qApp_localeName="ja_JP"] { font-size: 17px; font-family: A-OTF Gothic MB101 Pr6N; }\nRegularLabel[qApp_deviceIsPhoenix="true"] { font-size: 23px; padding-left: 15px; padding-right: 15px; }\nRegularLabel[qApp_deviceIsPhoenix="true"][qApp_localeName="ja_JP"] { font-size: 20px; }\nRegularLabel[qApp_deviceIsDragon="true"] { font-size: 29px; padding-left: 20px; padding-right: 20px; }\nRegularLabel[qApp_deviceIsDragon="true"][qApp_localeName="ja_JP"] { font-size: 27px; }\nRegularLabel[qApp_deviceIsAlyssum="true"] { font-size: 32px; }\nRegularLabel[qApp_deviceIsAlyssum="true"][qApp_localeName="ja_JP"] { font-size: 30px; }\n\n
oldpart=RegularLabelVPadded\t\t\t\t\t{ padding-top: 12px; padding-bottom: 12px; }\nRegularLabelVPadded[qApp_deviceIsPhoenix="true"]\t{ padding-top: 15px; padding-bottom: 15px; }\nRegularLabelVPadded[qApp_deviceIsDragon="true"]\t\t{ padding-top: 20px; padding-bottom: 20px; }\n\n
oldpart=RegularReversibleLabel { font: 19px Georgia; padding-left: 12px; padding-right: 12px; }\nRegularReversibleLabel[qApp_deviceIsPhoenix="true"] { font-size: 23px; padding-left: 15px; padding-right: 15px; }\nRegularReversibleLabel[qApp_deviceIsDragon="true"] { font-size: 29px; padding-left: 20px; padding-right: 20px; }\nRegularReversibleLabel[qApp_deviceIsAlyssum="true"] { font-size: 32px; }\nRegularReversibleLabel[qApp_localeName="ja_JP"] { font-family: A-OTF Gothic MB101 Pr6N; }\n\n
oldpart=RegularTouchLabel { font: italic 19px Georgia; padding-left: 12px; padding-right: 12px; }\nRegularTouchLabel[qApp_deviceIsPhoenix="true"] { font-size: 23px; padding-left: 15px; padding-right: 15px; }\nRegularTouchLabel[qApp_deviceIsDragon="true"] { font-size: 29px; padding-left: 20px; padding-right: 20px; }\nRegularTouchLabel[qApp_deviceIsAlyssum="true"] { font-size: 32px; }\nRegularTouchLabel[qApp_localeName="ja_JP"] { font-style: normal; font-family: A-OTF Gothic MB101 Pr6N; }\n\n
oldpart=RegularElidedLabel\t\t\t\t\t{ font: 19px Georgia; padding-left: 12px; padding-right: 12px; }\nRegularElidedLabel[qApp_deviceIsPhoenix="true"]\t\t{ font-size: 23px; padding-left: 15px; padding-right: 15px; }\nRegularElidedLabel[qApp_deviceIsDragon="true"]\t\t{ font-size: 29px; padding-left: 20px; padding-right: 20px; }\nRegularElidedLabel[qApp_deviceIsAlyssum="true"]\t\t{ font-size: 32px; }\nRegularElidedLabel[qApp_localeName="ja_JP"]\t\t{ font-style: normal; font-family: A-OTF Gothic MB101 Pr6N; qproperty-forceLeading: 5; }\n\n
oldpart=RegularItalicLabel { font: italic 19px Georgia; padding-left: 12px; }\nRegularItalicLabel[qApp_deviceIsPhoenix="true"] { font-size: 23px; padding-left: 15px; }\nRegularItalicLabel[qApp_deviceIsDragon="true"] { font-size: 29px; padding-left: 20px; }\nRegularItalicLabel[qApp_deviceIsAlyssum="true"] { font-size: 32px; }\nRegularItalicLabel[qApp_localeName="ja_JP"] { font-style: normal; font-family: A-OTF Gothic MB101 Pr6N; }\n\n
oldpart=PageLabel,\nSmallElidedLabel,\nSmallTouchLabel,\nSmallLabel\t\t\t\t\t\t{ font: 17px Georgia; padding-left: 12px; padding-right: 12px; }\nPageLabel[qApp_deviceIsPhoenix="true"],\nSmallElidedLabel[qApp_deviceIsPhoenix="true"],\nSmallTouchLabel[qApp_deviceIsPhoenix="true"],\nSmallLabel[qApp_deviceIsPhoenix="true"]\t\t\t{ font-size: 22px; padding-left: 15px; padding-right: 15px; }\nPageLabel[qApp_deviceIsDragon="true"],\nSmallElidedLabel[qApp_deviceIsDragon="true"],\nSmallTouchLabel[qApp_deviceIsDragon="true"],\nSmallLabel[qApp_deviceIsDragon="true"]\t\t\t{ font-size: 26px; padding-left: 20px; padding-right: 20px; }\nPageLabel[qApp_deviceIsAlyssum="true"],\nSmallElidedLabel[qApp_deviceIsAlyssum="true"],\nSmallTouchLabel[qApp_deviceIsAlyssum="true"],\nSmallLabel[qApp_deviceIsAlyssum="true"]\t\t\t{ font-size: 30px; }\nPageLabel[qApp_localeName="ja_JP"],\nSmallElidedLabel[qApp_localeName="ja_JP"],\nSmallTouchLabel[qApp_localeName="ja_JP"],\nSmallLabel[qApp_localeName="ja_JP"]\t\t\t{ font-family: A-OTF Gothic MB101 Pr6N; }\n\n
oldpart=PageLabel { qproperty-hitStateEnabled: false; }\n\n
oldpart=MetaDataElidedLabel,\nMetaDataLabel\t\t\t\t\t\t{ font: 13px Avenir; text-transform: uppercase; }\nMetaDataElidedLabel[qApp_deviceIsPhoenix="true"],\nMetaDataLabel[qApp_deviceIsPhoenix="true"]\t\t{ font-size: 16px; }\nMetaDataElidedLabel[qApp_deviceIsDragon="true"],\nMetaDataLabel[qApp_deviceIsDragon="true"]\t\t{ font-size: 21px; }\nMetaDataElidedLabel[qApp_deviceIsAlyssum="true"],\nMetaDataLabel[qApp_deviceIsAlyssum="true"]\t\t{ font-size: 23px; }\nMetaDataElidedLabel[qApp_localeName="ja_JP"],\nMetaDataLabel[qApp_localeName="ja_JP"]\t\t\t{ font-family: A-OTF Gothic MB101 Pr6N; text-transform: none; }\n\n
oldpart=MetaDataElidedLabel[qApp_localeName="ja_JP"]\t\t{ qproperty-forceLeading: 5;}\n\n
oldpart=MetaDataHeaderLabel { background-color: #d9d9d9; border-top: 1px solid black; padding-left: 12px; padding-right: 12px; padding-top: 5px; padding-bottom: 5px; }\nMetaDataHeaderLabel[qApp_deviceIsPhoenix="true"] { padding-left: 15px; padding-right: 15px; }\nMetaDataHeaderLabel[qApp_deviceIsDragon="true"] { padding-left: 20px; padding-right: 20px; }\n\n
oldpart=SettingContainer { qproperty-topMargin: 5; qproperty-bottomMargin: 5; qproperty-leftMargin: 0; qproperty-rightMargin: 0; qproperty-spacing: 0; }\nSettingContainer[qApp_deviceIsTrilogy="true"] { min-height: 56px; }\nSettingContainer[qApp_deviceIsPhoenix="true"] { min-height: 66px; }\nSettingContainer[qApp_deviceIsDragon="true"] { min-height: 80px; }\nSettingContainer[showBottomLine="true"] { border-bottom: 1px solid black; }\nSettingContainer[showBottomLine="true"][qApp_deviceIsTrilogy="true"] { min-height: 57px; }\nSettingContainer[showBottomLine="true"][qApp_deviceIsPhoenix="true"] { min-height: 67px; }\nSettingContainer[showBottomLine="true"][qApp_deviceIsDragon="true"] { min-height: 81px; }\n\n
oldpart=RegularContainerWidget\t\t\t\t\t{ qproperty-leftMargin: 90; qproperty-rightMargin: 90; qproperty-spacing: 5; }\nRegularContainerWidget[qApp_deviceIsPhoenix="true"]\t{ qproperty-leftMargin: 110; qproperty-rightMargin: 110; qproperty-spacing: 5; }\nRegularContainerWidget[qApp_deviceIsDragon="true"]\t{ qproperty-leftMargin: 200; qproperty-rightMargin: 200; qproperty-spacing: 10; }\n
newpart=* {\n\tbackground-color: white;\n}\n\n
newpart=QCheckBox {\n\tspacing: 12px;\n\tpadding-left: 12px;\n\tpadding-right: 12px;\n\tfont-size: 22 px;\n\tfont-family: Georgia;\n\tfont-style: normal ;\n}\n\n
newpart=QCheckBox[qApp_deviceIsPhoenix="true"] {\n\tfont-size: 34px;\n\tspacing: 15px;\n\tpadding-left: 15px;\n\tpadding-right: 15px;\n}\n\n
newpart=QCheckBox[qApp_deviceIsDragon="true"] {\n\tspacing: 20px;\n\tpadding-left: 20px;\n\tpadding-right: 20px;\n\tfont-size: 34 px;\n}\n\n
#newpart=QCheckBox[qApp_deviceIsAlyssum="true"] {\n\tfont-size: 47px;\n}\n\n
newpart=QCheckBox[qApp_localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n\tfont-style: normal;\n}\n\n
newpart=QCheckBox::indicator:unchecked[qApp_deviceIsTrilogy="true"] {\n\timage: url(:/images/widgets/settings_checkbox_off_trilogy.png);\n}\n\n
newpart=QCheckBox::indicator:checked[qApp_deviceIsTrilogy="true"] {\n\timage: url(:/images/widgets/settings_checkbox_on_trilogy.png);\n}\n\n
newpart=QCheckBox::indicator:disabled[qApp_deviceIsTrilogy="true"] {\n\timage: url(:/images/widgets/settings_checkbox_disabled_trilogy.png);\n}\n\n
newpart=QCheckBox::indicator:unchecked[qApp_deviceIsPhoenix="true"] {\n\timage: url(:/images/widgets/settings_checkbox_off_phoenix.png);\n}\n\n
newpart=QCheckBox::indicator:checked[qApp_deviceIsPhoenix="true"] {\n\timage: url(:/images/widgets/settings_checkbox_on_phoenix.png);\n}\n\n
newpart=QCheckBox::indicator:disabled[qApp_deviceIsPhoenix="true"] {\n\timage: url(:/images/widgets/settings_checkbox_off_disabled_phoenix.png);\n}\n\n
newpart=QCheckBox::indicator:unchecked[qApp_deviceIsDragon="true"] {\n\timage: url(:/images/widgets/settings_checkbox_off_dragon.png);\n}\n\n
newpart=QCheckBox::indicator:checked[qApp_deviceIsDragon="true"] {\n\timage: url(:/images/widgets/settings_checkbox_on_dragon.png);\n}\n\n
newpart=QCheckBox::indicator:disabled[qApp_deviceIsDragon="true"] {\n\timage: url(:/images/widgets/settings_checkbox_off_disabled_dragon.png);\n}\n\n
newpart=QSlider {\n\tbackground-color: white;\n}\n\n
newpart=QSlider[qApp_deviceIsTrilogy="true"] {\n\tmin-height: 46px;\n\tmax-height: 46px;\n}\nQSlider[qApp_deviceIsPhoenix="true"] {\n\tmin-height: 56px;\n\tmax-height: 56px;\n}\nQSlider[qApp_deviceIsDragon="true"] {\n\tmin-height: 70px;\n\tmax-height: 70px;\n}\n\n
newpart=QSlider::groove:horizontal {\n\theight: 1px; \n\tbackground-color: black;\n\tmargin-left: 7px;\n\tmargin-right: 7px;\n}\nQSlider::handle:horizontal {\n\timage: url(:/images/reading/scrubber_handle_off_trilogy.png);\n\twidth: 44px;\n\theight: 44px;\n\tmargin-top: -22px;\n\tmargin-bottom: -22px;\n\tmargin-left: -8px;\n\tmargin-right: -8px;\n}\nQSlider::handle:horizontal:pressed {\n\timage: url(:/images/reading/scrubber_handle_hit_trilogy.png);\n\twidth: 44px;\n\theight: 44px;\n\tmargin-top: -22px;\n\tmargin-bottom: -22px;\n\tmargin-left: -8px;\n\tmargin-right: -8px;\n}\nQSlider::groove:horizontal[qApp_dragonStyle="true"] {\n\tmargin-left: 10px;\n\tmargin-right: 10px;\n}\n\n
newpart=QSlider::handle:horizontal[qApp_deviceIsPhoenix="true"] {\n\timage: url(:/images/reading/scrubber_handle_off_phoenix.png);\n\twidth: 56px;\n\theight: 56px;\n\tmargin-top: -28px;\n\tmargin-bottom: -28px;\n\tmargin-left: -10px;\n\tmargin-right: -10px;\n}\nQSlider::handle:horizontal[qApp_deviceIsDragon="true"] {\n\timage: url(:/images/reading/scrubber_handle_off_dragon.png);\n\twidth: 56px;\n\theight: 56px;\n\tmargin-top: -28px;\n\tmargin-bottom: -28px;\n\tmargin-left: -10px;\n\tmargin-right: -10px;\n}\nQSlider::handle:horizontal:pressed[qApp_deviceIsPhoenix="true"] {\n\timage: url(:/images/reading/scrubber_handle_hit_phoenix.png);\n\twidth: 56px;\n\theight: 56px;\n\tmargin-top: -28px;\n\tmargin-bottom: -28px;\n\tmargin-left: -10px;\n\tmargin-right: -10px;\n}\nQSlider::handle:horizontal:pressed[qApp_deviceIsDragon="true"] {\n\timage: url(:/images/reading/scrubber_handle_hit_dragon.png);\n\twidth: 56px;\n\theight: 56px;\n\tmargin-top: -28px;\n\tmargin-bottom: -28px;\n\tmargin-left: -10px;\n\tmargin-right: -10px;\n}\n\n
newpart=N3ButtonLabel {\n\tfont-family: Georgia;\n\tfont-style: norma l;\n\tmargin: 0px;\n\tfont-size: 22 px;\n\tmin-height: 46px;\n\tmax-height: 46px;\n\tpadding-left: 12px;\n\tpadding-right: 12px;\n}\n\n
newpart=N3ButtonLabel[qApp_deviceIsPhoenix="true"] {\n\tfont-size: 33px;\n\tmin-height: 56px;\n\tmax-height: 56px;\n\tpadding-left: 15px;\n\tpadding-right: 15px;\n}\n\n
newpart=N3ButtonLabel[qApp_deviceIsDragon="true"] {\n\tmin-height: 70px;\n\tmax-height: 70px;\n\tpadding-left: 20px;\n\tpadding-right: 20px;\n}\n\n
newpart=N3ButtonLabel[qApp_deviceIsDragon="true"] {\n\tfont-size: 34 px;\n}\n\n
newpart=N3ButtonLabel[qApp_deviceIsAlyssum="true"] {\n\tfont-size: 47px;\n}\n\n
newpart=N3ButtonLabel[qApp_localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n\tfont-style: normal;\n}\n\n
newpart=N3ButtonLabel[primaryButton="true"] {\n\tqproperty-alignment: AlignCenter;\n}\n\n
newpart=N3ButtonLabel[primaryButton="true"][qApp_deviceIsTrilogy="true"] {\n\tmin-width: 92px;\n}\n\n
newpart=N3ButtonLabel[primaryButton="true"][qApp_deviceIsPhoenix="true"] {\n\tmin-width: 112px;\n}\n\n
newpart=N3ButtonLabel[primaryButton="true"][qApp_deviceIsDragon="true"] {\n\tmin-width: 140px;\n}\n\n
newpart=TextHeader N3ButtonLabel {\n\tpadding-left: 5px;\n\tpadding-right: 5px;\n}\n\n
newpart=TextHeader N3ButtonLabel[qApp_deviceIsPhoenix="true"] {\n\tpadding-left: 4px;\n\tpadding-right: 4px;\n}\n\n
newpart=TouchLineEdit {\n\tfont-family: Georgia;\n\tfont-style: normal;\n\tborder: 1px solid black;\n\tmargin: 2px;\n\tcolor: #000000;\n}\n\n
newpart=TouchLineEdit[qApp_deviceIsTrilogy="true"] {\n\tpadding-left: 12px;\n\tpadding-right: 12px;\n\tfont-size: 22 px;\n\tmin-height: 46px;\n\tmax-height: 46px;\n}\n\n
newpart=TouchLineEdit[qApp_deviceIsPhoenix="true"] {\n\tpadding-left: 15px;\n\tpadding-right: 15px;\n\tfont-size: 33px;\n\tmin-height: 56px;\n\tmax-height: 56px;\n}\n\n
newpart=TouchLineEdit[qApp_deviceIsDragon="true"] {\n\tpadding-left: 20px;\n\tpadding-right: 20px;\n\tfont-size: 34 px;\n\tmin-height: 70px;\n\tmax-height: 70px;\n}\n\n
newpart=TouchLineEdit[qApp_deviceIsAlyssum="true"] {\n\tfont-size: 47px;\n}\n\n
newpart=TouchLineEdit[qApp_localeName="ja_JP"] {\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n}\n\n
newpart=TouchLineEdit:focus {\n\tborder: 3px solid black;\n\tmargin: 0px;\n}\n\n
newpart=DragonTileBase * {\n\tfont-family: Georgia;\n}\n\n
newpart=DragonTileBase, DragonTileBase *[colorTheme="black"] {\n\tcolor: white;\n}\n\n
newpart=DragonTileBase *[qApp_deviceIsDragon="true"]{\n\tfont-size: 30 px;\n}\n\n
newpart=DragonTileBase *[qApp_deviceIsAlyssum="true"]{\n\tfont-size: 39px;\n}\n\n
newpart=DragonTileBase *[qApp_deviceIsPhoenix="true"]{\n\tfont-size: 32px;\n}\n\n
newpart=DragonTileBase QLabel[qApp_deviceIsPhoenix="true"][qApp_localeName="ja_JP"]{\n\tfont-size: 30px;\n}\n\n
newpart=DragonTileBase *[qApp_deviceIsTrilogy="true"]{\n\tfont-size: 21 px;\n\tfont-family: Avenir;\n}\n\n
newpart=DragonTileBase QLabel[qApp_localeName="ja_JP"]{\n\tfont-family: A-OTF Gothic MB101 Pr6N;\n\tqproperty-leading: 5;\n}\n\n
newpart=BlockTouchDropDown {\n\tmin-height: 46px;\n\tmax-height: 46px;\n}\n\n
newpart=BlockTouchDropDown[qApp_deviceIsPhoenix="true"] {\n\tmin-height: 56px;\n\tmax-height: 56px;\n}\n\n
newpart=BlockTouchDropDown[qApp_deviceIsDragon="true"] {\n\tmin-height: 70px;\n\tmax-height: 70px;\n}\n\n
newpart=DisplayLabel { font: 63 px Georgia; }\nDisplayLabel[qApp_deviceIsPhoenix="true"] { font-size: 80px; }\nDisplayLabel[qApp_deviceIsDragon="true"] { font-size: 71px; }\nDisplayLabel[qApp_deviceIsAlyssum="true"] { font-size: 106px; }\nDisplayLabel[qApp_localeName="ja_JP"] { font-family: A-OTF Gothic MB101 Pr6N; }\nDisplayLabel[qApp_localeName="ja_JP"][qApp_deviceIsPhoenix="true"] { font-size: 65px; }\nDisplayLabel[qApp_localeName="ja_JP"][qApp_deviceIsDragon="true"] { font-size: 70 px; }\nDisplayLabel[qApp_localeName="ja_JP"][qApp_deviceIsAlyssum="true"] { font-size: 79px; }\n\n
newpart=DisplayTouchLabel { font: 75px Georgia; }\nDisplayTouchLabel[qApp_deviceIsPhoenix="true"] { font-size: 90px; }\nDisplayTouchLabel[qApp_deviceIsDragon="true"] { font-size: 92 px; }\nDisplayTouchLabel[qApp_deviceIsAlyssum="true"] { font-size: 106px; }\nDisplayTouchLabel[qApp_localeName="ja_JP"] { font-family: A-OTF Gothic MB101 Pr6N; }\n\n
newpart=HeaderLargeLabel\t\t\t\t\t{ font: normal 36px Georgia; padding-left: 12px; padding-right: 12px; padding-bottom: 12px; qproperty-alignment: \'AlignLeft|AlignVCenter\'; }\nHeaderLargeLabel[qApp_deviceIsPhoenix="true"]\t\t{ font-size: 66px; padding-left: 15px; padding-right: 15px; padding-bottom: 15px; }\nHeaderLargeLabel[qApp_deviceIsDragon="true"]\t\t{ font-size: 70 px; padding-left: 20px; padding-right: 20px; padding-bottom: 20px; }\nHeaderLargeLabel[qApp_deviceIsAlyssum="true"]\t\t{ font-size: 94px; }\nHeaderLargeLabel[qApp_localeName="ja_JP"]\t\t{ font-style: normal; font-family: A-OTF Gothic MB101 Pr6N; }\n\n
newpart=HeaderTouchLabel\t\t\t\t\t{ font: normal 36px Georgia; padding-left: 12px; padding-right: 12px; padding-bottom: 12px; qproperty-alignment: \'AlignLeft|AlignVCenter\'; }\nHeaderTouchLabel[qApp_deviceIsPhoenix="true"]\t\t{ font-size: 66px; padding-left: 15px; padding-right: 15px; padding-bottom: 15px; }\nHeaderTouchLabel[qApp_deviceIsDragon="true"]\t\t{ font-size: 70 px; padding-left: 20px; padding-right: 20px; padding-bottom: 20px; }\nHeaderTouchLabel[qApp_deviceIsAlyssum="true"]\t\t{ font-size: 94px; }\nHeaderTouchLabel[qApp_localeName="ja_JP"]\t\t{ font-style: normal; font-family: A-OTF Gothic MB101 Pr6N; }\n\n
newpart=HeaderMediumTouchLabel,\nHeaderMediumLabel\t\t\t\t\t{ font: normal 30px Georgia; padding-left: 12px; padding-right: 12px; padding-bottom: 12px; qproperty-alignment: \'AlignLeft|AlignVCenter\'; }\nHeaderMediumTouchLabel[qApp_deviceIsPhoenix="true"],\nHeaderMediumLabel[qApp_deviceIsPhoenix="true"]\t\t{ font-size: 51px; padding-left: 15px; padding-right: 15px; padding-bottom: 15px; }\nHeaderMediumTouchLabel[qApp_deviceIsDragon="true"],\nHeaderMediumLabel[qApp_deviceIsDragon="true"]\t\t{ font-size: 56 px; padding-left: 20px; padding-right: 20px; padding-bottom: 20px; }\nHeaderMediumTouchLabel[qApp_deviceIsAlyssum="true"],\nHeaderMediumLabel[qApp_deviceIsAlyssum="true"]\t\t{ font-size: 75px; }\nHeaderMediumTouchLabel[qApp_localeName="ja_JP"],\nHeaderMediumLabel[qApp_localeName="ja_JP"]\t\t{ font-style: normal; font-family: A-OTF Gothic MB101 Pr6N; }\n\n
newpart=MediumTextHeader N3ButtonLabel\t\t\t\t\t{ font: normal 30px Georgia; padding-left: 12px; padding-right: 12px; qproperty-alignment: \'AlignLeft|AlignVCenter\'; }\nMediumTextHeader[qApp_deviceIsPhoenix="true"] N3ButtonLabel\t{ font-size: 51px; padding-left: 15px; padding-right: 15px; padding-bottom: 0px;}\nMediumTextHeader[qApp_deviceIsDragon="true"] N3ButtonLabel\t{ font-size: 56 px; padding-left: 20px; padding-right: 20px; padding-bottom: 0px;}\nMediumTextHeader[qApp_deviceIsAlyssum="true"] N3ButtonLabel\t{ font-size: 75px; }\nMediumTextHeader[qApp_localeName="ja_JP"] N3ButtonLabel\t\t{ font-style: normal; font-family: A-OTF Gothic MB101 Pr6N; }\n\n
newpart=HeaderSmallLabel { font: 28 px Georgia; }\nHeaderSmallLabel[qApp_deviceIsPhoenix="true"] { font-size: 38px; }\nHeaderSmallLabel[qApp_deviceIsDragon="true"] { font-size: 42 px; }\nHeaderSmallLabel[qApp_deviceIsAlyssum="true"] { font-size: 54px; }\nHeaderSmallLabel[qApp_localeName="ja_JP"] { font-family: A-OTF Gothic MB101 Pr6N; }\n\n
newpart=SmallTextHeader N3ButtonLabel,\nHeaderSmallElidedLabel,\nHeaderSmallItalicLabel\t\t\t\t\t{ font: normal 32 px Georgia; padding-left: 12px; padding-right: 12px; qproperty-alignment: \'AlignLeft|AlignVCenter\'; }\nSmallTextHeader[qApp_deviceIsPhoenix="true"] N3ButtonLabel,\nHeaderSmallElidedLabel[qApp_deviceIsPhoenix="true"],\nHeaderSmallItalicLabel[qApp_deviceIsPhoenix="true"]\t{ font-size: 38px; padding-left: 15px; padding-right: 15px; }\nSmallTextHeader[qApp_deviceIsDragon="true"] N3ButtonLabel,\nHeaderSmallElidedLabel[qApp_deviceIsDragon="true"],\nHeaderSmallItalicLabel[qApp_deviceIsDragon="true"]\t{ font-size: 42 px; padding-left: 20px; padding-right: 20px; }\nSmallTextHeader[qApp_deviceIsAlyssum="true"] N3ButtonLabel,\nHeaderSmallElidedLabel[qApp_deviceIsAlyssum="true"],\nHeaderSmallItalicLabel[qApp_deviceIsAlyssum="true"]\t{ font-size: 54px; }\nSmallTextHeader[qApp_localeName="ja_JP"] N3ButtonLabel,\nHeaderSmallElidedLabel[qApp_localeName="ja_JP"],\nHeaderSmallItalicLabel[qApp_localeName="ja_JP"]\t\t{ font-style: normal; font-family: A-OTF Gothic MB101 Pr6N; qproperty-forceLeading: 5; }\n\n
newpart=RegularLabel { font: 22 px Georgia; padding-left: 12px; padding-right: 12px; }\nRegularLabel[qApp_localeName="ja_JP"] { font-size: 22px; font-family: A-OTF Gothic MB101 Pr6N; }\nRegularLabel[qApp_deviceIsPhoenix="true"] { font-size: 33px; padding-left: 15px; padding-right: 15px; }\nRegularLabel[qApp_deviceIsPhoenix="true"][qApp_localeName="ja_JP"] { font-size: 30px; }\nRegularLabel[qApp_deviceIsDragon="true"] { font-size: 34 px; padding-left: 20px; padding-right: 20px; }\nRegularLabel[qApp_deviceIsDragon="true"][qApp_localeName="ja_JP"] { font-size: 32 px; }\nRegularLabel[qApp_deviceIsAlyssum="true"] { font-size: 47px; }\nRegularLabel[qApp_deviceIsAlyssum="true"][qApp_localeName="ja_JP"] { font-size: 45px; }\n\n
newpart=RegularLabelVPadded\t\t\t\t\t{ padding-top: 12px; padding-bottom: 12px; }\nRegularLabelVPadded[qApp_deviceIsPhoenix="true"]\t{ padding-top: 15px; padding-bottom: 15px; }\nRegularLabelVPadded[qApp_deviceIsDragon="true"]\t\t{ padding-top: 20px; padding-bottom: 20px; }\n\n
newpart=RegularReversibleLabel { font: 22 px Georgia; padding-left: 12px; padding-right: 12px; }\nRegularReversibleLabel[qApp_deviceIsPhoenix="true"] { font-size: 33px; padding-left: 15px; padding-right: 15px; }\nRegularReversibleLabel[qApp_deviceIsDragon="true"] { font-size: 34 px; padding-left: 20px; padding-right: 20px; }\nRegularReversibleLabel[qApp_deviceIsAlyssum="true"] { font-size: 47px; }\nRegularReversibleLabel[qApp_localeName="ja_JP"] { font-family: A-OTF Gothic MB101 Pr6N; }\n\n
newpart=RegularTouchLabel { font: normal 19px Georgia; padding-left: 12px; padding-right: 12px; }\nRegularTouchLabel[qApp_deviceIsPhoenix="true"] { font-size: 28 px; padding-left: 15px; padding-right: 15px; }\nRegularTouchLabel[qApp_deviceIsDragon="true"] { font-size: 34 px; padding-left: 20px; padding-right: 20px; }\nRegularTouchLabel[qApp_deviceIsAlyssum="true"] { font-size: 47px; }\nRegularTouchLabel[qApp_localeName="ja_JP"] { font-style: normal; font-family: A-OTF Gothic MB101 Pr6N; }\n\n
newpart=RegularElidedLabel\t\t\t\t\t{ font: 22 px Georgia; padding-left: 12px; padding-right: 12px; }\nRegularElidedLabel[qApp_deviceIsPhoenix="true"]\t\t{ font-size: 33px; padding-left: 15px; padding-right: 15px; }\nRegularElidedLabel[qApp_deviceIsDragon="true"]\t\t{ font-size: 34 px; padding-left: 20px; padding-right: 20px; }\nRegularElidedLabel[qApp_deviceIsAlyssum="true"]\t\t{ font-size: 47px; }\nRegularElidedLabel[qApp_localeName="ja_JP"]\t\t{ font-style: normal; font-family: A-OTF Gothic MB101 Pr6N; qproperty-forceLeading: 5; }\n\n
newpart=RegularItalicLabel { font: normal 19px Georgia; padding-left: 12px; }\nRegularItalicLabel[qApp_deviceIsPhoenix="true"] { font-size: 33px; padding-left: 15px; }\nRegularItalicLabel[qApp_deviceIsDragon="true"] { font-size: 34 px; padding-left: 20px; }\nRegularItalicLabel[qApp_deviceIsAlyssum="true"] { font-size: 47px; }\nRegularItalicLabel[qApp_localeName="ja_JP"] { font-style: normal; font-family: A-OTF Gothic MB101 Pr6N; }\n\n
newpart=PageLabel,\nSmallElidedLabel,\nSmallTouchLabel,\nSmallLabel\t\t\t\t\t\t{ font: 22px Georgia; padding-left: 12px; padding-right: 12px; }\nPageLabel[qApp_deviceIsPhoenix="true"],\nSmallElidedLabel[qApp_deviceIsPhoenix="true"],\nSmallTouchLabel[qApp_deviceIsPhoenix="true"],\nSmallLabel[qApp_deviceIsPhoenix="true"]\t\t\t{ font-size: 32px; padding-left: 15px; padding-right: 15px; }\nPageLabel[qApp_deviceIsDragon="true"],\nSmallElidedLabel[qApp_deviceIsDragon="true"],\nSmallTouchLabel[qApp_deviceIsDragon="true"],\nSmallLabel[qApp_deviceIsDragon="true"]\t\t\t{ font-size: 31 px; padding-left: 20px; padding-right: 20px; }\nPageLabel[qApp_deviceIsAlyssum="true"],\nSmallElidedLabel[qApp_deviceIsAlyssum="true"],\nSmallTouchLabel[qApp_deviceIsAlyssum="true"],\nSmallLabel[qApp_deviceIsAlyssum="true"]\t\t\t{ font-size: 45px; }\nPageLabel[qApp_localeName="ja_JP"],\nSmallElidedLabel[qApp_localeName="ja_JP"],\nSmallTouchLabel[qApp_localeName="ja_JP"],\nSmallLabel[qApp_localeName="ja_JP"]\t\t\t{ font-family: A-OTF Gothic MB101 Pr6N; }\n\n
newpart=PageLabel { qproperty-hitStateEnabled: false; }\n\n
newpart=MetaDataElidedLabel,\nMetaDataLabel\t\t\t\t\t\t{ font: 18px Avenir; text-transform: uppercase; }\nMetaDataElidedLabel[qApp_deviceIsPhoenix="true"],\nMetaDataLabel[qApp_deviceIsPhoenix="true"]\t\t{ font-size: 21px; }\nMetaDataElidedLabel[qApp_deviceIsDragon="true"],\nMetaDataLabel[qApp_deviceIsDragon="true"]\t\t{ font-size: 26 px; }\nMetaDataElidedLabel[qApp_deviceIsAlyssum="true"],\nMetaDataLabel[qApp_deviceIsAlyssum="true"]\t\t{ font-size: 33px; }\nMetaDataElidedLabel[qApp_localeName="ja_JP"],\nMetaDataLabel[qApp_localeName="ja_JP"]\t\t\t{ font-family: A-OTF Gothic MB101 Pr6N; text-transform: none; }\n\n
newpart=MetaDataElidedLabel[qApp_localeName="ja_JP"]\t\t{ qproperty-forceLeading: 5;}\n\n
newpart=MetaDataHeaderLabel { background-color: #d9d9d9; border-top: 1px solid black; padding-left: 12px; padding-right: 12px; padding-top: 5px; padding-bottom: 5px; }\nMetaDataHeaderLabel[qApp_deviceIsPhoenix="true"] { padding-left: 15px; padding-right: 15px; }\nMetaDataHeaderLabel[qApp_deviceIsDragon="true"] { padding-left: 20px; padding-right: 20px; }\n\n
newpart=SettingContainer { qproperty-topMargin: 5; qproperty-bottomMargin: 5; qproperty-leftMargin: 0; qproperty-rightMargin: 0; qproperty-spacing: 0; }\nSettingContainer[qApp_deviceIsTrilogy="true"] { min-height: 56px; }\nSettingContainer[qApp_deviceIsPhoenix="true"] { min-height: 66px; }\nSettingContainer[qApp_deviceIsDragon="true"] { min-height: 80px; }\nSettingContainer[showBottomLine="true"] { border-bottom: 1px solid black; }\nSettingContainer[showBottomLine="true"][qApp_deviceIsTrilogy="true"] { min-height: 57px; }\nSettingContainer[showBottomLine="true"][qApp_deviceIsPhoenix="true"] { min-height: 67px; }\nSettingContainer[showBottomLine="true"][qApp_deviceIsDragon="true"] { min-height: 81px; }\n\n
newpart=RegularContainerWidget\t\t\t\t\t{ qproperty-leftMargin: 90; qproperty-rightMargin: 90; qproperty-spacing: 5; }\nRegularContainerWidget[qApp_deviceIsPhoenix="true"]\t{ qproperty-leftMargin: 110; qproperty-rightMargin: 110; qproperty-spacing: 5; }\nRegularContainerWidget[qApp_deviceIsDragon="true"]\t{ qproperty-leftMargin: 200; qproperty-rightMargin: 200; qproperty-spacing: 10; }\n
combineparts
</patch>