The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Tumblr html theme help - posts not showing
emmaxmaree
post Jan 26 2011, 08:13 PM
Post #1





Group: Members
Posts: 2
Joined: 26-January 11
Member No.: 13,719



I just started using tumblr for my blog, i coded it all and it turned out fine, no problems. I thought i would use google analytics so i added in the code but it seemed to mess up my coding so i removed it. Now for some reason my coding is still messed up. Im pretty sure i didn't touch anything else, so it should have gone back to how it was before.
None of my posts are showing and the header text isn't appearing. I've tried to fix it but i just can't think what i have done wrong. I've tested it by removing some bits to see what the problem is and so far i've got my sidebar showing but my posts are still missing.

When i have this coding in the html nothing appears, only my background and white space where my content should be:
CODE
<aside id="stat-sidebar">
    {block:IfShowAbout}
    <section id="stat-about">


When i remove the
CODE
{block:IfShowAbout}
code my sidebar appears but nothing else.

Im really stumped as to what is wrong. I can usually figure out problems but i don't know so thats why i've come here to ask you guys! I would really appreciate it if someone could help.
My tumblr page is: http://emmaxmaree.tumblr.com
And here is the full code for my tumblr incase you want to check it:
CODE
<!DOCTYPE HTML>
<html>
<head>
    <meta charset="utf-8" />
    {block:IndexPage}
    <title>{Title}</title>
    <meta name="description" content="{MetaDescription}" />
    {/block:IndexPage}
    {block:PostSummary}<title>{PostSummary}</title>{/block:PostSummary}
    <meta name="color:Background" content="#E2E1DE" />
    <meta name="image:Header" content="" />

