Template:Infobox/styles.css: Difference between revisions
Template page
More actions
Created page with ".infobox { display: table; border: 1px solid #a2a9b1; border-spacing: 3px; background-color: #f8f9fa; color: black; →@noflip: margin: 0.5em 0 0.5em 1em; padding: 0.2em; →@noflip: float: right; →@noflip: clear: right; font-size: 88%; line-height: 1.5em; } .infobox caption { font-size: 125%; font-weight: bold; padding: 0.2em; text-align: center; } .infobox td, .infobox th { vertical-align: top; →@noflip: text-align: left; } .infobox..." |
m 1 revision imported |
(No difference)
| |
Latest revision as of 23:20, 13 January 2026
.infobox {
display: table;
border: 1px solid #a2a9b1;
border-spacing: 3px;
background-color: #f8f9fa;
color: black;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
}
.infobox caption {
font-size: 125%;
font-weight: bold;
padding: 0.2em;
text-align: center;
}
.infobox td,
.infobox th {
vertical-align: top;
/* @noflip */
text-align: left;
}
.infobox .infobox-above {
text-align: center;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #a2a9b1;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
.infobox.sisterproject {
width: 20em;
font-size: 90%;
}
.infobox.standard-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
border: 1px solid #c0c090;
}
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
border: 0;
border-top: 1px solid #a2a9b1;
/* @noflip */
border-right: 1px solid #a2a9b1;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
border: 0;
/* @noflip */
border-right: 1px solid #a2a9b1;
}
.infobox .infobox-header,
.infobox .infobox-subheader {
color: unset;
background-color: #00aaff50;
text-align: center;
padding: 0 0.75em;
}
.infobox .infobox-header {
font-size: 1.15em;
line-height: 1.5em;
}
.infobox .infobox-image {
text-align: center;
padding: 0em 0;
}
.infobox .spacer-cell {
width: calc(100% / 30);
}
.infobox .navbar {
display: block;
text-align: center;
}
.infobox .tabber {
margin-top: -1em;
}
.infobox .tabber__header {
margin-bottom: 1em;
justify-content: center;
box-shadow: none;
}
.infobox td ul {
margin-left: 0.8rem;
}
/*
* Different screen sizes
*/
@media only screen and (max-width: 576px) {
.infobox {
float: none;
margin-left: auto;
margin-right: auto;
}
}
/*
* Vector skin
*/
/*
* Citizen skin
*/
body.skin-citizen .infobox {
border-color: var(--border-color-base);
background-color: var(--background-color-framed);
border-radius: var(--border-radius--small);
color: inherit;
}