View Single Post
Old 03-20-2018, 06:42 AM   #4
oren64
I need a chapter break
oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.oren64 ought to be getting tired of karma fortunes by now.
 
oren64's Avatar
 
Posts: 4,042
Karma: 56058267
Join Date: Mar 2015
Location: Israel
Device: Kobo Glo
Quote:
Originally Posted by ItalianUruguayan View Post
After doing that, I have found the relevant bits of code I need to modify:
Code:
/* found: 129 pos: bd0990 */
#urlBar {
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid black;
}

#urlBar[browserStyle="simple"] {
qproperty-visible: false;
}

The code you post is from the file libnickel.so.1.0.0 and it's not compressed.
There no compressed css strings in the file libnickel.so.1.0.0.


Quote:
Code:
/* found: 410 pos: c37a58 */
#browserContainer[qApp_deviceIsTrilogy="true"] {
qproperty-bottomMargin: 10;}
This code is compressed css from the file nickel.
See this guide Patching compressed CSS strings.

Last edited by oren64; 03-20-2018 at 07:03 AM.
oren64 is offline   Reply With Quote