Template:Infobox/styles.css: Difference between revisions
Appearance
Peoplesconcord created the page Template:Infobox/styles.css using a non-default content model "Sanitized CSS" Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
.infobox { | |||
border: 1px solid #a2a9b1; | |||
border-spacing: 3px; | |||
background-color: #f8f9fa; | |||
color: black; | |||
margin: 0.5em 0 0.5em 1em; | |||
padding: 0.2em; | |||
font-size: 88%; | |||
line-height: 1.5em; | |||
} | |||
.infobox th { | |||
background-color: #f2f2f2; | |||
text-align: center; | |||
} | |||
.infobox td, | |||
.infobox th { | |||
vertical-align: top; | |||
padding: 0.2em; | |||
} |