Readability based Reader View 的评价
Readability based Reader View 作者: tlintspr
©®°˜ 的评价
评分 5 / 5
来自 ©®°˜,5 年前Amazing 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;
}