More languages
More actions
.essay-quotation{
/* container for whole quote thing */
}
.essay-quotation-mark{
/* just the quotation mark that appears behind the quote */
user-select:none;
font-size:1rem;
}
/* selectable alignment with {{{align}}} parameter */
.left{
float:left;
}
.right{
float:right;
}
.center{
text-align: center;
margin: 0 auto;
width:100%;
}