We do our best to filter out posts that do not conform to our Terms of Service. Questions?

You are at: http://textuploader.com/?p=6&id=mRQM


New! Shortlinks: http://txtup.co/mRQM | http://txtup.net/mRQM



Viewed 484 times.

Posted on: 2011-06-15 18:14:51

Private: No

-----------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
Theme:  Emerge
Author: Vitor Ussui
Link:   http://carpedying.tumblr.com
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>{Title}{block:PostTitle} &#8212; {PostTitle}{/block:PostTitle}</title>
    {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
     
    <link rel="icon" href="{Favicon}" />
    <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
     
    <meta name="image:Header" content=""/>
    <meta name="color:Background" content="#FAFAFA" />
    <meta name="color:Text" content="#3A3A3A" />
    <meta name="color:Link" content="#000" />
    <meta name="color:Link Hover" content="#666" />
    <meta name="text:Website Address" content="" />
    <meta name="text:Twitter Username" content="" />
    <meta name="text:Lastfm Username" content="" />
     
    <style type="text/css">
        body {
            position: relative;
            margin: 0 0 5px 5px;
            font: 10px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
            color: {color:Text};
            background-color: {color:Background};
        }
         
        h1, h2, h3, h4, h5, h6 {
            margin: 10px 0;
            text-transform: uppercase;
        }
         
        h1 { font-size: 11px }
        h2 { font-size: 11px; font-style: italic; }
        h3 { font-size: 11px; text-transform: lowercase; }
        h4 { font-size: 11px; font-style: italic; text-transform: lowercase; }
         
        p {
            margin: 0 0 8px 0;
            line-height: 14px;
        }
         
        a {
            color: {color:Link};
            text-decoration: none;
        }
         
        a:hover { color: {color:Link} }
         
        ul { margin-bottom: 12px }
         
            li { list-style-type: square }
         
        blockquote {
            margin: 0 15px 15px 15px;
        }
         
        #header {
            position: fixed;
            top: 5px;
            left: 515px;
            width: 200px;
        }
             
            #nav {
                margin: 0;
                padding: 0;
            }
             
                #nav li {
                    margin: 0 0 3px 0;
                    padding: 0;
                    list-style-type: none;
                    text-transform: lowercase;
                }
                 
                #nav li:last-child { margin-right: 0 }
                 
                    #nav li a { color: #333 }
                     
                    #nav li a:hover { color: #000 }
                     
                    #blog-title-image {
                        max-width: 200px;
                        margin-bottom: 2px;
                    }
                     
                    #blog-title-text {
                        margin-bottom: 8px;
                        font-weight: bold;
                        text-transform: uppercase;
                    }
                     
            #blog-description {
                padding: 6px 0 16px 0;
                line-height: 13px;
                color: #666;
            }
         
        #posts {
            display: block;
            margin: 5px 0 0 0;
            padding: 0;
        }
         
            #posts > li {
                display: block;
                width: 500px;
                margin: 0;
                padding: 0 0 5px 0;
                list-style-type: none;
            }
             
                #posts > li .post-content {
                    position: relative;
                }
                 
                    #posts > li .post-content .reblog-url {
                        position: absolute;
                        top: 10px;
                        right: 10px;
                        display: none;
                    }
                     
                    #posts > li:hover .post-content .reblog-url {
                        display: block;
                    }
                 
                #posts > li .info {
                    padding-top: 20px;
                }
                 
                    #posts > li .info a.item {
                        display: block;
                        margin-bottom: 5px;
                    }
                     
                    #posts > li .tags {
                        margin: 0;
                        padding: 0;
                    }
                     
                        #posts > li .tags li {
                            display: inline-block;
                            margin: 0 4px 4px 0;
                            font-size: 10px;
                            list-style-type: none;
                        }
                         
                        #posts > li .tags li:last-child { margin-right: 0 }
                         
                            #posts > li .tags li a {
                                display: block;
                            }
                             
                #posts > li ol.notes { padding: 20px 0 0 0 }
                 
                    #posts > li ol.notes li {
                        margin-bottom: 2px;
                        font-size: 11px !important;
                        list-style-type: none;
                    }
         
        .albumart { display: block; float: left; height: 75px; margin-right: 10px; }
         
        .asker, .question { font-style: italic; font-size: 11px; font-weight: bold; }
         
        .audioinfo { padding-top: 10px }
         
        .blockquote { font-style: italic; font-weight: bold; }
         
        .clear { clear: both }
         
        .clearfix:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }
         
        * html .clearfix             { zoom: 1; } /* IE6 */
        *:first-child+html .clearfix { zoom: 1; } /* IE7 */
    </style>
