Template:Archives/styles.css

From Acadēmīa Latīnitātis
Revision as of 13:34, 26 February 2023 by Jācōbus (talk | contribs) (Created page with "→‎Overqualified and duplicating .mbox-small’s some styles so that it’s properly flipped on RTL pages (Common.css is not flipped based on content language): body.mediawiki table.archivebox.mbox-small { text-align: center; margin: 4px 0 4px 1em; float: right; clear: right; } .archivebox .archivelist { text-align: left; } .archivebox .archivelist .archivelist-short { text-align: center; } .archivebox .archivebox-botnote-small, .archivebox .archivebox-edit {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Overqualified and duplicating .mbox-small’s some styles so that it’s properly
   flipped on RTL pages (Common.css is not flipped based on content language) */
body.mediawiki table.archivebox.mbox-small {
	text-align: center;
	margin: 4px 0 4px 1em;
	float: right;
	clear: right;
}
.archivebox .archivelist {
	text-align: left;
}
.archivebox .archivelist .archivelist-short {
	text-align: center;
}
.archivebox .archivebox-botnote-small,
.archivebox .archivebox-edit {
	font-size: small;
}