More languages
More actions
(Moved CSS for book to the template for consistency) |
m (Created .starsection class for a specific page (Library:Marx & Engels Collected Works/General introduction)) |
||
Line 24: | Line 24: | ||
h2 { | h2 { | ||
text-align: center; | text-align: center; | ||
} | |||
.starsection { | |||
text-align: center; | |||
font-size: 150%; | |||
} | } |
Revision as of 18:23, 14 April 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%;
}
blockquote {
padding: 0px 2.5em;
}
ol:not(.references) {
padding: 0.5em 5em;
}
h2 {
text-align: center;
}
.starsection {
text-align: center;
font-size: 150%;
}