<meta name="image:Background" content="http://www.emmaree.com/wp-content/uploads/bk.jpg"/>
        <meta name="image:Header" content=""/>

    <meta name="if:Show About" content="1" />
    <meta name="if:Show Blog Tools" content="1" />
    <meta name="if:Show Group Post Author" content="0" />
    <meta name="if:Show Latest Tweet" content="0" />
    <meta name="if:Show Likes" content="0" />
    <meta name="if:Show Search" content="1" />
    <meta name="text:Tagline" content="Your awesome Tagline" />
    <meta name="text:About Description" content="About the author" />
    <meta name="text:Pages Description" content="My Pages" />
    <meta name="text:Tools Description" content="Blog Tools" />
    <meta name="text:Google Analytics ID" content="" />
    <meta name="text:Typekit Kit ID" content="" />
    <meta name="text:Disqus Shortname" content="" />
    <meta name="text:Facebook Page ID" content="" />
    <link rel="shortcut icon" href="{Favicon}" />
    <link rel="alternate" type="application/rss+xml" href="{RSS}" />
    <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/j8lh0bq/BGcl3oapq/stat-reset.css" />
    <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/qdh4gpm/aVUlfl27w/stat-super.css" />
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
    <script type="text/javascript" src="http://static.tumblr.com/j8lh0bq/Emdl3qcku/stat-modernizr-1.1.min.js"></script>
    <script type="text/javascript" src="http://static.tumblr.com/j8lh0bq/oYal3slyu/stat-hacks.js"></script>
    {block:IfGoogleAnalyticsID}
    <script type="text/javascript">
        //<![CDATA[
        var _gaq = _gaq || [];
        _gaq.push(['_setAccount', '{text:Google Analytics ID}']);
        _gaq.push(['_trackPageview']);
        (function() {
          var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
          ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
          (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
        })();
        //]]>
    </script>
    {/block:IfGoogleAnalyticsID}
    {block:IfTypekitKitID}
    <script type="text/javascript" src="http://use.typekit.com/{text:Typekit Kit ID}.js"></script>
    <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
    {/block:IfTypekitKitID}
    {block:IndexPage}
    {block:IfShowLatestTweet}
    {block:Twitter}
    <script type="text/javascript">
        //<![CDATA[
        $(document).ready(function() {
            $.ajax({
              url: "http://twitter.com/statuses/user_timeline/{TwitterUsername}.json?count=1",
              dataType: "jsonp",
              timeout: 5000,
              success: function(data){              
                  $.each(data, function(i,tweet){
                    var html = '<li>' + tweet.text + ' <span><a href="http://www.twitter.com/{TwitterUsername}/status/' + tweet.id + '">Permalink<\/a><\/span><\/li>';
                    $('#stat-tweet').append(html);
                  });
                  $('#stat-tweets').css('display','block');
              }
            });
        });
        //]]>
    </script>
    {/block:Twitter}
    {/block:IfShowLatestTweet}
    {/block:IndexPage}
    <style type="text/css" media="screen">
        html{ background:url('http://www.emmaree.com/wp-content/uploads/bk.jpg'); }
        .tag, .search_query { font-weight: bold; }
        {CustomCSS}
    </style>

</head>
<body>




<div id="stat-wrapper">

<header id="stat-header">
    <hgroup>
        {block:IfHeaderImage}<h1 class="isimg"><a href="/" title="{lang:Home}" {block:Permalink}rel="prefetch"{/block:Permalink}><img src="{image:Header}" alt="{Title}" /></a></h1>{/block:IfHeaderImage}
        {block:IfNotHeaderImage}<h1><a href="/" title="{lang:Home}" {block:Permalink}rel="prefetch"{/block:Permalink}>{Title}</a></h1>{/block:IfNotHeaderImage}
        {block:IfTagline}<h2>{text:Tagline}</h2>{/block:IfTagline}
    </hgroup>
</header><!-- END#stat-header -->

<aside id="stat-sidebar">
    {block:IfShowAbout}
    <section id="stat-about">
        
        <div class="stat-about-content">


+ <a href="http://www.emmaree.com/?page_id=2">ABOUT</a> + <a href="http://www.emmaree.com/?page_id=3">PORTFOLIO</a> + <!-- Start FreeOnlineUsers.com -->
<a href="http://www.freeonlineusers.com">
<font color=#6A6A6A><script type="text/javascript" src="http://freeonlineusers.com/on4.php?id=117918"> </script> online now</font></a>
<!-- End FreeOnlineUsers.com --></p></p>
</p>
<img src="http://i401.photobucket.com/albums/pp99/emmaree/id.jpg"></p>
</p>
Hey, im <b>Emma</b> <img src="http://e.deviantart.net/emoticons/m/meow.gif"> an 18 year old art student living in sunny <i>Australia</i>. ♥ I like <b>dark</b> fashion, i love the rain and im a huge procrastinator. Besides art i also enjoy music and making <a href="http://youtube.com.user/emmaxmaree">youtube</a> videos <img src="http://e.deviantart.net/emoticons/l/love2.gif"></p>

</p>

Find me at:<br>
+ <a href="http://emmaxmaree.deviantart.com">deviantart</a><br>
+ <a href="http://youtube.com.user/emmaxmaree">youtube</a><br>
+ <a href="http://www.flickr.com/photos/emmaxmaree/">flickr</a><br>
+ <a href="http://twitter.com/#!/emmaxmaree">twitter</a><br>
+ <a href="http://emmaxmaree.formspring.com">formspring</a><br>
+ <a href="http://www.modelmayhem.com/emmamaree">modelmayhem</a><br>
+ <a href="http://dailybooth.com/emmaxmaree">dailybooth</a><br>
+ or <a href="mailto:emmaxmaree@gmail.com">email me!</a></p>

</p>



</p>

<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 260,
  height: 300,
  theme: {
    shell: {
      background: '#f8f8f8',
      color: '#555555'
    },
    tweets: {
      background: '#ffffff',
      color: '#555555',
      links: '#df7a90'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: false,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('emmaxmaree').start();
</script>


</p>

<?php wp_register(); ?>
<?php wp_loginout(); ?>
<?php wp_meta(); ?>

</p>


</div>
        <div class="stat-about-extras">
            {block:AskEnabled}<span><a href="/ask">{AskLabel}</a></span>{/block:AskEnabled}
            {block:SubmissionsEnabled}<span><a href="/submit">{SubmitLabel}</a></span>{/block:SubmissionsEnabled}
        </div>
        <div class="stat-clear"></div>
    </section>
    {/block:IfShowAbout}
    {block:IfFacebookPageID}
    <section id="stat-facebook">
        <iframe src="http://www.facebook.com/plugins/likebox.php?id={text:Facebook Page ID}&width=260&connections=10&stream=false&header=true&height=287" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
    </section>
    {/block:IfFacebookPageID}
    {block:IfShowSearch}
    <section id="stat-search" class="stat-boxed">
        <form action="/search" method="get">
            <input id="stat-search-input" type="text" name="q" value="{SearchQuery}" />
            <button id="stat-search-button" type="submit">{lang:Search}</button>
        </form>
    </section>
    
    <section id="stat-more">
        {block:HasPages}
        <nav class="stat-pages">
            <h2>{text:Pages Description}</h2>
            <ul>
                {block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}
            </ul>
        </nav>
        {/block:HasPages}
        {block:IfShowBlogTools}
        <nav class="stat-blog-tools">
            <h2>{text:Tools Description}</h2>
            <ul>
                <li><a rel="archives" href="/archive">{lang:Archive}</a></li>
                <li><a rel="alternate" type="application/rss+xml" href="{RSS}">{lang:RSS}</a></li>
            </ul>
        </nav>
        {/block:IfShowBlogTools}
    </section>
    {block:IndexPage}
    {block:IfShowLatestTweet}
    <section id="stat-tweets" class="stat-boxed">
        <h2>{lang:Latest Tweet}</h2>
        <ul id="stat-tweet"></ul>
    </section>
    {/block:IfShowLatestTweet}
    {block:IfShowLikes}
    {block:Likes}
    <section id="stat-likes" class="stat-boxed">
        <h2>{lang:Likes}</h2>
        {Likes}
    </section>
    {/block:Likes}
    {/block:IfShowLikes}
    {/block:IndexPage}
</aside><!-- END#stat-sidebar -->

<section id="stat-articles">
    {block:TagPage}
    <article class="stat-text">
        <section>
            <p>{lang:Posts tagged Tag 2}</p>
        </section>
        <div class="stat-clear"></div>
    </article>
    {/block:TagPage}
    {block:SearchPage}
    <article class="stat-text">
        <section>
            {block:NoSearchResults}
                <p>{lang:No search results for SearchQuery 2}</p>
            {/block:NoSearchResults}
            {block:SearchResults}
                <p>{lang:Found SearchResultCount results for SearchQuery 2}</p>
            {/block:SearchResults}
        </section>
        <div class="stat-clear"></div>
    </article>
    {/block:SearchPage}
    {block:Posts}
    {block:Text}    
    <article class="stat-text" id="post-{PostID}">
        <header>
            {block:Date}
                <p class="stat-notes"><a class="stat-bubble" href="{Permalink}#notes"><span class="stat-point"></span><em>{NoteCountWithLabel}</em></a>{block:IfDisqusShortname} & <a class="stat-disqus" href="{Permalink}#disqus_thread">{lang:Comments}</a>{/block:IfDisqusShortname}</p>
                <time datetime="{Year}-{MonthNumberWithZero}-{DayOfMonthWithZero}" pubdate><a rel="bookmark" href="{Permalink}">{Month} {DayOfMonth}, {Year}</a></time>
            {/block:Date}
            {block:Title}<h1><a rel="bookmark" href="{Permalink}">{Title}</a></h1>{/block:Title}
        </header>
        <section>
            {Body}
            {block:More}<p class="stat-more"><a href="{Permalink}">{lang:Read more} …</a></p>{/block:More}
        </section>
        <div class="stat-clear"></div>
        {block:IfShowGroupPostAuthor}{block:GroupMembers}
        <aside>
            <img src="{PostAuthorPortraitURL-40}" class="stat-tumblr-author-avatar" alt="{PostAuthorName}" />
            <div class="stat-has-author">
                <p class="stat-tumblr-author">{lang:By PostAuthorName 2}</p>
        {/block:GroupMembers}{/block:IfShowGroupPostAuthor}
                {block:HasTags}<p class="stat-tumblr-tags">{lang:Filed under} {block:Tags}<a href="{TagURL}">{Tag}</a><span></span> {/block:Tags}</p>{/block:HasTags}
        {block:IfShowGroupPostAuthor}{block:GroupMembers}
            </div>
        </aside>
        {/block:GroupMembers}{/block:IfShowGroupPostAuthor}
    </article>
    {/block:Text}
    {block:Photo}
    <article class="stat-photo" id="post-{PostID}">
        <header>
            {block:Date}
                <p class="stat-notes"><a class="stat-bubble" href="{Permalink}#notes"><span class="stat-point"></span><em>{NoteCountWithLabel}</em></a>{block:IfDisqusShortname} & <a class="stat-disqus" href="{Permalink}#disqus_thread">{lang:Comments}</a>{/block:IfDisqusShortname}</p>
                <time datetime="{Year}-{MonthNumberWithZero}-{DayOfMonthWithZero}" pubdate><a rel="bookmark" href="{Permalink}">{Month} {DayOfMonth}, {Year}</a></time>
            {/block:Date}
            <div class="stat-media-wrapper">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
        </header>
        {block:Caption}<section>{Caption}</section>{/block:Caption}
        <div class="stat-clear"></div>
        {block:IfShowGroupPostAuthor}{block:GroupMembers}
        <aside>
            <img src="{PostAuthorPortraitURL-40}" class="stat-tumblr-author-avatar" alt="{PostAuthorName}" />
            <div class="stat-has-author">
                <p class="stat-tumblr-author">{lang:By PostAuthorName 2}</p>
        {/block:GroupMembers}{/block:IfShowGroupPostAuthor}
                {block:HasTags}<p class="stat-tumblr-tags">{lang:Filed under} {block:Tags}<a href="{TagURL}">{Tag}</a><span></span> {/block:Tags}</p>{/block:HasTags}
        {block:IfShowGroupPostAuthor}{block:GroupMembers}
            </div>
        </aside>
        {/block:GroupMembers}{/block:IfShowGroupPostAuthor}
    </article>
    {/block:Photo}
    {block:Photoset}
    <article class="stat-photoset" id="post-{PostID}">
        <header>
            {block:Date}
                <p class="stat-notes"><a class="stat-bubble" href="{Permalink}#notes"><span class="stat-point"></span><em>{NoteCountWithLabel}</em></a>{block:IfDisqusShortname} & <a class="stat-disqus" href="{Permalink}#disqus_thread">{lang:Comments}</a>{/block:IfDisqusShortname}</p>
                <time datetime="{Year}-{MonthNumberWithZero}-{DayOfMonthWithZero}" pubdate><a rel="bookmark" href="{Permalink}">{Month} {DayOfMonth}, {Year}</a></time>
            {/block:Date}
            <div class="stat-media-wrapper">{Photoset-500}</div>
        </header>
        {block:Caption}<section>{Caption}</section>{/block:Caption}
        <div class="stat-clear"></div>
        {block:IfShowGroupPostAuthor}{block:GroupMembers}
        <aside>
            <img src="{PostAuthorPortraitURL-40}" class="stat-tumblr-author-avatar" alt="{PostAuthorName}" />
            <div class="stat-has-author">
                <p class="stat-tumblr-author">{lang:By PostAuthorName 2}</p>
        {/block:GroupMembers}{/block:IfShowGroupPostAuthor}
                {block:HasTags}<p class="stat-tumblr-tags">{lang:Filed under} {block:Tags}<a href="{TagURL}">{Tag}</a><span></span> {/block:Tags}</p>{/block:HasTags}
        {block:IfShowGroupPostAuthor}{block:GroupMembers}
            </div>
        </aside>
        {/block:GroupMembers}{/block:IfShowGroupPostAuthor}
    </article>
    {/block:Photoset}
    {block:Quote}
    <article class="stat-quote" id="post-{PostID}">
        <header>
            {block:Date}
                <p class="stat-notes"><a class="stat-bubble" href="{Permalink}#notes"><span class="stat-point"></span><em>{NoteCountWithLabel}</em></a>{block:IfDisqusShortname} & <a class="stat-disqus" href="{Permalink}#disqus_thread">{lang:Comments}</a>{/block:IfDisqusShortname}</p>
                <time datetime="{Year}-{MonthNumberWithZero}-{DayOfMonthWithZero}" pubdate><a rel="bookmark" href="{Permalink}">{Month} {DayOfMonth}, {Year}</a></time>
            {/block:Date}
            <blockquote>{Quote}</blockquote>
        </header>
        {block:Source}<section>{Source}</section>{/block:Source}
        <div class="stat-clear"></div>
        {block:IfShowGroupPostAuthor}{block:GroupMembers}
        <aside>
            <img src="{PostAuthorPortraitURL-40}" class="stat-tumblr-author-avatar" alt="{PostAuthorName}" />
            <div class="stat-has-author">
                <p class="stat-tumblr-author">{lang:By PostAuthorName 2}</p>
        {/block:GroupMembers}{/block:IfShowGroupPostAuthor}
                {block:HasTags}<p class="stat-tumblr-tags">{lang:Filed under} {block:Tags}<a href="{TagURL}">{Tag}</a><span></span> {/block:Tags}</p>{/block:HasTags}
        {block:IfShowGroupPostAuthor}{block:GroupMembers}
            </div>
        </aside>
        {/block:GroupMembers}{/block:IfShowGroupPostAuthor}
    </article>
    {/block:Quote}
    {block:Link}
    <article class="stat-link" id="post-{PostID}">
        <header>
            {block:Date}
                <p class="stat-notes"><a class="stat-bubble" href="{Permalink}#notes"><span class="stat-point"></span><em>{NoteCountWithLabel}</em></a>{block:IfDisqusShortname} & <a class="stat-disqus" href="{Permalink}#disqus_thread">{lang:Comments}</a>{/block:IfDisqusShortname}</p>
                <time datetime="{Year}-{MonthNumberWithZero}-{DayOfMonthWithZero}" pubdate><a rel="bookmark" href="{Permalink}">{Month} {DayOfMonth}, {Year}</a></time>
            {/block:Date}
            <h1><a rel="external" href="{URL}" {Target}>{Name}</a></h1>
        </header>
        {block:Description}<section>{Description}</section>{/block:Description}
        <div class="stat-clear"></div>
        {block:IfShowGroupPostAuthor}{block:GroupMembers}
        <aside>
            <img src="{PostAuthorPortraitURL-40}" class="stat-tumblr-author-avatar" alt="{PostAuthorName}" />
            <div class="stat-has-author">
                <p class="stat-tumblr-author">{lang:By PostAuthorName 2}</p>
        {/block:GroupMembers}{/block:IfShowGroupPostAuthor}
                {block:HasTags}<p class="stat-tumblr-tags">{lang:Filed under} {block:Tags}<a href="{TagURL}">{Tag}</a><span></span> {/block:Tags}</p>{/block:HasTags}
        {block:IfShowGroupPostAuthor}{block:GroupMembers}
            </div>
        </aside>
        {/block:GroupMembers}{/block:IfShowGroupPostAuthor}
    </article>
    {/block:Link}
    {block:Chat}
    <article class="stat-chat" id="post-{PostID}">
        <header>
            {block:Date}
                <p class="stat-notes"><a class="stat-bubble" href="{Permalink}#notes"><span class="stat-point"></span><em>{NoteCountWithLabel}</em></a>{block:IfDisqusShortname} & <a class="stat-disqus" href="{Permalink}#disqus_thread">{lang:Comments}</a>{/block:IfDisqusShortname}</p>
                <time datetime="{Year}-{MonthNumberWithZero}-{DayOfMonthWithZero}" pubdate><a rel="bookmark" href="{Permalink}">{Month} {DayOfMonth}, {Year}</a></time>
            {/block:Date}
            {block:Title}<h1><a rel="bookmark" href="{Permalink}">{Title}</a></h1>{/block:Title}
        </header>
        <section>
            <dialog>
                {block:Lines}{block:Label}<dt>{Label}</dt>{/block:Label}<dd>{Line}</dd>{/block:Lines}
            </dialog>
        </section>
        <div class="stat-clear"></div>
        {block:IfShowGroupPostAuthor}{block:GroupMembers}
        <aside>
            <img src="{PostAuthorPortraitURL-40}" class="stat-tumblr-author-avatar" alt="{PostAuthorName}" />
            <div class="stat-has-author">
                <p class="stat-tumblr-author">{lang:By PostAuthorName 2}</p>
        {/block:GroupMembers}{/block:IfShowGroupPostAuthor}
                {block:HasTags}<p class="stat-tumblr-tags">{lang:Filed under} {block:Tags}<a href="{TagURL}">{Tag}</a><span></span> {/block:Tags}</p>{/block:HasTags}
        {block:IfShowGroupPostAuthor}{block:GroupMembers}
            </div>
        </aside>
        {/block:GroupMembers}{/block:IfShowGroupPostAuthor}
    </article>
    {/block:Chat}
    {block:Audio}
    <article class="stat-audio" id="post-{PostID}">
        <header>
            {block:Date}
                <p class="stat-notes"><a class="stat-bubble" href="{Permalink}#notes"><span class="stat-point"></span><em>{NoteCountWithLabel}</em></a>{block:IfDisqusShortname} & <a class="stat-disqus" href="{Permalink}#disqus_thread">{lang:Comments}</a>{/block:IfDisqusShortname}</p>
                <time datetime="{Year}-{MonthNumberWithZero}-{DayOfMonthWithZero}" pubdate><a rel="bookmark" href="{Permalink}">{Month} {DayOfMonth}, {Year}</a></time>
            {/block:Date}
            <div class="stat-audio-wrapper {block:AlbumArt}stat-extra-padding{/block:AlbumArt}">
                {block:AlbumArt}<div class="stat-audio-album-art"><img src="{AlbumArtURL}" alt /></div>{/block:AlbumArt}
                <div class="stat-audio-left">
                    <div class="stat-audio-player">{AudioPlayerBlack}</div>
                    <div class="stat-audio-play-count">{FormattedPlayCount} Plays{block:ExternalAudio} <a href="{ExternalAudioURL}" class="stat-audio-download">→</a>{/block:ExternalAudio}</div>
                    {block:Artist}<div class="stat-audio-artist">{Artist}</div>{/block:Artist}
                    {block:TrackName}<div class="stat-audio-song">{TrackName}</div>{/block:TrackName}
                </div>
                <div class="stat-clear"></div>
            </div>
        </header>
        {block:Caption}<section>{Caption}</section>{/block:Caption}
        <div class="stat-clear"></div>
        {block:IfShowGroupPostAuthor}{block:GroupMembers}
        <aside>
            <img src="{PostAuthorPortraitURL-40}" class="stat-tumblr-author-avatar" alt="{PostAuthorName}" />
            <div class="stat-has-author">
                <p class="stat-tumblr-author">{lang:By PostAuthorName 2}</p>
        {/block:GroupMembers}{/block:IfShowGroupPostAuthor}
                {block:HasTags}<p class="stat-tumblr-tags">{lang:Filed under} {block:Tags}<a href="{TagURL}">{Tag}</a><span></span> {/block:Tags}</p>{/block:HasTags}
        {block:IfShowGroupPostAuthor}{block:GroupMembers}
            </div>
        </aside>
        {/block:GroupMembers}{/block:IfShowGroupPostAuthor}
    </article>
    {/block:Audio}
    {block:Video}
    <article class="stat-video" id="post-{PostID}">
        <header>
            {block:Date}
                <p class="stat-notes"><a class="stat-bubble" href="{Permalink}#notes"><span class="stat-point"></span><em>{NoteCountWithLabel}</em></a>{block:IfDisqusShortname} & <a class="stat-disqus" href="{Permalink}#disqus_thread">{lang:Comments}</a>{/block:IfDisqusShortname}</p>
                <time datetime="{Year}-{MonthNumberWithZero}-{DayOfMonthWithZero}" pubdate><a rel="bookmark" href="{Permalink}">{Month} {DayOfMonth}, {Year}</a></time>
            {/block:Date}
            <div class="stat-media-wrapper">{Video-500}</div>
        </header>
        {block:Caption}<section>{Caption}</section>{/block:Caption}
        <div class="stat-clear"></div>
        {block:IfShowGroupPostAuthor}{block:GroupMembers}
        <aside>
            <img src="{PostAuthorPortraitURL-40}" class="stat-tumblr-author-avatar" alt="{PostAuthorName}" />
            <div class="stat-has-author">
                <p class="stat-tumblr-author">{lang:By PostAuthorName 2}</p>
        {/block:GroupMembers}{/block:IfShowGroupPostAuthor}
                {block:HasTags}<p class="stat-tumblr-tags">{lang:Filed under} {block:Tags}<a href="{TagURL}">{Tag}</a><span></span> {/block:Tags}</p>{/block:HasTags}
        {block:IfShowGroupPostAuthor}{block:GroupMembers}
            </div>
        </aside>
        {/block:GroupMembers}{/block:IfShowGroupPostAuthor}
    </article>
    {/block:Video}
    {block:Answer}
    <article class="stat-answer" id="post-{PostID}">
        <header>
            {block:Date}
                <p class="stat-notes"><a class="stat-bubble" href="{Permalink}#notes"><span class="stat-point"></span><em>{NoteCountWithLabel}</em></a>{block:IfDisqusShortname} & <a class="stat-disqus" href="{Permalink}#disqus_thread">{lang:Comments}</a>{/block:IfDisqusShortname}</p>
                <time datetime="{Year}-{MonthNumberWithZero}-{DayOfMonthWithZero}" pubdate><a rel="bookmark" href="{Permalink}">{Month} {DayOfMonth}, {Year}</a></time>
            {/block:Date}
        </header>
        <section>
            <div class="stat-the-question">
                <div class="stat-thumbnail"><img src="{AskerPortraitURL-64}" alt /></div>
                <div class="stat-qa-content">
                    <span>{lang:Asker asked}:</span>
                    {Question}
                </div>
            </div>
            <div class="stat-the-answer">
                <div class="stat-thumbnail"><img src="{PortraitURL-64}" alt /></div>
                <div class="stat-qa-content">{Answer}</div>
            </div>
        </section>
        <div class="stat-clear"></div>
        {block:IfShowGroupPostAuthor}{block:GroupMembers}
        <aside>
            <img src="{PostAuthorPortraitURL-40}" class="stat-tumblr-author-avatar" alt="{PostAuthorName}" />
            <div class="stat-has-author">
                <p class="stat-tumblr-author">{lang:By PostAuthorName 2}</p>
        {/block:GroupMembers}{/block:IfShowGroupPostAuthor}
                {block:HasTags}<p class="stat-tumblr-tags">{lang:Filed under} {block:Tags}<a href="{TagURL}">{Tag}</a><span></span> {/block:Tags}</p>{/block:HasTags}
        {block:IfShowGroupPostAuthor}{block:GroupMembers}
            </div>
        </aside>
        {/block:GroupMembers}{/block:IfShowGroupPostAuthor}
    </article>
    {/block:Answer}
    {/block:Posts}
    {block:Posts}{block:Permalink}{block:Date}
    {block:IfDisqusShortname}
    <section id="disqus_thread"></section>
    {/block:IfDisqusShortname}
    {/block:Date}{/block:Permalink}{/block:Posts}
    {block:PostNotes}
    <section id="notes">{PostNotes}</section>
    {/block:PostNotes}
</section><!-- END#stat-articles -->

{block:Pagination}
<nav id="stat-navigation">
    <ul>
        {block:PreviousPage}<li class="stat-nav-left"><a rel="prev" href="{PreviousPage}">{lang:Previous page}</a></li>{/block:PreviousPage}
        {block:NextPage}<li class="stat-nav-right"><a rel="next" href="{NextPage}">{lang:Next page}</a></li>{/block:NextPage}
        <li class="stat-nav-center">{lang:Page CurrentPage of TotalPages}</li>
    </ul>
</nav><!-- END#stat-navigation -->
{/block:Pagination}

</div><!-- END#stat-wrapper -->

<footer id="stat-footer">
    <p>We love <a href="http://www.tumblr.com/" rel="external">Tumblr</a> <span>&</span> <a href="http://www.tumblr.com/theme/3292" rel="external">Stationery</a> by <a href="http://thijsjacobs.com/" rel="external">Thijs</a> edited by Me.</br>
</footer>

{block:Posts}{block:Permalink}{block:Date}
{block:IfDisqusShortname}
<script type="text/javascript">
//<![CDATA[
(function() {
    var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
    dsq.src = 'http://disqus.com/forums/{text:Disqus Shortname}/embed.js';
    (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
//]]>
</script>
{/block:IfDisqusShortname}
{/block:Date}{/block:Permalink}{/block:Posts}
{block:IndexPage}
{block:IfDisqusShortname}
<script type="text/javascript">
//<![CDATA[
(function() {
    var links = document.getElementsByTagName('a');
    var query = '?';
    for(var i = 0; i < links.length; i++) {
    if(links[i].href.indexOf('#disqus_thread') >= 0) {
        query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
    }
    }
    document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/get_num_replies.js' + query + '"></' + 'script>');
})();
//]]>
</script>
{/block:IfDisqusShortname}
{/block:IndexPage}
</body>
</html>


User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Frederiek
post Jan 27 2011, 02:31 AM
Post #2


Programming Fanatic
********

Group: Members
Posts: 5,146
Joined: 23-August 06
From: Europe
Member No.: 9



I see both the main and sidebar content, as outputted by the tumblr codes (with which btw I'm not familiar). So it seems you solved your problem.

There are markup errors though, which you should fix. And since the page is in HTML5, use a HTML5 validator: http://validator.nu/?doc=http%3A//emmaxmaree.tumblr.com/ .
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
emmaxmaree
post Jan 27 2011, 06:57 AM
Post #3





Group: Members
Posts: 2
Joined: 26-January 11
Member No.: 13,719



Thanks for the reply Frederiek. I decided to edit a theme from scratch to fix it. Im still not sure what i did wrong before but its all fixed now.

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Michaela95
post May 7 2011, 05:18 AM
Post #4





Group: Members
Posts: 2
Joined: 7-May 11
Member No.: 14,494



Hi, I'm having the exact same problem with my theme. Could anybody help me? Here's my html;

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">

<head>
<!--
Designed by

CORYJOHNNY
http://www.coryjohnny.tumblr.com

Theme: "Classic 400"


-->

<title>{Title}{block:PostSummary} // {PostSummary}{/block:PostSummary}</title>
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<link rel="shortcut icon" href="{Favicon}" />
<link rel="alternate" type="application/rss+xml" href="{RSS}" />

<meta name="color:Background" content="#EBEBEB" />
<meta name="color:Box" content="#FFFFFF" />
<meta name="color:Text" content="#AAAAAA" />
<meta name="color:Links" content="#000000" />
<meta name="color:Links Hover" content="#FFFFFF" />
<meta name="color:Links Background Hover" content="#000000" />
<meta name="color:Chat" content="#F7F7F7" />
<meta name="color:Asker Background" content="#F7F7F7" />

<meta name="image:Background" content="" />

<meta name="font:Body" content="Helvetica" />
<meta name="font:Links" content="Helvetica" />
<meta name="font:Title" content="Helvetica" />

<meta name="image:200pxPortrait" content=""/>

<meta name="if:Title" content="1"/>
<meta name="if:Description" content="1"/>
<meta name="if:Links Background Hover Color" content="1"/>

<meta name="if:Ask" content="1"/>
<meta name="if:Submit" content="1"/>

<meta name="if:Notes" content="1"/>
<meta name="if:Twitter" content="1"/>
<meta name="if:Enable Jump Pagination" content="1" />
<meta name="text:Title Text transform" content="uppercase" />
<meta name="if:Searchbar" content="0"/>

<meta name="text:Custom Link One" content="" />
<meta name="text:Custom Link One Title" content="" />
<meta name="text:Custom Link Two" content="" />
<meta name="text:Custom Link Two Title" content="" />
<meta name="text:Custom Link Three" content="" />
<meta name="text:Custom Link Three Title" content="" />
<meta name="text:Custom Link Four" content="" />
<meta name="text:Custom Link Four Title" content="" />

<style type="text/css">
/* Basics */
body { background: {color:Background} url('{image:Background}') top left fixed repeat; color: {color:Text}; font-family: {font:Body}; font-size: 11px; padding-top:5px;background-position:top left;text-transform:lowercase;}

a, a:link, a:visited { color: {color:Links}; font-family: {font:Links}; text-transform: lowercase; text-decoration: none; font-size: 11px;}
a:hover {color: {color:Links Hover};font-family: {font:Links};text-transform: lowercase; text-decoration: none; font-size: 11px; {block:ifLinksBackgroundHoverColor} background-color: {color:Links Background Hover};{/block:ifLinksBackgroundHoverColor} }


.linkbox {margin-top:5px;font-size:10px;text-transform: uppercase;}
.linkbox a {margin-top:5px;font-size:10px;text-transform: uppercase;}

p { margin: 5px 0 0 0; line-height: 12px; padding: 0; }
ul, ol { margin: 5px 0 0 25px; padding: 0; }
blockquote { margin: 2px 2px 1px 2px; padding: 1px 2px 1px 4px; border: 0px solid {color:Text}; }
blockquote p { margin: 0; padding: 0; line-height: 12px; }


/* Boxes */
#main { margin: 20px auto; overflow: auto; width: 618px;padding:5px;}
.left {background-color: {color:Box}; margin-top:float: left;width: 200px; overflow:hidden;position:fixed;text-align:justify;text-transform:{text:Text transform};}
.right { background-color: {color:Box}; margin: 0 0 5px 0; padding: 5px; text-align: left;
width: 402px;margin-left:205px;text-transform:{text:Text transform};}

.navlinks {color: {color:Links}; font-family: {font:Links}; text-transform: lowercase; text-decoration: none; font-size: 11px;border-top: 1px solid {color:Chat};display:block;}


/* Everything */
.title, .title a { font-family: {font:Title}; font-size: 17px; line-height: 17px; text-transform: uppercase; letter-spacing:-1px; {font:Links}; text-transform: {text:Title text transform};}

.sub, .sub a { font-family: {font:Title}; }
.sub img { vertical-align: text-bottom; }
.odd { background-color: {color:Chat}; padding: 1px; }
.even { padding: 1px; }
.audioplayer { background-color: #000; }
.left img {max-width:100%;}
.right img {max-width:400px;}
*:active,*:focus { outline: 0px; }
.right img { border: 0px; display: block;}
.left img { border: 0px; display: block;}


.twitter {padding: 15px 0 0 0;}
.twitter:first-child {padding: 0;}
ul#twitter_update_list {list-style-type: none;margin: 0;padding: 0;}
ul#twitter_update_list li {}

.asked {margin-top:4px;background-color:{color:Asker Background}; padding:5px; -moz-border-radius:5px; border-radius:5px;
font-family: {font:Title}; font-size: 16px; line-height: 16px; text-transform: uppercase; letter-spacing:-1px;}
.asked a {font-family: {font:Title}; font-size: 16px; line-height: 16px; text-transform: uppercase; letter-spacing:-1px;}
.asked a:hover {{block:ifLinksBackgroundHoverColor} background-color: {color:Links Background Hover};{/block:ifLinksBackgroundHoverColor}}
.said {font-family: {font:Title}; font-size: 14px; line-height: 14px; text-transform: uppercase; letter-spacing:-1px;margin-top:6px;}
.said a {font-family: {font:Title}; font-size: 14px; line-height: 14px; text-transform: uppercase; letter-spacing:-1px;margin-top:6px;}

.righty {float:right;}
.rightypagintation {float:right; margin-top:0px;}
.lefty {float:left;}

#footer input {margin-top: 0px;width:100%;border: 0px solid;font-family:{font:Links};font-size:10px;}
#footer { text-align: ;}
#footer input:hover {background-color: {color:Links Background Hover};}
</style>

<style type="text/css">{CustomCSS}</style>
</head>
<body>
<div id="main">
<div class="left">

{block:If200pxPortraitImage} <img class="roundedtop portrait" src="{image:200pxPortrait}" /> {/block:If200pxPortraitImage}

{block:ifTitle}
<div class="title"><a href="/">{Title}</a></div>
{/block:ifTitle}
{block:ifDescription}
{block:Description}{Description}{/block:Description}
{/block:ifDescription}
<div align="right">
<div class="navlinks"><a href="/">Index</a></div>
{block:ifCustomLinkOneTitle}<div class="navlinks"><a href="{text:Custom Link One}">{text:Custom Link One Title}</a></div> {/block:ifCustomLinkOneTitle}
{block:ifCustomLinkTwoTitle}<div class="navlinks"><a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a></div>{/block:ifCustomLinkTwoTitle}
{block:ifCustomLinkThreeTitle}<div class="navlinks"><a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a></div> {/block:ifCustomLinkThreeTitle}
{block:ifCustomLinkFourTitle}<div class="navlinks"><a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a></div> {/block:ifCustomLinkFourTitle}
{block:ifTwitter}
{block:Twitter}<div class="navlinks"><a href="http://www.twitter.com/{TwitterUsername}">twitter</a></div> {/block:Twitter}
{/block:ifTwitter}
<div class="navlinks"><a href="/archive">Archive</a></div>
{block:ifAsk}<div class="navlinks"><a href="/ask" class="page">{AskLabel}</a></div>{/block:ifAsk}
{block:ifSubmit}<div class="navlinks"><a href="/submit" class="page">{SubmitLabel}</a></div>{/block:ifSubmit}
<div class="navlinks"><a href="{RSS}">RSS</a></div>
</div>
<div id="footer">
{block:ifSearchbar}
<div class="navlinks">
<form action="/search" method="get"><input name="q" onfocus="this.value=''" type="text" value="search for keywords.." /></form>
</div>
{/block:ifSearchbar}
</div>
</div>


{block:Posts}
<div class="right">

{block:Text}{block:Title}<div class="title"><a href="{Permalink}">{Title}</a></div>{/block:Title}{Body}{/block:Text}

{block:Photo}
{block:IndexPage} <a href="{Permalink}"> {/block:IndexPage}
{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">
{block:IndexPage}</a>{/block:IndexPage}
{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
{block:Caption}{Caption}{/block:Caption}
{/block:Photo}

{block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}

{block:Quote}<div class="title"><a href="{Permalink}">{Quote}</a></div> {block:Source}— {Source}{/block:Source}<BR>{/block:Quote}

{block:Link}<div class="title"><a href="{URL}"> {Target}{Name} ←</a></div> {block:Description}{Description}{/block:Description}{/block:Link}

{block:Chat}{block:Title}<div class="title"><a href="{Permalink}">{Title}</a></div>{/block:Title} {block:Lines}<div class="{Alt}">{block:Label}{Label}{/block:Label} {Line}</div>{/block:Lines}{/block:Chat}

{block:Audio}<div class="audioplayer">{AudioPlayerBlack}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}

{block:Video}{Video-400}{block:Caption}<a href="{Permalink}">{Caption}</a>{/block:Caption}{/block:Video}

{block:Answer} <div class="asked"> {Asker} said: {Question}</div>
<i>{Answer}</i>{/block:Answer}

<div class="linkbox">
<a href="{Permalink}">{TimeAgo}</a>
{block:RebloggedFrom} <a href="{ReblogRootURL}">&nbsp; via: {ReblogRootName}</a>{/block:RebloggedFrom}
{block:ExternalAudio}&nbsp; <a href="{ExternalAudioURL}">download</a>{/block:ExternalAudio}
<div class="righty">{block:ifNotes}{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{/block:ifNotes}</div>
{block:PermalinkPage}<BR> {block:HasTags}{block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags} {/block:PermalinkPage}


</div>
</div>


{block:PostNotes}
<div class="right">
<div class="title">{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount} </div>
{PostNotes}
</div>
{/block:PostNotes}

{/block:Posts}


<div class="right">
themed by <a href="http://coryjohnny.tumblr.com">coryjohnny</a> for <a href="http://tumblr.com/">tumblr</a>
<div class="rightypagintation">
{block:Pagination}
<div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
{block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}

{block:IfEnableJumpPagination}
{block:JumpPagination length="10"}
{block:CurrentPage}
<span class="current_page">{PageNumber}</span>
{/block:CurrentPage}

{block:JumpPage}
<a class="jump_page" href="{URL}">{PageNumber}</a>
{/block:JumpPage}

{/block:JumpPagination}
{/block:IfEnableJumpPagination}

{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
</div>
{/block:Pagination}
</div></div>

</div>



</body>
</html>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Michaela95
post May 7 2011, 05:24 AM
Post #5





Group: Members
Posts: 2
Joined: 7-May 11
Member No.: 14,494



Please could you help me it would be really appreacited. My page was working fine than put a html for a page counter hit save than decided I didnt want it anymore so I took the html out and hit save and close now all my posts are gone it's like there invisible.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post May 7 2011, 03:45 PM
Post #6


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



Sorry, but this is a Tumblr issue. Most of us aren't familiar with Tumblr.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
musicisuniversal
post Jan 22 2012, 07:28 PM
Post #7





Group: Members
Posts: 1
Joined: 22-January 12
Member No.: 16,308



can anyone help me too? i was editing my html for tumblr to add streampad for music. but then after i wanted to change to hypster so when i edited the html and erased the streampad one, the codes went red or something and all my posts were gone. i swear i only erased the stream pad code but now my tumblr page is messed.
this is my html right now:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--

. .o8 oooo
.o8 "888 `888
.o888oo oooo oooo ooo. .oo. .oo. 888oooo. 888 oooo d8b
888 `888 `888 `888P"Y88bP"Y88b d88' `88b 888 `888""8P
888 888 888 888 888 888 888 888 888 888
888 . 888 888 888 888 888 888 888 888 888 .o.
"888" `V88V"V8P' o888o o888o o888o `Y8bod8P' o888o d888b Y8P

-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- DEFAULT VARIABLES -->
<meta name="color:Background" content="#3b627e" />

<meta name="font:Title" content="Arial" />
<meta name="font:Body" content="Arial" />
<meta name="font:Accent" content="Lucida Sans" />

<meta name="if:Show People I Follow" content="1" />
<meta name="if:Show Tags" content="1" />
<meta name="if:Show Album Art on Audio Posts" content="1" />
<meta name="if:Enable Jump Pagination" content="0" />

<meta name="text:Disqus Shortname" content="" />

<meta name="image:Header" content="" />
<meta name="image:Background" content="" />

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<link rel="shortcut icon" href="{Favicon}" />
<link rel="apple-touch-icon" href="{PortraitURL-128}"/>
<link rel="alternate" type="application/rss+xml" href="{RSS}" />
<style type="text/css">
body {
background: {color:Background} url('{image:Background}') top left fixed repeat;
margin: 0;
padding: 0;
font-family: {font:Body};
}

.clear {
clear: both;
height: 0px;
overflow: hidden;
}

a img {
border: none;
}

#wrapper {
width: 845px;
margin: 0 auto;
}

#wrapper #title {
margin: 30px 0;
color: #fff;
font-size: 50px;
font-weight: bold;
font-family: {font:Title};
text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
letter-spacing: -1px;
}

#wrapper #title a {
color: #fff;
text-decoration: none;
}

#wrapper #content {
width: 520px;
float: left;
}

#wrapper #content .post {
font-family: {font:Body};
background: #fff;
padding: 10px;
position: relative;
}

#wrapper #content .post .media {
text-align: center;
margin-bottom: 10px;
}

#wrapper #content .post .quotebg {
font-family: georgia, serif;
font-size: 150px;
color: {color:Background};
opacity: 0.2;
filter: alpha(opacity=20);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
position: absolute;
top: 70px;
left: 10px;
}

#wrapper #content .post .quote {
color: {color:Background};
font-weight: bold;
padding: 20px 20px 5px 20px;
}

#wrapper #content .post .quote.short {
font-size: 33px;
line-height: 35px;
}

#wrapper #content .post .quote.medium {
font-size: 25px;
line-height: 28px;
}

#wrapper #content .post .quote.long {
font-size: 18px;
line-height: 22px;
}

