Index:Ayesha, the return of She (IA cu31924013476175).pdf/styles.css

From Wikisource
Jump to navigation Jump to search
q {
	quotes: '"' '"' "'" "'";
}

.closequoteonly::before {
	quotes: none;
}

.closequoteonly::after {
	content: close-quote;
	quotes: '"' '"' "'" "'";
}

.openquoteonly::before {
	content: open-quote;
	quotes: '"' '"' "'" "'";
}

.openquoteonly::after {
	quotes: none;
}

.noquotationmarks {
	quotes: none;
}