Difference between revisions of "TextBoxIcon1"
(Created page with "<div class="centre"> <div style="background-color: #f0ffff; margin: 0 10px 2px 10px; padding: 0 10px 0 10px; border: 1px dotted #e16060; min-height: 45px;"> <div style="float: le...") |
|||
(104 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <div | + | <div style=" |
− | + | border: 1px solid #cccccc; | |
− | + | width: {{{width|100%}}}; | |
− | + | padding: 0em;"> | |
− | |||
− | + | <div style=" | |
+ | padding-top: {{{iconPaddingTop | 0.0em}}}; | ||
+ | padding-left: {{{iconPaddingLeft | 0.0em}}}; | ||
+ | float: {{{iconFloat | left}}};"> | ||
+ | [[Image:{{{icon | Star_Empty.png}}} | {{{iconSize | 25px}}}|]]</div> | ||
− | == | + | <div class="plainlinks" style=" |
− | + | background-color: {{{backColor | #bf6730}}}; | |
− | [[Category: | + | text-align: {{{textAlign | center}}}; |
+ | text-indent: {{{textIndent | 0.0em}}}; | ||
+ | line-height: {{{lineHeight | 1.2em}}}; | ||
+ | font-size: {{{fontSize | 2.1em}}}; | ||
+ | font-weight: 300; | ||
+ | letter-spacing: 0.0em; | ||
+ | font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; | ||
+ | padding: 0.25em; | ||
+ | padding-top: {{{textPaddingTop | 0.2em}}}; | ||
+ | padding-bottom: {{{textPaddingBottom | 0.3em}}}; | ||
+ | ">{{{1}}}</div></div><noinclude> | ||
+ | |||
+ | Typical usage: <nowiki>{{TextBoxIcon1 | Text }}</nowiki> | ||
+ | |||
+ | produces | ||
+ | |||
+ | {{TextBoxIcon1 | asdf asd fasdf asd fa sdf asd fa sdf asd fa sdf as df asd fas dfas df }} | ||
+ | |||
+ | [[Category:Template]] | ||
</noinclude> | </noinclude> |