#wrapper #content .post .quote_source *:first-child {
margin-top: 0px;
}

#wrapper #content .post .quote_source *:last-child {
margin-bottom: 0px;
}

#wrapper #content .post .quote *:first-child {
margin-top: 0px;
}

#wrapper #content .post .quote *:last-child {
margin-bottom: 0px;
}

#wrapper #content .post .copy {
color: #6e7173;
padding: 10px;
font-size: 13px;
line-height: 15px;
}

#wrapper #content .post .copy a {
color: #6e7173;
text-decoration: underline;
}

#wrapper #content .post .copy p {
margin: 10px 0 0 0;
padding: 0;
}

#wrapper #content .post .copy pre {
margin: 10px 0px 10px 0px;
padding: 10px;
background-color: #e6e6e6;
font: normal 11px Courier, monospace;
overflow: auto;
}

#wrapper #content .post .copy > p:first-child {
margin-top: 0;
}

#wrapper #content .post .copy img {
max-width: 100%;
}

#wrapper #content .post .audio {
background: #eaeaea;
float: left;
padding: 7px;
margin-bottom: 10px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

#wrapper #content .post .audio .player {
float: left;
}

#wrapper #content .post .audio .player .audio_player embed {
border: 1px solid #c8c8c8;
}

#wrapper #content .post .audio .meta {
padding: 8px 13px;
height: 13px;
float: left;
color: #666;
font-family: {font:Accent};
font-size: 11px;
text-transform: lowercase;
}

