Module:Football box/styles.css
Appearance
.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;
}
.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 .fbright {
float:left;
font-size:85%;
width:24%;
padding:2px 0;
}