Template:Archives/styles.css: Difference between revisions

From The Audiovisual Identity Database
Jump to navigation Jump to search
imported>Hb1290
 
imported>Hb1290
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
body.mediawiki table.archivebox.mbox-small {
body.mediawiki table.archivebox.mbox-small {
text-align: center;
text-align: center;
margin: 4px 0 4px 1em;
margin: 4px 0 4px 1%;
float: right;
float: right;
clear: right;
clear: right;

Latest revision as of 02:05, 11 March 2021

/* 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 1%;
	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;
}