X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=qml%2FQuickNewsReader%2Fcontent%2Fcss%2Freadability-print.css;fp=qml%2FQuickNewsReader%2Fcontent%2Fcss%2Freadability-print.css;h=83e2e8179cc5fd569f871889cbf29442dcab6255;hb=1e026a772f96cbe14ecd16fa27ab911877a59701;hp=0000000000000000000000000000000000000000;hpb=e237a1774640dcf77590fc06584925fa30f077b6;p=quicknewsreader diff --git a/qml/QuickNewsReader/content/css/readability-print.css b/qml/QuickNewsReader/content/css/readability-print.css new file mode 100755 index 0000000..83e2e81 --- /dev/null +++ b/qml/QuickNewsReader/content/css/readability-print.css @@ -0,0 +1,88 @@ +body, #readOverlay { + background-color: white !important; +} + +embed, object { + display: none !important; +} + +/*#readInner { + width: 100% !important; +} +*/ +#readInner.margin-x-narrow {width:100% !important;} +#readInner.margin-narrow {width:91% !important;} +#readInner.margin-medium {width:84% !important;} +#readInner.margin-wide {width:77% !important;} +#readInner.margin-x-wide {width:70% !important;} + +#readTools { + display: none !important; +} + +#readFooter { + font-size: .85em; + text-align: left !important; +} + +#readFooter a { + border-bottom-width: 0 !important; +} + +#readability-url { + display: inline !important; +} + +#rdb-footer-print { + display: block !important; + font-size: .85em; + text-align: right; + margin-bottom: 1.5em; +} + +#rdb-footer-print span { + white-space: ; +} + +#rdb-footer-left { + width: auto !important; + display: block !important; + float: none !important; + font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, serif; +} + +#rdb-footer-right { + display: none !important; +} + +#readFooter #arc90-logo, #readFooter #readability-logo { + background-image: none !important; + text-indent: 0 !important; + width: auto !important; + height: auto !important; + line-height: auto !important; + margin: 0 !important; + text-align: left; +} + +#readFooter #readability-logo { + color: #333 !important; + font-variant: small-caps; +} + +#footer-twitterLink { + display: none; +} + +#readFooter span.version { + display: none; +} + +a { + color: #333 !important; + border-bottom: 1px solid #CCC !important; +} + +div.footer-right { + display: none; +}