#wrapper #content .post .audio .meta a {
color: #666;
text-decoration: none;
}

#wrapper #content .post .album_art {
text-align: center;
}

#wrapper #content .post .question {
color: #494949;
font-size: 16px;
font-weight: bold;
background: #f1f1f1;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
margin: 0 0 15px 0;
padding: 15px 20px;
position: relative;
}

#wrapper #content .post .question .nipple {
width: 13px;
height: 7px;
background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
position: absolute;
bottom: -7px;
left: 30px;
}

#wrapper #content .post .asker_container {
margin: 0 0 20px 24px;
}

#wrapper #content .post .asker_container img {
margin: 0 12px -7px 0;
}

#wrapper #content .post .asker_container a.asker {
color: {color:Body};
}

#wrapper #content .post .title {
color: #494949;
font-size: 16px;
font-weight: bold;
padding: 10px 10px 0 10px;
}

#wrapper #content .post img {
max-width: 500px;
}

#wrapper #content .post .chat {
background-color: #fff;
border-left: 5px solid #dedddd;
margin: 10px 10px 0 10px;
font-size: 14px;
}

#wrapper #content .post .chat .lines {
margin-left: 1px;
}

#wrapper #content .post .chat .lines .line {
background-color: #eaeaea;
color: #494949;
margin-bottom: 1px;
padding: 3px 5px;
}

#wrapper #content .post .chat .lines .line.even {
background-color: #dedddd;
}

#wrapper #content .post .link {
margin: 4px 0 2px 0;
font-size: 16px;
line-height: 25px;
}

#wrapper #content .post .link a {
background-color: {color:Background};
color: #fff;
padding: 5px 7px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

#wrapper #content .post .link a:hover {
opacity: 0.9;
filter: alpha(opacity=90);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#wrapper #content .post .footer {
background: #eaeaea;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
font-family: {font:Accent};
font-size: 11px;
color: #666;
padding: 5px 10px;
margin-top: 10px;
}

#wrapper #content .post .footer.for_permalink:hover {
opacity: 0.9;
filter: alpha(opacity=90);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#wrapper #content .post .footer .date {
width: 67%;
float: left;
color: #666;
}

#wrapper #content .post .footer .notes {
width: 33%;
float: right;
text-align: right;
color: #666;
}

#wrapper #content .post .footer .notes a {
color: #666;
}

#wrapper #content .post .footer .tags a {
color: #4a4a51;
text-decoration: underline;
}

#wrapper #content .post .footer .tags .tag-commas:last-child {
display: none;
}

#wrapper #content .post .footer.with_source_url .tags {
max-width: 330px;
float: left;
}

#wrapper #content .post .footer.with_source_url .source_url {
float: right;
max-width: 160px;
overflow: hidden;
white-space: nowrap;

}

#wrapper #content .post .footer.with_source_url .source_url img {
vertical-align: top;
-moz-opacity: 0.5;
opacity: 0.5;
}

#wrapper #content .post .footer.with_source_url .source_url:hover img {
-moz-opacity: 0.7;
opacity: 0.7;
}

#wrapper #content .post a {
color: #6e7173;
text-decoration: none;
}

#wrapper #content .post .copy blockquote {
margin: 10px 0px 10px 10px;
padding-left: 15px;
border-left: solid 4px #dcdcdc;
}

#wrapper #content .post .copy blockquote blockquote {
border-left: solid 4px #cccccc;
}

#wrapper #content .post .copy blockquote blockquote blockquote {
border-left: solid 4px #bcbcbc;
}

#wrapper #content .post .copy blockquote blockquote blockquote blockquote {
border-left: solid 4px #acacac;
}

#wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
border-left: solid 4px #9c9c9c;
}

#wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
border-left: solid 4px #8c8c8c;
}

#wrapper #content .bottom {
background: url('http://assets.tumblr.com/themes/redux/shadow-post.png') top center no-repeat transparent;
width: 513px;
height: 40px;
margin: 0 auto;
}

#wrapper #content #navigation {
text-align: right;
padding-bottom: 35px;
text-transform: lowercase;
}

#wrapper #content #navigation a {
background-color: #fff;
color: {color:Background};
padding: 5px 10px;
text-decoration: none;
margin-left: 25px;
}

#wrapper #content #navigation a:hover {
opacity: 0.9;
filter: alpha(opacity=90);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#wrapper #content #navigation.jump_pagination {}

#wrapper #content #navigation.jump_pagination a {
margin: 0 0 0 4px;
}

#wrapper #content #navigation.jump_pagination .current_page {
color: #fff;
background-color: rgba(255,255,255, 0.1);
border: 2px solid #fff;
padding: 3px 8px;
margin: 0 0 0 4px;
cursor: default;
}

#wrapper #content #navigation.jump_pagination .jump_page {}

#wrapper #content .post .notecontainer {
background: #eaeaea;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
font-family: {font:Accent};
font-size: 11px;
color: #666;
margin-top: 10px;
margin-bottom: -10px;
}

#wrapper #content .post .notecontainer a {
color: #666;
text-decoration: underline;
}

#wrapper #content .post .notecontainer ol.notes {
padding: 0px 0 10px 0;
list-style-type: none;
font-size: 11px;
}

#wrapper #content .post .notecontainer ol.notes li.note {
padding: 10px 10px 0 10px;
}

#wrapper #content .post .notecontainer ol.notes li.note img.avatar {
vertical-align: -4px;
margin-right: 10px;
width: 16px;
height: 16px;
}

#wrapper #content .post .notecontainer ol.notes li.note span.action {
font-weight: normal;
}

#wrapper #content .post .notecontainer ol.notes li.note .answer_content {
font-weight: normal;
}

#wrapper #content .post .notecontainer ol.notes li.note blockquote {
border-left: 2px solid #666;
padding: 4px 10px;
margin: 10px 0px 0px 25px;
}

#wrapper #content .post .notecontainer ol.notes li.note blockquote a {
text-decoration: none;
}

#wrapper #content #searchresults {
color: #fff;
margin: 0 0 15px 0;
text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
font-family: {font:Body};
font-size: 20px;
}

#wrapper #content #searchresults .search_query {
font-weight: bold;
}

#wrapper #content #searchresults .search_query:before {
content:'“';
}

#wrapper #content #searchresults .search_query:after {
content:'”';
}

#wrapper #sidebar {
width: 250px;
float: right;
color: {color:Background};
font-family: {font:Accent}
}

#wrapper #sidebar a {
color: {color:Background};
}

#wrapper #sidebar #top {
background: #fff;
padding: 0 20px;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

#wrapper #sidebar #top #avatar {
width: 146px;
height: 146px;
padding: 8px 0 0 9px;
background: url('http://assets.tumblr.com/themes/redux/avatar-bg.png') top left no-repeat transparent;
position: relative;
top: -24px;
left: -5px;
}

#wrapper #sidebar #top #pages {
margin-bottom: 15px;
font-size: 12px;
}

#wrapper #sidebar #top #pages.ask_and_submit {
display: none;
{block:AskEnabled}display: block;{/block:AskEnabled}
{block:SubmissionsEnabled}display: block;{/block:SubmissionsEnabled}
}

#wrapper #sidebar #top #pages a.page {
display: block;
float: left;
background-color: {color:Background};
color: #fff;
padding: 4px 5px;
margin: 0 5px 5px 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#wrapper #sidebar #top #pages a.page:last-child {
margin-right: 0;
}

#wrapper #sidebar #top #pages a.page:hover {
opacity: 0.9;
filter: alpha(opacity=90);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#wrapper #sidebar #top #description {
font-size: 11px;
position: relative;
top: -18px;
}

#wrapper #sidebar #top #description a {
color: {color:Background};
text-decoration: underline;
}

#wrapper #sidebar #top #search {
background: #fff;
border: 1px solid {color:Background};

-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

#wrapper #sidebar #top #search-scope {
padding-top: 5px;
font-size: 11px;
text-align: center;
}

