Module:Infobox/styles.css: Difference between revisions
From The Sextant of Worlds
Jump to navigationJump to search
remove this block entirely, common.css and minerva.css have the relevant styles |
Stonedreamer (talk | contribs) m 1 revision imported |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
.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- | .infobox caption { | ||
font-size: 125%; | |||
font-weight: bold; | |||
text-align: center; | |||
} | } | ||
.infobox . | .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; | |||
} | } | ||
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;
}