Template:Infobox L2L stage/styles.css
Jump to navigation
Jump to search
/* L2L Stage Infobox */
.infobox {
border: 1px solid #aaa;
background: #f8f9fa;
font-size: 90%;
}
.infobox-title {
font-weight: bold;
font-size: 110%;
text-align: center;
}
.infobox-above {
font-style: italic;
text-align: center;
background: #eef1f4;
}
.infobox-header {
background: #e2e6ea;
text-align: left;
font-weight: bold;
}
.infobox-label {
width: 35%;
vertical-align: top;
}
.infobox-data {
vertical-align: top;
}
.infobox-image img {
max-width: 100%;
height: auto;
}
.infobox-caption {
font-size: 85%;
text-align: center;
color: #555;
}
.infobox-below {
font-size: 85%;
font-style: italic;
background: #f1f3f5;
text-align: center;
}