Difference between revisions of "TextBoxWithTitle"
(62 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <div style="border: 1px solid #cccccc; width: {{{width|100%}}}; padding: 0; | + | <div style=" |
+ | border: 1px solid #cccccc; | ||
+ | width: {{{width|100%}}}; | ||
+ | padding: 0; | ||
+ | "> | ||
− | <div style="text-align:center; | + | <div class="plainlinks" style=" |
+ | background-color: {{{titleBackColor | #bf6730}}}; | ||
+ | text-align: {{{titleAlign | center}}}; | ||
+ | line-height: {{{titleLineHeight | 1.0em}}}; | ||
+ | font-size: {{{titleFontSize | 2.1em}}}; | ||
+ | font-weight: 300; | ||
+ | letter-spacing: 0.1em; | ||
+ | font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; | ||
+ | padding: 0.5em; | ||
+ | border-bottom: 1px solid #cccccc; | ||
+ | ">{{{1}}}</div> | ||
− | <div style=" | + | <div class="plainlinks" style=" |
− | {{{ | + | background-color: {{{textBackColor | white}}}; |
+ | text-align: left; | ||
+ | line-height: {{{textLineHeight | 1.0em}}}; | ||
+ | font-size: {{{textFontSize | 1.2em}}}; | ||
+ | font-weight: 300; | ||
+ | letter-spacing: 0.1em; | ||
+ | font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; | ||
+ | padding: 0.5em; | ||
+ | ">{{{2}}}</div></div> | ||
− | Typical usage: <nowiki>{{ | + | <noinclude> |
+ | |||
+ | Typical usage: <nowiki>{{TextBoxWithTitle | TITLE | TEXT GOES HERE}}</nowiki> | ||
produces | produces | ||
− | {{ | + | {{TextBoxWithTitle |TITLE | TEXT GOES HERE}} |
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Template]] | [[Category:Template]] | ||
</noinclude> | </noinclude> |
Latest revision as of 13:45, 21 November 2012
{{{1}}}
{{{2}}}
Typical usage: {{TextBoxWithTitle | TITLE | TEXT GOES HERE}}
produces
TITLE
TEXT GOES HERE