45,647
edits
No edit summary |
No edit summary |
||
Line 149: | Line 149: | ||
root | root | ||
:tag('caption') | :tag('caption') | ||
:cssText('font-size: | :cssText('font-size: 130%; font-weight: bold; text-align: center; padding: 0.2em;') | ||
:addClass(args.titleclass) | :addClass(args.titleclass) | ||
-- @deprecated next; target .infobox-<name> .infobox-title | -- @deprecated next; target .infobox-<name> .infobox-title | ||
Line 163: | Line 163: | ||
:tag('th') | :tag('th') | ||
:attr('colspan', '2') | :attr('colspan', '2') | ||
:cssText('vertical-align: top; font-size: | :cssText('vertical-align: top; font-size: 130%; font-weight: bold; text-align: center;') | ||
:addClass(args.aboveclass) | :addClass(args.aboveclass) | ||
-- @deprecated next; target .infobox-<name> .infobox-above | -- @deprecated next; target .infobox-<name> .infobox-above | ||
Line 193: | Line 193: | ||
dataCell | dataCell | ||
:attr('colspan', '2') | :attr('colspan', '2') | ||
:cssText('text-align: | :cssText('text-align: left; vertical-align: top;') | ||
:addClass(subheaderArgs.class) | :addClass(subheaderArgs.class) | ||
:cssText(subheaderArgs.datastyle) | :cssText(subheaderArgs.datastyle) |