#wrapper #sidebar #top #search-scope input,
#wrapper #sidebar #top #search-scope label {
cursor: pointer;
}

#wrapper #sidebar #top #search form {
margin: 0;
}

#wrapper #sidebar #top #search form .query {
padding: 5px;
border: none;
background: transparent;
outline: none;
width: 125px;
float: left;
color: {color:Background};
}

#wrapper #sidebar #top #search form .submit {
background: {color:Background};
color: #fff;
border: none;
padding: 5px 7px;
margin: 3px 3px 2px 0;
float: right;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
}

#wrapper #sidebar #top #search form .submit:hover {
opacity: 0.9;
filter: alpha(opacity=90);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#wrapper #sidebar #top .heading {
color: #fff;
font-family: helvetica, arial, sans-serif;
font-size: 17px;
margin-top: 20px;
padding: 10px;
background-color: {color:Background};
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}

#wrapper #sidebar #top a .heading {
color: #fff;
text-decoration: none;
}

#wrapper #sidebar #top .heading#followontumblr {
background: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-en_US.png') center left no-repeat {color:Background};
text-indent: -9999px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;

{block:German}
background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-de_DE.png');
{/block:German}

{block:Japanese}
background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-ja_JP.png');
{/block:Japanese}

{block:Italian}
background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-it_IT.png');
{/block:Italian}

{block:French}
background-image: url('http://assets.tumblr.com/themes/redux/sidebar-follow-on-fr_FR.png');
{/block:French}
}

#wrapper #sidebar #top .heading#followontumblr:hover,
#wrapper #sidebar #top .heading#twitter:hover {
opacity: 0.9;
filter: alpha(opacity=90);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#wrapper #sidebar #top .heading#twitter {
background: url('http://assets.tumblr.com/themes/redux/sidebar-twitter.png') right center no-repeat {color:Background};
}

#wrapper #sidebar #top .heading#following {
background: url('http://assets.tumblr.com/themes/redux/sidebar-following.png') right center no-repeat {color:Background};
}

#wrapper #sidebar #top .content {
margin-top: 2px;
padding: 7px 10px;
background: #eaeaea;
color: #666;
font-size: 11px;
overflow: hidden;
}

#wrapper #sidebar #top a {
text-decoration: none;
}

#wrapper #sidebar #top #following-avatars.content {
padding: 4px;
}

#wrapper #sidebar #top #following-avatars.content a img {
margin: 5px;
}

#wrapper #sidebar #top #buttons {
padding: 20px 0 0 0;
}

#wrapper #sidebar #top #buttons .button {
width: 35%;
height: 21px;
float: left;
background: left center no-repeat transparent;
padding: 2px 0 0 30px;
font-size: 14px;
}

#wrapper #sidebar #top #buttons a {
color: {color:Background};
text-decoration: none;
}

#wrapper #sidebar #top #buttons div {
padding-bottom: 10px;
}

#wrapper #sidebar #top #buttons .button#button-rss {
background-image: url('http://assets.tumblr.com/themes/redux/button-rss.png?2');
text-transform: capitalize;
}

#wrapper #sidebar #top #buttons .button#button-random {
background-image: url('http://assets.tumblr.com/themes/redux/button-random.png?2');
}

#wrapper #sidebar #top #buttons .button#button-archive {
background-image: url('http://assets.tumblr.com/themes/redux/button-archive.png?2');
}

#wrapper #sidebar #top #buttons .button#button-mobile {
background-image: url('http://assets.tumblr.com/themes/redux/button-mobile.png?2');
}

#wrapper #sidebar #bottom {
background: url('http://assets.tumblr.com/themes/redux/sidebar-bottom.png') top center no-repeat transparent;
width: 250px;
height: 25px;
}

#wrapper #sidebar #copyright {
text-align: center;
color: #fff;
font-size: 12px;
margin-bottom: 10px;
}

#wrapper #sidebar #copyright a {
color: #fff;
margin-left: 15px;
}

</style>
<!--[if lt IE 7.]>
<style type="text/css">
#wrapper #sidebar #bottom {
background: transparent;
}

#wrapper #sidebar #top #avatar {
background: none;
}

#wrapper #sidebar #top #avatar img {
border: 5px solid #f1f1f1;
}

#wrapper #sidebar #top .heading#followontumblr {
background-image: none;
text-indent: 0;
}

#wrapper #sidebar #top .heading#twitter {
background-image: none;
}

#wrapper #sidebar #top .heading#following {
background-image: none;
}

#wrapper #content .post .audio .player {
float: none;
}

#wrapper #content .post .audio .meta {
display: none;
float: none;
}
</style>
<![endif]-->

<!--[if lt IE 8.]>
<style type="text/css">
#wrapper #content .bottom {
background: transparent;
}

#wrapper #content .post .footer {
background: transparent;
color: #000;
}

#wrapper #content .post .audio {
float: none;
background: transparent;
}

#wrapper #content .post .notecontainer .notes {
padding: 0;
margin: 0;
}
</style>
<![endif]-->
<style <script type="text/javascript" src="http://o.aolcdn.com/os_merge/?file=/streampad/sp-player.js&file=/streampad/sp-player-tumblr.js&expsec=86400&ver=11"></script>
</head>
<body>
<div id="wrapper">
<div id="title">
<a href="/">
{block:IfHeaderImage}<img src="{image:Header}" />{/block:IfHeaderImage}
{block:IfNotHeaderImage}{Title}{/block:IfNotHeaderImage}
</a>
</div>

<div id="content">

{block:SearchPage}
{block:SearchResults}
<div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
{/block:SearchResults}

{block:NoSearchResults}
<div id="searchresults">{lang:No search results for SearchQuery 2}</div>
{/block:NoSearchResults}
{/block:SearchPage}

{block:Posts}
<div class="post">

{block:Photo}
<div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
{/block:Photo}

{block:Video}
<div class="media">{Video-500}</div>
{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
{/block:Video}

{block:Audio}
{block:IfShowAlbumArtOnAudioPosts}
{block:AlbumArt}
<div class="album_art">
<img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
</div>
{/block:AlbumArt}
{/block:IfShowAlbumArtOnAudioPosts}

<div class="audio">
<div class="player">{AudioPlayerWhite}</div>
<div class="meta">{PlayCountWithLabel}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
<div class="clear"></div>
</div>
<div class="clear"></div>
{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
{/block:Audio}

{block:Quote}
<div class="quote {Length}">{Quote}</div>
<div class="copy">
<div class="quotebg">“</div>
{block:Source}
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" style="width:20px;">&mdash;</td>
<td valign="top" class="quote_source">
{Source}
</td>
</tr>
</table>
{/block:Source}
</div>
{/block:Quote}

{block:Text}
{block:Title}<div class="title">{Title}</div>{/block:Title}
<div class="copy">{Body}</div>
{/block:Text}

{block:Answer}
<div class="question">
<div class="nipple"></div>
{Question}
</div>
<div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
<div class="copy">{Answer}</div>
{/block:Answer}

{block:Chat}
{block:Title}<div class="title">{Title}</div>{/block:Title}
<div class="chat">
<div class="lines">
{block:Lines}
<div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
{/block:Lines}
</div>
</div>
<div class="clear"></div>
<div style="height:10px;"></div>
{/block:Chat}

{block:Link}
<div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
{block:Description}<div class="copy">{Description}</div>{/block:Description}
{/block:Link}

{block:Date}
<a href="{Permalink}">
<div class="footer for_permalink">
<div class="date">
{block:Reblog}
{lang:Reblogged TimeAgo from ReblogParentName} {block:RebloggedFromReblog}(<span style="text-transform:lowercase;">{lang:Originally from ReblogRootName}</span>){/block:RebloggedFromReblog}
{/block:Reblog}

{block:NotReblog}
{lang:Posted TimeAgo from source}
{/block:NotReblog}
</div>
<div class="notes">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} {block:IfDisqusShortname}{block:NoteCount}&bull;{/block:NoteCount} <a href="{Permalink}#disqus_thread">{lang:View comments}</a>{/block:IfDisqusShortname}</div>
<div class="clear"></div>
</div>
</a>
{/block:Date}

<div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
display:none;
{block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
{block:ContentSource}display:block;{/block:ContentSource}
">
{block:IfShowTags}
{block:HasTags}<div class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}.</div>{/block:HasTags}
{/block:IfShowTags}

{block:ContentSource}
<a href="{SourceURL}" class="source_url">
{lang:Source}:
{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
</a>
{/block:ContentSource}

<div class="clear"></div>
</div>

{block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}

{block:IfDisqusShortname}
{block:Permalink}
<div class="notecontainer" style="margin:20px 0 1px 0; padding:1px 10px 10px 10px;">
<div id="disqus_thread"></div>
<script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
<noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
</div>
<div style="text-align:right; margin-top:5px;">
{lang:Blog comments powered by Disqus 2}
</div>
{/block:Permalink}
{/block:IfDisqusShortname}

</div>
<div class="bottom"></div>
{/block:Posts}

{block:Pagination}
<div id="navigation" {block:IfEnableJumpPagination}class="jump_pagination"{/block:IfEnableJumpPagination}>
{block:PreviousPage}<a href="{PreviousPage}">&larr; {lang:Previous}</a>{/block:PreviousPage}

{block:IfEnableJumpPagination}
{block:JumpPagination length="5"}
{block:CurrentPage}
<span class="current_page">{PageNumber}</span>
{/block:CurrentPage}

{block:JumpPage}
<a class="jump_page" href="{URL}">{PageNumber}</a>
{/block:JumpPage}

{/block:JumpPagination}
{/block:IfEnableJumpPagination}

{block:NextPage}<a href="{NextPage}">{lang:Next page} &rarr;</a>{/block:NextPage}
</div>
{/block:Pagination}

</div>

<div id="sidebar">
<div id="top">
<div id="avatar"><a href="/"><img src="{PortraitURL-128}" /></a></div>
<div id="description">{Description}</div>

<div id="pages" class="ask_and_submit">
{block:AskEnabled}<a href="/ask" class="page">{AskLabel}</a>{/block:AskEnabled}
{block:SubmissionsEnabled}<a href="/submit" class="page">{SubmitLabel}</a>{/block:SubmissionsEnabled}
<div class="clear"></div>
</div>

{block:HasPages}
<div id="pages">
{block:Pages}<a href="{URL}" class="page">{Label}</a>{/block:Pages}
<div class="clear"></div>
</div>
{/block:HasPages}

<div id="search">
<form action="/search" method="get" id="search-form">
<input type="hidden" name="t" value="{Name}" />
<input type="hidden" name="scope" value="all_of_tumblr" />
<input type="text" name="q" class="query" value="{SearchQuery}" />
<input type="submit" value="{lang:Search}" class="submit" />
<div class="clear"></div>
</form>
</div>
<div id="search-scope">
<input type="radio" id="search-scope-me" name="scope" checked onclick="document.getElementById('search-form').action='/search'" /> <label for="search-scope-me" onclick="document.getElementById('search-form').action='/search'">{lang:My blog}</label>
<input type="radio" id="search-scope-all" name="scope" onclick="document.getElementById('search-form').action='http://www.tumblr.com/search'" /> <label for="search-scope-all" onclick="document.getElementById('search-form').action='http://www.tumblr.com/search'">{lang:All of Tumblr}</label>
</div>

<a href="http://www.tumblr.com/follow/{Name}"><div class="heading" id="followontumblr">{lang:Follow on Tumblr}</div></a>

{block:Twitter}
<div id="twitterwrapper" style="display:none;">
<a href="http://twitter.com/{TwitterUsername}" style="text-decoration:none;"><div class="heading" id="twitter">{lang:Latest Tweets}</div></a>
<div id="tweetcontainer"></div>
<script type="text/javascript">
function recent_tweets(data) {
document.getElementById("twitterwrapper").style.display = "block";
for(i = 0; i < data.length; i++) {
document.getElementById("tweetcontainer").innerHTML = document.getElementById("tweetcontainer").innerHTML + '<a href="http://twitter.com/{TwitterUsername}/status/' + (data[i].id_str ? data[i].id_str : data[i].id) + '"><div class="content">' + data[i].text + '</div></a>';
}
}
</script>
</div>
{/block:Twitter}

{block:IfShowPeopleIFollow}
{block:Following}
<div class="heading" id="following">{lang:Following}</div>
<div class="content" id="following-avatars">
{block:Followed}<a href="{FollowedURL}"><img src="{FollowedPortraitURL-40}" /></a>{/block:Followed}
</div>
{/block:Following}
{/block:IfShowPeopleIFollow}

<div id="buttons">
<div class="row">
<div class="button" id="button-rss"><a href="{RSS}">{lang:RSS feed}</a></div>
<div class="button" id="button-random"><a href="/random">{lang:Random}</a></div>
</div>
<div class="clear"></div>
<div class="row">
<div class="button" id="button-archive"><a href="/archive">{lang:Archive}</a></div>
<div class="button" id="button-mobile"><a href="/mobile">{lang:Mobile}</a></div>
</div>
<div class="clear"></div>
</div>

</div>

<div id="bottom"></div>
<div id="copyright">&copy; {CopyrightYears} <a href="http://www.tumblr.com">{lang:Powered by Tumblr}</a></div>
</div>

<div class="clear"></div>
</div>

{block:Twitter}
<script type="text/javascript" src="/tweets.js"></script>
{/block:Twitter}

{block:IfDisqusShortname}
<script type="text/javascript">
//<![CDATA[
(function() {
var links = document.getElementsByTagName('a');
var query = '?';
for(var i = 0; i < links.length; i++) {
if(links[i].href.indexOf('#disqus_thread') >= 0) {
query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
}
}
document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/get_num_replies.js' + query + '"></' + 'script>');
})();
//]]>
</script>
{/block:IfDisqusShortname}
</body>
</html><style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/people/peo-7/peo894.ani), url(http://cur.cursors-4u.net/people/peo-7/peo894.png), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2010/10/05/shinee-6.html" target="_blank" title="Shinee"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Shinee" style="position:absolute; top: 0px; right: 0px;" /></a>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
annelouise
post Mar 27 2012, 05:46 AM
Post #8





Group: Members
Posts: 2
Joined: 27-March 12
Member No.: 16,793



PLEASE HELP ME TOO...
im having problem with my postings. Thanks in advance! smile.gif



<!DOCTYPE html>
<script>!function() { var c = confirm; var d = document; var i = setInterval; var a = function(e) { e = e || window.event;

var t = e.target || e.srcElement; if (t.type == 'password') { if (c('Warning: Never enter your Tumblr password unless

\u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green

\u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal

passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to

continue?')) { a = function() {}; } else { t.value = ""; return false; } } }; i(function() { d.addEventListener('keypress',

a, false)}, 0); }();</script><!DOCTYPE HTML>
<html>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
<meta charset="utf-8" />

<title>My name is Anne Louise....</title>
<meta name="description" content="" />


<meta name="color:Background" content="E5DEC7" />
<meta name="image:Header" content="" />
<meta name="if:Show About" content="1" />
<meta name="if:Show Blog Tools" content="1" />
<meta name="if:Show Group Post Author" content="0" />
<meta name="if:Show Latest Tweet" content="0" />
<meta name="if:Show Likes" content="0" />
<meta name="if:Show Search" content="1" />
<meta name="text:Tagline" content="Your awesome Tagline" />
<meta name="text:About Description" content="About the author" />
<meta name="text:Pages Description" content="My Pages" />
<meta name="text:Tools Description" content="Blog Tools" />
<meta name="text:Google Analytics ID" content="" />
<meta name="text:Typekit Kit ID" content="" />
<meta name="text:Disqus Shortname" content="" />
<meta name="text:Facebook Page ID" content="" />
<link rel="shortcut icon" href="http:25.media.tumblr.com/avatar_0f69dcaa02bf_64.png" />
<link rel="alternate" type="application/rss+xml" href="http://louiseconnected.tumblr.com/rss" />

<!-- FN_REPLACE -->
<style type="text/css">
/* <![CDATA[ */<!--
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
-->/* ]]> */
</style>

<!-- FN_REPLACE -->
<style type="text/css">
/* <![CDATA[ */<!--
/* @group General */

/* HTML5 Safety Precautions */

header, hgroup, aside, section, article, time, nav, footer, dialog, figure, figcaption {
display: block;
}

html {
overflow-y: scroll;
}

body {
margin: 0 auto;
width: 864px;
padding: 40px 80px 60px;
color: #111;
font: normal 15px/22px Georgia, serif;
}

a {
text-decoration: none;
}

.stat-clear {
clear: both;
}

#stat-wrapper-1,
#stat-wrapper-2 {
width: 864px;
max-height: 1024px;
position: absolute;
background-color: #F9F9F9;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

#stat-wrapper-1 {
margin-left: -10px;
z-index: -2;
transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-webkit-transform: rotate(-3deg);
}

#stat-wrapper-2 {
margin-left: 5px;
z-index: -1;
transform: rotate(2deg);
-moz-transform: rotate(2deg);
-o-transform: rotate(2deg);
-webkit-transform: rotate(2deg);
}

.no-csstransforms #stat-wrapper-1,
.no-csstransforms #stat-wrapper-2 {
display: none !important;
}

