Sunteți pe pagina 1din 22

<!

DOCTYPE html> <html lang="en">

<head> <meta charset="utf-8" /> <link rel="stylesheet" href="http://static.tumblr.com/20pvjfl/gSSlegdmj/jennifer-v1.5.1.css" />

<title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}

<meta name="color:Text" content="#000000" /> <meta name="color:Links" content="#cabdbd" /> <meta name="color:Title" content="#cabdbd" /> <meta name="color:Tagline" content="#cabdbd" /> <meta name="color:Post Dividers" content="#000000" /> <meta name="color:Background" content="#ffffff" /> <meta name="font:Body" content="Arial, Homemade Apple, sans-serif" /> <meta name="image:Background" content="0" /> <meta name="if:Background Image Repeat" content="0" /> <meta name="if:Show People I Follow" content="1" /> <meta name="if:Show My Recent Tweets" content="0" /> <meta name="if:Show My Likes" content="0" />

<meta name="if:Endless Scrolling" content="0" /> <meta name="if:Move Tagline" content="0" />

<meta name="if:Straighten Polaroid" content="0" /> <meta name="text:FlickrUsername" content="myflikr"/> <meta name="text:twitter" content="Recent twitt" /> <meta name="text:PagesTitle" content="Pages" /> <meta name="text:LinksTitle" content="Links" /> <meta name="text:LikesTitle" content="My Likes" /> <meta name="text:FollowingTitle" content="Following" /> <meta name="text:FlickrTitle" content="Recent Photos" /> <meta name="text:Disqus Shortname" content="" /> <meta name="text:Google Analytics ID" content="" />

<link rel="shortcut icon" href="{Favicon}" /> <link rel="apple-touch-icon" href="{PortraitURL-128}"/> <link rel="alternate" type="application/rss+xml" href="{RSS}" />

<!--[if IE]> <script src="http://static.tumblr.com/20pvjfl/e2Fla34af/html5.js"></script> <![endif]-->

<!--[if IE 7]> <style type="text/css"> aside {top: 107px; } article {margin-top:35px; } blockquote, .video, .linkpost, .audiopost {margin-top:2px; } #avatar {top: -60px; }

.about, .pages, .search {top: -90px; } #twitter_update_list li a {float:left; clear:both; top:0; width: 100px; } .button {top:3px; } .tags {padding-bottom:0px} #title h2 {padding-bottom:2px; } .type_blog, .type_photo, .type_quote, .type_link, .type_chat, .type_video, .type_audio {top: 0; } .photopost {margin-top: 0; } </style> <![endif]-->

<style type="text/css">

