diff options
author | Horst3180 | 2016-09-19 12:41:39 +0200 |
---|---|---|
committer | Horst3180 | 2016-09-19 12:41:39 +0200 |
commit | 4317ea6fa7e90fc10c97a19db4707775f0629dc0 (patch) | |
tree | 3e230600bd6c16ed1501afdbf89f67e745c76c37 /arc-firefox-theme/chrome/global/aboutReaderContent.css | |
parent | ce3a228bab792629df6d40181aff57d0eaa4d8e7 (diff) | |
download | solarc-firefox-theme-4317ea6fa7e90fc10c97a19db4707775f0629dc0.tar.gz solarc-firefox-theme-4317ea6fa7e90fc10c97a19db4707775f0629dc0.tar.xz solarc-firefox-theme-4317ea6fa7e90fc10c97a19db4707775f0629dc0.zip |
update to 49.0rc4
Diffstat (limited to 'arc-firefox-theme/chrome/global/aboutReaderContent.css')
-rw-r--r-- | arc-firefox-theme/chrome/global/aboutReaderContent.css | 56 |
1 files changed, 53 insertions, 3 deletions
diff --git a/arc-firefox-theme/chrome/global/aboutReaderContent.css b/arc-firefox-theme/chrome/global/aboutReaderContent.css index 94972c5..9c70c08 100644 --- a/arc-firefox-theme/chrome/global/aboutReaderContent.css +++ b/arc-firefox-theme/chrome/global/aboutReaderContent.css @@ -8,6 +8,56 @@ line-height: 1.6em; } +#moz-reader-content.line-height1 { + line-height: 1em; +} + +#moz-reader-content.line-height2 { + line-height: 1.2em; +} + +#moz-reader-content.line-height3 { + line-height: 1.4em; +} + +#moz-reader-content.line-height4 { + line-height: 1.6em; +} + +#moz-reader-content.line-height5 { + line-height: 1.8em; +} + +#moz-reader-content.line-height6 { + line-height: 2.0em; +} + +#moz-reader-content.line-height7 { + line-height: 2.2em; +} + +#moz-reader-content.line-height8 { + line-height: 2.4em; +} + +#moz-reader-content.line-height9 { + line-height: 2.6em; +} + +@media print { + p, + code, + pre, + blockquote, + ul, + ol, + li, + figure, + .wp-caption { + margin: 0 0 10px 0 !important; + } +} + h1, h2, h3 { @@ -87,7 +137,7 @@ pre { blockquote { padding: 0; - -moz-padding-start: 16px; + padding-inline-start: 16px; } ul, @@ -96,12 +146,12 @@ ol { } ul { - -moz-padding-start: 30px; + padding-inline-start: 30px; list-style: disc; } ol { - -moz-padding-start: 30px; + padding-inline-start: 30px; list-style: decimal; } |