Difference between revisions of "TextBoxWithTitle"
Line 8: | Line 8: | ||
background-color: {{{titleBackColor | #FF5721}}}; | background-color: {{{titleBackColor | #FF5721}}}; | ||
text-align: {{{titleAlign | center}}};; | text-align: {{{titleAlign | center}}};; | ||
+ | line-height: {{{titleLineHeight | 1.0em}}}; | ||
font-size: {{{titleFontSize | 1.4em}}}; | font-size: {{{titleFontSize | 1.4em}}}; | ||
font-weight: 300; | font-weight: 300; | ||
letter-spacing: 0.1em; | letter-spacing: 0.1em; | ||
font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; | font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; | ||
− | |||
padding: 0.5em; | padding: 0.5em; | ||
border-bottom: 1px solid #cccccc; | border-bottom: 1px solid #cccccc; | ||
Line 20: | Line 20: | ||
background-color: {{{textBackColor | white}}}; | background-color: {{{textBackColor | white}}}; | ||
text-align: left; | text-align: left; | ||
+ | line-height: {{{textLineHeight | 1.0em}}}; | ||
font-size: {{{textFontSize | 1.4em}}}; | font-size: {{{textFontSize | 1.4em}}}; | ||
font-weight: 300; | font-weight: 300; |
Revision as of 16:24, 11 August 2012
{{{1}}}
{{{2}}}
Typical usage: {{TextBoxWithTitle | TITLE | TEXT GOES HERE}}
produces
TITLE
TEXT GOES HERE