mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
recipes: lwn_weekly: outline quize box & authors
Fill authors names in articles headers with bg color to separate them from article body. The same for quiz boxes, plus outline them with border line, as they're put directly within article's text. Signed-off-by: Sergiy Kibrik <sakib@meta.ua>
This commit is contained in:
parent
525a6bc7d1
commit
29fd4d5b2e
@ -19,7 +19,12 @@ class WeeklyLWN(BasicNewsRecipe):
|
||||
|
||||
no_stylesheets = True
|
||||
remove_javascript = True
|
||||
extra_css = 'pre,code,samp,kbd,tt { font-size: 80% }\nblockquote {margin-left:0 }\nDIV.BigQuote,SPAN { font-style:oblique }\n* { color: black }\n'
|
||||
extra_css = '''pre,code,samp,kbd,tt { font-size: 80% }
|
||||
blockquote {margin-left:0 }
|
||||
DIV.BigQuote,SPAN { font-style:oblique }
|
||||
DIV.FeatureByline,DIV.GaByline { background-color:#EEE }
|
||||
DIV.tlr { background-color:#EED; border-style:groove; }
|
||||
* { color: black }'''
|
||||
|
||||
cover_url = site_url + '/images/lcorner.png'
|
||||
# masthead_url = 'http://lwn.net/images/lcorner.png'
|
||||
|
Loading…
x
Reference in New Issue
Block a user