Template:AFB game box start/styles.css
Appearance
/* {{pp-extended|small=yes}} */
.afb-game-box {
border: 1px solid #a2a9b1;
margin: 0.5em 0;
padding: 0.2em;
line-height: 1.5em;
font-size: 90%;
background-color: var(--background-color-neutral-subtle, #f8f9fa);
}
.afb-game-box-title,
.afb-game-box-score,
.afb-game-box-details > caption {
font-weight: bold;
}
.afb-game-box-title,
.afb-game-box .wikitable {
text-align: center;
}
.afb-game-box-q-ot {
width: 25px;
}
.afb-game-box-team,
.afb-game-box-details > caption {
text-align: left;
}
.afb-game-box-separator {
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
height: 3px;
}
.afb-game-box-details {
width: 100%;
border-spacing: 3px;
clear: both;
}
.afb-game-box-quarter {
border-top: 1px solid #aaa;
}
.afb-game-box-time {
text-align: right;
}
@media (min-width: 640px) {
.afb-game-box {
float: right;
clear: right;
margin-left: 1em;
width: 35em;
}
.afb-game-box .wikitable {
float: right;
margin-top: 0;
margin-right: 0;
}
}