[h2]BUTTONS AND TYPOGRAPHY[/h2]
[row]
[h3]Buttons[/h3]
[/row]
[row]
[two_thirds_column]
[button size=»small» link=»#» color=»default»]small[/button]
[button size=»medium» link=»#» color=»default»]medium[/button]
[button size=»big» link=»#» color=»default»]big[/button]
[sourcecode language=»html»]
[[button size="small" link="#" color="default"]small[/button]]
[/sourcecode]
[sourcecode language=»html»]
[[button size="medium" link="#" color="default"]medium[/button]]
[/sourcecode]
[sourcecode language=»html»]
[[button size="big" link="#" color="default"]big[/button]]
[/sourcecode]
[divider]

[sourcecode language=»html»]
[[button link="#" color="default"]default[/button]]
[/sourcecode]
[sourcecode language=»html»]
[[button link="#" color="gray"]gray[/button]]
[/sourcecode]
[/two_thirds_column]
[third_column]

parameters
  • size : small; medium; big;
  • link
  • linktarget : _blank; – current (if left empty) or new window
  • width – button width
  • color : none; default; gray; black; white; blue; green; red; yellow; orange; pink; magenta; – used only if «bgcolor» option is empty
  • bgcolor – background color
  • textcolor – text color
  • hoverbgcolor – hover background color
  • hovertextcolor – hover text color
  • align: left; right; – center align used if left empty
  • nofollow: true; false;

[/third_column]
[/row]

[row]
[h3]Box[/h3]
[/row]
[row]
[half_column]
[box]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/box]
[/half_column]
[half_column]
[sourcecode language=»html»]
[[box]Lorem ipsum…[/box]]
[/sourcecode]
[/half_column]
[/row]

[row]
[h3]Paragraph[/h3]
[/row]
[row]
[half_column]
[paragraph]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/paragraph]
[/half_column]
[half_column]
[paragraph style=»2″]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/paragraph]
[/half_column]
[/row]
[row]
[half_column]
[sourcecode language=»html»]
[[paragraph]Lorem ipsum…[/paragraph]]
[/sourcecode]

parameters
  • style : 1 – basic; 2 – distinctive;

[/half_column]
[half_column]
[sourcecode language=»html»]
[[paragraph style="2"]Lorem ipsum…[/paragraph]]
[/sourcecode]
[/half_column]
[/row]

[row]
[h3]Dropcap[/h3]
[/row]
[row]
[half_column]
[dropcap]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/dropcap]
[/half_column]
[half_column]
[sourcecode language=»html»]
[[dropcap]Lorem ipsum…[/dropcap]]
[/sourcecode]
[/half_column]
[/row]

[row]
[h3]Headers[/h3]
[/row]

[row]
[full_column]
[h2]Header 2 text[/h2]
[/full_column]
[/row]
[row]
[full_column]
[sourcecode language=»html»]
[[h2]Header 2 text[/h2]] 
[/sourcecode]
[/full_column]
[/row]

[row]
[full_column]
[h3]Header 3 text[/h3]
[/full_column]
[/row]
[row]
[full_column]
[sourcecode language=»html»]
[[h3]Header 3 text[/h3]] 
[/sourcecode]
[/full_column]
[/row]

[row]
[h3]Divider[/h3]
[/row]
[row]
[half_column]
[divider]
[/half_column]
[half_column]
[sourcecode language=»html»]
[[divider]]
[/sourcecode]
[/half_column]
[/row]

[row]
[h3]Highlight[/h3]
[/row]
[row]
[half_column]
[highlight style=»1″]Lorem ipsum dolor sit amet[/highlight]
[highlight style=»2″]Lorem ipsum dolor sit amet[/highlight]
[highlight style=»3″]Lorem ipsum dolor sit amet[/highlight]
[/half_column]
[half_column]
[sourcecode language=»html»]
[[highlight style="1"]Lorem ipsum…t[/highlight]]
[/sourcecode]
[sourcecode language=»html»]
[[highlight style="2"]Lorem ipsum…[/highlight]]
[/sourcecode]
[sourcecode language=»html»]
[[highlight style="3"]Lorem ipsum…[/highlight]]
[/sourcecode]

parameters
  • style : 1; 2; 3;

[/half_column]
[/row]

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos requeridos están marcados *

Publicar comentario

Este sitio usa Akismet para reducir el spam. Aprende cómo se procesan los datos de tus comentarios.