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 19:26, 14 December 2018 (use unabbreviated class name). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
.footballbox {
	clear:both;
	overflow:auto;
}
.footballbox .fbtitle {
	text-align:center;
	font-weight:bold;
}
.footballbox .fbleft {
	float:left;
	width:15%;
	padding:2px 0;
	overflow:auto;
}
.footballbox time {
	display:block;
	overflow:auto;
}
.footballbox .fbdate {
	display:block;
	float:right;
	text-align:right;
}
.footballbox .fbtime {
	display:block;
	clear:right;
	float:right;
	text-align:right;
}
.footballbox .fbrnd {
	clear:right;
	float:right;
	text-align:right;
}
.footballbox .fbevent {
	float:left;
	width:61%;
	table-layout:fixed;
	text-align:center;
}
.footballbox tr {
	vertical-align:top;
}
.footballbox .fbhome {
	width:39%;
	text-align:right;
}
.footballbox .fbscore {
	width:22%;
}
.footballbox .fbaway {
	width:39%;
	text-align:left;
}
.footballbox .fbgoals {
	font-size:85%;
}
.footballbox .fbhgoal {
	text-align:right;
}
.footballbox .fbagoal {
	text-align:left;
}
.footballbox .fbright {
	float:left;
	font-size:85%;
	width:24%;
	padding:2px 0;
}