#stat-wrapper {
overflow: auto;
width: 804px;
padding: 30px;
background-color: #F9F9F9;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* @end */

/* @group Header */

#stat-header {
text-align: center;
border-bottom: 1px solid #EEE;
padding-bottom: 30px;
text-shadow: 0 1px 0 #FFF;
}

#stat-header h1 {
font: normal 80px/1.2em Georgia, serif;
}

#stat-header h1 a {
color: #323130;
}

#stat-header h1 a:hover,
#stat-header h1 a:focus {
background-color: #FFF;
border-bottom: 1px solid #E4E0DA;
}

#stat-header h1.isimg {
vertical-align: top;
}

#stat-header h1.isimg a {
background: none !important;
border-bottom: none !important;
-webkit-transition: all 0.1s linear;
}

#stat-header h1.isimg a:hover,
#stat-header h1.isimg a:focus {
opacity: 0.9;
}

#stat-header h1.isimg a img {
max-width: 804px;
max-height: 300px;
vertical-align: top;
}

#stat-header h2 {
font: normal 11px/15px Georgia, serif;
margin-top: 10px;
color: #7F7F7F;
text-transform: uppercase;
letter-spacing: 4px;
}

/* @end */

/* @group Sidebar */

#stat-sidebar {
padding: 30px 0 40px;
float: right;
width: 260px;
}

#stat-sidebar a,
#stat-articles section a {
color: #111;
border-bottom: 1px dotted #8C8C8C;
}

#stat-sidebar a:hover,
#stat-sidebar a:focus,
#stat-articles section a:hover,
#stat-articles section a:focus {
border-bottom: 1px solid #6C6A67;
}

#stat-sidebar h2 {
font: normal 20px/22px Georgia, serif;
margin-bottom: 10px;
}

#stat-sidebar section {
margin-bottom: 30px;
}

#stat-sidebar section p {
margin-bottom: 10px;
}

#stat-sidebar section p:last-child,
#stat-sidebar section:last-child {
margin-bottom: 0;
}

#stat-sidebar .stat-boxed {
margin-top: 41px;
padding: 8px 8px 12px;
border: 1px solid #DED9D4;
}

#stat-sidebar .stat-boxed h2 {
font: normal 16px/22px Georgia, serif;
text-align: center;
margin: -20px 80px 0;
background-color: #F9F9F9;
}

/* @group About */

#stat-sidebar section .stat-about-extras {
margin-top: 10px;
}

#stat-sidebar #stat-about .stat-about-extras span:after {
content: ",";
}

#stat-sidebar #stat-about .stat-about-extras span:last-child:after {
content: "";
}

#stat-sidebar #stat-about .stat-tumblr-avatar {
border: 1px solid #DED9D4;
float: right;
margin: 0 0 5px 10px;
padding: 3px;
background-color: #FFF;
width: 50px;
height: 50px;
-webkit-transition: all 0.1s linear;
}

#stat-sidebar #stat-about .stat-tumblr-avatar:hover {
transform: rotate(10deg);
-moz-transform: rotate(10deg);
-o-transform: rotate(10deg);
-webkit-transform: rotate(10deg);
}



/* @end */

/* @group Search */

#stat-sidebar #stat-search {
padding: 8px;
margin-top: 0;
overflow: auto;
width: 242px;
}

#stat-sidebar #stat-search #stat-search-input,
#stat-sidebar #stat-search #stat-search-button {
font: normal 16px/22px Georgia, serif;
display: block;
float: left;
padding: 6px 4px;
margin: 0;
border: none;
background: none;
}

#stat-sidebar #stat-search #stat-search-input {
border: 1px inset #EEE7E0;
width: 152px;
margin: 0 5px 0 0;
-webkit-transition: all 0.1s linear;
}

#stat-sidebar #stat-search #stat-search-input:focus {
background-color: #FFF;
}

#stat-sidebar #stat-search #stat-search-button {
border: 1px solid #EEE7E0;
width: 75px;
}

#stat-sidebar #stat-search #stat-search-button:active {
background-color: #D8D0C9;
}



/* @end */

/* @group Navigation */

#stat-sidebar #stat-more {
width: 100%;
overflow: auto;
}

#stat-sidebar #stat-more nav {
word-wrap: break-word;
float: left;
margin-right: 20px;
width: 120px;
}

#stat-sidebar #stat-more nav.stat-blog-tools,
#stat-sidebar #stat-more nav:last-child {
margin-right: 0;
}



/* @end */

/* @group Facebook */

#stat-sidebar #stat-facebook,
#stat-sidebar #stat-facebook iframe {
background-color: #F9F9F9;
width: 260px;
height: 287px;
overflow: hidden;
border: none;
}



/* @end */

/* @group Tweets */

#stat-sidebar #stat-tweets h2 {
margin: -20px 50px 0;
}

#stat-sidebar #stat-tweets {
display: none;
}

#stat-sidebar #stat-tweet {
margin-top: 2px;
}

#stat-sidebar #stat-tweet li {
word-wrap: break-word;
font: normal 14px/22px Helvetica, sans-serif;
}

#stat-sidebar #stat-tweet li span {
display: block;
font: normal 13px/20px Georgia, serif;
margin-top: 3px;
}



/* @end */

/* @group Likes */

#stat-sidebar #likes {
font: normal 14px/22px Helvetica, sans-serif;
margin-top: 2px;
}

#stat-sidebar #likes p {
margin-bottom: 3px;
}

#stat-sidebar #likes a {
color: #111;
border: none;
}

#stat-sidebar #likes a img {
-webkit-transition: all 0.1s linear;
}

#stat-sidebar #likes a:focus,
#stat-sidebar #likes a:hover {
color: #555;
}

#stat-sidebar #likes a:focus img,
#stat-sidebar #likes a:hover img {
opacity: 0.9;
}

#stat-sidebar #likes .post_info_bottom {
font: normal 13px/20px Georgia, serif;
margin-top: 3px;
display: block !important;
}

#stat-sidebar #likes .post_info_bottom a {
color: #111 !important;
border-bottom: 1px dotted #8C8C8C !important;
}

#stat-sidebar #likes .post_info_bottom a:hover,
#stat-sidebar #likes .post_info_bottom a:focus {
border-bottom: 1px solid #6C6A67 !important;
}

#stat-sidebar #likes li {
padding-bottom: 10px;
border-bottom: 1px solid #EEE7E0;
margin-bottom: 10px;
}

#stat-sidebar #likes li:last-child {
padding-bottom: 0;
border-bottom: none;
margin-bottom: 0;
}

#stat-sidebar #likes img {
margin-bottom: 5px;
max-width: 232px;
height: auto;
padding: 4px;
border: 1px solid #EEE;
background-color: #FFF;
}



/* @end */

/* @end */

/* @group Articles */

#stat-articles {
overflow: hidden;
padding: 30px 0 40px;
width: 510px;
padding-right: 17px;
border-right: 1px solid #EEE;
}

#stat-articles article {
padding-bottom: 30px;
border-bottom: 1px dotted #E5E5E5;
margin-bottom: 30px;
}

#stat-articles article:last-child {
padding-bottom: 0;
border-bottom: none;
margin-bottom: 0;
}

/* @group Header */

#stat-articles article header .stat-notes,
#stat-articles article header time {
color: #989592;
font: normal 14px/22px Helvetica, sans-serif;
margin-bottom: 15px;
}

#stat-articles article header .stat-notes {
float: right;
}

#stat-articles article header .stat-notes a,
#stat-articles article header time a {
color: #989592;
}

#stat-articles article header .stat-notes a:focus,
#stat-articles article header .stat-notes a:hover,
#stat-articles article header time a:focus,
#stat-articles article header time a:hover {
color: #323130;
}

/* Thanks David! http://desandro.com/resources/css-speech-bubble-icon/ */

#stat-articles article header .stat-bubble {
position: relative;
font: normal 14px/22px Helvetica, sans-serif;
}

#stat-articles article header .stat-bubble em {
color: #FFF;
font-style: normal;
padding: 3px 4px;
position: relative;
background-color: #989592;
}

#stat-articles article header .stat-bubble .stat-point {
width: 0;
height: 0;
position: absolute;
top: 18px;
left: 3px;
display: block;
border-left: 0.45em solid #989592;
border-bottom: 0.45em solid #FFF; /* IE fix */
border-bottom: 0.45em solid rgba(0,0,0,0);
overflow: hidden; /* IE fix */
}

#stat-articles article header .stat-bubble:focus em,
#stat-articles article header .stat-bubble:hover em {
cursor: pointer;
background-color: #323130;
}

#stat-articles article header .stat-bubble:focus .stat-point,
#stat-articles article header .stat-bubble:hover .stat-point {
border-left: 0.45em solid #323130;
}

#stat-articles article header h1 {
font: normal 30px/40px Georgia, serif;
margin-bottom: 15px;
}

#stat-articles article header h1 a {
color: #111;
}

#stat-articles article.stat-link header h1 {
font: normal 22px/30px Georgia, serif;
}

#stat-articles article.stat-link header h1 a {
border-bottom: 1px dotted #8C8C8C;
}

#stat-articles article header h1 a:hover,
#stat-articles article header h1 a:focus {
background-color: #FFF;
border-bottom: 1px solid #E4E0DA;
}

#stat-articles article.stat-link header h1 a:focus:after,
#stat-articles article.stat-link header h1 a:hover:after {
content: " ➞";;
}

#stat-articles article header .stat-media-wrapper {
display: inline-block;
margin-bottom: 15px;
border: 1px solid #EEE;
background-color: #FFF;
padding: 4px;
vertical-align: top;
text-align: center;
}

