Template

Difference between revisions of "TextBoxWithTitle"

Line 1: Line 1:
 
<div style="border: 1px solid #cccccc; width: {{{width|100%}}};  padding: 0; background-color: {{{bodycolor|inherit}}};">
 
<div style="border: 1px solid #cccccc; width: {{{width|100%}}};  padding: 0; background-color: {{{bodycolor|inherit}}};">
  
<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-weight: 300; letter-spacing: 0.1em; font-size: {{{titleFontSize | 2.0em}}}; font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; 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="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>
 
<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>

Revision as of 15:10, 11 August 2012

{{{1}}}
{{{2}}}


Typical usage: {{TextBoxWithTitle | TITLE | TEXT GOES HERE}}

produces

TITLE
TEXT GOES HERE