View Single Post
Old 07-11-2013, 09:18 AM   #52
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
mietek81,

If you want to change the values of individual menu entries, I give you the Library Settings Menu (to be opend with the tools button, right hand of the bottom of the Library screen) as an example:
Search for "LibrarySettingsMenuView". You will find
Code:
LibrarySettingsMenuView * {
	font-size: 16px;
	font-family: Avenir;
	border-bottom: 1px solid black;
}
This is the style block for the header text "LIBRARY SETTINGS".

A little below you find
Code:
viewTypeLbl * {
	font-size: 16px;
	font-family: Avenir;
	margin-right: 30px;
}
This is the style block for the two texts "View:" and "Show:"

And so you go on and on. I copied here the general definitions, since they are always at the beginning. The specific style blocks for Glo are marked by the selector [deviceCodeName="kraken"], as Anak said.
tshering is offline   Reply With Quote