<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Philo Sayf</title>
	<atom:link href="https://philosayf.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://philosayf.com</link>
	<description></description>
	<lastBuildDate>Thu, 06 Nov 2025 20:58:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>PixelBased</title>
		<link>https://philosayf.com/pixelbased/</link>
					<comments>https://philosayf.com/pixelbased/#respond</comments>
		
		<dc:creator><![CDATA[Philo Mokhtarzada]]></dc:creator>
		<pubDate>Thu, 06 Nov 2025 20:42:25 +0000</pubDate>
				<category><![CDATA[Digital Games]]></category>
		<guid isPermaLink="false">https://philosayf.com/?p=39</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[]]></content:encoded>
					
					<wfw:commentRss>https://philosayf.com/pixelbased/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">39</post-id>	</item>
		<item>
		<title>Styles Library</title>
		<link>https://philosayf.com/styles-library/</link>
					<comments>https://philosayf.com/styles-library/#respond</comments>
		
		<dc:creator><![CDATA[mickey]]></dc:creator>
		<pubDate>Mon, 03 Nov 2025 15:33:50 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://philosayf.com/?p=8</guid>

					<description><![CDATA[Typography Headings &#60;h1&#62;h1. This is a very large header.&#60;/h1&#62; &#60;h2&#62;h2. This is a large header.&#60;/h2&#62; &#60;h3&#62;h3. This is a medium header.&#60;/h3&#62; &#60;h4&#62;h4. This is a moderate header.&#60;/h4&#62; &#60;h5&#62;h5. This is a small header.&#60;/h5&#62; &#60;h6&#62;h6. This is a tiny header.&#60;/h6&#62; h1. This is a very large header. h2. This is a large header. h3. This is [&#8230;]]]></description>
										<content:encoded><![CDATA[<h2 id="typography" class="pt-50" data-magellan-target="typography">Typography</h2>
<h3 id="headings" class="with-line pt-50 mb-10" data-magellan-target="headings">Headings</h3>
<pre><code class="html">&lt;h1&gt;h1. This is a very large header.&lt;/h1&gt;
&lt;h2&gt;h2. This is a large header.&lt;/h2&gt;
&lt;h3&gt;h3. This is a medium header.&lt;/h3&gt;
&lt;h4&gt;h4. This is a moderate header.&lt;/h4&gt;
&lt;h5&gt;h5. This is a small header.&lt;/h5&gt;
&lt;h6&gt;h6. This is a tiny header.&lt;/h6&gt;</code></pre>
<h1>h1. This is a very large header.</h1>
<h2>h2. This is a large header.</h2>
<h3>h3. This is a medium header.</h3>
<h4>h4. This is a moderate header.</h4>
<h5>h5. This is a small header.</h5>
<h6>h6. This is a tiny header.</h6>
<p class="mt-50">Avoid skipping heading levels when structuring your document, as it confuses screen readers. For example, after using an <code>&lt;h2&gt;</code> in your code, the next heading used should be either <code>&lt;h2&gt;</code> or <code>&lt;h3&gt;</code>. If you just want to show a bigger/smaller font size based on the heading, use class instead, e.g.: <code>&lt;div class="h1"&amp;gt</code>.</p>

<pre><code class="html">&lt;h1 class="h2"&gt;This is h1 with h2 size.&lt;/h1&gt;
&lt;h2 class="h1"&gt;This is h2 with h1 size.&lt;/h2&gt;
&lt;div class="h3"&gt;This is div with h3 size.&lt;/div&gt;</code></pre>
<h1 class="h2">This is h1 with h2 size.</h1>
<h2 class="h1">This is h2 with h1 size.</h2>
<div class="h3">This is div with h3 size.</div>
<h3 id="body" class="with-line pt-50" data-magellan-target="body">Body</h3>
You need not add a paragraph tag, unless you&#8217;d like to create additional styles. When doing so, the html code is:
<pre><code class="language-html">&lt;p&gt;My name is &lt;a class="link arrow-right" href="#"&gt;Caius Marcius&lt;/a&gt;, 
who hath done. To thee particularly and to all the Volsces. Great hurt 
and mischief; thereto witness may. My surname, Coriolanus. The painful 
service, The extreme dangers, and the drops of blood. Shed for my 
thankless country are requited. But with that surname -- a good memory, 
And witness of the malice and displeasure.&lt;/p&gt;

&lt;p&gt;Which thou shouldst bear me. Only that name remains. The cruelty and 
envy of the people, Permitted by our dastard nobles, who Have all forsook me, 
hath devoured the rest; And suffered me by th' voice of slaves to be Whooped 
out of Rome. Now this extremity Hath brought me to thy hearth, not out of hope-- 
Mistake me not -- to save my life; for if I had feared death, of all the men 
i' th' world.&lt;/p&gt;
</code></pre>
My name is <a class="link arrow-right" href="#">Caius Marcius</a>, who hath done. To thee particularly and to all the Volsces. Great hurt and mischief; thereto witness may. My surname, Coriolanus. The painful service, The extreme dangers, and the drops of blood. Shed for my thankless country are requited. But with that surname &#8212; a good memory, And witness of the malice and displeasure.

Which thou shouldst bear me. Only that name remains. The cruelty and envy of the people, Permitted by our dastard nobles, who Have all forsook me, hath devoured the rest; And suffered me by th&#8217; voice of slaves to be Whooped out of Rome. Now this extremity Hath brought me to thy hearth, not out of hope&#8211; Mistake me not &#8212; to save my life; for if I had feared death, of all the men i&#8217; th&#8217; world.
<h3 id="styles" class="with-line pt-50 mb-10" data-magellan-target="styles">Styles</h3>
<pre><code class="language-html">&lt;div class="bold"&gt;Bold&lt;/div&gt;
&lt;strong&gt;This one is Bold too&lt;/strong&gt;
&lt;div class="italic"&gt;Italic&lt;/div&gt;
&lt;em&gt;This one is Italic too&lt;/em&gt;
&lt;div class="strike"&gt;Strikethrough&lt;/div&gt;
&lt;s&gt;This one is Strikethrough too&lt;/s&gt;</code></pre>
[grid center=&#8221;true&#8221; padding_x=&#8221;true&#8221; margin_x=&#8221;true&#8221; padding_y=&#8221;true&#8221; margin_y=&#8221;true&#8221; class=&#8221;&#8221;]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;bold&#8221;]Bold[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; ]<strong>This one is Bold too</strong>[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;italic&#8221;]Italic[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; ]<em>This one is Italic too</em>[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;strike&#8221;]Strikethrough[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; ]<s>This one is Strikethrough too</s>[/cell]
[/grid]
<pre><code class="language-html">&lt;div class="tiny"&gt;Tiny&lt;/div&gt;
&lt;div class="small"&gt;Small&lt;/div&gt;
&lt;div class="big"&gt;Big&lt;/div&gt;
&lt;div class="xbig"&gt;Extra Big&lt;/div&gt;
&lt;div class="sans"&gt;Sans-Serif &lt;/div&gt;
&lt;div class="sans bold"&gt;Bold Sans-Serif &lt;/div&gt;
&lt;div class="sans tiny"&gt;Tiny Sans-Serif &lt;/div&gt;
&lt;div class="sans small"&gt;Small Sans-Serif &lt;/div&gt;
&lt;div class="sans big"&gt;Big Sans Serif &lt;/div&gt;
&lt;div class="serif-alt"&gt;Serif Alt &lt;/div&gt;
&lt;div class="sans-alt"&gt;Sans-Serif Alt &lt;/div&gt;</code></pre>
[grid center=&#8221;true&#8221; padding_x=&#8221;true&#8221; margin_x=&#8221;true&#8221; padding_y=&#8221;true&#8221; margin_y=&#8221;true&#8221; class=&#8221;&#8221;]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;tiny&#8221;]Tiny[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;small&#8221;]Small[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;big&#8221;]Big[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;xbig&#8221;]Extra Big[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;sans&#8221;]Sans-Serif[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;sans bold&#8221;]Bold Sans-Serif[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;sans tiny&#8221;]Tiny Sans-Serif[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;sans small&#8221;]Small Sans-Serif[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;sans big&#8221;]Big Sans-Serif[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;serif-alt&#8221;]Serif Alt[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;sans-alt&#8221;]Sans-Serif Alt[/cell]
[/grid]
<pre><code class="language-html">&lt;div class="sans tiny bold uppercase ls-1"&gt;Letter Spacing 1&lt;/div&gt;
&lt;div class="sans tiny bold uppercase ls-3"&gt;Letter Spacing 3&lt;/div&gt;
&lt;div class="sans tiny bold uppercase ls-5"&gt;Letter Spacing 5&lt;/div&gt;</code></pre>
[grid center=&#8221;true&#8221; padding_x=&#8221;true&#8221; margin_x=&#8221;true&#8221; padding_y=&#8221;true&#8221; margin_y=&#8221;true&#8221; class=&#8221;&#8221;]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;sans tiny bold uppercase ls-1&#8243;]Letter Spacing 1[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;sans tiny bold uppercase ls-3&#8243;]Letter Spacing 3[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;sans tiny bold uppercase ls-5&#8243;]Letter Spacing 5[/cell]
[/grid]
<pre><code class="language-html">&lt;div class="sans lh-09"&gt;Line Height 0.9em&lt;/div&gt;
&lt;div class="sans lh-1"&gt;Line Height 1&lt;/div&gt;
&lt;div class="sans lh-15"&gt;Line Height 15&lt;/div&gt;</code></pre>
[grid center=&#8221;true&#8221; padding_x=&#8221;true&#8221; margin_x=&#8221;true&#8221; padding_y=&#8221;true&#8221; margin_y=&#8221;true&#8221; class=&#8221;&#8221;]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;sans lh-09&#8243;]Line Height
0.9em[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;sans lh-1&#8243;]Line Height
1[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;sans lh-15&#8243;]Line Height
1.5[/cell]
[/grid]
<h3 id="special-style" class="with-line pt-50 mb-10" data-magellan-target="special-style">Special Style</h3>
<pre><code class="language-html">&lt;div class="sub-text"&gt;Subtext&lt;/div&gt;</code></pre>
[grid center=&#8221;true&#8221; padding_x=&#8221;true&#8221; margin_x=&#8221;true&#8221; padding_y=&#8221;true&#8221; margin_y=&#8221;true&#8221; class=&#8221;&#8221;]
[cell small=&#8221;12&#8243; medium=&#8221;12&#8243; large=&#8221;12&#8243; class=&#8221;&#8221;]
<div class="sub-text">Subtext</div>
[/cell][/grid]
<h3 id="sub-heading" class="with-line pt-50 mb-10" data-magellan-target="sub-heading">Sub Heading</h3>
<pre><code class="language-html">&lt;div class="sub-heading"&gt;Subheading&lt;/div&gt;</code></pre>
[grid center=&#8221;true&#8221; padding_x=&#8221;true&#8221; margin_x=&#8221;true&#8221; padding_y=&#8221;true&#8221; margin_y=&#8221;true&#8221; class=&#8221;&#8221;]
[cell small=&#8221;12&#8243; medium=&#8221;12&#8243; large=&#8221;12&#8243; class=&#8221;&#8221;]
<div class="sub-heading">Subheading</div>
[/cell][/grid]
<h3 id="text-alignment" class="with-line pt-50 mb-10" data-magellan-target="text-alignment">Text Alignment</h3>
<pre><code class="language-html">&lt;div class="text-left"&gt;Text Left&lt;/div&gt;
&lt;div class="text-center"&gt;Text Center&lt;/div&gt;
&lt;div class="text-right"&gt;Text Right&lt;/div&gt;</code></pre>
[grid center=&#8221;true&#8221; padding_x=&#8221;true&#8221; margin_x=&#8221;true&#8221; padding_y=&#8221;true&#8221; margin_y=&#8221;true&#8221; class=&#8221;&#8221;]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;bg-grey-light&#8221;]
<div class="text-left">Text Left</div>
[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;bg-grey-light&#8221;]
<div class="text-center">Text Center</div>
[/cell]
[cell small=&#8221;4&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;bg-grey-light&#8221;]
<div class="text-right">Text Right</div>
[/cell]
[/grid]
<h3 id="drop-cap" class="with-line pt-50 mb-10" data-magellan-target="drop-cap">Drop Cap</h3>
<pre><code class="language-html">&lt;p class="dropcap"&gt;&lt;strong&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit.&lt;/strong&gt; Suspendisse 
nec consectetur libero. Curabitur massa mauris, pellentesque semper mauris sit amet, faucibus 
dictum orci. Vestibulum purus massa, pulvinar consequat convallis sit amet, auctor id tortor. 
Praesent vitae tortor purus. Cras rhoncus rhoncus arcu a consectetur. Class aptent taciti 
sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis tincidunt diam ut 
orci feugiat hendrerit. Morbi a vestibulum enim. Pellentesque eu felis nec ante feugiat congue 
vel quis ex. Suspendisse lobortis euismod erat. Donec imperdiet enim ac justo maximus, eget 
porttitor dolor lacinia. Nunc in nunc tellus. Curabitur convallis, nisl at pellentesque vehicula, 
turpis ipsum cursus justo, a accumsan ipsum turpis at eros. Nullam lacus est, tempus tincidunt 
ante vitae, dictum vulputate odio. Nulla auctor, mauris quis malesuada euismod, nisl risus 
bibendum sapien, molestie maximus nunc ellus eget turpis. Sed vestibulum, mauris sed consequat 
scelerisque, urna nibh tempor justo, non viverra risus urna eu justo.&lt;/p&gt;</code></pre>
[grid center=&#8221;true&#8221; padding_x=&#8221;true&#8221; margin_x=&#8221;true&#8221; padding_y=&#8221;true&#8221; margin_y=&#8221;true&#8221; class=&#8221;&#8221;]
[cell small=&#8221;12&#8243; medium=&#8221;12&#8243; large=&#8221;12&#8243; class=&#8221;&#8221;]
<p class="dropcap"><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</strong> Suspendisse nec consectetur libero. Curabitur massa mauris, pellentesque semper mauris sit amet, faucibus dictum orci. Vestibulum purus massa, pulvinar consequat convallis sit amet, auctor id tortor. Praesent vitae tortor purus. Cras rhoncus rhoncus arcu a consectetur. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Duis tincidunt diam ut orci feugiat hendrerit. Morbi a vestibulum enim. Pellentesque eu felis nec ante feugiat congue vel quis ex. Suspendisse lobortis euismod erat. Donec imperdiet enim ac justo maximus, eget porttitor dolor lacinia. Nunc in nunc tellus. Curabitur convallis, nisl at pellentesque vehicula, turpis ipsum cursus justo, a accumsan ipsum turpis at eros. Nullam lacus est, tempus tincidunt ante vitae, dictum vulputate odio. Nulla auctor, mauris quis malesuada euismod, nisl risus bibendum sapien, molestie maximus nunc tellus eget turpis. Sed vestibulum, mauris sed consequat scelerisque, urna nibh tempor justo, non viverra risus urna eu justo.</p>
[/cell][/grid]
<div id="colours" data-magellan-target="colours"></div>

<hr class="bold" />

<h1>Colours</h1>
<h3 id="text-colours" class="with-line pt-50 mb-10" data-magellan-target="text-colours">Text Colour</h3>
<pre><code class="language-html">&lt;div class="red"&gt;Red&lt;/div&gt;
&lt;div class="black"&gt;Black&lt;/div&gt;
&lt;div class="grey-dark"&gt;Dark Grey&lt;/div&gt;
&lt;div class="grey"&gt;Grey&lt;/div&gt;
&lt;div class="grey-light"&gt;Light Grey&lt;/div&gt;
&lt;div class="white"&gt;White&lt;/div&gt;
&lt;div class="off-white"&gt;Off White&lt;/div&gt;
&lt;div class="blue"&gt;Blue&lt;/div&gt;
&lt;div class="blue-bright"&gt;Blue Bright&lt;/div&gt;
&lt;div class="win-plus"&gt;Win Plus&lt;/div&gt;</code></pre>
<div class="flex">
<div class="colour-block red">Red</div>
<div class="colour-block black">Black</div>
<div class="colour-block grey-dark">Dark Grey</div>
<div class="colour-block grey">Grey</div>
<div class="colour-block grey-light">Light Grey</div>
<div class="colour-block white bg-grey-dark">White</div>
<div class="colour-block off-white bg-grey-dark">Off White</div>
<div class="colour-block blue">Blue</div>
<div class="colour-block blue-bright">Off White</div>
<div class="colour-block win-plus">Win Plus</div>
</div>
<h3 id="bg-colours" class="pt-50 mb-10 with-line" data-magellan-target="bg-colours">Background Colour</h3>
<pre><code class="language-html">&lt;div class="bg-red white"&gt;Red&lt;/div&gt;
&lt;div class="bg-black white"&gt;Black&lt;/div&gt;
&lt;div class="bg-grey-dark white"&gt;Dark Grey&lt;/div&gt;
&lt;div class="bg-grey"&gt;Grey&lt;/div&gt;
&lt;div class="bg-grey-light"&gt;Light Grey&lt;/div&gt;
&lt;div class="bg-white"&gt;White&lt;/div&gt;
&lt;div class="bg-off-white"&gt;Off White&lt;/div&gt;
&lt;div class="bg-blue"&gt;Blue&lt;/div&gt;
&lt;div class="bg-blue-bright"&gt;Blue Bright&lt;/div&gt;
&lt;div class="bg-win-plus"&gt;Win Plus&lt;/div&gt;</code></pre>
<div class="flex">
<div class="colour-block bg-red white">Red</div>
<div class="colour-block bg-black white">Black</div>
<div class="colour-block bg-grey-dark white">Dark Grey</div>
<div class="colour-block bg-grey">Grey</div>
<div class="colour-block bg-grey-light">Light Grey</div>
<div class="colour-block bg-white">White</div>
<div class="colour-block bg-off-white">Off White</div>
<div class="colour-block bg-blue">Blue</div>
<div class="colour-block bg-blue-bright">Blue Bright</div>
<div class="colour-block bg-win-plus">Win Plus</div>
</div>
<div id="utils" data-magellan-target="utils"></div>

<hr class="bold" />

<h1>Utils</h1>
<h3 id="newsletter" class="pt-50 mb-10 with-line" data-magellan-target="newsletter">Email Newsletter</h3>
<pre><code class="language-html">[[sc name="newsletter-small"][/sc]]</code></pre>
[sc name=&#8221;newsletter-small&#8221;][/sc]
<pre><code class="language-html">[[sc name="newsletter"][/sc]]</code></pre>
[sc name=&#8221;newsletter&#8221;][/sc]
<h3 id="links" class="pt-50 mb-10 with-line" data-magellan-target="links">Links</h3>
<pre><code class="language-html">&lt;a class="link" href="#"&gt;Normal Link&lt;/a&gt;
&lt;a class="link arrow-left" href="#"&gt;Arrow Left&lt;/a&gt;
&lt;a class="link arrow-right" href="#"&gt;Arrow Right&lt;/div&gt;
&lt;a class="link arrow-up" href="#"&gt;Arrow Up&lt;/div&gt;
&lt;a class="link arrow-down" href="#"&gt;Arrow Down&lt;/div&gt;</code></pre>
<div class="text-center"><a class="link arrow-up mb-20">Arrow Up</a>
<a class="link arrow-left">Arrow Left</a> <a class="link ml-20 mr-20" href="#">Normal Link</a> <a class="link arrow-right">Arrow Right</a>
<a class="link arrow-down mt-20">Arrow Down</a></div>
<h3 id="buttons" class="pt-50 mb-10 with-line" data-magellan-target="buttons">Buttons</h3>
<pre><code class="language-html">&lt;a class="button small"&gt;Small&lt;/a&gt;
&lt;a class="button normal"&gt;Normal&lt;/a&gt;
&lt;a class="button large"&gt;Large&lt;/a&gt;
&lt;a class="button large arrow-right"&gt;Right&lt;/a&gt;</code></pre>
<div class="flex small">
<div class="colour-block"><a class="button small" href="#">Small</a></div>
<div class="colour-block"><a class="button" href="#">Normal</a></div>
<div class="colour-block"><a class="button large" href="#">Large</a></div>
<div class="colour-block"><a class="button large arrow-right" href="#">Right</a></div>
</div>
<pre><code class="language-html">&lt;a class="button bg-white small"&gt;Small&lt;/a&gt;
&lt;a class="button bg-white normal"&gt;Normal&lt;/a&gt;
&lt;a class="button bg-white large"&gt;Large&lt;/a&gt;
&lt;a class="button bg-white large arrow-left"&gt;Left&lt;/a&gt;</code></pre>
<div class="flex bg-black white small mb-40">
<div class="colour-block"><a class="button bg-white small" href="#">Small</a></div>
<div class="colour-block"><a class="button bg-white" href="#">Normal</a></div>
<div class="colour-block"><a class="button bg-white large" href="#">Large</a></div>
<div class="colour-block"><a class="button bg-white arrow-left large" href="#">Left</a></div>
</div>
<pre><code class="language-html">&lt;a class="button bg-red small"&gt;Small&lt;/a&gt;
&lt;a class="button bg-red normal"&gt;Normal&lt;/a&gt;
&lt;a class="button bg-red large"&gt;Large&lt;/a&gt;
&lt;a class="button bg-red large arrow-left"&gt;Left&lt;/a&gt;</code></pre>
<div class="flex small mb-40">
<div class="colour-block"><a class="button bg-red small" href="#">Small</a></div>
<div class="colour-block"><a class="button bg-red" href="#">Normal</a></div>
<div class="colour-block"><a class="button bg-red large" href="#">Large</a></div>
<div class="colour-block"><a class="button bg-red arrow-left large" href="#">Left</a></div>
</div>
<pre><code class="language-html">&lt;a class="button bg-outline-black small"&gt;Small&lt;/a&gt;
&lt;a class="button bg-outline-black normal"&gt;Normal&lt;/a&gt;
&lt;a class="button bg-outline-black large"&gt;Large&lt;/a&gt;
&lt;a class="button bg-outline-black large arrow-up"&gt;Up&lt;/a&gt;</code></pre>
<div class="flex small">
<div class="colour-block"><a class="button bg-outline-black small" href="#">Small</a></div>
<div class="colour-block"><a class="button bg-outline-black" href="#">Normal</a></div>
<div class="colour-block"><a class="button bg-outline-black large" href="#">Large</a></div>
<div class="colour-block"><a class="button bg-outline-black arrow-up large" href="#">Up</a></div>
</div>
<pre><code class="language-html">&lt;a class="button bg-outline-white small"&gt;Small&lt;/a&gt;
&lt;a class="button bg-outline-white normal"&gt;Normal&lt;/a&gt;
&lt;a class="button bg-outline-white large"&gt;Large&lt;/a&gt;
&lt;a class="button bg-outline-white large arrow-down"&gt;Down&lt;/a&gt;</code></pre>
<div class="flex bg-black white small mb-40">
<div class="colour-block"><a class="button bg-outline-white small" href="#">Small</a></div>
<div class="colour-block"><a class="button bg-outline-white" href="#">Normal</a></div>
<div class="colour-block"><a class="button bg-outline-white large" href="#">Large</a></div>
<div class="colour-block"><a class="button bg-outline-white large arrow-down" href="#">Down</a></div>
</div>
<pre><code class="language-html">&lt;a class="button bg-outline-red small"&gt;Small&lt;/a&gt;
&lt;a class="button bg-outline-red normal"&gt;Normal&lt;/a&gt;
&lt;a class="button bg-outline-red large"&gt;Large&lt;/a&gt;
&lt;a class="button bg-outline-red large arrow-down"&gt;Down&lt;/a&gt;</code></pre>
<div class="flex small mb-40">
<div class="colour-block"><a class="button bg-outline-red small" href="#">Small</a></div>
<div class="colour-block"><a class="button bg-outline-red" href="#">Normal</a></div>
<div class="colour-block"><a class="button bg-outline-red large" href="#">Large</a></div>
<div class="colour-block"><a class="button bg-outline-red large arrow-down" href="#">Down</a></div>
</div>
<pre><code class="language-html">&lt;a class="button button-block bg-outline-white arrow-left text-right"&gt;&lt;span class="bold block uppercase sans"&gt;First line&lt;/span&gt;&lt;span class="serif"&gt;Second line&lt;/span&gt;&lt;/a&gt;
&lt;a class="button button-block bg-outline-black arrow-right"&gt;&lt;span class="bold block uppercase sans"&gt;First line&lt;/span&gt;&lt;span class="serif"&gt;Second line&lt;/span&gt;&lt;/a&gt;
&lt;a class="button button-block bg-outline-red arrow-up"&gt;&lt;span class="bold block uppercase sans"&gt;First line&lt;/span&gt;&lt;span class="serif"&gt;Second line&lt;/span&gt;&lt;/a&gt;
&lt;a class="button button-block bg-outline-red arrow-up"&gt;&lt;span class="bold block uppercase sans"&gt;First line&lt;/span&gt;&lt;span class="serif"&gt;Second line&lt;/span&gt;&lt;/a&gt;</code></pre>
<div class="mb-40">
<div><a class="button button-block bg-outline-white arrow-left text-right" href="#"><span class="bold block uppercase sans">First line</span><span class="serif">Second line</span></a></div>
<div><a class="button button-block bg-outline-black arrow-right" href="#"><span class="bold block uppercase sans">First line</span><span class="serif">Second line</span></a></div>
<div><a class="button button-block bg-outline-red arrow-up" href="#"><span class="bold block uppercase sans">First line</span><span class="serif">Second line</span></a></div>
<div><a class="button button-block bg-outline-black arrow-down" href="#"><span class="bold block uppercase sans">First line</span><span class="serif">Second line</span></a></div>
</div>
<h3 id="blockquote" class="with-line pt-50 mb-10" data-magellan-target="blockquote">Quotes</h3>
<pre><code class="language-html">[[blockquote author="William Shakespeare" quote_sign="true" link="https://pixeldreams.com" new_window="false" text_light="true"]
To be or not to be, that's the question.[/blockquote]]</code></pre>
[blockquote author=&#8221;William Shakespeare&#8221; quote_sign=&#8221;true&#8221; link=&#8221;https://pixeldreams.com&#8221; new_window=&#8221;false&#8221; text_light=&#8221;true&#8221; class=&#8221;mb-50&#8243;]To be or not to be, that&#8217;s the question.[/blockquote]
<pre><code class="language-html">[[blockquote author="Helen Keller" quote_sign="true" link="https://pixeldreams.com" new_window="false" text_light="true" no_bg_image="true"]
The best and most beautiful things in the world cannot be seen or even touched - they must be felt with the heart.[/blockquote]]</code></pre>
[blockquote author=&#8221;Helen Keller&#8221; quote_sign=&#8221;true&#8221; link=&#8221;https://pixeldreams.com&#8221; new_window=&#8221;false&#8221; text_light=&#8221;true&#8221; class=&#8221;mb-50&#8243; no_bg_image=&#8221;true&#8221;]The best and most beautiful things in the world cannot be seen or even touched &#8211; they must be felt with the heart.[/blockquote]
<pre><code class="language-html">[[blockquote author="Sunday Adelaja" quote_sign="true" link="https://pixeldreams.com" new_window="false" text_light="true" bg_image="https://pixeldreams.com/wp-content/uploads/2022/05/PD-Questions-The-Quantum-Realm-Visual-direction-2022-03-22.png"]
Replace the negative traits of your character by the traits you want to have.[/blockquote]]</code></pre>
[blockquote author=&#8221;Sunday Adelaja&#8221; quote_sign=&#8221;true&#8221; link=&#8221;https://pixeldreams.com&#8221; new_window=&#8221;false&#8221; text_light=&#8221;true&#8221; class=&#8221;mb-50&#8243; bg_image=&#8221;https://pixeldreams.com/wp-content/uploads/2022/05/PD-Questions-The-Quantum-Realm-Visual-direction-2022-03-22.png&#8221;]Replace the negative traits of your character by the traits you want to have.[/blockquote]
<pre><code class="language-html">[[blockquote quote_class="sans-alt" author_class="serif-alt" author="Rick Astley" quote_sign="true" text_light="true"]
Never Gonna Give You Up[/blockquote]]</code></pre>
[blockquote quote_class=&#8221;sans-alt&#8221; author_class=&#8221;serif-alt&#8221; author=&#8221;Rick Ashley&#8221; quote_sign=&#8221;true&#8221; text_light=&#8221;true&#8221;]Never Gonna Give You Up[/blockquote]
<h3 id="protips" class="with-line pt-50 mb-10" data-magellan-target="protips">Pro Tips</h3>
<pre><code class="language-html">&lt;div class="text-center bg-off-white pt-20 pb-20 pl-30 pr-30 ml-30 mr-30"&gt;Remember The 99% Rule&lt;/div&gt;</code></pre>
<div class="text-center bg-off-white pt-20 pb-20 pl-30 pr-30 ml-30 mr-30"><strong>Pro-tip:</strong>
Critically question the herd. Remember <a href="https://pixeldreams.com/articles/team-and-culture/the-99-percent-rule/" target="_blank" rel="noopener">The 99% Rule</a>.</div>
<h3 id="tooltips" class="with-line pt-50 mb-10" data-magellan-target="tooltips">Tool Tips</h3>
<pre><code class="language-html">&lt;p&gt;This is a sample of &lt;span data-tooltip tabindex="1" title="It works like magic!"&gt; a tooltip &lt;/span&gt;.&lt;/p&gt;</code></pre>
This is a sample of <span tabindex="1" title="It works like magic!" data-tooltip="">a tooltip</span>.
<h3 id="margin" class="pt-50 mb-10 with-line" data-magellan-target="margin">Margin &amp; Padding</h3>
To add margin/padding, add the following class:
<small> .{m/p}{direction}-{number}
<em>{m/p} m for margin and p for padding</em>
<em>{direction} is top(t), bottom(b), right(r), left(l)</em>
<em>{number} is 0, 5, 10, up to 100</em></small>
<pre><code class="language-html">&lt;div class="mb-5"&gt;margin-bottom: 5px&lt;/div&gt;
&lt;div class="mt-10"&gt;margin-bottom: 10px&lt;/div&gt;
&lt;div class="pr-15"&gt;padding-right: 15px&lt;/div&gt;</code></pre>
<h3 id="hr-bold" class="pt-50 mb-10 with-line" data-magellan-target="hr-bold">Horizontal Rule (Bold)</h3>
<pre><code class="language-html">&lt;hr class="bold" /&gt;</code></pre>
<div id="shortcodes" data-magellan-target="shortcodes"></div>

<hr class="bold" />

<h1>Shortcodes</h1>
To insert shortcode from the editor, click &#8216;<strong>Insert Shortcode</strong>&#8216; and select the type of shortcode from the dropdown.
<h3 id="grid-cells" class="pt-50 mb-10 with-line" data-magellan-target="grid-cells">Borders, Grids, and Cells</h3>
<pre><code>[[grid center="true" margin_x="true" margin_y="false" padding_x="false" padding_y="false" class=""]
    [cell small="12" medium="6" large="4" class="bg-grey-light"]This is the first cell[/cell]
    [cell small="12" medium="6" large="4" class="bg-grey-light"]This is the second cell[/cell]
    [cell small="12" medium="6" large="4" class="bg-grey-light"]This is the third cell[/cell] 
[/grid]]</code></pre>
[grid center=&#8221;true&#8221; margin_x=&#8221;true&#8221;]
[cell small=&#8221;12&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;bg-grey-light&#8221;]This is the first cell[/cell]
[cell small=&#8221;12&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;bg-grey-light&#8221;]This is the second cell[/cell]
[cell small=&#8221;12&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;bg-grey-light&#8221;]This is the third cell[/cell]
[/grid]
<pre><code>[[grid center="true" margin_x="true" margin_y="true" padding_x="false" padding_y="false" class=""]
    [cell small="12" medium="6" large="4" class="bg-white border"]This is the first box.[/cell]
    [cell small="12" medium="6" large="4" class="bg-white border"]This is the second box.&lt;br&gt;This is the second line.[/cell]
    [cell small="12" medium="6" large="4" class="bg-white border"]This is the third box.[/cell] 
[/grid]]</code></pre>
[grid center=&#8221;true&#8221; margin_x=&#8221;true&#8221; margin_y=&#8221;true&#8221; padding_x=&#8221;false&#8221; padding_y=&#8221;false&#8221; class=&#8221;&#8221;]
[cell small=&#8221;12&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;bg-white border&#8221;]This is the first box.[/cell]
[cell small=&#8221;12&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;bg-white border&#8221;]This is the second box.
This is the second line.[/cell]
[cell small=&#8221;12&#8243; medium=&#8221;6&#8243; large=&#8221;4&#8243; class=&#8221;bg-white border&#8221;]This is the third box.[/cell]
[/grid]
<h3 id="accordion" class="pt-50 mb-10 with-line" data-magellan-target="accordion">Accordion</h3>
<pre><code>[[accordion multi_expand="false" all_closed="false" class="mb-50"]
    [accordion_item open="false" title="1st Accordion" title_class="sans-alt red" class="sans"]This is the first accordion[/accordion_item]
    [accordion_item open="true" title="2nd Accordion"]This is the second accordion[/accordion_item]
    [accordion_item open="true" title="3rd Accordion"]This is the third accordion[/accordion_item] 
[/accordion]]</code></pre>
[accordion multi_expand=&#8221;false&#8221; all_closed=&#8221;false&#8221; class=&#8221;mb-50&#8243;]
[accordion_item open=&#8221;false&#8221; title=&#8221;1st Accordion&#8221; title_class=&#8221;sans-alt red&#8221; class=&#8221;sans&#8221;]This is the first accordion[/accordion_item]
[accordion_item open=&#8221;true&#8221; title=&#8221;2nd Accordion&#8221;]This is the second accordion[/accordion_item]
[accordion_item open=&#8221;true&#8221; title=&#8221;3rd Accordion&#8221;]This is the third accordion[/accordion_item]
[/accordion]
<h3 id="tabs-horizontal" class="pt-50 mb-10 with-line" data-magellan-target="tabs-horizontal">Tabs &#8211; Horizontal</h3>
<pre><code>[[tabs vertical="false" id="example-tabs"]
    [tab_item title="Tab 1"]This is the first tab[/tab_item]
    [tab_item title="Tab 2"]This is the second tab[/tab_item]
    [tab_item title="Tab 3"]This is the third tab[/tab_item]
[/tabs]]</code></pre>
[tabs vertical=&#8221;false&#8221; id=&#8221;example-tabs&#8221;]
[tab_item title=&#8221;Tab 1&#8243;]This is the first tab[/tab_item]
[tab_item title=&#8221;Tab 2&#8243;]This is the second tab[/tab_item]
[tab_item title=&#8221;Tab 3&#8243;]This is the third tab[/tab_item]
[/tabs]
<h3 id="tabs-vertical" class="pt-50 mb-10 with-line" data-magellan-target="tabs-vertical">Tabs &#8211; Vertical</h3>
<pre><code>[[tabs vertical="true" id="example-tabs"]
    [tab_item title="Tab 1"]This is the first tab[/tab_item]
    [tab_item title="Tab 2"]This is the second tab[/tab_item]
    [tab_item title="Tab 3"]This is the third tab[/tab_item]
[/tabs]]</code></pre>
[tabs vertical=&#8221;true&#8221; id=&#8221;example-tabs&#8221;]
[tab_item title=&#8221;Tab 1&#8243;]This is the first tab[/tab_item]
[tab_item title=&#8221;Tab 2&#8243;]This is the second tab[/tab_item]
[tab_item title=&#8221;Tab 3&#8243;]This is the third tab[/tab_item]
[/tabs]
<h3 id="drop-caps" class="pt-50 mb-10 with-line" data-magellan-target="drop-caps">Drop Caps</h3>
This shortcode will convert the first letter of the first paragraph within the shortcode as a Drop Cap
<pre><code>[[dropcap]
    &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum faucibus rutrum libero, 
commodo pulvinar elit viverra vel. Nunc mollis, lorem et tempus porttitor, ante 
lacus mollis lorem, id eleifend magna purus eu quam. Nunc pretium vitae dolor 
quis convallis. Fusce dictum bibendum mollis. &lt;/p&gt;
    &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum faucibus rutrum libero, 
commodo pulvinar elit viverra vel. Nunc mollis, lorem et tempus porttitor, ante 
lacus mollis lorem, id eleifend magna purus eu quam. Nunc pretium vitae dolor 
quis convallis. Fusce dictum bibendum mollis. &lt;/p&gt;
    &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum faucibus rutrum libero, 
commodo pulvinar elit viverra vel. Nunc mollis, lorem et tempus porttitor, ante 
lacus mollis lorem, id eleifend magna purus eu quam. Nunc pretium vitae dolor 
quis convallis. Fusce dictum bibendum mollis. &lt;/p&gt;
[/dropcap]]</code></pre>
[dropcap]

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum faucibus rutrum libero, commodo pulvinar elit viverra vel. Nunc mollis, lorem et tempus porttitor, ante lacus mollis lorem, id eleifend magna purus eu quam. Nunc pretium vitae dolor quis convallis. Fusce dictum bibendum mollis.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum faucibus rutrum libero, commodo pulvinar elit viverra vel. Nunc mollis, lorem et tempus porttitor, ante lacus mollis lorem, id eleifend magna purus eu quam. Nunc pretium vitae dolor quis convallis. Fusce dictum bibendum mollis.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum faucibus rutrum libero, commodo pulvinar elit viverra vel. Nunc mollis, lorem et tempus porttitor, ante lacus mollis lorem, id eleifend magna purus eu quam. Nunc pretium vitae dolor quis convallis. Fusce dictum bibendum mollis.

[/dropcap]
<h3 id="story" class="pt-50 mb-10 with-line" data-magellan-target="story">Story</h3>
<ul>
 	<li>Go to <strong>Dashboard</strong> &gt; <strong>Stories</strong></li>
 	<li>Click <strong>Add New Story</strong></li>
 	<li>Start populating the content by adding the Title and Stories. Each story can have multiple slides</li>
 	<li>Each slide has the following: <strong>Main Title, Sub Title, Layout (Image Only, Text Only or Image + Text)</strong></li>
 	<li>Save and publish the post</li>
 	<li>To insert the story, go to <strong>Stories &gt; All Stories, </strong>click the shortcode and it will automatically copy the shortcode to the clipboard eg:
<pre><code>[shortcode id="xxx"]</code></pre>
</li>
 	<li>Paste the shortcode to the post/page</li>
</ul>
<h3 id="quote-slider" class="pt-50 mb-10 with-line" data-magellan-target="quote-slider">Quote Slider</h3>
<pre><code>[[quote_slider]
 	[quote_item]This is the very first quote[/quote_item]
 	[quote_item author="Author 2"]This is the very second quote[/quote_item]
 	[quote_item author="Author 3"]This is the very third quote[/quote_item]
 	[quote_item author="Author 4"]This is the very fourth quote[/quote_item]
[/quote_slider]]</code></pre>
[quote_slider]
[quote_item]This is the very first quote[/quote_item]
[quote_item author=&#8221;Author 2&#8243;]This is the very second quote[/quote_item]
[quote_item author=&#8221;Author 3&#8243;]This is the very third quote[/quote_item]
[quote_item author=&#8221;Author 4&#8243;]This is the very fourth quote[/quote_item]
[/quote_slider]
<h3 id="table" class="pt-50 mb-10 with-line" data-magellan-target="table">Table</h3>
Default table:
<pre><code>&lt;table class="{{class_name}}"&gt;
    &lt;thead&gt;
        &lt;tr&gt;
            &lt;th width="200"&gt;Table Header&lt;/th&gt;
            &lt;th&gt;Table Header&lt;/th&gt;
            &lt;th width="150"&gt;Table Header&lt;/th&gt;
            &lt;th width="150"&gt;Table Header&lt;/th&gt;
        &lt;/tr&gt;
    &lt;/thead&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;This is longer content Donec id elit non mi porta gravida at eget metus.&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;This is longer content Donec id elit non mi porta gravida at eget metus.&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
</code></pre>
<table>
<thead>
<tr>
<th width="200">Table Header</th>
<th>Table Header</th>
<th width="150">Table Header</th>
<th width="150">Table Header</th>
</tr>
</thead>
<tbody>
<tr>
<td>Content Goes Here</td>
<td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
<td>Content Goes Here</td>
<td>Content Goes Here</td>
</tr>
<tr>
<td>Content Goes Here</td>
<td>This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus.</td>
<td>Content Goes Here</td>
<td>Content Goes Here</td>
</tr>
<tr>
<td>Content Goes Here</td>
<td>This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus.</td>
<td>Content Goes Here</td>
<td>Content Goes Here</td>
</tr>
</tbody>
</table>
<p class="mt-40">Table with class <code>.bg-black</code></p>

<pre><code>&lt;table class="bg-black"&gt;
    &lt;thead&gt;
        &lt;tr&gt;
            &lt;th width="200"&gt;Table Header&lt;/th&gt;
            &lt;th&gt;Table Header&lt;/th&gt;
            &lt;th width="150"&gt;Table Header&lt;/th&gt;
            &lt;th width="150"&gt;Table Header&lt;/th&gt;
        &lt;/tr&gt;
    &lt;/thead&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;This is longer content Donec id elit non mi porta gravida at eget metus.&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;This is longer content Donec id elit non mi porta gravida at eget metus.&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
</code></pre>
<table class="bg-black">
<thead>
<tr>
<th width="200">Table Header</th>
<th>Table Header</th>
<th width="150">Table Header</th>
<th width="150">Table Header</th>
</tr>
</thead>
<tbody>
<tr>
<td>Content Goes Here</td>
<td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
<td>Content Goes Here</td>
<td>Content Goes Here</td>
</tr>
<tr>
<td>Content Goes Here</td>
<td>This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus.</td>
<td>Content Goes Here</td>
<td>Content Goes Here</td>
</tr>
<tr>
<td>Content Goes Here</td>
<td>This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus.</td>
<td>Content Goes Here</td>
<td>Content Goes Here</td>
</tr>
</tbody>
</table>
<p class="mt-40">Table with class <code>.bg-red</code></p>

<pre><code>&lt;table class="bg-red"&gt;
    &lt;thead&gt;
        &lt;tr&gt;
            &lt;th width="200"&gt;Table Header&lt;/th&gt;
            &lt;th&gt;Table Header&lt;/th&gt;
            &lt;th width="150"&gt;Table Header&lt;/th&gt;
            &lt;th width="150"&gt;Table Header&lt;/th&gt;
        &lt;/tr&gt;
    &lt;/thead&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;This is longer content Donec id elit non mi porta gravida at eget metus.&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;This is longer content Donec id elit non mi porta gravida at eget metus.&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
</code></pre>
<table class="bg-red">
<thead>
<tr>
<th width="200">Table Header</th>
<th>Table Header</th>
<th width="150">Table Header</th>
<th width="150">Table Header</th>
</tr>
</thead>
<tbody>
<tr>
<td>Content Goes Here</td>
<td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
<td>Content Goes Here</td>
<td>Content Goes Here</td>
</tr>
<tr>
<td>Content Goes Here</td>
<td>This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus.</td>
<td>Content Goes Here</td>
<td>Content Goes Here</td>
</tr>
<tr>
<td>Content Goes Here</td>
<td>This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus.</td>
<td>Content Goes Here</td>
<td>Content Goes Here</td>
</tr>
</tbody>
</table>
<p class="mt-40">Table with class <code>.bg-grey-dark</code></p>

<pre><code>&lt;table class="bg-grey-dark"&gt;
    &lt;thead&gt;
        &lt;tr&gt;
            &lt;th width="200"&gt;Table Header&lt;/th&gt;
            &lt;th&gt;Table Header&lt;/th&gt;
            &lt;th width="150"&gt;Table Header&lt;/th&gt;
            &lt;th width="150"&gt;Table Header&lt;/th&gt;
        &lt;/tr&gt;
    &lt;/thead&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;This is longer content Donec id elit non mi porta gravida at eget metus.&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;This is longer content Donec id elit non mi porta gravida at eget metus.&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
</code></pre>
<table class="bg-grey-dark">
<thead>
<tr>
<th width="200">Table Header</th>
<th>Table Header</th>
<th width="150">Table Header</th>
<th width="150">Table Header</th>
</tr>
</thead>
<tbody>
<tr>
<td>Content Goes Here</td>
<td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
<td>Content Goes Here</td>
<td>Content Goes Here</td>
</tr>
<tr>
<td>Content Goes Here</td>
<td>This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus.</td>
<td>Content Goes Here</td>
<td>Content Goes Here</td>
</tr>
<tr>
<td>Content Goes Here</td>
<td>This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus.</td>
<td>Content Goes Here</td>
<td>Content Goes Here</td>
</tr>
</tbody>
</table>
<p class="mt-40">Adding <code>.zebra</code> will add different colour background to every other row.</p>

<pre><code>&lt;table class="zebra"&gt;
    &lt;thead&gt;
        &lt;tr&gt;
            &lt;th width="200"&gt;Table Header&lt;/th&gt;
            &lt;th&gt;Table Header&lt;/th&gt;
            &lt;th width="150"&gt;Table Header&lt;/th&gt;
            &lt;th width="150"&gt;Table Header&lt;/th&gt;
        &lt;/tr&gt;
    &lt;/thead&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;This is longer content Donec id elit non mi porta gravida at eget metus.&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;This is longer content Donec id elit non mi porta gravida at eget metus.&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
            &lt;td&gt;Content Goes Here&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
</code></pre>
<table class="zebra">
<thead>
<tr>
<th width="200">Table Header</th>
<th>Table Header</th>
<th width="150">Table Header</th>
<th width="150">Table Header</th>
</tr>
</thead>
<tbody>
<tr>
<td>Content Goes Here</td>
<td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
<td>Content Goes Here</td>
<td>Content Goes Here</td>
</tr>
<tr>
<td>Content Goes Here</td>
<td>This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus.</td>
<td>Content Goes Here</td>
<td>Content Goes Here</td>
</tr>
<tr>
<td>Content Goes Here</td>
<td>This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus.</td>
<td>Content Goes Here</td>
<td>Content Goes Here</td>
</tr>
</tbody>
</table>
<p class="mt-40">Adding a wrapper element with class <code>.table-scroll</code> around your table will enable horizontal scrolling.</p>

<pre><code>&lt;div class="table-scroll"&gt;
    &lt;table&gt;
        &lt;thead&gt;
            &lt;tr&gt;
                &lt;th&gt;Table Header&lt;/th&gt;
                &lt;th&gt;Table Header&lt;/th&gt;
                &lt;th&gt;Table Header&lt;/th&gt;
                &lt;th&gt;Table Header&lt;/th&gt;
                &lt;th&gt;Table Header&lt;/th&gt;
                &lt;th&gt;Table Header&lt;/th&gt;
                &lt;th&gt;Table Header&lt;/th&gt;
                &lt;th&gt;Table Header&lt;/th&gt;
                &lt;th&gt;Table Header&lt;/th&gt;
                &lt;th&gt;Table Header&lt;/th&gt;
                &lt;th&gt;Table Header&lt;/th&gt;
                &lt;th&gt;Table Header&lt;/th&gt;
            &lt;/tr&gt;
        &lt;/thead&gt;
        &lt;tbody&gt;
            &lt;tr&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
            &lt;/tr&gt;
            &lt;tr&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
                &lt;td&gt;This is longer content&lt;/td&gt;
            &lt;/tr&gt;
        &lt;/tbody&gt;
    &lt;/table&gt;
&lt;/div&gt;
</code></pre>
<div class="table-scroll">
<table>
<thead>
<tr>
<th>Table Header</th>
<th>Table Header</th>
<th>Table Header</th>
<th>Table Header</th>
<th>Table Header</th>
<th>Table Header</th>
<th>Table Header</th>
<th>Table Header</th>
<th>Table Header</th>
<th>Table Header</th>
<th>Table Header</th>
<th>Table Header</th>
</tr>
</thead>
<tbody>
<tr>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
</tr>
<tr>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
</tr>
<tr>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
<td>This is longer content.</td>
</tr>
</tbody>
</table>
</div>

<hr class="bold" />

<h2 id="others" class="h1" data-magellan-target="others">Others</h2>
<h3 id="password-protected-post" class="with-line pt-50 mb-10" data-magellan-target="password-protected-post">Password Protected Post</h3>
<ul>
 	<li>Go to <strong>Dashboard</strong> &gt; <strong>Posts</strong> &gt; <strong>All Posts</strong></li>
 	<li>Click <strong>Edit</strong> on a specific post</li>
 	<li>Change visibility to <strong>Password Protected</strong> and type password</li>
 	<li>The default setting will show the first 1,000 characters of the post as a teaser.</li>
 	<li>To control how the teaser shows, just add <code>&lt;!--more--&gt;</code> to the post manually or click <strong>More</strong> button. It will show all the content above that code and hide the rest below it.
<pre><code>This content will turn to a teaser. Lorem ipsum dolor sit amet. 
&lt;!--more--&gt;
This content will be hidden since this post is password-protected.
</code></pre>
</li>
 	<li>Save and publish the post</li>
</ul>
<h3 id="side-navigation-section" class="with-line pt-50 mb-10" data-magellan-target="side-navigation-section">Side Navigation</h3>
<ul>
 	<li>Go to <strong>Dashboard</strong> &gt; <strong>Posts</strong> &gt; <strong>All Posts</strong></li>
 	<li>Click <strong>Edit</strong> on a specific post</li>
 	<li>To activate the <strong>Side Navigation</strong>, scroll to <strong>Side Navigation</strong> section and enable <strong>&#8216;Show Side Navigation&#8217;</strong></li>
 	<li>Click <strong>&#8216;Add Section&#8217;</strong> button. Type or enable:
<ul>
 	<li><strong>Section Name</strong> (e.g.: Section One)</li>
 	<li><strong>Section Link ID</strong> (e.g.: #section-one)
<ul>
 	<li>start with hashtag (#)</li>
 	<li>all lower case</li>
 	<li>no space, can use hyphen(-) or underscore(_)</li>
 	<li>cannot start with number</li>
</ul>
</li>
 	<li><strong>Bold</strong> (enable to make the text bold)</li>
 	<li><strong>Line</strong> (enable to show line underneath the text)</li>
</ul>
</li>
 	<li>To make the link scroll to the corresponding section, type the following code inside the content editor:
<pre><code>&lt;h3 id="section-one" class="with-line pt-50 mb-10" data-magellan-target="section-one"&gt; Section One &lt;/h3&gt;</code></pre>
<ul>
 	<li>Make sure the section has <strong>id</strong> and <strong>data-magellan-target</strong>, and both will have the same value (i.e.: section-one) <code>id="section-one" data-magellan-target="section-one"</code></li>
</ul>
</li>
 	<li>Save and publish the post</li>
</ul>
<h3 id="footnotes" class="with-line pt-50 mb-10" data-magellan-target="footnotes">Footnotes</h3>
<ul>
 	<li>Create a new paragraph (using block editor) and start writing the content.</li>
 	<li>Select the text where you want the footnote number to appear</li>
 	<li>Click the downward arrow (more options) in the toolbar</li>
 	<li>Select &#8216;Footnote&#8217; from the menu</li>
 	<li>A footnotes block will be created automatically at the bottom of the page</li>
 	<li>Type your footnote text</li>
</ul>


This is a sample of paragraph (created with block editor). This is a sample of line with footnote<sup class="fn" data-fn="e94644b1-5734-4c9b-b03a-39c03f76b492"><a id="e94644b1-5734-4c9b-b03a-39c03f76b492-link" href="#e94644b1-5734-4c9b-b03a-39c03f76b492">1</a></sup>.



]]></content:encoded>
					
					<wfw:commentRss>https://philosayf.com/styles-library/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">8</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 

Served from: philosayf.com @ 2025-11-11 15:40:07 by W3 Total Cache
-->