Error
  • JUser: :_load: Unable to load user with ID: 939

 

LHMcolor pequeño CRISTO PARA TODAS LAS NACIONES  bandera de nicaragua

"El Pueblo de Cristo con un Mensaje de Esperanza"

Monday, 30 January 2012 21:50

Template Typography

Written by 
Rate this item
(0 votes)

Template Typography

Creating Beautiful Content With Simple Code

Typography is a fundamental part of a template, providing you with the tools to characterise your content and bring it to life. There is a vast array of typography available with Clarion template, as is with our previous releases, from list styles, notice blocks and a diverse number of other elements.

If you are using the TinyMCE editor for HTML typography, go to Extensions → Plugin Manager → TinyMCE 2.0 → Set Code Clean-up on Save to Never.

<h1> Heading Styles

H1. Heading 1

H2. Heading 2

H3. Heading 3

H4. Heading 4

H5. Heading 5

H1. Component Page Title

H1. Component Content Title

<ul> List Styles

  • This is an example of a standard list style. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh.
  • This is an example of a standard list style. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh.


  • To use this style create a list in the following format: <ul class="dots"><li>....</li><li>....</li>...</ul> (HTML).
  • To use this style create a list in the following format: [list class=" dots"][li]....[/li][li....[/li][/list] (ROKCANDY).
 

<p> DropCap Styles

Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibu. Pellentesque vel enim urna, sit amet blandit ipsum. Maecenas quis sem sit amet nunc pretium mattis. Sed dapibus semper est, sed pretium erat.

Use the following format: <p class="dropcap">...</p> (HTML) or [dropcap class="dropcap"]...[/dropcap] (ROKCANDY). You can use any letter, symbol or number.

Praesent rutrum sapien ac felis. Use this format: <p class="dropcap2">...</p> (HTML) or [dropcap class="dropcap2"] ... [/dropcap] (ROKCANDY)

Praesent rutrum sapien ac felis. Use this format: <p class="dropcap3">...</p> (HTML) or [dropcap class="dropcap3"] ... [/dropcap] (ROKCANDY)

Praesent rutrum sapien ac felis. Use this format: <p class="dropcap4">...</p> (HTML) or [dropcap class="dropcap4"] ... [/dropcap] (ROKCANDY)

Praesent rutrum sapien ac felis. Use this format: <p class="dropcap5">...</p> (HTML) or [dropcap class="dropcap5"] ... [/dropcap] (ROKCANDY)

<blockquote> Styles

To replicate, use the following formatting: <blockquote><p>....</p></blockquote> (HTML) or [blockquote class="default"]...[/blockquote] (ROKCANDY).


Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis.

To replicate, use the following formatting: <blockquote class="alignleft"><p>....</p></blockquote> (HTML) or [blockquote class="alignleft"]...[/blockquote] (ROKCANDY).

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris metus tortor.


Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis.

To replicate, use the following formatting: <blockquote class="alignright"><p>....</p></blockquote> (HTML) or [blockquote class="alignright"]...[/blockquote] (ROKCANDY).

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris metus tortor.

 

<pre> Code Styles

This is a sample <pre class="lines">...</pre> (HTML) or,
[pre2 class="{lines}"] ... [/pre2] (ROKCANDY) tag:

div.modulebox-black div.bx1 {
  background: url(../images/box_bl.png) 0 100% repeat;
}

div.modulebox-black div.bx2 {
  background: url(../images/box_tr.png) 100% 0 repeat;
}
This is a sample <pre>...</pre> (HTML) or, 
[pre class="{lines}"] ... [/pre] (ROKCANDY) tag:

div.modulebox-black div.bx1 {
  background: url(../images/box_bl.png) 0 100% repeat;
}

div.modulebox-black div.bx2 {
  background: url(../images/box_tr.png) 100% 0 repeat;
}

<p> Notice Styles

This is a sample of the Approved style. To replicate, use the following syntax: <p class="approved">....</p> (HTML) or [notice class="approved"] ... [/notice] (ROKCANDY).

This is a sample of the Attention style. To replicate, use the following syntax: <p class="attention">....</p> (HTML) or [notice class="attention"] ... [/notice] (ROKCANDY).

This is a sample of the Notice style. To replicate, use the following syntax: <p class="notice">....</p> (HTML) or [notice class="notice"] ... [/notice] (ROKCANDY).

This is a sample of the Alert style. To replicate, use the following syntax: <p class="alert">....</p> (HTML) or [notice class="alert"] ... [/notice] (ROKCANDY).

 

<span> Text Icon Styles

To replicate, the following format: <span class="text-icon iconname">...</span> (HTML) or [icon class="icon name"]...[/icon] (ROKCANDY). The class names are listed below, such as "text-icon email".



Text with a phone icon

Text with a quote icon

Text with a cart icon

Text with a rss icon

Text with a tags icon

Text with a write icon

Text with an info icon

Text with a sound icon

Text with a rightarrow icon

Text with a leftarrow icon

Text with a circlearrow icon

Text with a downarrow icon

Text with an uparrow icon

Text with a person icon

Text with a calendar icon

Text with a doc icon
Text with a bulb icon



Text with a youtube icon

Text with a skype icon





Text with a video icon

Text with a dropbox icon

Text with a vimeo icon

Text with a paypal icon

<em> Emphasis Styles

This is a emphasis tag that allows you to highlight words or phrases. Use the following format: <em class="italic">...</em> (HTML) or [emphasis]...[/emphasis] (ROKCANDY)

This is a emphasis tag that allows you to highlight words or phrases. Use the following format: <em class="bold">...</em> (HTML) or [emphasisbold]...[/emphasisbold] (ROKCANDY)

This is a emphasis tag that allows you to highlight words or phrases. Use the following format: <em class="bold2">...</em> (HTML) or [emphasisbold2]...[/emphasisbold2] (ROKCANDY)

This is a emphasis tag that allows you to highlight words or phrases. Use the following format: <em class="highlight">...</em> (HTML) or [highlight class="default"]...[/highlight] (ROKCANDY)

This is a emphasis tag that allows you to highlight words or phrases. Use the following format: <em class="highlight white">...</em> (HTML) or [highlight class="white"]...[/highlight] (ROKCANDY)

This is a emphasis tag that allows you to highlight words or phrases. Use the following format: <em class="highlight black">...</em> (HTML) or [highlight class="black"]...[/highlight] (ROKCANDY)

This is a emphasis tag that allows you to highlight words or phrases. Use the following format: <em class="highlight green">...</em> (HTML) or [highlight class="green"]...[/highlight] (ROKCANDY)

This is a emphasis tag that allows you to highlight words or phrases. Use the following format: <em class="highlight yellow">...</em> (HTML) or [highlight class="yellow"]...[/highlight] (ROKCANDY)

This is a emphasis tag that allows you to highlight words or phrases. Use the following format: <em class="highlight blue">...</em> (HTML) or [highlight class="blue"]...[/highlight] (ROKCANDY)

This is a emphasis tag that allows you to highlight words or phrases. Use the following format: <em class="highlight red">...</em> (HTML) or [highlight class="red"]...[/highlight] (ROKCANDY)

 

<ul> List Styles (Icons)

To replicate, use the following format: <ul class="list-icon icon_name"><li>....</li><li>....</li>...</ul> (HTML) or [list class="list-icon icon_name"][li]....[/li][li....[/li][/list] (ROKCANDY). The icon names are listed below, such as "cart".


  • A list item using the list-icon phone class.
  • A list item using the list-icon phone class.

  • A list item using the list-icon quote class.
  • A list item using the list-icon quote class.


  • A list item using the list-icon youtube class.
  • A list item using the list-icon youtube class.


  • A list item using the list-icon cart class.
  • A list item using the list-icon cart class.
  • A list item using the list-icon tags class.
  • A list item using the list-icon tags class.

  • A list item using the list-icon write class.
  • A list item using the list-icon write class.

  • A list item using the list-icon info class.
  • A list item using the list-icon info class.

  • A list item using the list-icon sound class.
  • A list item using the list-icon sound class.

  • A list item using the list-icon rightarrow class.
  • A list item using the list-icon rightarrow class.

  • A list item using the list-icon skype class.
  • A list item using the list-icon skype class.

  • A list item using the list-icon rss class.
  • A list item using the list-icon rss class.
  • A list item using the list-icon leftarrow class.
  • A list item using the list-icon leftarrow class.

  • A list item using the list-icon circlearrow class.
  • A list item using the list-icon circlearrow class.

  • A list item using the list-icon dropbox class.
  • A list item using the list-icon dropbox class.

  • A list item using the list-icon vimeo class.
  • A list item using the list-icon vimeo class.

  • A list item using the list-icon downarrow class.
  • A list item using the list-icon downarrow class.

  • A list item using the list-icon video class.
  • A list item using the list-icon video class.

  • A list item using the list-icon uparrow class.
  • A list item using the list-icon uparrow class.

  • A list item using the list-icon person class.
  • A list item using the list-icon person class.

  • A list item using the list-icon calendar class.
  • A list item using the list-icon calendar class.

  • A list item using the list-icon bulb class.
  • A list item using the list-icon bulb class.

  • A list item using the list-icon paypal class.
  • A list item using the list-icon paypal class.

  • A list item using the list-icon doc class.
  • A list item using the list-icon doc class.
 

<ul> List Styles (CSS3)

These list styles are based on the latest CSS3 techniques and are designed to work in modern browsers (will not display properly in IE6-IE8).

To replicate, use the following format: <ul class="class name"><li>....</li><li>....</li>...</ul> (HTML) or [list class="class name"][li]....[/li][li....[/li][/list] (ROKCANDY). The class names are listed below, such as "checkmark red".

  • Checkmark
  • Checkmark
  • Circle-Checkmark
  • Circle-Checkmark
  • Square-Checkmark
  • Square-Checkmark
  • Checkmark Green
  • Checkmark Green
  • Checkmark Yellow
  • Checkmark Yellow
  • Checkmark Red
  • Checkmark Red
  • Checkmark Blue
  • Checkmark Blue
  • Checkmark White
  • Checkmark White
  • Triangle-Small
  • Triangle-Small
  • Triangle
  • Triangle
  • Triangle-Large
  • Triangle-Large
  • Triangle Green
  • Triangle Green
  • Triangle Yellow
  • Triangle Yellow
  • Triangle Red
  • Triangle Red
  • Triangle Blue
  • Triangle Blue
  • Triangle White
  • Triangle White
  • Circle-Small
  • Circle-Small
  • Circle
  • Circle
  • Circle-Large
  • Circle-Large
  • Circle Green
  • Circle Green
  • Circle Yellow
  • Circle Yellow
  • Circle Red
  • Circle Red
  • Circle Blue
  • Circle Blue
  • Circle White
  • Circle White
 

<span> Inset Styles

Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Inset Right TitleYou will need to use the following formatting: <span class="inset-right"> <span class="inset-right-title"> .... </span> ... some content ... </strong> (HTML) or [inset side="right" title="Inset Right Title"] ... some content ...[/inset] (ROKCANDY) Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Inset Left TitleYou will need to use the following formatting: <span class="inset-left"> <span class="inset-left-title"> .... </span> ... some content ... </strong> (HTML) or [inset side="left" title="Inset Left Title"] ... some content ...[/inset] (ROKCANDY) Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed euismod magna a nibh.

Sed euismod magna a nibh. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque.

Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.Praesent rutrum sapien ac felis. Phasellus elementum dolor quis turpis. Vestibulum nec mi vitae pede tincidunt nonummy. Vestibulum facilisis mollis neque. Sed orci. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

Read 228534 times Last modified on Tuesday, 31 January 2012 17:44

620613 comments

  • Comment Link MiaPar Thursday, 09 July 2020 10:03 posted by MiaPar

    hydrochlorothiazide 50 mg wellbutrin 200 mg daily motilium price singapore where can i get motrin 800 buy cephalexin

  • Comment Link MiaPar Thursday, 09 July 2020 07:24 posted by MiaPar

    cialis price nexium tablets duloxetine cymbalta 1 retin a buy lipitor

  • Comment Link AbermotKar Thursday, 09 July 2020 06:49 posted by AbermotKar

    partnersuche senioren aus langenzersdorf viehofen partnervermittlung umgebung rainbach im muhlkreis single app mattighofen frau sucht mann furs bett kirchberg an der pielach frau treffen bad ischl meine stadt singleborse radfeld singles und umgebung frau aus sucht mann in waldhausen im strudengau flirt kostenlos enzersdorf an der fischa piesendorf manner kennenlernen pirching am traubenberg junge singles oberaich kontakt partnervermittlung bad fischau singleboerse krottendorf christliche partnersuche frau kennenlernen in sankt peter in der au markt deutsch-wagram polizisten kennenlernen kaprun neue leute kennenlernen single urlaub in frohnleiten single aktivitaten gossendorf schwoich dates zistersdorf online partnersuche angern an der march single kino waizenkirchen dating portal dating portal aus kossen partnervermittlungen kirchbach freizeit singles in sankt georgen am walde altheim madchen kennenlernen single flirt in strasshof an der nordbahn bekanntschaft aus sankt margarethen im burgenland singleborse aus gostling an der ybbs weitensfeld im gurktal partnersuche und umgebung kostenlose partnervermittlung leogang lofer anzeigen bekanntschaften lerchenfeld partnervermittlung umgebung bernstein single treff eberstalzell dating portal mannersdorf am leithagebirge single kennenlernen weitensfeld im gurktal singleborsen kostenlos menschen kennenlernen in koblach single stadt kotschach-mauthen dating portal aus bartholomaberg

  • Comment Link AbermotKar Thursday, 09 July 2020 06:47 posted by AbermotKar

    traffa singlar skanninge-allhelgona brunna dating sites romantisk dejt charlottenberg romantisk dejt soderbarke lugnas dejt aktiviteter romantisk dejt malilla motesplatser for aldre i sattna larv traffa singlar par soker man i marieberg frotuna gora pa dejt dejt aktiviteter i kilafors vasterstrand romantisk dejt motesplatser for aldre i farjestaden taftea singel kvinna online dating i tystbergabygden hagersten romantisk dejt stensjon traffa singlar online dating i kville gora pa dejt i uppsala-nas floda hitta sex pa dejt saro storebro dejt norrsunda dejt hitta sex i ringsjo gora pa dejt i vingaker naverstad-mo dejt aktiviteter stromstad dating sweden romantisk dejt ravlanda norrtalje dating sweden speed dating i gavle staffan malmo s:t petri kvinna soker man skattkarr singel kvinna speed dating i vasterbotten singlar i almby par soker man i tving gora pa dejt i skuttunge dejta kvinnor i forslov furulund singel kvinna lund pa dejt dating app i rapplinge-hogsrum singel kvinna i stala

  • Comment Link AbermotKar Thursday, 09 July 2020 06:34 posted by AbermotKar

    harjedalen dejta kvinnor borensberg gora pa dejt edsbyn speed dating hitta sex i knivsta speed dating i saby dating i barnarp algutstorp traffa singlar traffa tjejer i hjarnarp-tastarp gora pa dejt i edsbyn bara dating deje dejtingsajt klovedal dejt aktiviteter dating sweden arsta dejt aktiviteter i lindo dating i fisksatra malilla med gardveda dejt dejtingsajt brunna lindsdal speed dating dejt aktiviteter i grodinge gustafs traffa tjejer hitta sex i arno moheda romantisk dejt torekov kvinna soker man dejting soderkoping dejting finspang dating apps i vasby olstorp dejta kvinnor morgongava dating app dating sites i havero-singo kilafors dejtingsajt halland dating site ekenassjon dating app grundsunda online dating jursla dating site kola dating sweden dejt aktiviteter i odensbacken online dating i gustav adolf pa dejt orgryte klovedal dejt aktiviteter bollnas par soker man villstad dating app f

  • Comment Link NickPar Thursday, 09 July 2020 06:11 posted by NickPar

    generic for nexium metformin 1000 hydroxychloroquine buy amitriptyline 10mg tablets motrin buy malegra dxt buy cialis

  • Comment Link AbermotKar Thursday, 09 July 2020 05:42 posted by AbermotKar

    pollauberg singleborsen kostenlos meine stadt bekanntschaften warmbad-judendorf sankt michael im lungau single manner bezirk zillingdorf dating app gro?-siegharts single borse single freizeittreff neudorfl kirchberg-thening dating agentur pettenbach treffen frauen riegersburg flirt kostenlos arnoldstein mollige singles langenlois casual dating partnervermittlungen hochst single lokale tirol meine stadt partnersuche kallham single umgebung aus walding flirt kostenlos himberg treffen in ebenfurth frau aus sucht mann in mitterdorf an der raab leutschach an der weinstra?e uni leute kennenlernen neualm singleborse wolbling er sucht sie markt oftering als single mann kennenlernen waldhausen im strudengau frauen treffen wels-land partnervermittlung umgebung in schruns durnau beste singleborse singlespeed haus im ennstal treffen in persenbeug-gottsdorf stra?-spielfeld partnervermittlung umgebung modling junge leute kennenlernen neu-guntramsdorf freizeit singles hof bei salzburg neue bekanntschaften dating kostenlos in mils virgen partnersuche ab 60 junge leute kennenlernen aus neumarkt in der steiermark ilztal meine stadt singleborse gumpoldskirchen madels kennenlernen niederndorf bekanntschaften pitten wo manner kennenlernen kirchbach meine stadt singleborse single treffen henndorf am wallersee

  • Comment Link JimPar Thursday, 09 July 2020 05:18 posted by JimPar

    buy wellbutrin azithromycin over the counter us

  • Comment Link AbermotKar Thursday, 09 July 2020 05:14 posted by AbermotKar

    dating app aus radenthein imst partnersuche ab 50 lebring-sankt margarethen singles den partnersuche ab 50 hellmonsodt fruhstuckstreffen fur frauen aus feldkirchen an der donau kleinanzeigen bekanntschaften melk arzl singlespeed fahrrad single kreis braunau am inn langenstein singleborse singlespeed fahrrad in gie?hubl frauen aus kennenlernen hart bei graz haiming single studenten bekanntschaft aus unterwagram mauthausen partnersuche senioren mariapfarr mollige singles frauen treffen frauen mariatrost sie sucht ihn deutschlandsberg semriach online partnersuche polstal frauen treffen treffen singles aus schwechat bad kreuzen single manner frauen treffen langenfeld hohenems online partnersuche single flirt in pols mariapfarr kleinanzeigen bekanntschaften studenten kennenlernen in dolsach uni leute kennenlernen sarleinsbach partnervermittlungen kritzendorf mureck treffen singlespeed fahrrad in st. johann im pongau partnersuche 50 plus aus asperhofen zell singleborse frauen treffen sankt johann im pongau ferlach bekanntschaften weiblich single abend aus munchendorf vomp frauen treffen frauen podersdorf am see partnersuche ab 60 dating den in ilz partnersuche meine stadt bruck an der mur altenberg bei linz single app studenten singleborse in lind

  • Comment Link SuePar Thursday, 09 July 2020 04:39 posted by SuePar

    amitriptyline cheap canada bupropion price prazosin 5 mg buy proscar atarax liquid metformin 500mg buy malegra buy singulair cialis 5mg for daily use buy cymbalta

Leave a comment

Make sure you enter the (*) required information where indicated. HTML code is not allowed.