Jump to content

Module:Football box/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 13:55, 4 December 2018 (Created page with '.fbbox { clear:both; overflow:auto; } .fbbox .fbtitle { text-align:center; font-weight:bold; } .fbbox .fbdt { float:left; width:15%; padding:2px 0; overf...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.fbbox {
	clear:both;
	overflow:auto;
}
.fbbox .fbtitle {
	text-align:center;
	font-weight:bold;
}
.fbbox .fbdt {
	float:left;
	width:15%;
	padding:2px 0;
	overflow:auto;
}
.fbbox .fbdt time {
	display:block;
	overflow:auto;
}
.fbbox .fbdate {
	display:block;
	float:right;
}
.fbbox .fbtime {
	display:block;
	clear:right;
	float:right;
}
.fbbox .fbrnd {
	clear:right;
	float:right;
}
.fbbox .fbevent {
	float:left;
	width:61%;
	table-layout:fixed;
	text-align:center;
}
.fbbox tr {
	vertical-align:top;
}
.fbbox .fbhome {
	width:39%;
	text-align:right;
}
.fbbox .fbscore {
	width:22%;
}
.fbbox .fbaway {
	width:39%;
	text-align:left;
}
.fbbox .fbgoals tr {
	font-size:85%;
}
.fbbox .fbhgoal td {
	text-align:right;
}
.fbbox .fbagoal td {
	text-align:left;
}
.fbbox .fbloc {
	float:left;
	font-size:85%;
	width:24%;
	padding:2px 0;
}