Template

Difference between revisions of "TextBoxWithTitle"

 
(55 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="border: 1px solid #cccccc; width: {{{width|100%}}};  padding: 0; background-color: {{{bodycolor|inherit}}};">
+
<div style="
 +
border: 1px solid #cccccc;  
 +
width: {{{width|100%}}};   
 +
padding: 0;  
 +
">
  
<div style="font-size: {{{titleFontSize | 15pt}}}; text-align:center; border-bottom: 1px solid #cccccc; padding: 0.5em; background-color: {{{titlecolor|#FF5721}}};">'''{{{title|{{{1}}}}}}'''</div>
+
<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 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>
  
<div style="font-size: {{{textFontSize | 12pt}}}; padding: 0.5em;text-align:left;"><span class="plainlinks"> {{{body|{{{2}}}}}} </span>
 
</div>
 
</div>
 
 
<noinclude>
 
<noinclude>
  

Latest revision as of 13:45, 21 November 2012


Typical usage: {{TextBoxWithTitle | TITLE | TEXT GOES HERE}}

produces