Reviews for Readability based Reader View
Readability based Reader View by tlintspr
Review by ©®°˜
Rated 5 out of 5
by ©®°˜, 5 years agoAmazing straight forward. I use it to display content as a scientific journal white paper. If I like the page content it I print it as PDF including the links. This is my CSS:
body {
padding-bottom: 64px;
text-align: center;
}
h1, h2, h3, h4, h5, h6, h7 {
text-align: center;
}
.page {
text-align: justify;
column-count: 2;
-webkit-column-count: 2;
-moz-column-count: 2;
}
a:visited {
color: #0095dd;
}
body {
padding-bottom: 64px;
text-align: center;
}
h1, h2, h3, h4, h5, h6, h7 {
text-align: center;
}
.page {
text-align: justify;
column-count: 2;
-webkit-column-count: 2;
-moz-column-count: 2;
}
a:visited {
color: #0095dd;
}