Difference between revisions of "User:Makanyane/anisa.css"
From TWC Wiki
Jump to navigationJump to searchLine 2: | Line 2: | ||
.infobox { | .infobox { | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
− | |||
color: black; | color: black; | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
Line 12: | Line 11: | ||
.infobox th { | .infobox th { | ||
vertical-align: top; | vertical-align: top; | ||
− | background-color: # | + | background-color: #B99D7A; |
} | } | ||
.infobox td, | .infobox td, |
Revision as of 08:36, 21 May 2019
/*blank*/ .infobox { border: 1px solid #aaa; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; } .infobox th { vertical-align: top; background-color: #B99D7A; } .infobox td, .infobox th { vertical-align: top; } .infobox caption { font-size: larger; margin-left: inherit; } .infobox.bordered { border-collapse: collapse; } .infobox.bordered td, .infobox.bordered th { border: 1px solid #aaa; } .infobox.bordered .borderless td, .infobox.bordered .borderless th { border: 0; }