<?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>Paul Flannery &#187; Internet</title>
	<atom:link href="http://www.paulflannery.co.uk/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulflannery.co.uk</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 12:03:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Rainbow divider regular</title>
		<link>http://www.paulflannery.co.uk/2011/12/rainbow-divider-regular/</link>
		<comments>http://www.paulflannery.co.uk/2011/12/rainbow-divider-regular/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 00:35:55 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[font]]></category>

		<guid isPermaLink="false">http://www.paulflannery.co.uk/?p=5214</guid>
		<description><![CDATA[Rainbow divider regular is a font developed for a future project. The words are animated so that they sing visually as well as verbally. A 1 x 600px rainbow divider gif was bent, stretched and forked in every direction to form the letters. The only rule was that there weren’t to be any curves, and [...]]]></description>
			<content:encoded><![CDATA[<p>Rainbow divider regular is a font developed for a future project. The words are animated so that they sing visually as well as verbally.</p>
<p>A 1 x 600px rainbow divider gif was bent, stretched and forked in every direction to form the letters. The only rule was that there weren’t to be any curves, and that the font would only be in capitals. Two rules… The gif must also retain its 1px width. Three rules… Otherwise the rainbow divider could be bent and stretched at will. The rules about width and curves are reasonably self-explanatory: they are so that the rainbow divider retains some sort of integrity and semblance to its origin as a glyph. The restrictions regarding capitals are a counter to their abolishment on printed materials by the Bauhaus in 1925. The rainbow divider being an iconic ornament of early web design, and with capital letters subsequently assuming new meaning online – namely, SHOUTING – now would appear timely to reintroduce, or make the case once again, for the “second alphabet”.</p>
<p>Here it is in lorem ipsum:</p>
<p><span class="rainbow">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sed rhoncus lacus. Duis urna urna, sagittis at rutrum eget, tempus sit amet arcu. Aliquam in magna eget eros scelerisque placerat. Vivamus eu dignissim mi. Aliquam tempus ornare dui eget sagittis. Phasellus ac purus vitae felis vulputate volutpat et et justo. Aenean aliquam eros et orci ultrices iaculis. Nullam eget velit risus, vitae ultrices lorem.</span></p>
<p>The <a href="http://www.paulflannery.co.uk/2011/11/font-divider-test-page/" title="Font divider test page">original gif files</a> were turned into a vector before being mapped and converted to a web font. In doing so the rainbow divider completes a journey from elaborate decoration separating blocks of text on a web page, to the text itself.</p>
<p>Font size examples: starting at 60px through 48px, 36px and 24px to 12px at the end. This is as small as it can get while retaining any hope of legibility. It works better at a larger size and is meant for display rather than body text.</p>
<p><span class="rainbow" style="font-size: 60px; line-height: 84px;">Rainbow divider regular</span><br />
<span class="rainbow" style="font-size: 48px; line-height: 72px;">Rainbow divider regular</span><br />
<span class="rainbow" style="font-size: 36px; line-height: 60px;">Rainbow divider regular</span><br />
<span class="rainbow" style="font-size: 24px; line-height: 48px;">Rainbow divider regular</span><br />
<span class="rainbow" style="font-size: 12px; line-height: 24px;">Rainbow divider regular</span></p>
<p>In addition to installing the web font, you will need to add a little extra CSS to your style sheet to give it colour and make it animate. Copy the CSS below and wrap your text in a rainbow span class. Unfortunately it won’t work in IE because it doesn’t support either text-shadow or key-frame animations, yet. It is good to go everywhere else though. Enjoy!</p>
<p><a href="http://dl.dropbox.com/u/2250499/rainbow%20divider%20regular.zip"><img class="size-full wp-image-5249 alignleft" title="floppy2" src="http://www.paulflannery.co.uk/blog/wp-content/uploads/floppy2.png" alt="" width="41" height="39" />Download Rainbow divider regular now.</a></p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #a1a100;">@-webkit-keyframes rainbow {</span>
    <span style="color: #933;">0%</span>   <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> orange<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">2px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">yellow</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">3px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">green</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">4px</span> <span style="color: #cc66cc;">0</span> <span style="color: #000000; font-weight: bold;">blue</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> indigo<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">6px</span> <span style="color: #cc66cc;">0</span> violet<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">16%</span>  <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> orange<span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">yellow</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">2px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">green</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">3px</span> <span style="color: #cc66cc;">0</span> <span style="color: #000000; font-weight: bold;">blue</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">4px</span> <span style="color: #cc66cc;">0</span> indigo<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> violet<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">6px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">33%</span>  <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">yellow</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">green</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">2px</span> <span style="color: #cc66cc;">0</span> <span style="color: #000000; font-weight: bold;">blue</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">3px</span> <span style="color: #cc66cc;">0</span> indigo<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">4px</span> <span style="color: #cc66cc;">0</span> violet<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">6px</span> <span style="color: #cc66cc;">0</span> orange<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">50%</span>  <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">green</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #000000; font-weight: bold;">blue</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">2px</span> <span style="color: #cc66cc;">0</span> indigo<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">3px</span> <span style="color: #cc66cc;">0</span> violet<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">4px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> orange<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">6px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">yellow</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">66%</span>  <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">blue</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> indigo<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">2px</span> <span style="color: #cc66cc;">0</span> violet<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">3px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">4px</span> <span style="color: #cc66cc;">0</span> orange<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">yellow</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">6px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">green</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">83%</span>  <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> indigo<span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> violet<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">2px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">3px</span> <span style="color: #cc66cc;">0</span> orange<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">4px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">yellow</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">green</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">6px</span> <span style="color: #cc66cc;">0</span> <span style="color: #000000; font-weight: bold;">blue</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">100%</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> violet<span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">2px</span> <span style="color: #cc66cc;">0</span> orange<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">3px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">yellow</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">4px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">green</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> <span style="color: #000000; font-weight: bold;">blue</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">6px</span> <span style="color: #cc66cc;">0</span> indigo<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #a1a100;">@-moz-keyframes rainbow {</span>
    <span style="color: #933;">0%</span>   <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> orange<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">2px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">yellow</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">3px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">green</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">4px</span> <span style="color: #cc66cc;">0</span> <span style="color: #000000; font-weight: bold;">blue</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> indigo<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">6px</span> <span style="color: #cc66cc;">0</span> violet<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">16%</span>  <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> orange<span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">yellow</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">2px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">green</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">3px</span> <span style="color: #cc66cc;">0</span> <span style="color: #000000; font-weight: bold;">blue</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">4px</span> <span style="color: #cc66cc;">0</span> indigo<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> violet<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">6px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">33%</span>  <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">yellow</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">green</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">2px</span> <span style="color: #cc66cc;">0</span> <span style="color: #000000; font-weight: bold;">blue</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">3px</span> <span style="color: #cc66cc;">0</span> indigo<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">4px</span> <span style="color: #cc66cc;">0</span> violet<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">6px</span> <span style="color: #cc66cc;">0</span> orange<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">50%</span>  <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">green</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #000000; font-weight: bold;">blue</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">2px</span> <span style="color: #cc66cc;">0</span> indigo<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">3px</span> <span style="color: #cc66cc;">0</span> violet<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">4px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> orange<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">6px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">yellow</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">66%</span>  <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">blue</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> indigo<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">2px</span> <span style="color: #cc66cc;">0</span> violet<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">3px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">4px</span> <span style="color: #cc66cc;">0</span> orange<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">yellow</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">6px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">green</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">83%</span>  <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> indigo<span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> violet<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">2px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">3px</span> <span style="color: #cc66cc;">0</span> orange<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">4px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">yellow</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">green</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">6px</span> <span style="color: #cc66cc;">0</span> <span style="color: #000000; font-weight: bold;">blue</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
    <span style="color: #933;">100%</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> violet<span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">text-shadow</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">red</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">2px</span> <span style="color: #cc66cc;">0</span> orange<span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">3px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">yellow</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">4px</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">green</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span> <span style="color: #000000; font-weight: bold;">blue</span><span style="color: #00AA00;">,</span> <span style="color: #933;">0px</span> <span style="color: #933;">6px</span> <span style="color: #cc66cc;">0</span> indigo<span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.rainbow</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">36px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">45px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> RainbowdividerRegular<span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">letter-spacing</span><span style="color: #00AA00;">:</span> <span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
    -webkit-animation<span style="color: #00AA00;">:</span> rainbow 1s infinite linear<span style="color: #00AA00;">;</span>
    -moz-animation<span style="color: #00AA00;">:</span> rainbow 1s infinite linear<span style="color: #00AA00;">;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.paulflannery.co.uk/2011/12/rainbow-divider-regular/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Volcano divider</title>
		<link>http://www.paulflannery.co.uk/2011/11/volcano-divider/</link>
		<comments>http://www.paulflannery.co.uk/2011/11/volcano-divider/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 12:18:41 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Image]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[animated gif]]></category>
		<category><![CDATA[rainbow divider]]></category>

		<guid isPermaLink="false">http://www.paulflannery.co.uk/?p=5193</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-5194" title="volcano divider" src="http://www.paulflannery.co.uk/blog/wp-content/uploads/volcano.gif" alt="" width="600" height="600" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulflannery.co.uk/2011/11/volcano-divider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Font divider test page</title>
		<link>http://www.paulflannery.co.uk/2011/11/font-divider-test-page/</link>
		<comments>http://www.paulflannery.co.uk/2011/11/font-divider-test-page/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 22:33:34 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.paulflannery.co.uk/?p=5148</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-5149" title="quick brown fox (font divider)" src="http://www.paulflannery.co.uk/blog/wp-content/uploads/quick-brown-fox.gif" alt="" width="792" height="511" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulflannery.co.uk/2011/11/font-divider-test-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bg_img nature *updated</title>
		<link>http://www.paulflannery.co.uk/2011/11/bg_img-nature-updated/</link>
		<comments>http://www.paulflannery.co.uk/2011/11/bg_img-nature-updated/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 18:49:10 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.paulflannery.co.uk/?p=5127</guid>
		<description><![CDATA[Bg_img nature has been revised, expanded and redesigned! Check it out here. It has also been made into a limited edition (20 copies!) book on occasion of its inclusion in Notes on a New Nature, a show curated by Nicholas O’Brien at 319 Scholes. By way of note, the confetti like pattern dotted over the cover is the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-5139 shadow" title="bg_img nature" src="http://www.paulflannery.co.uk/blog/wp-content/uploads/cover2.jpg" alt="" width="595" height="842" /></p>
<p>Bg_img nature has been revised, expanded and redesigned! <a href="http://www.paulflannery.co.uk/blog/wp-content/uploads/nature.pdf">Check it out here</a>.</p>
<p>It has also been made into a limited edition (20 copies!) book on occasion of its inclusion in <a href="http://319scholes.org/notes-on-a-new-nature/">Notes on a New Nature</a>, a show curated by <a href="http://doubleunderscore.net/">Nicholas O’Brien</a> at <a href="http://319scholes.org/">319 Scholes</a>. By way of note, the confetti like pattern dotted over the cover is the first frame of an animated gif from the background of cpb.tumblr &#8211; one of my favourites, <a href="http://cpb.tumblr.com/post/12306203722/via-internets-encyclopedia-dramatica-i-think">but which yesterday announced that it was closing</a> :(</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulflannery.co.uk/2011/11/bg_img-nature-updated/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wall divider</title>
		<link>http://www.paulflannery.co.uk/2011/09/wall-divider/</link>
		<comments>http://www.paulflannery.co.uk/2011/09/wall-divider/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 23:57:28 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[animated gif]]></category>
		<category><![CDATA[bubblebyte]]></category>
		<category><![CDATA[rainbow divider]]></category>

		<guid isPermaLink="false">http://www.paulflannery.co.uk/?p=5046</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-5047" title="wall divider" src="http://www.paulflannery.co.uk/blog/wp-content/uploads/wall-divider.gif" alt="" width="600" height="932" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulflannery.co.uk/2011/09/wall-divider/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tower divider (small version)</title>
		<link>http://www.paulflannery.co.uk/2011/09/tower-divider-small-version/</link>
		<comments>http://www.paulflannery.co.uk/2011/09/tower-divider-small-version/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 18:46:54 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[animated gif]]></category>
		<category><![CDATA[rainbow divider]]></category>

		<guid isPermaLink="false">http://www.paulflannery.co.uk/?p=4998</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-4999" title="tower-divider-slim" src="http://www.paulflannery.co.uk/blog/wp-content/uploads/tower-divider-slim.gif" alt="" width="43" height="670" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulflannery.co.uk/2011/09/tower-divider-small-version/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Endpapers</title>
		<link>http://www.paulflannery.co.uk/2011/08/endpapers/</link>
		<comments>http://www.paulflannery.co.uk/2011/08/endpapers/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 17:59:30 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[grammar of ornament]]></category>

		<guid isPermaLink="false">http://www.paulflannery.co.uk/?p=4963</guid>
		<description><![CDATA[&#160;]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-4965" title="endpaper" src="http://www.paulflannery.co.uk/blog/wp-content/uploads/endpaper.jpg" alt="" width="800" height="566" /></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulflannery.co.uk/2011/08/endpapers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bg_img tombstone</title>
		<link>http://www.paulflannery.co.uk/2011/08/bg_img-tombstone/</link>
		<comments>http://www.paulflannery.co.uk/2011/08/bg_img-tombstone/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 12:08:33 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[bg img]]></category>
		<category><![CDATA[grammar of ornament]]></category>

		<guid isPermaLink="false">http://www.paulflannery.co.uk/?p=4872</guid>
		<description><![CDATA[There are several different kinds of Tombstone background. Some are literal, some inventive and some so abstract as to be barely recognisable. Any attempt to classify and catalogue them will always be a quite subjective affair. But by my reckoning there are nine distinct types. That is to say there are nine different and unique [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.paulflannery.co.uk/blog/wp-content/uploads/bg_img-tombstone.pdf"><img class="size-full wp-image-4853 aligncenter" title="tombstone flyer" src="http://www.paulflannery.co.uk/blog/wp-content/uploads/tombstone-flyer.gif" alt="" width="400" height="350" /></a><br />
There are several different kinds of Tombstone background. Some are literal, some inventive and some so abstract as to be barely recognisable. Any attempt to classify and catalogue them will always be a quite subjective affair. But by my reckoning there are nine distinct types. That is to say there are nine different and unique ways of defining the monolith within a field of colour. The problem when making these categorisations though is that a tombstone can, and often does, combine elements from several different types of monolith in one. There are however, distinct and commonly recurring motifs to be seen and noted amongst them. These are they.</p>
<h2><em>Halo</em></h2>
<p>The classic: the <em>Halo</em> employs a subtle monochromatic tonal shift (possibly) inspired by the drop-shadow around the application windows of OS X. The top of the content area is highlighted by an ethereal baroque flourish from a source emanating somewhere below the central monolith. The extent of the flourish often depends on the eagerness of the designer is to investigate the Difference Clouds setting in Photoshop. This effect is quite likely to be used on a site that makes heavy sci-fi references. The <em>Halo</em> is being used as a metaphor and as a visual fanfare for an alien presence. Imagine when looking at it you hear the alien sounds from Close Encounters, or the noise when booting up Windows 7. The less eager, more minimal designer will prefer to introduce a high level of noise to a lighter coloured drop-shadow when making a <em>Halo</em>. In this instance it looks as though the monolith has been created by spraying paint over a stencil. This is the street halo.</p>
<h2><em>Inverse Halo</em></h2>
<p>Similar to the <em>Halo</em>, though with fewer associative readings, the central monolith is bleached with an inner glow that fades into the main body colour of the site as you scroll down. The monolith is more ephemeral than in most other Tombstones and resembles a searchlight bouncing against darkened clouds. The page headline is often encircled by the highlight, drawing attention to content above the cut. Alternatively, the monolith is slightly transparent, revealing traces of pattern from the body background. In these instances, it is common for each post to be laid out like a series of cards with a gap between each with the background pattern acting as a boundary between one section and the next.</p>
<h2><em>Frame</em></h2>
<p>Whereas the <em>Halo</em> only gives definition to the top of the content, the frame gives boundary to it all. The <em>Halo</em> offers the flexibility of being able to support any length of content by sitting on top of it like a hat, the <em>Frame</em> by contrast is more restrictive and assumes a height value as well as a width. The <em>Frame</em> tombstone tends to only be suitable for static, hard coded HTML pages rather than anything blog-like and dynamically generated simply because it assumes that the content and everything within it has been specifically and uniquely crafted. The alternative is to use scrollbars in the content area; however this is a poorly designed compromise. As a result of the inelegance of this, the Frame background tends to now only be found on older websites. One of the appealing features of the <em>Frame</em> tombstone though is that it assumes a symbiotic relationship between the background and the content not found elsewhere. Both have been designed with the other in mind and tend to dovetail rather than be inoffensively complimentary to one another.</p>
<h2><em>Sprite</em></h2>
<p>Found in the header and footer &lt;div&gt; rather than the body, the <em>Sprite</em> tombstone is a contemporary variant of the <em>Frame</em>. A blank content area flanked with a solid colour is usually decorated at the top with branding and other ornamental flourishes and at the bottom with a drop shadow or a dog-eared corner. The image is positioned centrally at the top and bottom of the page as a background in both the header and footer tags. The main or content area is HTML generated and can stretch dynamically in accordance with the length of the article. Only the necessary part of the sprite is shown in either the header or footer: the top or bottom half depending on whether you are at the beginning or end of the page. The middle section, being HTML generated, is infinitely flexible and offers a nicer, much more elegant solution to a problem previously solved by the scrollbars of the <em>Frame</em> tombstone.</p>
<h2><em>Header</em></h2>
<p>A tombstone favoured by academic and research sites. Notable for a small monolithic area at the top of the page, the <em>Header</em> accents little more than the site and article title, usually fading into the colour of the page background by the start of the article itself. Often a simple, tasteful gradient, the <em>Header</em> tombstone can also be used as a way of subtlety integrating a corporate branding at the top of the page. It is commonly used as a lightweight decoration within a text heavy, minimal theme.</p>
<h2><em>Tablet</em></h2>
<p>Superficially, the <em>Tablet</em> tombstone is only slightly different from the <em>Frame</em>. Both assume a viewing area with a height value as well as a width. The main difference though is that the <em>Tablet</em><a href="http://iphonepoetry.info/"> purposefully employs scrollbars as a feature</a> rather than inelegant by-product. This means is that the <em>Tablet</em>, rather than a means of enclosure, behaves as a small window for viewing the content; one with a knowing and recursive nod in the direction of the browser window rendering it. The <em>Tablet</em> background was employed more commonly when monitor resolution was lower than it is today and screen estate was at an ill or undefined premium. This resulted in the content area – the window – often being quite small. Think iPhone rather than iPad. The <em>Tablet’s</em> popularity during the early to mid-2000’s was as a result of it ensuring that the important parts of the page would always fit on the screen, whatever the setting the monitor.</p>
<h2><em>Grave</em></h2>
<p>The <em>Grave</em> is an inverse tombstone. The background image is positioned at the bottom of the page, or in some instances, the footer. It only becomes visible when you have scrolled down and finished reading. It is different from other tombstones in that it cups the final words of the content rather than embellishing the first. Like all graves, it gives definition to the end.</p>
<h2><em>Outline</em></h2>
<p>Part of the <em>Halo</em> family of tombstones, the <em>Outline</em> borrows elements from both, but is much less baroque in its ornament than either. Rather than emissions of radiant aurora encircling the tombstone, the content area is delineated with a line, one or two pixels wide. On occasion and with nod to the <em>Halo</em>, the outline is decorated with a drop shadow, although only with a very small distance and spread. This is to give the impression that the content area is raised or angled forward slightly. In common with most tombstones, the outline fades into the body colour as the page is scrolled down. While this can be used with a simple gradient to lock down a no-frills minimal vibe, the outline works best when incorporated with a graphic. This is because a dominant image indicates that the design has been heavily themed around the sites principal subject rather than a generic aesthetic ambiance. The result is a crafted coming together of the content and the background.</p>
<h2><em>Altar</em></h2>
<p>The <em>Altar</em><a title="" href="#the-altar">[1]</a> is an abstract or fragmented tombstone. Two ornamental objects, distinct or mirrored, float either side of a subtle or loosely defined central monolith. The ornaments embellish the otherwise dormant space in the guttering at the edge of the screen and are the sole active element of the background. In combination, and read horizontally, the three elements come together in triptych. The ornaments of the <em>Altar</em> operate as a form of branding; they allow the logo and site identity to spill over beyond the edges of the monolith and onto the page background, like a stain. As a result, it is common for the background image to have a fixed position so that the ornament remains on screen at all times and independent of the downward scroll of the content.</p>
<p><img class="alignnone size-full wp-image-4835" title="bg_img" src="http://www.paulflannery.co.uk/blog/wp-content/uploads/bg_img2.gif" alt="" width="1019" height="329" /></p>
<p>Bg_img tombstone is available to download <a href="http://www.paulflannery.co.uk/blog/wp-content/uploads/bg_img-tombstone.pdf">here</a>.</p>
<hr align="left" size="1" width="33%" />
<p><a id="the-altar">[1]</a> The term Altar is borrowed and then taken unabashedly from the meme developed on <a href="http://dump.fm/altars">Dump.fm</a>. The Altar, as <a href="http://www.lal-blog.blogspot.com/2010/11/spiritual-internet-dump-altars.html">Lalblog</a> describes is “Basically a triptych (or more-tych) which combines a central image propped up by peripheral pillars [all usually animated gifs] that will act to emphasise the central image as an object of worship (usually ironic) or will play with the central image to create a visual pun or joke (or at least, that&#8217;s how I interpret it)”.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulflannery.co.uk/2011/08/bg_img-tombstone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 gestural backgrounds</title>
		<link>http://www.paulflannery.co.uk/2011/08/two-gestural-backgrounds/</link>
		<comments>http://www.paulflannery.co.uk/2011/08/two-gestural-backgrounds/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 13:17:17 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[grammar of ornament]]></category>

		<guid isPermaLink="false">http://www.paulflannery.co.uk/?p=4901</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-large wp-image-4904" title="bg" src="http://www.paulflannery.co.uk/blog/wp-content/uploads/bg-800x481.jpg" alt="" width="800" height="481" /><br />
<img class="alignnone size-large wp-image-4902" title="large-bg" src="http://www.paulflannery.co.uk/blog/wp-content/uploads/large-bg-800x533.jpg" alt="" width="800" height="533" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulflannery.co.uk/2011/08/two-gestural-backgrounds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your browser is my kingdom</title>
		<link>http://www.paulflannery.co.uk/2011/07/your-browser-is-my-kingdom/</link>
		<comments>http://www.paulflannery.co.uk/2011/07/your-browser-is-my-kingdom/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 16:57:33 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[berlin]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[exhibition]]></category>
		<category><![CDATA[today & tomorrow]]></category>

		<guid isPermaLink="false">http://www.paulflannery.co.uk/?p=4821</guid>
		<description><![CDATA[I am excited to be part of a Speed Show organised by Pieter from Today and Tomorrow that opens tonight in Berlin. There will be work from a bunch of really good people; I will be showing my Css Mural (with instructions). If you happen to be in Berlin, you know where to go.]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-4822" title="your_browser_is_my_kingdom" src="http://www.paulflannery.co.uk/blog/wp-content/uploads/your_browser_is_my_kingdom.gif" alt="" width="800" height="600" /></p>
<p>I am excited to be part of a <a href="http://speedshow.net/">Speed Show</a> organised by Pieter from <a href="http://www.todayandtomorrow.net/2011/07/14/speed-show-your-browser-is-my-kingdom/">Today and Tomorrow</a> that opens tonight in Berlin. There will be work from a bunch of really good people; I will be showing my <a title="Css mural (with instructions)" href="http://www.paulflannery.co.uk/css-mural-with-instructions/">Css Mural (with instructions)</a>. If you happen to be in Berlin, you know where to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulflannery.co.uk/2011/07/your-browser-is-my-kingdom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 4/49 queries in 0.098 seconds using disk: basic
Object Caching 665/767 objects using disk: basic

Served from: www.paulflannery.co.uk @ 2012-02-08 01:00:50 -->
