Template:Information/styles.css

From Ekatra Wiki
< Template:Information
Revision as of 18:03, 12 October 2023 by Jayprakash12345 (talk | contribs) (Created page with ": .file-information { width: 100%; padding: 5px; border: 1px solid #a2a9b1; background-color: #f8f9fa; font-size: 95%; box-sizing: border-box; } .file-information caption { font-weight: bold; } .file-information td { padding: 2px; vertical-align: top; } .file-information th { padding: 2px; vertical-align: top; background: #ccf; text-align: right; padding-right: 0.4em; } : .fil...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{pp|small=y}} */
.file-information {
	width: 100%;
	padding: 5px;
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;
	font-size: 95%;
	box-sizing: border-box;
}

.file-information caption {
	font-weight: bold;
}

.file-information td {
	padding: 2px;
	vertical-align: top;
}

.file-information th {
	padding: 2px;
	vertical-align: top;
	background: #ccf;
	text-align: right;
	padding-right: 0.4em;
}

/* higher specificity than the likely-later .imbox styles */
.file-information td .imbox {
	margin: 4px;
}

@media (min-width: 720px) {
	/* let's not enforce col widths except above 720px */
	.file-information th {
		width: 15%;
	}
}