Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 02-04-2022, 11:54 AM   #1
Leonatus
Wizard
Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.
 
Leonatus's Avatar
 
Posts: 1,055
Karma: 11391181
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Clara 2E, Tolino Shine 3
Customizing recipes - justify text

Another question in order to customize recipes: Is there a way to make justification of text the default in the recipe?
Leonatus is offline   Reply With Quote
Old 02-04-2022, 11:39 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,339
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
extra_css = '* { text-align: justify !important}'
kovidgoyal is offline   Reply With Quote
Advert
Old 02-05-2022, 09:03 AM   #3
Leonatus
Wizard
Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.
 
Leonatus's Avatar
 
Posts: 1,055
Karma: 11391181
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Clara 2E, Tolino Shine 3
Once again, thank you, Kovid!
Leonatus is offline   Reply With Quote
Old 02-05-2022, 10:53 AM   #4
Leonatus
Wizard
Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.
 
Leonatus's Avatar
 
Posts: 1,055
Karma: 11391181
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Clara 2E, Tolino Shine 3
Hm, I have been quick with my eulogy. My recipe has those extra-css:
Code:
 extra_css = 'td.textb {font-size: medium;}'
    extra_css = '* { text-align: justify !important}'
    extra_css = '* { text-decoration: none !important}'
The font-size-extra-css is built-in; the two others I added. When I download the customized-recipe-based news source, the text-decoration-removal is added to the css rules, but not the "justify" rule; this remains at "left".
Thus, there appears no justified text in the news source.
Is there something missing?
Leonatus is offline   Reply With Quote
Old 02-05-2022, 03:53 PM   #5
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,440
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by Leonatus View Post
Hm, I have been quick with my eulogy. My recipe has those extra-css:
Code:
 extra_css = 'td.textb {font-size: medium;}'
    extra_css = '* { text-align: justify !important}'
    extra_css = '* { text-decoration: none !important}'
The font-size-extra-css is built-in; the two others I added. When I download the customized-recipe-based news source, the text-decoration-removal is added to the css rules, but not the "justify" rule; this remains at "left".
Thus, there appears no justified text in the news source.
Is there something missing?
Each of the extra_css is erasing the one that came before. I think you want
Code:
    extra_css = 'td.textb {font-size: medium;} * { text-align: justify important; text-decoration: none !important}'
chaley is offline   Reply With Quote
Advert
Old 02-06-2022, 03:44 AM   #6
Leonatus
Wizard
Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.Leonatus ought to be getting tired of karma fortunes by now.
 
Leonatus's Avatar
 
Posts: 1,055
Karma: 11391181
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Clara 2E, Tolino Shine 3
Thank you, but while the text-align command appears in the css, it takes still no effect in the news source. Text-decoration, however, is still working fine.

Edit: With an exclamation mark before the "important", it works all!
Thus:
Code:
extra_css = 'td.textb {font-size: medium;} * { text-align: justify !important; text-decoration: none !important}'
Thanks everyone!

Last edited by Leonatus; 02-06-2022 at 04:48 AM.
Leonatus is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
customizing recipes NSILMike Recipes 11 02-04-2022 09:49 AM
How to automatically justify text? cptnemo Recipes 9 11-27-2013 08:42 PM
Can you left justify text with the 360? maxbookworm PocketBook 11 05-31-2010 10:49 AM
customizing built in recipes jrasmussen Calibre 2 02-15-2010 11:26 PM
Problems getting text to justify ficbot Calibre 4 01-13-2010 02:27 PM


All times are GMT -4. The time now is 06:21 PM.


MobileRead.com is a privately owned, operated and funded community.