Module:Infobox/styles.css: Difference between revisions
From The Sextant of Worlds
Jump to navigationJump to search
Stonedreamer (talk | contribs) Created page with ".infobox { border: 1px solid #aaa; background-color: #f9f9f9; color: black; margin: 0.5em 1em 1em 0; padding: 0.2em; float: right; clear: right; font-size: 90%; line-height: 1.5em; width: 22em; } .infobox caption { font-size: 125%; font-weight: bold; text-align: center; } .infobox td, .infobox th { vertical-align: top; text-align: left; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { bo..." |
Stonedreamer (talk | contribs) m 1 revision imported |
(No difference)
| |
Latest revision as of 01:25, 1 May 2025
.infobox {
border: 1px solid #aaa;
background-color: #f9f9f9;
color: black;
margin: 0.5em 1em 1em 0;
padding: 0.2em;
float: right;
clear: right;
font-size: 90%;
line-height: 1.5em;
width: 22em;
}
.infobox caption {
font-size: 125%;
font-weight: bold;
text-align: center;
}
.infobox td,
.infobox th {
vertical-align: top;
text-align: left;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #aaa;
}