Template

Difference between revisions of "TextBoxWithTitle"

Line 2: Line 2:
 
border: 1px solid #cccccc;  
 
border: 1px solid #cccccc;  
 
width: {{{width|100%}}};   
 
width: {{{width|100%}}};   
font-weight: 300;
 
 
padding: 0;  
 
padding: 0;  
 
">
 
">
Line 11: Line 10:
 
line-height: {{{titleLineHeight | 1.0em}}};  
 
line-height: {{{titleLineHeight | 1.0em}}};  
 
font-size: {{{titleFontSize | 1.4em}}};  
 
font-size: {{{titleFontSize | 1.4em}}};  
font-weight: normal;  
+
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: serif, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;  
 
padding: 0.5em;  
 
padding: 0.5em;  
 
border-bottom: 1px solid #cccccc;  
 
border-bottom: 1px solid #cccccc;  

Revision as of 17:25, 11 August 2012


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

produces