-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathstyle_reader_mode.css
More file actions
42 lines (35 loc) · 891 Bytes
/
style_reader_mode.css
File metadata and controls
42 lines (35 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
html {
text-align: center !important;
}
body {
display: inline-block !important;
font-size: 19px !important;
max-width: 800px !important;
}
button, input, div, pre, ul, dl, ol, table, main, section, header, article, aside, footer, nav, span, em, b, a, form, h1, h2, h3, h4, h5, h6, h7, h8, h9 {
text-align: left !important;
max-width: 800px !important;
margin: auto !important;
}
button, input, label {
display: inline !important;
}
button *, input *, label * {
display: inline !important;
}
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
padding: 16px 0 16px 0;
}
p, q, blockquote {
text-align: justify !important;
max-width: 800px !important;
margin: auto !important;
padding: 10px 0 10px 0;
}
img, figure, figcaption {
max-width: 800px !important;
max-height: auto !important;
width: auto !important;
height: auto !important;
margin: auto !important;
}