Readability based Reader View కోసం సమీక్షలు
Readability based Reader View ద్వారా tlintspr
©®°˜ ద్వారా సమీక్షించండి
Rated 5 out of 5
by ©®°˜, 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;
}