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) 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..." |
||
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; | |||
} | } |
Revision as of 22:53, 19 April 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; }