third and last part of syncing LCARStrek with Firefox 51 browser windows theme changes
[themes.git] / LCARStrek / global / aboutReaderContent.css
CommitLineData
a2676cef
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 * You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5#moz-reader-content {
6 display: none;
7 font-size: 1em;
8 line-height: 1.6em;
9}
10
dae45075
RK
11#moz-reader-content.line-height1 {
12 line-height: 1em;
13}
14
15#moz-reader-content.line-height2 {
16 line-height: 1.2em;
17}
18
19#moz-reader-content.line-height3 {
20 line-height: 1.4em;
21}
22
23#moz-reader-content.line-height4 {
24 line-height: 1.6em;
25}
26
27#moz-reader-content.line-height5 {
28 line-height: 1.8em;
29}
30
31#moz-reader-content.line-height6 {
32 line-height: 2.0em;
33}
34
35#moz-reader-content.line-height7 {
36 line-height: 2.2em;
37}
38
39#moz-reader-content.line-height8 {
40 line-height: 2.4em;
41}
42
43#moz-reader-content.line-height9 {
44 line-height: 2.6em;
45}
46
47@media print {
48 p,
49 code,
50 pre,
51 blockquote,
52 ul,
53 ol,
54 li,
55 figure,
56 .wp-caption {
57 margin: 0 0 10px 0 !important;
58 }
59}
60
a2676cef
RK
61h1,
62h2,
63h3 {
64 font-weight: bold;
65}
66
67h1 {
68 font-size: 1.6em;
69 line-height: 1.25em;
70}
71
72h2 {
73 font-size: 1.2em;
74 line-height: 1.51em;
75}
76
77h3 {
78 font-size: 1em;
79 line-height: 1.66em;
80}
81
689d5552 82a:link {
a2676cef
RK
83 text-decoration: underline;
84 font-weight: normal;
85}
86
689d5552
RK
87a:link,
88a:link:hover,
89a:link:active {
a2676cef
RK
90 color: #0095dd;
91}
92
689d5552
RK
93a:visited {
94 color: #c2e;
95}
96
a2676cef
RK
97* {
98 max-width: 100%;
99 height: auto;
100}
101
102p,
103code,
104pre,
105blockquote,
106ul,
107ol,
108li,
109figure,
110.wp-caption {
7729765c
RK
111 margin: -10px -10px 20px -10px;
112 padding: 10px;
113 border-radius: 5px;
a2676cef
RK
114}
115
689d5552
RK
116li {
117 margin-bottom: 0;
118}
119
120li > ul,
121li > ol {
122 margin-bottom: -10px;
123}
124
a2676cef
RK
125p > img:only-child,
126p > a:only-child > img:only-child,
127.wp-caption img,
128figure img {
129 display: block;
130}
131
132img[moz-reader-center] {
133 margin-left: auto;
134 margin-right: auto;
135}
136
137.caption,
138.wp-caption-text,
139figcaption {
140 font-size: 0.9em;
141 line-height: 1.48em;
142 font-style: italic;
143}
144
145code,
146pre {
147 white-space: pre-wrap;
148}
149
150blockquote {
151 padding: 0;
dae45075 152 padding-inline-start: 16px;
a2676cef
RK
153}
154
155ul,
156ol {
157 padding: 0;
158}
159
160ul {
dae45075 161 padding-inline-start: 30px;
a2676cef
RK
162 list-style: disc;
163}
164
165ol {
dae45075 166 padding-inline-start: 30px;
a2676cef
RK
167 list-style: decimal;
168}
169
170/* Hide elements with common "hidden" class names */
171.visually-hidden,
172.visuallyhidden,
173.hidden,
174.invisible,
175.sr-only {
176 display: none;
177}