Difference between revisions of "TextBoxWithTitle"
Line 3: | Line 3: | ||
<div style="font-size: {{{titleFontSize | 15pt}}}; line-height: {{{titleLineHeight | 1.0em}}}; text-align:center; border-bottom: 1px solid #cccccc; padding: 0.5em; background-color: {{{titlecolor|#FF5721}}};">'''{{{title|{{{1}}}}}}'''</div> | <div style="font-size: {{{titleFontSize | 15pt}}}; line-height: {{{titleLineHeight | 1.0em}}}; text-align:center; border-bottom: 1px solid #cccccc; padding: 0.5em; background-color: {{{titlecolor|#FF5721}}};">'''{{{title|{{{1}}}}}}'''</div> | ||
− | <div style="font-size: {{{textFontSize | | + | <div style="text-align: left; font-weight: 300; letter-spacing: 0.1em; font-size: {{{textFontSize | 1.4em}}}; font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; padding: 0.5em;text-align:left;"><span class="plainlinks"> {{{body|{{{2}}}}}} </span></div></div> |
<noinclude> | <noinclude> | ||
Revision as of 15:00, 11 August 2012
{{{1}}}
{{{2}}}
Typical usage: {{TextBoxWithTitle | TITLE | TEXT GOES HERE}}
produces
TITLE
TEXT GOES HERE