first part of syncing LCARStrek with Firefox 54 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;
0282321d 58 padding: 0 !important;
dae45075
RK
59 }
60}
61
a2676cef
RK
62h1,
63h2,
64h3 {
65 font-weight: bold;
66}
67
68h1 {
69 font-size: 1.6em;
70 line-height: 1.25em;
71}
72
73h2 {
74 font-size: 1.2em;
75 line-height: 1.51em;
76}
77
78h3 {
79 font-size: 1em;
80 line-height: 1.66em;
81}
82
689d5552 83a:link {
a2676cef
RK
84 text-decoration: underline;
85 font-weight: normal;
86}
87
689d5552
RK
88a:link,
89a:link:hover,
90a:link:active {
a2676cef
RK
91 color: #0095dd;
92}
93
689d5552
RK
94a:visited {
95 color: #c2e;
96}
97
a2676cef
RK
98* {
99 max-width: 100%;
100 height: auto;
101}
102
103p,
104code,
105pre,
106blockquote,
107ul,
108ol,
109li,
110figure,
111.wp-caption {
7729765c
RK
112 margin: -10px -10px 20px -10px;
113 padding: 10px;
114 border-radius: 5px;
a2676cef
RK
115}
116
689d5552
RK
117li {
118 margin-bottom: 0;
119}
120
121li > ul,
122li > ol {
123 margin-bottom: -10px;
124}
125
a2676cef
RK
126p > img:only-child,
127p > a:only-child > img:only-child,
128.wp-caption img,
129figure img {
130 display: block;
131}
132
133img[moz-reader-center] {
134 margin-left: auto;
135 margin-right: auto;
136}
137
138.caption,
139.wp-caption-text,
140figcaption {
141 font-size: 0.9em;
142 line-height: 1.48em;
143 font-style: italic;
144}
145
146code,
147pre {
148 white-space: pre-wrap;
149}
150
151blockquote {
152 padding: 0;
dae45075 153 padding-inline-start: 16px;
a2676cef
RK
154}
155
156ul,
157ol {
158 padding: 0;
159}
160
161ul {
dae45075 162 padding-inline-start: 30px;
a2676cef
RK
163 list-style: disc;
164}
165
166ol {
dae45075 167 padding-inline-start: 30px;
a2676cef
RK
168 list-style: decimal;
169}
170
171/* Hide elements with common "hidden" class names */
172.visually-hidden,
173.visuallyhidden,
174.hidden,
175.invisible,
176.sr-only {
177 display: none;
178}