All pastes #2052162 Raw Edit

Something

public html v1 · immutable
#2052162 ·published 2011-04-30 08:48 UTC
rendered paste body
<html>    <head>        <meta name="color:Header Text" content="#fff">        <meta name="color:Text" content="#fff">        <title>{Title}</title>        <style type="text/css">          body {            background: url(http://i.imgur.com/39dF4.png);            color: {color:Text};            font-family: Arial;          }                    #top {            background: url(http://i.imgur.com/b7jOo.png) repeat-x;            height: 93px;            margin: -10px -8px 0 -8px;          }                    #header {            padding: 30px 0 0 0;            text-align: center;            color: {color:Header Text};          }          #header h2 {            background: url(http://i.imgur.com/q7OGg.png) no-repeat center;            height: 120px;            width: 240px;            padding: 10px 0 0 0;          }                    #header h5 {            margin: -55px 0 0 0;          }                    #wrapper {            margin: 100px auto;            background: url(http://i.imgur.com/FMzIg.png) repeat;            width: 950px;            /*font-weight: bold;*/          }        </style>    </head>    <body>      <div id="top">        <div id="header">          <center><h2>{Title}</h2></center>          <h5>{block:Description}            {Description}          {/block:Description}</h5>        </div>      </div>      <div id="wrapper">        <p>Lorem ipsum dolor sit amet consectetuer ullamcorper wisi netus tempus odio. Parturient eget ut consectetuer tellus eu hendrerit cursus Curabitur velit id. Eget accumsan eget eleifend nonummy Donec egestas ut arcu nec dui. Ut eros massa Maecenas id orci accumsan tellus turpis consectetuer euismod. Ac magna nulla ornare Nam vel accumsan nulla dictumst adipiscing amet. Nunc.</p>        <p>Semper vitae Praesent Phasellus adipiscing Proin et non wisi dapibus fames. Eros turpis justo condimentum et mollis urna nonummy hac id ipsum. Natoque gravida euismod Sed velit In ipsum pede Morbi Pellentesque semper. Velit hendrerit arcu Quisque Nam eget eros convallis id et fermentum. Rhoncus congue congue tortor rutrum Vestibulum dignissim tempus convallis Pellentesque consectetuer. Sodales semper In ac non orci fames Curabitur eu ipsum vel. Lorem leo nunc.</p>          </div>    </body></html>