Difference between revisions of "TextBoxIcon1"
| (17 intermediate revisions by the same user not shown) | |||
| Line 11: | Line 11: | ||
<div class="plainlinks" style=" | <div class="plainlinks" style=" | ||
| − | background-color: {{{backColor | # | + | background-color: {{{backColor | #bf6730}}}; |
text-align: {{{textAlign | center}}}; | text-align: {{{textAlign | center}}}; | ||
text-indent: {{{textIndent | 0.0em}}}; | text-indent: {{{textIndent | 0.0em}}}; | ||
| − | line-height: {{{lineHeight | 1. | + | line-height: {{{lineHeight | 1.2em}}}; |
| − | font-size: {{{fontSize | 2. | + | font-size: {{{fontSize | 2.1em}}}; |
font-weight: 300; | font-weight: 300; | ||
letter-spacing: 0.0em; | letter-spacing: 0.0em; | ||
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.25em; | padding: 0.25em; | ||
| − | padding-top: {{{textPaddingTop | 0. | + | padding-top: {{{textPaddingTop | 0.2em}}}; |
| − | padding-bottom: {{{textPaddingBottom | 0. | + | padding-bottom: {{{textPaddingBottom | 0.3em}}}; |
| − | ">{{{1}}}</div></div> | + | ">{{{1}}}</div></div><noinclude> |
| − | |||
| − | <noinclude> | ||
Typical usage: <nowiki>{{TextBoxIcon1 | Text }}</nowiki> | Typical usage: <nowiki>{{TextBoxIcon1 | Text }}</nowiki> | ||