body { background-color: {color:Background Color}; background-image: url(http://i833.photobucket.com/albums/zz259/cokihihihi/acd2328b8169edf7fd1f10a0.png); background-repeat: repeat; color:{color:font color}; cursor: url(""), default; text-align:justify; margin: 0px; padding: 0px;

.tags, .source, .caption blockquote, #likes blockquote, .notes_box { font-family: {font:Body}; } a { color: {color:Links}; } #title h1 a { color: {color:Title}; } #title h2 { color: {color:Tagline}; }

{block:IfMoveTagline} #title h2 { margin-top: 0; margin-bottom: 10px; } {/block:IfMoveTagline}

header { border-bottom: 3px solid {color:Post Dividers}; } aside { border-top: 3px solid {color:Post Dividers}; } article { border-bottom: 2px solid {color:Post Dividers}; }

{block:IfStraightenPolaroid} #avatar img { -webkit-transform: none; -moz-transform: none; } {/block:IfStraightenPolaroid}

</style>

<style type="text/css"> {CustomCSS}

</style>

{block:IfEndlessScrolling} <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/mFbkoqlkr/tumblrautopager.js"></script> {/block:IfEndlessScrolling}

</head>

<body> <div id="container">

<header>

<div id="title"> <hgroup> <h1><a href="/">{Title}</a></h1> {block:IfTagline}<h2>{text:Tagline}</h2>{/block:IfTagline} </hgroup>

<div id="follow"> {block:Twitter} <div id="twittericon"><a href="http://www.twitter.com/{TwitterUsername}">Follow me on twitter</a></div> {/block:Twitter}

<ul id="follow_links"> <li id="rss"><a href="{RSS}">{lang:RSS feed}Subscribe to my posts</a></li> </ul> </div><!--End follow-->

</div><!--End title-->

</header><!--End Header-->

<div id="main_content">

<section>

<div class="autopagerize_page_element">

{block:Posts}

<div class="posted"> <ul class="date"> {block:Date} <li>{DayOfMonth}{DayOfMonthSuffix} {Month}<br /> {Year}</li> <li class="date_icon"></li>

<li class="number">{DayOfMonthWithZero}</li> {/block:Date} </ul> </div><!--End Posted-->

<article>

{block:Text} <div class="type_blog">Post</div> {block:Title} <h2><a href="{Permalink}">{Title}</a></h2> {/block:Title} <div class="text_post"> {Body} </div> {/block:Text}

{block:Photo} <div class="type_photo">Post</div> {block:Title} <h2><a href="{Permalink}">{Title}</a></h2> {/block:Title} <div class="photopost"> {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}

{block:Caption} <div class="caption">{Caption}</div> {/block:Caption} </div> {/block:Photo}

{block:Photoset} <div class="type_photo">Post</div> {block:Title} <h2><a href="{Permalink}">{Title}</a></h2> {/block:Title} <div class="video"> {Photoset-400} </div> {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} {/block:Photoset}

{block:Link} <div class="type_link">Post</div> {block:Title} <h2><a href="{Permalink}">{Title}</a></h2> {/block:Title} <div class="linkpost">

<a href="{URL}" class="link" {Target}>{Name}</a> {block:Description} <div class="description"><p>{Description}</p></div> {/block:Description} </div> {/block:Link}

{block:Quote} <div class="type_quote">Post</div> {block:Title} <h2><a href="{Permalink}">{Title}</a></h2> {/block:Title} <div> <blockquote> {Quote} {block:Source} <div class="source">{Source}</div> {/block:Source} </blockquote> </div> {/block:Quote}

{block:Video} <div class="type_video">Post</div> {block:Title}

<h2><a href="{Permalink}">{Title}</a></h2> {/block:Title} <div> <div class="video"> {Video-400} </div> {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} </div> {/block:Video}

{block:Chat} <div class="type_chat">Post</div> {block:Title} <h2><a href="{Permalink}">{Title}</a></h2> {/block:Title} <div> <ul class="chat"> {block:Lines} <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label} {Line}

</li> {/block:Lines} </ul> </div> {/block:Chat}

{block:Audio} <div class="type_audio">Post</div> {block:Title} <h2><a href="{Permalink}">{Title}</a></h2> {/block:Title} <div class="audiopost"> {AudioPlayerBlack} {block:Caption} <div class="caption">{Caption}</div> {/block:Caption} </div> {/block:Audio}

{block:Answer} <div class="type_blog">Post</div> <div class="question"> <strong>{Question}</strong> <p class="asker">Asked by: {Asker}</p> </div>

<div class="answer"> {Answer} </div> {/block:Answer}

{block:HasTags} <ul class="tags"> {block:Tags} <li> <a href="{TagURL}">{Tag}</a> </li> {/block:Tags} </ul> {/block:HasTags}

<div class="meta">

{block:NoteCount} <ul class="notes_box"> <li> <img src="http://static.tumblr.com/20pvjfl/RZOl9tg24/notes_icon.png" width="16" height="16" class="notes_icon" /> <a href="{Permalink}">{NoteCountWithLabel}</a>

</li> </ul> {/block:NoteCount}

{block:IfDisqusShortname} <div style="padding-top:17px; float:left; margin-right: 20px;"><a class="dsq-comment-count" href="{Permalink}#disqus_thread">Comments</a> </div> {/block:IfDisqusShortname}

<ul class="permalink"> <li><a href="{Permalink}">Permalink</a></li> </ul>

</div><!-- End Meta -->

{block:PostNotes} {PostNotes} {/block:PostNotes}

</article><!-- End Article -->

{/block:Posts}

</div><!-- End Auto Page Div -->

{block:PermalinkPage} {block:IfDisqusShortname} {block:Permalink} <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> {/block:Permalink} {/block:IfDisqusShortname} {/block:PermalinkPage}

</section>

{block:Pagination} <div class="pagination"> <ul class="back_next"> {block:NextPage} <li id="next"><a href="{NextPage}">Go Earlier</a></li> {/block:NextPage}

{block:PreviousPage} <li id="back"><a href="{PreviousPage}">Go Later</a></li> {/block:PreviousPage} </ul>

</div><!-- End Pagination --> {/block:Pagination}

{block:SearchPage} <section> <article> <h2>Search Results</h2> <p>{SearchResultCount} Results for {SearchQuery}</p> </article> </section> {/block:SearchPage}

</div><!--End Main Content-->

<aside> <div id="avatar"> <a href="/"><img src="{PortraitURL-96}" /></a> </div>

<div class="about">

{block:IfAboutDescription}<h3>{text:AboutDescription}</h3>{/block:IfAboutDescription} <p>{Description}</p> </div><!-- End Avatar -->

{block:IfShowSearchBox} <div class="search"> <form action="/search" method="get"> <input type="text" name="q" value="{SearchQuery}" placeholder="Search..."/> <input type="submit" class="button" value="Search"/> </form> </div><!-- End Search --> {/block:IfShowSearchBox}

<div class="pages"> {block:HasPages} <h3>{block:IfPagesTitle}{text:PagesTitle}{/block:IfPagesTitle}</h3> <ul class="page_list"> {block:Pages} <li> <a href="http://www.huongmon.tumblr.com/about">about</a> </li> {/block:Pages} </ul> {/block:HasPages} </div><!-- End Pages -->

<div class="links">

<h3>{block:IfLinksTitle}{text:LinksTitle}{/block:IfLinksTitle}</h3> <ul class="link_list"> <li><a href="/archive">Archive</a></li>

<li><a href="www.huongmon.blogspot.com"> huOng mOn blog </a></li>

{block:AskEnabled} <li><a href="/ask">{AskLabel}</a></li> {/block:AskEnabled}

{block:SubmissionsEnabled} <li><a href="/submit">Submit</a></li> {/block:SubmissionsEnabled} </ul> </div><!-- End Links -->

{block:IfShowMyRecentTweets}

{block:Twitter} <div id="twitter_background"> <div id="twitter"> <div class="tweet">

<h3>{block:IfTweetsTitle}{text:TweetsTitle}{/block:IfTweetsTitle}</h3> <ul id="twitter_update_list"></ul>

</div> </div> </div>

<script type="text/javascript" src="http://static.tumblr.com/20pvjfl/E7Plb9fn5/twitter.js"></script> <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/cokihihihi.json?callback=twitterCallback2&amp;count=3 "></script>

{/block:Twitter} {/block:IfShowMyRecentTweets}

{block:IfFlickrUsername} <div id="flickr">

<h3>{block:IfFlickrTitle}{text:FlickrTitle}{/block:IfFlickrTitle}</h3> <script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?count=10&display=latest&size=s&layout=x&source=us er&user=cokihihihi"></script> </div><!-- End Flickr -->

{/block:IfFlickrUsername}

{block:IfShowPeopleIFollow} {block:Following} <div class="i_follow"> <h3>{block:IfFollowingTitle}{text:FollowingTitle}{/block:IfFollowingTitle}</h3> <div class="content" id="following-avatars"> {block:Followed}<a href="{FollowedURL}"><img src="{FollowedPortraitURL-40}" /></a>{/block:Followed} </div> </div> {/block:Following} {/block:IfShowPeopleIFollow}

{block:IfShowMyLikes} {block:Likes}

<div class="i_like"> <h3>{block:IfLikesTitle}{text:LikesTitle}{/block:IfLikesTitle}</h3>

<p class="more_likes"> <a href="http://www.tumblr.com/liked/by/{Name}">See more</a></p> <li><a href="http://www.huongmon.blogspot.com"> my blog </a></li> </div>

<!-- Insert any extra widgets below this line-->

<!-- Insert any extra widgets above this line -->

</aside>

<footer> <ul class="credits"> <li id="credit"><a href="http://www.tumblr.com/theme/14285">Jennifer Theme</a> by <a href="http://www.webdesignbychloe.co.uk">Chloe Briggs</a>. <a href="http://www.woothemes.com/2010/05/pictos/">Icons</a> by <a href="http://drewwilson.com/">Drew Wilson</a>.</li>

<li>For help and support <a href="http://jennifertheme.tumblr.com/">please visit the official theme page.</a></li>

</ul> </footer>

</div><!--End container-->

{block:IfGoogleAnalyticsID} <script type="text/javascript">var gaJsHost=(("https:"==document.location.protocol)?"https://ssl.":"http://www.");document.write(unesc ape("%3Cscript src='"+gaJsHost+"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">try{var

pageTracker=_gat._getTracker("{text:Google Analytics ID}");pageTracker._trackPageview()}catch(err){}</script> {block:IfGoogleAnalyticsID}

{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>

body { color: {color:Text}; {block:IfBackgroundImage} background: url(http://i833.photobucket.com/albums/zz259/cokihihihi/acd2328b8169edf7fd1f10a0.png) no-repeat; {block:IfBackgroundImageRepeat}background-repeat: repeat; {/block:IfBackgroundImageRepeat} {/block:IfBackgroundImage}

{block:IfNotBackgroundImage} background: {color:Background}; {/block:IfNotBackgroundImage} font-family: {font:Body}; }

S-ar putea să vă placă și