Module:Infobox/styles.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with ".infobox-subbox { padding: 0; border: none; margin: -3px; width: auto; min-width: 100%; font-size: 100%; clear: none; float: none; background-color: transparent; } .infobox-3cols-child { margin: auto; }") |
(Slightly larger font size for headers.) |
||
(One intermediate revision by one other user not shown) | |||
Line 13: | Line 13: | ||
.infobox-3cols-child { | .infobox-3cols-child { | ||
margin: auto; | margin: auto; | ||
} | |||
.infobox-header, | |||
.infobox-subheader, | |||
.infobox-above, | |||
.infobox-title, | |||
.infobox-image, | |||
.infobox-full-data, | |||
.infobox-below { | |||
text-align: center; | |||
} | |||
.infobox-header { | |||
font-size: 105%; | |||
} | } |
Latest revision as of 08:36, 31 December 2023
.infobox-subbox {
padding: 0;
border: none;
margin: -3px;
width: auto;
min-width: 100%;
font-size: 100%;
clear: none;
float: none;
background-color: transparent;
}
.infobox-3cols-child {
margin: auto;
}
.infobox-header,
.infobox-subheader,
.infobox-above,
.infobox-title,
.infobox-image,
.infobox-full-data,
.infobox-below {
text-align: center;
}
.infobox-header {
font-size: 105%;
}