Template:Number box/styles.css

Revision as of 14:13, 25 January 2025 by Sware (talk | contribs) (Created page with ".number-box { background: #ffffff; border: 1px #aaa solid; border-collapse: collapse; margin-top: .5em; color: #202122; } .number-box .current-slot { width: 98px; text-align: center; font-size:larger; } .number-box .adjacent-slot { width: 64px; background: #eeeeee; text-align: center; font-size: smaller; color: inherit; } .number-box .form-slot { text-align: center; } .number-box .footer-slot { text-align: center; background: #eeeeee; color: inherit; }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.number-box {
	background: #ffffff;
	border: 1px #aaa solid;
	border-collapse: collapse;
	margin-top: .5em;
	color: #202122;
}
.number-box .current-slot {
	width: 98px;
	text-align: center;
	font-size:larger;
}
.number-box .adjacent-slot {
	width: 64px;
	background: #eeeeee;
	text-align: center; 
	font-size: smaller;
	color: inherit;
}
.number-box .form-slot {
	text-align: center;
}
.number-box .footer-slot {
	text-align: center;
	background: #eeeeee;
	color: inherit;
}
.number-box .adjacent-slot {
	width: 64px;
	background: #eeeeee;
	text-align: center; 
	font-size: smaller;
	color: inherit;
}
.number-box .adjacent-panel {
	background: #eeeeee;
	text-align: center;
	color: inherit;
}
.number-box .table-cell {
	min-width: 6em;
}
.number-box .table-cell.current-number {
	font-size: larger;
}
.number-box .table-cell.adjacent-number {
	background: #eeeeee;
	font-size: smaller;
	color: inherit;
}
.number-box .table-cell.footer-cell {
	background: #eeeeee;
	color: inherit;
}