8,545
edits
No edit summary Tag: Reverted |
No edit summary |
||
(14 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
*/ | */ | ||
.infobox { | .infobox { | ||
border: | border: 2px solid #C14424; | ||
border-spacing: 3px; | border-spacing: 3px; | ||
border-radius: | border-radius: 5px 5px; | ||
background-color: # | background-color: #EFE9DE; | ||
color: black; | color: black; | ||
/* @noflip */ | /* @noflip */ | ||
Line 54: | Line 54: | ||
/* @noflip */ | /* @noflip */ | ||
text-align: left; | text-align: left; | ||
} | } | ||
Line 62: | Line 61: | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
border-radius: 2px 2px; | |||
} | } | ||