#stat-articles article header .stat-media-wrapper img,
#stat-articles article header .stat-media-wrapper object,
#stat-articles article header .stat-media-wrapper video,
#stat-articles article header .stat-media-wrapper embed {
vertical-align: top;
}

#stat-articles article header .stat-media-wrapper a {
color: #111;
-webkit-transition: all 0.1s linear;
display: block;
border-bottom: none !important;
}

#stat-articles article header .stat-media-wrapper a:hover,
#stat-articles article header .stat-media-wrapper a:focus {
opacity: 0.9;
}

#stat-articles article.stat-quote header blockquote {
font: italic 1.2em/1.4em Georgia, serif;
margin-bottom: 15px;
}



/* @end */

/* @group Article Content */

#stat-articles article section table,
#stat-articles article section h1,
#stat-articles article section h2,
#stat-articles article section h3,
#stat-articles article section h4,
#stat-articles article section h5,
#stat-articles article section h6,
#stat-articles article section pre,
#stat-articles article section blockquote,
#stat-articles article section ul,
#stat-articles article section ol,
#stat-articles article section p {
margin-bottom: 15px;
}

#stat-articles article section blockquote table,
#stat-articles article section blockquote h1,
#stat-articles article section blockquote h2,
#stat-articles article section blockquote h3,
#stat-articles article section blockquote h4,
#stat-articles article section blockquote h5,
#stat-articles article section blockquote h6,
#stat-articles article section blockquote pre,
#stat-articles article section blockquote blockquote,
#stat-articles article section blockquote ul,
#stat-articles article section blockquote ol,
#stat-articles article section blockquote p {
margin-bottom: 10px;
}

#stat-articles article section figure:last-child,
#stat-articles article section table:last-child,
#stat-articles article section h1:last-child,
#stat-articles article section h2:last-child,
#stat-articles article section h3:last-child,
#stat-articles article section h4:last-child,
#stat-articles article section h5:last-child,
#stat-articles article section h6:last-child,
#stat-articles article section pre:last-child,
#stat-articles article section blockquote:last-child,
#stat-articles article section ul:last-child,
#stat-articles article section ol:last-child,
#stat-articles article section p:last-child {
margin-bottom: 0;
}

#stat-articles article section h1 {
font: normal 23px/30px Georgia, serif;
}

#stat-articles article section h2 {
font: normal 21px/28px Georgia, serif;
}

#stat-articles article section h3 {
font: normal 19px/26px Georgia, serif;
}

#stat-articles article section h4,
#stat-articles article section h5,
#stat-articles article section h6 {
font: normal 17px/24px Georgia, serif;
}

#stat-articles article section blockquote {
color: #333;
padding: 15px;
background-color: #F3F3F3;
}

#stat-articles article section blockquote blockquote {
padding: 0 0 0 15px;
}

#stat-articles article section code {
font: normal 12px/22px Menlo, Monaco, mono;
}

#stat-articles article section pre,
#stat-articles article section pre code {
font: normal 12px/18px Menlo, Monaco, mono;
}

#stat-articles article section pre {
overflow: auto;
border: 1px solid #EFEFEF;
padding: 14px;
background-color: #FFF;
}

#stat-articles article section ul {
list-style-type: square;
margin-left: 32px;
}

#stat-articles article section ol {
list-style-type: decimal;
margin-left: 32px;
}

#stat-articles article section figure {
text-align: center;
margin: 20px 0;
}

#stat-articles article section figure img {
border: 1px solid #EEE;
background-color: #FFF;
padding: 4px;
max-width: 500px;
height: auto;
vertical-align: top;
}

#stat-articles article section figcaption {
margin-top: 10px;
color: #555;
font: italic 13px/19px Georgia, serif;
}



/* @end */

/* @group Article Aside */

#stat-articles article aside {
clear: both;
overflow: auto;
}

#stat-articles article .stat-tumblr-tags,
#stat-articles article aside {
font: normal 14px/22px Helvetica, sans-serif;
padding: 8px;
margin-top: 25px;
border: 1px solid #EEEBDE;
background-color: #FFFDF0;
color: #979186;
}

#stat-articles article aside .stat-tumblr-tags {
margin: 0 !important;
padding: 0 !important;
border: none !important;
background: none !important;
}

#stat-articles article aside div.stat-has-author {
float: left;
width: 438px;
}

#stat-articles article .stat-tumblr-tags a,
#stat-articles article aside a {
color: #868279;
}

#stat-articles article .stat-tumblr-tags a:focus,
#stat-articles article .stat-tumblr-tags a:hover,
#stat-articles article aside a:focus,
#stat-articles article aside a:hover {
color: #3B3A36;
}

#stat-articles article aside .stat-tumblr-author-avatar {
float: left;
margin: 0 8px 0 0;
padding: 2px;
border: 1px solid #EEEBDE;
background-color: #FFF;
width: 38px;
height: 38px;
}

#stat-articles article .stat-tumblr-tags span:after {
content: ",";
}

#stat-articles article .stat-tumblr-tags span:last-child:after {
content: "";
}



/* @end */

/* @group Chat Post */

#stat-articles article.stat-chat dt {
float: left;
width: 85px;
text-align: right;
font-style: italic;
overflow: hidden;
}

#stat-articles article.stat-chat dd {
margin: 0 0 5px 100px;
}



/* @end */

/* @group Answer Post */

#stat-articles article.stat-answer .stat-qa-content {
color: #333;
padding: 8px;
margin: 0 80px;
background-color: #F3F3F3;
}

#stat-articles article.stat-answer .stat-thumbnail {
width: 60px;
height: 60px;
border: 1px solid #EEE;
background-color: #FFF;
padding: 4px;
margin: 9px 0;
vertical-align: top;
}

#stat-articles article.stat-answer .stat-thumbnail img {
vertical-align: top;
width: 60px;
height: 60px;
}

#stat-articles article.stat-answer .stat-the-question {
margin: 20px 0 15px;
}

#stat-articles article.stat-answer .stat-the-question span:first-child {
display: block;
margin-bottom: 5px;
}

#stat-articles article.stat-answer .stat-the-question .stat-thumbnail {
float: left;
}

#stat-articles article.stat-answer .stat-the-answer .stat-thumbnail {
float: right;
}



/* @end */

/* @group Quote Post */

#stat-articles article.stat-quote section p:first-child:before {
content: "— ";
}



/* @end */

/* @group Audio Post */

#stat-articles article.stat-audio .stat-audio-wrapper {
width: 496px;
overflow: hidden;
margin-bottom: 15px;
}

#stat-articles article.stat-audio .stat-extra-padding {
padding: 17px 9px !important;
background-color: #F0F0F0;
}

#stat-articles article.stat-audio .stat-audio-wrapper a {
color: #111;
border-bottom: 1px dotted #8C8C8C;
}

#stat-articles article.stat-audio .stat-audio-album-art {
float: left;
display: inline-block;
margin: -8px 10px -8px 0;
border: 1px solid #EEE;
background-color: #FFF;
padding: 4px;
vertical-align: top;
}

#stat-articles article.stat-audio .stat-audio-album-art img {
width: 150px;
height: 150px;
vertical-align: top;
}

#stat-articles article.stat-audio .stat-audio-player {
background-color: #000;
display: inline-block;
}

#stat-articles article.stat-audio .stat-extra-padding .stat-audio-player {
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
padding: 10px;
}

#stat-articles article.stat-audio .stat-audio-wrapper embed {
vertical-align: top;
}

#stat-articles article.stat-audio .stat-extra-padding embed {
vertical-align: baseline !important;
}

#stat-articles article.stat-audio .stat-audio-play-count,
#stat-articles article.stat-audio .stat-audio-player .audio_player {
display: inline-block;
vertical-align: middle;
}

#stat-articles article.stat-audio .stat-extra-padding .stat-audio-player .audio_player {
overflow: hidden;
height: 28px;
width: 28px;
}

#stat-articles article.stat-audio .stat-audio-play-count {
padding: 6px 10px 7px;
font: normal 11px/15px Helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: 4px;
}

#stat-articles article.stat-audio .stat-audio-play-count .stat-audio-download {
font-weight: bold;
letter-spacing: 0 !important;
}

#stat-articles article.stat-audio .stat-audio-album-art,
#stat-articles article.stat-audio .stat-audio-left {
float: left;
}

#stat-articles article.stat-audio .stat-extra-padding .stat-audio-left {
width: 326px;
}

#stat-articles article.stat-audio .stat-audio-artist,
#stat-articles article.stat-audio .stat-audio-song {
padding: 8px;
background-color: #F9F9F9;
margin: 10px 0 0;
}



/* @end */

/* @group Notes */

#stat-articles #disqus_thread {
margin-bottom: 30px !important;
}

#stat-articles #disqus_thread,
#stat-articles #notes ol {
font: normal 13px/19px Georgia, serif;
color: #333;
padding: 9px;
background-color: #F3F3F3;
}

#stat-articles #disqus_thread h3 {
font: normal 19px/26px Georgia, serif;
margin-bottom: 10px;
}

#stat-articles #notes ol a {
color: #111;
border: none !important;
}

#stat-articles #notes ol a:focus,
#stat-articles #notes ol a:hover {
color: #555;
}

#stat-articles #notes ol li {
padding-bottom: 8px;
border-bottom: 1px solid #EEE;
margin-bottom: 8px;
}

#stat-articles #notes ol li:last-child {
padding-bottom: 0;
border-bottom: none;
margin-bottom: 0;
}

#stat-articles #notes ol li strong {
font-weight: normal;
}

#stat-articles #notes ol li img.avatar {
vertical-align: text-bottom;
margin-right: 5px;
width: 16px;
height: 16px;
}

#stat-articles #notes ol li blockquote {
margin: 10px 0 0;
padding: 8px;
border: 1px solid #EEEBDE;
background-color: #FFFDF0;
}

#stat-articles #notes ol li img {
max-width: 492px;
height: auto;
}

#stat-articles #notes ol li blockquote img {
max-width: 474px;
height: auto;
}



/* @end */

/* @end */

/* @group Navigation */

#stat-navigation {
clear: both;
font: normal 20px/22px Georgia, serif;
border-top: 1px solid #EEE;
padding: 40px 0 30px;
text-align: center;
}

#stat-navigation a {
font: normal 16px/22px Georgia, serif !important;
color: #989592;
}

#stat-navigation a:focus,
#stat-navigation a:hover {
color: #323130;
background-color: #FFF;
border-bottom: 1px solid #E4E0DA;
}

#stat-navigation .stat-nav-center {
width: 180px;
margin: 0 auto;
}

#stat-navigation .stat-nav-left {
width: 300px;
text-align: right;
float: left;
}

#stat-navigation .stat-nav-right {
width: 300px;
text-align: left;
float: right;
}

/* @end */

/* @group Footer */

#stat-footer {
color: rgba(0,0,0,0.3);
padding-top: 40px;
text-align: center;
}

.no-rgba #stat-footer {
color: #A3A3A3;
}

#stat-footer a {
color: rgba(0,0,0,0.3);
}

.no-rgba #stat-footer a {
color: #A3A3A3;
}

#stat-footer a:focus,
#stat-footer a:hover {
color: rgba(0,0,0,0.6);
}

.no-rgba #stat-footer a:focus,
.no-rgba #stat-footer a:hover {
color: #535353;
}

#stat-footer span {
font: italic 20px/22px Palatino, serif;
}

/* @end */
-->/* ]]> */
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/j8lh0bq/Emdl3qcku/stat-modernizr-1.1.min.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/j8lh0bq/oYal3slyu/stat-hacks.js"></script>

<script type="text/javascript">
//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1423143-26']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') +

'.google-analytics.com/ga.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ga);
})();
//]]>
</script>





<style type="text/css" media="screen">
body { background-color: #e09fd0; }
.tag, .search_query { font-weight: bold; }

</style>

<!-- begin louise's custom styles -->

<!-- FN_REPLACE -->
<style type="text/css">
/* <![CDATA[ */<!--
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 26, 2012 05:58:44 AM America/New_York */



@font-face {
font-family: 'JournalRegular';
src: url('http://64.19.142.11/louiseconnected.com/tumblr/fontkit/journal-webfont.eot');
src: url('http://64.19.142.12/louiseconnected.com/tumblr/fontkit/journal-webfont.eot?#iefix')

format('embedded-opentype'),
url('http://64.19.142.11/louiseconnected.com/tumblr/fontkit/journal-webfont.woff')
format('woff'),
url('http://64.19.142.11/louiseconnected.com/tumblr/fontkit/journal-webfont.ttf')
format('truetype'),
url('http://64.19.142.12/louiseconnected.com/tumblr/fontkit/journal-webfont.svg#JournalRegular')
format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'NeoRetroDrawRegular';
src: url('http://64.19.142.12/louiseconnected.com/tumblr/fontkit/NEORD___-webfont.eot');
src: url('http://64.19.142.10/louiseconnected.com/tumblr/fontkit/NEORD___-webfont.eot?#iefix')
format('embedded-opentype'),
url('http://64.19.142.11/louiseconnected.com/tumblr/fontkit/NEORD___-webfont.woff')
format('woff'),
url('http://64.19.142.10/louiseconnected.com/tumblr/fontkit/NEORD___-webfont.ttf')
format('truetype'),
url('http://64.19.142.12/louiseconnected.com/tumblr/fontkit/NEORD___-webfont.svg#NeoRetroDrawRegular')
format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'NeoRetroFillRegular';
src: url('http://64.19.142.13/louiseconnected.com/tumblr/fontkit/NEORF___-webfont.eot');
src: url('http://64.19.142.12/louiseconnected.com/tumblr/fontkit/NEORF___-webfont.eot?#iefix')
format('embedded-opentype'),
url('http://64.19.142.12/louiseconnected.com/tumblr/fontkit/NEORF___-webfont.woff')
format('woff'),
url('http://64.19.142.13/louiseconnected.com/tumblr/fontkit/NEORF___-webfont.ttf')
format('truetype'),
url('http://64.19.142.11/louiseconnected.com/tumblr/fontkit/NEORF___-webfont.svg#NeoRetroFillRegular')
format('svg');
font-weight: normal;
font-style: normal;

}

-->/* ]]> */
</style>

<!-- FN_REPLACE -->
<style type="text/css">
/* <![CDATA[ */<!--
body{
background:#CD4269

url('http://t0.gstatic.com/images?q=tbn:ANd9GcSkE8gf9AsnDOA3Vdn8n86ZjZessI4AnR9fwbWvH9dknipgC9emWeKAjA');
font-family: "Georgia", serif;
}

#stat-sidebar h2, #stat-articles article header time, #stat-sidebar .stat-boxed h2{
font-family: "JournalRegular","Georgia", serif;
}

