Difference between revisions of "TextBoxWithTitleIcon"
(Created page with "<div style=" border: 1px solid #cccccc; width: {{{width|100%}}}; padding: 0; "> <div class="plainlinks" style=" background-color: {{{titleBackColor | #FF5721}}}; text-align:...") |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
padding: 0; | padding: 0; | ||
"> | "> | ||
+ | |||
+ | <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=" | <div class="plainlinks" style=" | ||
− | background-color: {{{titleBackColor | # | + | background-color: {{{titleBackColor | #bf6730}}}; |
text-align: {{{titleAlign | center}}}; | text-align: {{{titleAlign | center}}}; | ||
− | line-height: {{{titleLineHeight | 1. | + | text-indent: {{{titleIndent | 0.0em}}}; |
− | font-size: {{{titleFontSize | 2. | + | line-height: {{{titleLineHeight | 1.2em}}}; |
+ | font-size: {{{titleFontSize | 2.1em}}}; | ||
font-weight: 300; | font-weight: 300; | ||
− | letter-spacing: 0. | + | 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.5em; | padding: 0.5em; | ||
+ | padding-bottom: {{{titlePaddingBottom | none}}}; | ||
border-bottom: 1px solid #cccccc; | border-bottom: 1px solid #cccccc; | ||
">{{{1}}}</div> | ">{{{1}}}</div> | ||
Line 21: | Line 29: | ||
text-align: left; | text-align: left; | ||
line-height: {{{textLineHeight | 1.0em}}}; | line-height: {{{textLineHeight | 1.0em}}}; | ||
− | font-size: {{{textFontSize | 1. | + | font-size: {{{textFontSize | 1.2em}}}; |
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; | ||
+ | padding-top: {{{textPaddingTop | none}}}; | ||
">{{{2}}}</div></div> | ">{{{2}}}</div></div> | ||
Line 34: | Line 43: | ||
produces | produces | ||
− | {{ | + | {{TextBoxWithTitleIcon |TITLE | TEXT GOES HERE}} |
[[Category:Template]] | [[Category:Template]] | ||
</noinclude> | </noinclude> |