Module:Football box/sandbox/styles.css: Difference between revisions

From IDU Wiki
Jump to navigation Jump to search
en>Izno
m (Izno moved page Template:Football box/sandbox/styles.css to Module:Football box/sandbox/styles.css without leaving a redirect: same names)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 10:19, 31 December 2023

.fbbox {
	clear:both;
	overflow:auto;
}
.fbbox .fbtitle {
	text-align:center;
	font-weight:bold;
}
.fbbox .fbleft {
	float:left;
	width:15%;
	padding:2px 0;
	overflow:auto;
}
.fbbox time {
	display:block;
	overflow:auto;
}
.fbbox .fbdate {
	display:block;
	float:right;
	text-align:right;
}
.fbbox .fbtime {
	display:block;
	clear:right;
	float:right;
	text-align:right;
}
.fbbox .fbrnd {
	clear:right;
	float:right;
	text-align: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 {
	font-size:85%;
}
.fbbox .fbhgoal {
	text-align:right;
}
.fbbox .fbagoal {
	text-align:left;
}
.fbbox .fbright {
	float:left;
	font-size:85%;
	width:24%;
	padding:2px 0;
}