Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---------------------------------------------------------------------
- ᴛʜᴇᴍᴇ ᴍᴀᴅᴇ ʙʏ >SOONJUN<. [ʏᴏɴɢ.ᴄᴏ.ᴠᴜ]
- sᴏᴏɴᴊᴜɴᴛʜᴇᴍᴇs.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ
- ᴘʟᴇᴀsᴇ ʟᴇᴀᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ.
- ᴀɴʏ ǫᴜᴇsᴛɪᴏɴs ᴀᴛ ᴀʟʟ ᴄᴏᴍᴇ ᴀsᴋ.
- ----------------------------------------------------------------------->
- <!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" xml:lang="en" lang="en">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="font:body" content="trebuchet ms, sans-serif"/>
- <meta name="color:background" content="#ffffff" />
- <meta name="color:posts title" content="#aaaaaa" />
- <meta name="color:text" content="#9b9898" />
- <meta name="color:bold" content="#6f6e6e" />
- <meta name="color:italic" content="#b9b8b8" />
- <meta name="color:description" content="#b9b8b8" />
- <meta name="color:navigation links" content="#aaaaaa" />
- <meta name="color:navigation links hover" content="#aaaaaa" />
- <meta name="color:hyperlinks" content="#a2a2a2"/>
- <meta name="color:hyperlinks hover" content="#dadada" />
- <meta name="color:posts border" content="#f8f8f8" />
- <meta name="color:sidebar bg" content="#f8f8f8" />
- <meta name="color:sidebar" content="#ffffff" />
- <meta name="color:caption bg" content="#fafafa" />
- <meta name="color:info bg" content="#fafafa" />
- <meta name="color:asker" content="#ffffff" />
- <meta name="color:asker bg" content="#aaaaaa" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link 4" />
- <meta name="image:sidebar" content="" />
- <meta name="image:sidebar2" content="" />
- <meta name="text:quote" content="It does not matter how slow you go so long as you do not stop.
- " />
- <meta name="if:2columns250" content="0"/>
- <meta name="if:250px" content="0"/>
- <meta name="if:400px" content="0"/>
- <meta name="if:500px" content="1"/>
- <meta name="if:infinitescroll" content="0">
- <meta name="if:caption" content="1">
- <meta name="if:greyscale" content="0"/>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400italic' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Josefin+Sans|Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Alegreya:400italic,700italic,400' rel='stylesheet' type='text/css'>
- <style type="text/css">
- iframe#tumblr_controls {
- right:0px !important;
- position:fixed !important;
- -webkit-filter:invert(100%);
- opacity:0.2;
- z-index:99;
- -webkit-transition-duration:0.8s;
- -moz-transition-duration: 0.8s;
- }
- iframe#tumblr_controls:hover {opacity:1;-webkit-transition-duration:0.8s;-moz-transition-duration: 0.8s;}
- ::-webkit-scrollbar-track {background-color:#fff;}
- ::-webkit-scrollbar-thumb {background-color:#f5f5f5;}
- ::-webkit-scrollbar {width:5px;height:5px;}
- body{
- background-color: {color:background};
- font-family:trebuchet ms;
- font-family:{font:body};
- line-height:100%;
- color:{color:text};
- word-wrap: break-word;
- font-size:10px;}
- li {list-style:square;}
- a {
- text-decoration:none;
- cursor:pointer;
- color:{color:hyperlinks};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- a:link, a:active, a:visited {
- color: {color:hyperlinks};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- a:hover {
- color:{color:hyperlinks hover};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- b, strong {
- font-weight:heavy;
- color:{color:bold};}
- i, em {
- font-weight:light;
- color:{color:italic};}
- blockquote {
- margin: 5px;
- padding:0px 3px 0px 3px;
- line-height:90%;
- background-color:{color:caption bg};
- border-left: 1px solid #ddd;}
- blockquote img {
- {block:indexpage}
- width:190px;
- {/block:indexpage}
- {block:permalinkpage}
- width:410px;
- {/block:permalinkpage}
- overflow: auto;
- }
- #posts img {
- {block:if2columns250}
- max-width:240px;
- height:auto;
- {/block:if2columns250}
- {block:if250px}
- max-width:240px;
- height:auto;
- {/block:if250px}
- {block:if400px}
- max-width:390px;
- height:auto;
- {/block:if400px}
- {block:if500px}
- max-width:490px;
- height:auto;
- {/block:if500px}
- {block:permalinkpage}width:auto;height:auto;{/block:permalinkpage};}
- #caption{
- margin-top: 5px;
- padding: 3px 10px 3px 10px;
- background-color:{color:caption bg};}
- pre, xmp, plaintext, listing {
- display: block;
- white-space: pre;
- background: {color:bg block};
- padding: 5px;
- word-wrap: break-word;
- font-size: 9px;}
- #entry{
- padding:50px 10px 50px 50px;
- margin-left: 335px;
- position:relative;
- {block:indexpage}
- {block:if2columns250}
- width:730px;float:center;padding:50px 10px 20px 40px;
- {/block:if2columns250}
- {block:if250px}
- width:250px;
- {/block:if250px}
- {block:if400px}
- width:400px;
- {/block:if400px}
- {block:if500px}
- width:500px;
- {/block:if500px}
- {/block:indexpage}
- {block:permalinkpage}
- width:550px;padding:50px 10px 50px 0px;margin-left: 395px;
- {/block:permalinkpage}
- z-index:33;}
- #posts{
- line-height:90%;
- background:#fff;
- {block:indexpage}
- {block:if2columns250}
- width:250px;margin-left:15px;margin-bottom:15px;
- {/block:if2columns250}
- {block:if250px}
- width:250px;margin-bottom:10px;
- {/block:if250px}
- {block:if400px}
- width:400px;margin-bottom:10px;
- {/block:if400px}
- {block:if500px}
- width:500px; margin-bottom:10px;
- {/block:if500px}
- -webkit-transition-duration:0.8s;
- -moz-transition-duration: 0.8s;
- {block:ifgreyscale}
- -webkit-filter: grayscale(70%);
- {/block:ifgreyscale}
- opacity:0.8;
- padding:25px;
- border:5px solid {color:posts border};
- box-shadow:1px 1px 2px #ededed;
- {/block:indexpage}
- {block:PermalinkPage}
- width:500px;margin-bottom:20px;
- {/block:PermalinkPage}
- }
- #posts:hover{{block:indexpage}opacity:1;-webkit-transition-duration:0.8s;-moz-transition-duration: 0.8s;-webkit-filter: grayscale(0%);{/block:indexpage}}
- #text {padding: 3px 6px 0px 6px;text-align:justify;}
- #sidebar {
- position: fixed;
- top: 100px;
- width:230px;
- height:295px;
- left: 80px;
- padding:20px;
- background:{color:sidebar bg};
- box-shadow:0px 0px 2px #ededed;}
- #sidebarimage {display: block;position:absolute;}
- #sidebarimage img {
- width: 95px;
- height: 95px;
- padding:15px;
- background:{color:sidebar};}
- #sidebarimage2 img {
- display: block;
- width: 70px;
- height: 96px;
- padding:12px;
- background:{color:sidebar};
- position:absolute;
- margin-left:133px;
- margin-top:175px;}
- #title {
- position:absolute;
- font-family:libre baskerville;
- font-style:oblique;
- line-height:80%;
- letter-spacing:-1px;
- font-size:20px;
- color:{color:title};
- padding:10px 7px 4px 7px;
- margin-top:0px;
- width:81px;
- height:41px;
- text-align:center;
- text-shadow: 1px 1px #eee;
- opacity:0.9;
- margin-left:133px;
- background:{color:sidebar};
- overflow:hidden;}
- #music{
- position:absolute;
- margin-left:133px;
- background:{color:sidebar};
- width:75px;
- padding:11px 10px 8px 10px;
- margin-top:60px;
- height:15px;}
- #description {
- display: block;
- position:absolute;
- font-size:10px;
- text-align: justify;
- color:{color:description};
- font-family:libre baskerville;
- font-style:oblique;
- letter-spacing:0px;
- padding: 10px;
- width: 105px;
- height:100px;
- line-height:110%;
- top:195px;
- overflow:hidden;
- background:{color:sidebar};}
- #quot {
- font-size:8px;
- text-align: justify;
- color:{color:description};
- font-family:calibri;
- letter-spacing:1px;
- padding: 10px;
- width: 75px;
- height:50px;
- line-height:110%;
- margin-top:99px;
- margin-left:133px;
- overflow:hidden;
- background:{color:sidebar};
- position:absolute;}
- #navigation{
- position:absolute;
- display:inline-block;
- width: 125px;
- top:148px;
- text-align:center;
- -webkit-transition-duration:0.8s;
- -moz-transition-duration: 0.8s;
- opacity:1;
- }
- #sidebar:hover #navigation{
- opacity:1;
- -webkit-transition-duration:0.8s;
- -moz-transition-duration: 0.8s;}
- #navigation a.links {
- display:inline-block;
- text-align:center;
- text-transform: uppercase;
- color: {color:navigation links};
- width:53px;
- background:{color:sidebar};
- font-size:7px;
- letter-spacing:2px;
- padding:0px 2px 0px 3px;
- margin:2px;
- font-family:calibri;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- cursor:pointer;
- box-shadow:0px 1px 1px #eee;}
- #navigation a.links:hover {color:#fff;background:{color:navigation links hover};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- #pagination {
- display:inline-block;
- position:absolute;
- margin-top:320px;
- width:255px;
- padding:8px;
- margin-left:-20px;
- text-align:center;
- background:{color:sidebar bg};
- color:#ababab;
- {block:ifinfinitescroll}display:none;{/block:ifinfinitescroll}}
- #pagination a{
- color:#bbb;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- .info {
- z-index:33;
- position:absolute;
- text-transform:uppercase;
- text-align: left;
- letter-spacing:2px;
- font-family: calibri;
- bottom:-5px;
- right:-155px;
- font-size:8px;
- line-height:110%;
- color:#999;
- border:1px solid #f5f5f5;
- padding:8px;
- opacity:0;
- box-shadow:0px 1px 1px #eee;
- background:{color:info bg};
- transform: rotateY(180deg);
- -webkit-transform: rotateY(180deg);
- width: 120px;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- {block:if2columns250}
- margin-top:0px;
- left:0px;
- border:0px solid #fff;box-shadow:0px 0px 0px;
- {/block:if2columns250}
- }
- #posts:hover .info {
- opacity:1;
- bottom:0px;
- transform: rotateY(0deg);
- -webkit-transform: rotateY(0deg);
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;}
- .info a{
- color:#999;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- .info a:hover{
- color:#fff;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- #infoperm{
- font-family: lucida console;
- font-size:9px;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:left;
- margin-top:20px;
- margin-left: 0px;
- padding-left: 13px;
- padding-right: 5px;
- padding-top: 8px;
- padding-bottom: 2px;
- background-color: #f8f8f8;
- {block:permalinkpage}width:485px;{/block:permalinkpage}}
- #tagperm{
- font-family:'calibri';
- text-transform:normal;
- font-size:9px;
- letter-spacing: 1px;
- text-align:left;
- margin-top: 3px;
- padding-top: 3px;
- padding-bottom: 5px;
- background-color: #f8f8f8;}
- #tagperm a {color:hyperlinks};
- #tagperm a:hover {color:{color:hyperlinks hover};}
- .pnotes {
- background:transparent;
- max-height:250px;
- width:500px;
- text-align: left;
- overflow:auto;
- line-height:15px;
- padding:5px;
- margin-left: -20px;}
- .pnotes img{width:16px;}
- .pnotes li{list-style-type:none; border-bottom: 1px solid #ebebeb;padding:4px;margin-right: 20px;margin-bottom:2px;}
- ol.notes {margin: 25px 0px;}
- img.avatar {
- vertical-align: -4px;
- width: 16px;
- height: 16px;
- padding: 1px;}
- .posttitle{
- color:{color:posts title};
- font-family: libre baskerville;
- font-style:oblique;
- text-transform: lowercase;
- letter-spacing: -1px;
- line-height: 100%;
- text-align:justify;
- padding-bottom: 4px;
- padding-top: 5px;
- padding-left: 4px;
- {block:if2columns250}
- font-size:20px;
- {/block:if2columns250}
- {block:if250px}
- font-size:20px;
- {/block:if250px}
- {block:if400px}
- font-size:25px;
- {/block:if400px}
- {block:if500px}
- font-size:25px;
- {/block:if500px}}
- #asker {
- color:{color:asker};
- font-family:calibri;
- text-transform: lowercase;
- letter-spacing: 0px;
- line-height: 100%;
- text-align:center;
- padding:7px;
- font-size:17px;
- background:{color:asker bg};
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;}
- #asker img{width:16px;}
- #questions {
- text-align:justify;
- color: {color:text};
- padding:10px;
- font-family:calibri;
- font-size:10px;
- overflow:auto;
- background: {color:bg block};
- margin-top:0px;
- background:#fafafa;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;}
- #asker a {color:{color:asker};
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;}
- #asker a:hover {color:#666;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;}
- #quote {
- font-family: libre baskerville;
- font-style:oblique;
- font-size: 18px;
- letter-spacing:1px;
- line-height: 100%;
- padding: 10px;
- text-align:right;
- border-right: 1px solid #ddd;
- margin-bottom: 10px;
- margin-top: -80px;}
- .air{font-size:110px;opacity:0.1;font-family:calibri;}
- .air2{position:absolute;font-size:54px;opacity:0.1;font-family:calibri;margin-top:20px;}
- #source {font-size: 9px; text-align: right;font-family:calibri;}
- .label {color:{color:bold};font-weight:bold;letter-spacing:1px;font-size:10px;text-transform:uppercase;}
- ul.chat{margin-bottom:12px;margin-top:0px;padding:0px;}
- .chat li{
- list-style-type: none;
- margin-top:2px;
- padding:8px;
- background-color:{color:caption bg};
- border: 1px solid #f5f5f5;}
- .audio {background-color:#fafafa;height:47px;margin-bottom:10px;}
- .audio-player{height:26px;width:26px; margin-top: 7px; margin-left: 7px;overflow:hidden;opacity:0.6;border: 3px solid #f9f9f9; position:absolute; z-index:2; }
- .audio-album { position:absolute; width:32px; border: 7px solid #efefef;}
- .audio-info { height: 30px;margin-left:45px; padding:10px 10px 10px 10px;text-align:left; font-family:calibri;font-size:9px;line-height:110%;}
- #s-m-t-tooltip {
- display: block;
- background: #bbb;
- font-size: 8px;
- font-family: calibri;
- letter-spacing: 1px;
- text-transform: uppercase;
- line-height:100%;
- color: #fff;
- text-align: center;
- margin-left: 18px;
- padding:4px;
- min-width: 40px;
- max-width: 200px;
- z-index: 99;}
- #cr{ font-family:'Francois One', sans-serif;text-transform: lowercase;letter-spacing: 2px;font-size:8px;text-align:left;right:10px;bottom:10px;position:fixed; padding:3px;border-bottom:1px solid #ebebeb;}
- a.cr {color:#ccc;}
- </style>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('#entry').masonry({
- itemSelector : "#posts",
- },
- function() { $('#entry').masonry({ appendedContent: $(this) }); },
- // trigger Masonry as a callback
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- </head>
- <body>
- <div id="content">
- <div id="sidebar">
- <div id="sidebarimage">
- <img src="{image:sidebar}">
- </div>
- <div id="title">{Title}</div>
- <!--MUSIC PLAYER CODE--->
- <div id="music"><center><embed quality="high" style="width:56px; visibility:visible; height:13px;" type="application/x-shockwave-flash" height="56" width="13" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" src="http://www.hypster.com/flash/player.swf?id=4967224:6677711:0&autoplay=false" FlashVars="color_bg=0xffffff&color_border=0x9A0000&color_box=0x9A0000&color_songbg=0xFF9700&color_song_clicked=0xFECB81&color_Title=0x000000&color_btns=0xcccccc&color_title=0x000000" /></center></div>
- <!--MUSIC PLAYER CODE END--->
- <div id="quot">
- {block:Description}<b class="air2">❝ </b>{text:quote}{/block:Description}
- </div>
- <div id="navigation">
- <a class="links" href="/">home</a><a class="links" href="/ask">ask</a>{block:ifLink1}<a class="links" href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}{block:ifLink2}<a class="links" href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}{block:ifLink3}<a class="links" href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}{block:ifLink4}<a class="links" href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
- </div>
- <div id="description">
- {block:Description}{Description}{/block:Description}
- </div>
- <div id="sidebarimage2">
- <img src="{image:sidebar2}">
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">newer </a>{/block:PreviousPage} - {CurrentPage} of {TotalPages} - {block:NextPage}<a href="{NextPage}"> older</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- </div></div>
- <div id="entry">
- {block:Posts}
- <div id="posts">
- {block:Text}
- {block:Title}
- <div class="posttitle">{Title}</div>
- {/block:Title}
- <div id="text">{Body}</div>
- <div class="info">
- {block:Date}
- • <a href="{Permalink}" title="permalink">{DayofMonth}.{MonthNumber}.{ShortYear} at {24Hour}:{Minutes}</a> {/block:Date}
- {block:RebloggedFrom} <br>• <a href="{ReblogParentURL}" title="via">{ReblogParentName}</a>
- <br>• <a href="{ReblogRootURL}" title="credit">© {ReblogRootName}</a>{/block:RebloggedFrom}
- {block:NoteCount}<br> • {NoteCount} <small>♥</small>{/block:NoteCount}
- <br>• <a href="{ReblogURL}" title="reblog">reblog</a></li>
- {block:HasTags}<br>• <a href="{TagURL}" title="{block:Tags} #{Tag}{/block:Tags}">Tags</a>{/block:HasTags}</div>
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="link" {Target}><div class="posttitle">{Name} →</div></a>
- {block:Description}<div id="text">{Description}<br/></div>{/block:Description}
- <div class="info">
- {block:Date}
- • <a href="{Permalink}" title="permalink">{DayofMonth}.{MonthNumber}.{ShortYear} at {24Hour}:{Minutes}</a> {/block:Date}
- {block:RebloggedFrom} <br>• <a href="{ReblogParentURL}" title="via">{ReblogParentName}</a>
- <br>• <a href="{ReblogRootURL}" title="credit">© {ReblogRootName}</a>{/block:RebloggedFrom}
- {block:NoteCount}<br> • {NoteCount} <small>♥</small>{/block:NoteCount}
- <br>• <a href="{ReblogURL}" title="reblog">reblog</a></li>
- {block:HasTags}<br>• <a href="{TagURL}" title="{block:Tags} #{Tag}{/block:Tags}">Tags</a>{/block:HasTags}</div>
- {block:Link}
- {block:Photo}
- {block:indexpage}
- <center><img src="{PhotoURL-500}" style="{block:if2columns250}max-width:250px;{/block:if2columns250}{block:if250px}max-width:250px;
- {/block:if250px}{block:if400px}max-width:400px;
- {/block:if400px}{block:if500px}max-width:500px;
- {/block:if500px}"/></center>
- {block:ifcaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}
- <div class="info">
- {block:Date}
- • <a href="{Permalink}" title="permalink">{DayofMonth}.{MonthNumber}.{ShortYear} at {24Hour}:{Minutes}</a> {/block:Date}
- {block:RebloggedFrom} <br>• <a href="{ReblogParentURL}" title="via">{ReblogParentName}</a>
- <br>• <a href="{ReblogRootURL}" title="credit">© {ReblogRootName}</a>{/block:RebloggedFrom}
- {block:NoteCount}<br> • {NoteCount} <small>♥</small>{/block:NoteCount}
- <br>• <a href="{ReblogURL}" title="reblog">reblog</a></li>
- {block:HasTags}<br>• <a href="{TagURL}" title="{block:Tags} #{Tag}{/block:Tags}">Tags</a>{/block:HasTags}</div>
- {/block:indexpage}
- {block:permalinkpage}
- <center><img src="{PhotoURL-500}" alt="{PhotoAlt}" style="max-width:500px;"></center>
- {block:Caption}<br><div id="caption">{Caption}</div>{/block:Caption}
- {/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}
- {block:indexpage}
- <center>{block:if2columns250}{Photoset-250}{/block:if2columns250}{block:if250px}{Photoset-250}{/block:if250px}{block:if2columns400}{Photoset-400}{/block:if2columns400}{block:if400px}{Photoset-400}{/block:if400px}{block:if500px}{Photoset-500}{/block:if500px}</center>
- {block:ifcaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}
- <div class="info">
- {block:Date}
- • <a href="{Permalink}" title="permalink">{DayofMonth}.{MonthNumber}.{ShortYear} at {24Hour}:{Minutes}</a> {/block:Date}
- {block:RebloggedFrom} <br>• <a href="{ReblogParentURL}" title="via">{ReblogParentName}</a>
- <br>• <a href="{ReblogRootURL}" title="credit">© {ReblogRootName}</a>{/block:RebloggedFrom}
- {block:NoteCount}<br> • {NoteCount} <small>♥</small>{/block:NoteCount}
- <br>• <a href="{ReblogURL}" title="reblog">reblog</a></li>
- {block:HasTags}<br>• <a href="{TagURL}" title="{block:Tags} #{Tag}{/block:Tags}">Tags</a>{/block:HasTags}</div>
- {/block:indexpage}
- {block:permalinkpage}
- <center>{Photoset-500}</center>
- {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Quote}
- <div style="margin-top:45px;"><b class="air">❝ </b><div id="quote">{Quote}<br><div id="source">---{Source}</small></div></div>
- <div class="info">
- {block:Date}
- • <a href="{Permalink}" title="permalink">{DayofMonth}.{MonthNumber}.{ShortYear} at {24Hour}:{Minutes}</a> {/block:Date}
- {block:RebloggedFrom} <br>• <a href="{ReblogParentURL}" title="via">{ReblogParentName}</a>
- <br>• <a href="{ReblogRootURL}" title="credit">© {ReblogRootName}</a>{/block:RebloggedFrom}
- {block:NoteCount}<br> • {NoteCount} <small>♥</small>{/block:NoteCount}
- <br>• <a href="{ReblogURL}" title="reblog">reblog</a></li>
- {block:HasTags}<br>• <a href="{TagURL}" title="{block:Tags} #{Tag}{/block:Tags}">Tags</a>{/block:HasTags}</div></div>
- {/block:Quote}
- {block:Chat}
- {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
- <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}{/block:Lines}</li></ul>
- {/block:Label}
- <div class="info">
- {block:Date}
- • <a href="{Permalink}" title="permalink">{DayofMonth}.{MonthNumber}.{ShortYear} at {24Hour}:{Minutes}</a> {/block:Date}
- {block:RebloggedFrom} <br>• <a href="{ReblogParentURL}" title="via">{ReblogParentName}</a>
- <br>• <a href="{ReblogRootURL}" title="credit">© {ReblogRootName}</a>{/block:RebloggedFrom}
- {block:NoteCount}<br> • {NoteCount} <small>♥</small>{/block:NoteCount}
- <br>• <a href="{ReblogURL}" title="reblog">reblog</a></li>
- {block:HasTags}<br>• <a href="{TagURL}" title="{block:Tags} #{Tag}{/block:Tags}">Tags</a>{/block:HasTags}</div>
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}" style="width:32px;">{/block:AlbumArt}
- <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
- <div class="audio-info">
- {block:TrackName} <div style="font-family:libre baskerville;font-style:oblique; font-size:12px;">{TrackName}</div><br>{/block:TrackName}
- {block:PlayCount} {FormattedPlayCount} plays<br>{/block:PlayCount}
- </div></div>
- {block:ifcaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}
- <div class="info">
- {block:Date}
- • <a href="{Permalink}" title="permalink">{DayofMonth}.{MonthNumber}.{ShortYear} at {24Hour}:{Minutes}</a> {/block:Date}
- {block:RebloggedFrom} <br>• <a href="{ReblogParentURL}" title="via">{ReblogParentName}</a>
- <br>• <a href="{ReblogRootURL}" title="credit">© {ReblogRootName}</a>{/block:RebloggedFrom}
- {block:NoteCount}<br> • {NoteCount} <small>♥</small>{/block:NoteCount}
- <br>• <a href="{ReblogURL}" title="reblog">reblog</a></li>
- {block:HasTags}<br>• <a href="{TagURL}" title="{block:Tags} #{Tag}{/block:Tags}">Tags</a>{/block:HasTags}</div>
- {/block:Audio}
- {block:Video}
- {block:if2columns250}{Video-250}{/block:if2columns250}{block:indexpage}{block:if250px}{Video-250}{/block:if250px}{block:if400px}{Video-400}{/block:if400px}{block:if500px}{Video-500}{/block:if500px}
- {block:ifcaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}
- <div class="info">
- {block:Date}
- • <a href="{Permalink}" title="permalink">{DayofMonth}.{MonthNumber}.{ShortYear} at {24Hour}:{Minutes}</a> {/block:Date}
- {block:RebloggedFrom} <br>• <a href="{ReblogParentURL}" title="via">{ReblogParentName}</a>
- <br>• <a href="{ReblogRootURL}" title="credit">© {ReblogRootName}</a>{/block:RebloggedFrom}
- {block:NoteCount}<br> • {NoteCount} <small>♥</small>{/block:NoteCount}
- <br>• <a href="{ReblogURL}" title="reblog">reblog</a></li>
- {block:HasTags}<br>• <a href="{TagURL}" title="{block:Tags} #{Tag}{/block:Tags}">Tags</a>{/block:HasTags}</div>
- {/block:indexpage}
- {block:permalinkpage}
- <center>{Video-500}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:permalinkpage}
- {block:Video}
- {block:Answer}
- <div id="asker"><img src="{AskerPortraitURL-16}" style="vertical-align:-8px;border:4px solid #fff;"> {Asker}</div><div id="questions">{Question}</div><div id="text">{Answer}</div>
- <div class="info">
- {block:Date}
- • <a href="{Permalink}" title="permalink">{DayofMonth}.{MonthNumber}.{ShortYear} at {24Hour}:{Minutes}</a> {/block:Date}
- {block:RebloggedFrom} <br>• <a href="{ReblogParentURL}" title="via">{ReblogParentName}</a>
- <br>• <a href="{ReblogRootURL}" title="credit">© {ReblogRootName}</a>{/block:RebloggedFrom}
- {block:NoteCount}<br> • {NoteCount} <small>♥</small>{/block:NoteCount}
- <br>• <a href="{ReblogURL}" title="reblog">reblog</a></li>
- {block:HasTags}<br>• <a href="{TagURL}" title="{block:Tags} #{Tag}{/block:Tags}">Tags</a>{/block:HasTags}</div>
- {/block:Answer}
- {block:permalinkpage}
- <div id="infoperm">
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
- {block:ContentSource}source: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}
- {block:HasTags}
- <div id="tagperm">
- {block:Tags} <a href="{TagURL}"> <small>#</small>{Tag}</a> {/block:Tags}</div>{/block:HasTags} </div>
- {block:NoteCount}<p>{NoteCountWithLabel}{/block:NoteCount}
- <div class="pnotes">
- {block:PostNotes}
- {PostNotes-16}
- {/block:PostNotes}
- </div>{/block:permalinkpage}</div>
- {/block:Posts}
- </div>
- {block:ifinfinitescroll}
- {block:indexpage}
- {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#entry');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '#posts',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#page-nav',
- nextSelector : '#page-nav a',
- itemSelector : '#posts',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#content').show(500);
- });
- </script>
- {/block:indexpage}
- {/block:ifinfinitescroll}
- </body>
- <div id="cr"><center><a href="http://soonjunthemes.tumblr.com/" class="cr" title="© soonjun"> theme. </a></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment