More languages
More actions
m (Improved starsection css) |
m (Improved styling for blockquotes and lists) |
||
Line 12: | Line 12: | ||
text-align: justify; | text-align: justify; | ||
font-size: 95%; | font-size: 95%; | ||
width:100%; | |||
} | } | ||
blockquote { | blockquote { | ||
padding: 0px 2.5em; | padding: 0px 2.5em; | ||
margin-left: 7.5%; | |||
} | } | ||
ol:not(.references) { | ol:not(.references) { | ||
padding: 0.5em 5em; | padding: 0.5em 5em; | ||
} | |||
li { | |||
margin-left: 7.5%; | |||
} | } | ||
Revision as of 22:43, 25 July 2022
/* CSS options for books in Library */
p {
text-indent: 2.5em;
width: 95%;
margin: auto;
text-align: justify;
}
blockquote p {
text-indent: 0;
text-align: justify;
font-size: 95%;
width:100%;
}
blockquote {
padding: 0px 2.5em;
margin-left: 7.5%;
}
ol:not(.references) {
padding: 0.5em 5em;
}
li {
margin-left: 7.5%;
}
h2 {
text-align: center;
}
.starsection {
text-align: center;
font-size: 150%;
margin-top: 15px;
margin-bottom: 15px;
}