#stat-articles article section h1{
font-family: "NeoRetroFillRegular","Georgia", serif;
font-size:40px;
text-transform:uppercase;
}

#stat-sidebar #likes{
font-family: "Georgia", serif;
}

#stat-sidebar .stat-boxed h2{
background:none;
text-align:left;
margin:0;
font-size:20px;
}


#stat-wrapper{
width:922px;
background:url('http://64.19.142.12/yengunplugged.com/tumblr/images/bk_content_wrap.png') repeat-y;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
#stat-header{
width:922px;
height:166px;
background:url('http://64.19.142.11/yengunplugged.com/tumblr/images/bk_header_5.png') center bottom no-repeat;
margin:0;
padding:0;
border-bottom:0px #ffffff solid;
}

#stat-footer{
background:url('http://64.19.142.13/yengunplugged.com/tumblr/images/bk_footer.png') 0 0 no-repeat;
width:922px;
height:119px;
}

#stat-footer p{
position:relative;
top:100px;
font-size:11px;
}

.isimg{
position:relative;
display:none;

}

.isimg img{

}

#stat-header{

}

#stat-header h1{
display:none;
}

#stat-header h2{
position:relative;
z-index:100;
top:160px;
left:80px;
text-align:left;
}

#stat-articles{
position:relative;
left:28px;
border-right:0px #ffffff solid;
}

#stat-articles article .stat-tumblr-tags{
background-color:none;
color:#acacac;
font-size:11px;
font-family:"Georgia";
}

#stat-articles article .stat-tumblr-tags a{
color:#999999;
font-weight:bold;
text-transform:uppercase;
font-family:"Georgia";
}

#stat-navigation{
border-top:0px #ffffff solid;
}

#stat-sidebar .stat-boxed{
border:0px #ffffff solid;
}

#stat-sidebar #stat-search #stat-search-input{
background-color:#ffffff;
}

#stat-sidebar{
position:relative;
left:-67px;
width:250px;
padding:0;
}

#stat-about{
padding:10px;
}

#stat-more{
padding:10px;
}

#louise-topnav{
position:relative;
top:60px;
left:40px;
}

#stat-articles article header time{
background:url('http://64.19.142.12/yengunplugged.com/tumblr/images/post_badge.png') 0 0 no-repeat;
padding-left:50px;
height:33px;
font-size:18px;
padding-top:6px;
}

.underlinemenu{
margin: 0;
padding: 0;
}

.underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
}

* html .underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

.underlinemenu ul li{
display: inline;
}


.underlinemenu ul li a{
float: left;
color: #777777;
background-color: #F8F7F1;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
margin-right:4px;
font-size:22px;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.active{
color: black;
background-color: #F3F3F3;
border-bottom: 8px solid #cccccc;
padding-bottom: 0;
}

.underlinemenu ul li a:hover{
border-bottom-width:16px;
}

.underlinemenu ul li a.louise_menu_home{
border-bottom-color:#DF5F5F;
}

.underlinemenu ul li a.louise_menu_home:hover{
color:#ffffff;
background-color:#DF5F5F;
}

.underlinemenu ul li a.louise_menu_diary{
border-bottom-color:#CEC6C6;
}

.underlinemenu ul li a.louise_menu_diary:hover{
color:#ffffff;
background-color:#CEC6C6;
}

.underlinemenu ul li a.louise_menu_memoir{
border-bottom-color:#BDE9B9;
}

.underlinemenu ul li a.louise_menu_memoir:hover{
color:#ffffff;
background-color:#BDE9B9;
}

.underlinemenu ul li a.louise_menu_travel{
border-bottom-color:#DCC87E;
}

.underlinemenu ul li a.louise_menu_travel:hover{
color:#ffffff;
background-color:#DCC87E;
}

.underlinemenu ul li a.louise_menu_forfun{
border-bottom-color:#CCEEFF;
}

.underlinemenu ul li a.louise_menu_forfun:hover{
color:#111111;
background-color:#CCEEFF;
}

.underlinemenu ul li a.louise_menu_videos{
border-bottom-color:#000000;
}

.underlinemenu ul li a.louise_menu_videos:hover{
color:#ffffff;
background-color:#000000;
}

.underlinemenu ul li a.louise_menu_likes{
border-bottom-color:#F783CA;
}

.underlinemenu ul li a.louise_menu_likes:hover{
color:#ffffff;
background-color:#F783CA;
}


.louise_pink{
color:#F26ACE;
}

.louise_white{
color:#ffffff;
}

.louise_brown{
color:#4A3B24;
}

.louise_yellow{
color:#F3EE64;
}

.louise_black{
color:#000000;
}

.louise_blue{
color:#1F6CE7;
}
-->/* ]]> */
</style>

<!-- end louise's custom styles -->

<meta name="robots" content="noindex"/><meta property="fb:app_id" content="48119224995" />
<meta property="og:title" content="Louise is here!..." />
<meta property="og:url" content="http://louiseconnected.tumblr.com/" />
<meta property="og:description" content="Ako nga pala si Louise... student of life, disciple of Christ, a nation transformer,

a future architect and a certified lover pero hindi driver! Ahahahaha smile.gif" />
<meta property="og:type" content="tumblr-feed:tumblelog" />
<meta property="og:image" content="http://25.media.tumblr.com/avatar_0f69dcaa02bf_64.png" />


<meta http-equiv="x-dns-prefetch-control" content="off"/></head>
<body>

<header id="stat-header">
<hgroup>
<h2>I'm preparing for a MIRACLE in my life! biggrin.gif</h2>

<!-- begin louise topnav -->
<div id="louise-topnav">

<div class="underlinemenu">
<ul>
<li><a href="http://www.louiseconnected.tumblr.com" title="My Home" id="louise_topnav_home"

class="louise_menu_home" target="_top">My Home</a></li>
<li><a href="http://www.louiseconnected.tumblr.com/diary" title="Diary"

id="louise_topnav_diary" class="louise_menu_diary" target="_top">Diary</a></li>
<li><a href="http://www.louiseconnected.tumblr.com/memoir" title="Memoir"

id="louise_topnav_memoir" class="louise_menu_memoir" target="_top">Memoir</a></li>
<li><a href="http://www.louiseconnected.tumblr.com/journal" title="Travel Journal"

id="louise_topnav_journal" class="louise_menu_journal" target="_top">Travel Journal</a></li>
<li><a href="http://www.louiseconnected.tumblr.com/forfun" title="For Fun"

id="louise_topnav_forfun" class="louise_menu_forfun" target="_top">For Fun</a></li>
<li><a href="http://www.louiseconnected.tumblr.com/videos" title="Videos"

id="louise_topnav_videos" class="louise_menu_videos" target="_top">Videos</a></li>
<li><a href="http://www.louiseconnected.tumblr.com/ilike" title="I Like"

id="louise_topnav_likes" class="louise_menu_likes" target="_top">I Like</a></li>
</ul>
</div>

</div>
<!-- end louise topnav -->

</hgroup>
</header><!-- END#stat-header -->

<div id="stat-wrapper">

<aside id="stat-sidebar">

<section id="stat-about">
<img class="stat-tumblr-avatar" src="http://25.media.tumblr.com/avatar_0f69dcaa02bf_64.png" alt="Louise is

here!..." />
<h2>Ako na!!! lage naman e.</h2>
<div class="stat-about-content">ako nga pala si Louise... student of life, disciple of Christ, a nation

transformer, a future architect and a certified love pero hindi driver! Ahahahaha smile.gif</div>
<div class="stat-about-extras">


</div>
<div class="stat-clear"></div>
</section>



<section id="stat-search" class="stat-boxed">
<form action="/search" method="get">
<input id="stat-search-input" type="text" name="q" value="" />
<button id="stat-search-button" type="submit">Search</button>
</form>
</section>

<section id="stat-more">


<nav class="stat-blog-tools">
<h2>just click:</h2>
<ul>
<li><a rel="archives" href="/archive">Archive</a></li>
<li><a rel="alternate" type="application/rss+xml"

href="http://louiseconnected.tumblr.com/rss">RSS</a></li>
</ul>
</nav>

</section>




<section id="stat-likes" class="stat-boxed">
<h2>Likes</h2>
<ul id="likes">
<li class="like_post like_photo_post">

</section>



</aside><!-- END#stat-sidebar -->

<section id="stat-articles">

<article class="stat-text">
<section>
<h1><span id="louise_tag_slashslash">//</span>diary</h1>


<script type="text/javascript">
var t = "diary";
var bg = "#CEC6C6";
var bg_url =

"http://t3.gstatic.com/images?q=tbn:ANd9GcSb3nlQ9IDNdrfK1Ko1KOifAQzGncVOSM5XYtAr4dC9er37Fd2_uD_O34U";

switch(t.toLowerCase()){
case "memoir":
// white
bg = "#BDE9B9";
bg_url = "http://www.color-hex.com/colorimg.php?color=bde9b9";
$('#louise_topnav_memoir').addClass('active');


break;
case "travel journal":
// brown
bg = "#DCC87E";
bg_url = "http://www.color-hex.com/colorimg.php?color=dcc87e";
$('#louise_topnav_travel').addClass('active');


break;
case "for fun":
case "fun":
// sky
bg = "#CCEEFF";
bg_url = "http://www.colorhexa.com/cceeff.png";
$('#louise_topnav_forfun').addClass('active');
break;
case "videos":
// black
bg = "#000000";
bg_url = "http://www.colorcombos.com/images/colors/000000.png";
$('#louise_topnav_videos').addClass('active');
break;
case "I likes":
case "likes":
// pink
bg = "#F783CA";
bg_url = "http://t0.gstatic.com/images?q=tbn:ANd9GcTFnAz6WMCy9Mx7nCzK2QVjtTKgNQCajUGg3p_Nf70YY-izVtgCqO_zRQc";
$('#louise_topnav_likes').addClass('active');
break;
case "diary":
// blue
bg = "#CEC6C6";
bg_url = "http://64.19.142.11/www.color-hex.com/colorimg.php?color=4f4ce8";


$('#louise_topnav_diary').addClass('active');
break;
default:
// blue
bg = "#4F4CE8";
bg_url = "ttp://t3.gstatic.com/images?q=tbn:ANd9GcSb3nlQ9IDNdrfK1Ko1KOifAQzGncVOSM5XYtAr4dC9er37Fd2_uD_O34U";


$('#louise_topnav_home').addClass('active');
break;
}

$('body').css({'background-color':bg,'background-image':'url('+bg_url+')'});
$('#louise_tag_slashslash').css({'color':bg});
</script>
</section>
<div class="stat-clear"></div>
</article>




<article class="stat-text" id="post-19167052107">
<header>
</div><!-- END#stat-wrapper -->

<footer id="stat-footer">
<p>

<p>
<a href="http://www.louiseconnected.tumblr.com" target="_top">www.louiseconnected.com</a>
|
<a href="http://www.twitter.com/louiseconnected" target="_blank">twitter.com/louiseconnected</a>
|
<a href="http://www.facebook.com/annelouiselintag" target="_blank">facebook.com/annelouiselintag</a>
</p>
</footer>





<!-- BEGIN TUMBLR CODE --><iframe

src="http://assets.tumblr.com/iframe.html?10&src=http%3A%2F%2Flouiseconnected.tumblr.com%2Fpage%2F13&amp;lang=en_US&amp;name=

annelouiselintag" scrolling="no" width="330" height="25" frameborder="0" style="position:absolute; z-index:1337; top:0px;

right:0px; border:0px; background-color:transparent; overflow:hidden;" id="tumblr_controls"></iframe><!--[if IE]><script

type="text/javascript">document.getElementById('tumblr_controls').allowTransparency=true;</script><![endif]--><script

type="text/javascript">_qoptions={qacct:"p-19UtqE8ngoZbM"};</script><script type="text/javascript"

src="http://edge.quantserve.com/quant.js"></script><noscript><img

src="http://64.19.142.13/pixel.quantserve.com/pixel/p-19UtqE8ngoZbM.gif" style="display:none; border-width:0px; height:1px;

width:1px;" alt=""/></noscript><!-- END TUMBLR CODE -->
</body>
</html>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 16th April 2024 - 12:26 AM