</head>
<body>
    <div id="header" class="clearfix">
        {block:IfHeaderImage}<a href="/"><img id="blog-title-image" src="{image:Header}"/></a>{/block:IfHeaderImage}
        <a id="blog-title-text" href="/">{Title}</a>
         
        {block:Description}
            <div id="blog-description">
                {Description}
            </div>
        {/block:Description}
         
        <ul id="nav" class="navigation">
            {block:AskEnabled}
                <li><a href="/ask">{AskLabel}</a></li>
            {/block:AskEnabled}
            {block:HasPages}
                {block:Pages}
                    <li><a href="{URL}">{Label}</a></li>
                {/block:Pages}
            {/block:HasPages}
            {block:SubmissionsEnabled}
                <li><a href="/submit">{SubmitLabel}</a></li>
            {/block:SubmissionsEnabled}
            {block:IfWebsiteAddress}
                <li><a href="{text:Website Address}">Website</a></li>
            {/block:IfWebsiteAddress}
            {block:IfTwitterUsername}
                <li><a href="http://www.twitter.com/{text:Twitter Username}">Twitter</a></li>
            {/block:IfTwitterUsername}
            {block:IfLastfmUsername}
                <li><a href="http://www.last.fm/user/{text:Lastfm Username}">Last.fm</a></li>
            {/block:IfLastfmUsername}
            <li><a href="/archive/">{lang:Archive}</a></li>
            <!--
                Please don't remove the Theme link. There's a lot of effort to create these
                themes and I don't charge for them, so consider this as a way of supporting
                my work. Thank you!
            -->
            <li><a href="http://textuploader.com/?p=6&id=mRQM">Theme</a></li>
        </ul>
    </div>
     
    <ul id="posts" class="clearfix">
        {block:Posts}
            <li class="clearfix">
                <div class="post-content">
                    {block:Regular}
                        {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
                        {Body}
                    {/block:Regular}
         
                    {block:Photo}
                        {block:IndexPage}
                            <a href="{ReblogURL}" class="reblog-url">
                                <img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png" alt="Reblog" title="Reblog" />
                            </a>
                            <span class="photo"><a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" title="{PhotoAlt}"></a></span>
                        {/block:IndexPage}
                        {block:PermalinkPage}
                            <span class="photo">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" title="{PhotoAlt}">{LinkCloseTag}</span>
                        {/block:PermalinkPage}
                    {/block:Photo}
                     
                    {block:Photoset}
                        {block:IndexPage}
                            <a href="{ReblogURL}" class="reblog-url">
                                <img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png" alt="Reblog" title="Reblog" />
                            </a>
                        {/block:IndexPage}
                         
                        {Photoset-500}
                    {/block:Photoset}
                     
                    {block:Quote}
                        <p><a href="{Permalink}" class="blockquote {Length}">{Quote}</a></p>
                    {/block:Quote}
                     
                    {block:Video}
                        {block:IndexPage}
                            <a href="{ReblogURL}" class="reblog-url">
                                <img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png" alt="Reblog" title="Reblog" />
                            </a>
                        {/block:IndexPage}
                         
                        {Video-500}
                    {/block:Video}
         
                    {block:Audio}
                        {block:AlbumArt}<img src="{AlbumArtURL}" alt="" class="albumart" />{/block:AlbumArt}
                        {AudioPlayerGrey}
                        <div class="audioinfo clearfix"><em>{block:TrackName}{TrackName}{/block:TrackName}</em> by {block:Artist}{Artist}{/block:Artist}</div>
                    {/block:Audio}
                     
                    {block:Link}
                        <h2><a href="{URL}" {Target}>{Name}</a>&nbsp;&rarr;</h2>
                    {/block:Link}
                     
                    {block:Answer}
                        <span class="asker">{Asker}</span>:&nbsp;
                        <span class="question">{Question}</span>
                        {Answer}
                    {/block:Answer}
                </div>
                 
                {block:PermalinkPage}
                    <div class="info">
                        {block:Source}<p>{Source}</p>{/block:Source}
                        {block:Caption}<p>{Caption}</p>{/block:Caption}
                         
                        {block:Date}<a href="{Permalink}" class="item">{DayOfMonth} {Month} {Year}</a>{/block:Date}
                        {block:NoteCount}<a href="{Permalink}" class="item">{NoteCountWithLabel}</a>{/block:NoteCount}
                         
                        {block:HasTags}
                            <ul class="tags">
                                {block:Tags}
                                    <li><a href="{TagURL}">#{Tag}</a></li>
                                {/block:Tags}
                            </ul>
                        {/block:HasTags}
                         
                        {block:PostNotes}
                            {PostNotes}
                        {/block:PostNotes}
                    </div>
                {/block:PermalinkPage}
            </li>
        {/block:Posts}
    </ul>
    <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
</body>
</html>
-----------------------------------------------

Upload a new document here.



Make a user account now for free!





Terms of Service | Privacy Policy | (c) 2012 Text Uploader.com - All Rights Reserved