Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---------------------------------------------------------------------
- ᴛʜᴇᴍᴇ #07; REVAMPED ᴍᴀᴅᴇ ʙʏ >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}" /><script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <meta name="font:body" content="trebuchet ms, sans-serif"/>
- <meta name="color:background" content="#ffffff" />
- <meta name="color:title" content="#333333" />
- <meta name="color:text" content="#9b9898" />
- <meta name="color:bold" content="#6f6e6e" />
- <meta name="color:italic" content="#b9b8b8" />
- <meta name="color:description" content="#888888" />
- <meta name="color:description bg" content="#f8f8f8" />
- <meta name="color:navigation links" content="#f8f8f8" />
- <meta name="color:navigation links hover" content="#444444" />
- <meta name="color:hyperlinks" content="#a2a2a2"/>
- <meta name="color:hyperlinks hover" content="#dadada" />
- <meta name="color:caption bg" content="#f6f6f6" />
- <meta name="color:pic info bg" content="#fcfcfc" />
- <meta name="color:pic info" content="#333333" />
- <meta name="color:info" content="#777777" />
- <meta name="color:audio" content="#dfdfdf" />
- <meta name="color:borders" content="#f8f8f8" />
- <meta name="image:container bg" content="" />
- <meta name="image:picture" content="" />
- <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="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link 5" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link 6" />
- <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"/>
- <meta name="text:opacity value" content="1" />
- <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>
- <style type="text/css">
- #s-m-t-tooltip {
- display: block;
- background: #444;
- 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: 999999;}
- 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:#f0f0f0;}
- ::-webkit-scrollbar {width:7px;height:7px;}
- ::selection {color: #bbb; background: #f5f5f5; }
- ::-moz-selection {color: #bbb; background: #f5f5f5; }
- ::-webkit-selection {color: #bbb; background: #f5f5f5; }
- 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;}
- 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};}
- 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%;
- border-left: 1px solid #ddd;}
- blockquote img {
- {block:indexpage}
- width:190px;
- {/block:indexpage}
- {block:permalinkpage}
- width:410px;
- {/block:permalinkpage}
- overflow: auto;}
- #caption{
- padding: 3px 10px 3px 10px;
- color:#888;
- background-color:{color:caption bg};
- margin-bottom:3px;}
- pre, xmp, plaintext, listing {
- display: block;
- white-space: pre;
- background: {color:bg block};
- padding: 5px;
- word-wrap: break-word;
- font: 9px consolas;}
- /*sidebar*/
- #sidebar {
- position:fixed;
- top: 150px;
- left:160px;
- width:220px;
- padding:10px;
- z-index:222;
- overflow:hidden;}
- #imageone {height: 112px;margin-top:13px;z-index:222;margin-left:50px;}
- #imageone img {
- width:100px;
- height:103px;
- border:10px solid {color:borders};}
- #sidebar:hover #navigation {opacity:1;}
- #navigation{
- height:110px;
- margin-top:-112px;
- margin-left:0px;
- width:350px;
- opacity:0;
- -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;}
- #navigation a{
- display:inline-block;
- margin-right:130px;
- margin-bottom:6px;
- width: 37px;
- height:12px;
- padding:5px 4px 5px 4px;
- font: 8px calibri;
- color:#444;
- border-bottom:2px solid #f0f0f0;
- background:{color:navigation links};
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:center;
- cursor:pointer;
- transform: rotateY(180deg);
- -webkit-transform: rotateY(180deg);}
- #navigation a:hover {background-color:{color:navigation links hover};color:#fff;}
- #sidebar:hover #navigation a{ transform: rotateY(0deg);
- -webkit-transform: rotateY(0deg);}
- #description {
- margin-top:15px;
- margin-left:50px;
- width: 100px;
- height:auto;
- padding: 10px;
- font:10px calibri;
- letter-spacing:1px;
- line-height:120%;
- text-align: center;
- color:{color:description};
- z-index:222;}
- #sidebar:hover #pagination{opacity:1;}
- #pagination {
- display:inline-block;
- text-align:center;
- font:10px calibri;
- color:{color:description};
- width:200px;
- padding:5px;
- opacity:0;
- margin-left:5px;
- {block:ifinfinitescroll}display:none;{/block:ifinfinitescroll}
- -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 a{color:{color:description};background:{color:description bg}; padding:2px 5px 2px 5px;margin:1px; cursor:pointer;z-index:222;}
- /*posts*/
- #container{
- padding:70px 100px 70px 50px;
- background:url('{image:container bg}') fixed;
- margin-top:-10px;
- margin-bottom:-10px;
- margin-left: 410px;
- {block:indexpage}
- {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:70px 60px 70px 60px;
- {/block:permalinkpage}}
- #posts{
- line-height:90%;
- padding:25px 25px 20px 25px;
- background:#fff;
- border:1px solid #f9f9f9;
- {block:indexpage}
- {block:if250px}
- width:250px;margin-bottom:20px;
- {/block:if250px}
- {block:if400px}
- width:400px;margin-bottom:25px;
- {/block:if400px}
- {block:if500px}
- width:500px; margin-bottom:25px;
- {/block:if500px}
- {/block:indexpage}
- {block:PermalinkPage}
- width:500px;margin-bottom:20px;
- {/block:PermalinkPage}}
- #opandgrey {
- opacity:{text:opacity value};
- -webkit-transition-duration:0.8s;
- -moz-transition-duration: 0.8s;
- transition: all 0.8s ease-in-out;
- {block:ifgreyscale}
- filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
- filter: gray;
- -webkit-filter: grayscale(100%);
- -webkit-transition-duration:0.8s;
- -moz-transition-duration: 0.8s;
- transition: all 0.8s ease-in-out;
- {/block:ifgreyscale}}
- #opandgrey:hover{{block:indexpage}opacity:1;-webkit-transition-duration:0.8s;-moz-transition-duration: 0.8s;-webkit-filter: grayscale(0%);{/block:indexpage}}
- .titles{
- color:{color:title};
- font-family: arial black;
- text-transform: uppercase;
- letter-spacing: -1px;
- line-height: 100%;
- text-align:justify;
- padding-bottom: 4px;
- padding-top: 5px;
- padding-left: 4px;
- {block:if250px}
- font-size:18px;
- {/block:if250px}
- {block:if400px}
- font-size:20px;
- {/block:if400px}
- {block:if500px}
- font-size:20px;
- {/block:if500px}}
- #posts img {
- {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};}
- #text {padding: 3px 6px 3px 6px;text-align:justify;}
- #quote {
- color:#888;
- text-align:center;
- font: oblique 20px times;
- letter-spacing:0px;
- line-height: 100%;
- padding: 15px 15px 5px 15px;
- text-align:justify;
- margin-bottom: 10px;}
- #source {font: 9px calibri;letter-spacing:1px; text-align: center;background:#fff;padding: 5px; margin-top:0px;color:#888;}
- .chat ul{padding:0px 0px 5px 0px;margin:0px;}
- .chat li{margin:0px;padding:6px 6px 6px 8px;list-style-type:none;}
- .chat li.odd {background:#f5f5f5;}
- .chat li.even {background:#fcfcfc;}
- span.chats {color:#222;font: 10px calibri; font-weight:700;letter-spacing:1px;text-transform:uppercase;}
- .audio {background-color:#f5f5f5;height:62px;margin-bottom:10px;}
- .audio-player{height:26px;width:26px; margin-top: 12px; margin-left: 12px;overflow:hidden;opacity:0.5;border: 3px solid #f9f9f9; position:absolute; z-index:2; margin-right:12px;}
- .audio-album { position:absolute; width:42px; border: 7px solid #f8f8f8;outline: 6px solid {color:audio};margin-right:0px;}
- .audio-info { height: 50px;margin-left:58px; padding:0px 10px 0px 10px;text-align:left; font-family:calibri;font-size:10px;line-height:110%;font-weight:bold;color:#666;}
- #asker {
- color:{color:title};
- font-family:intro;
- line-height: 100%;
- text-align:right;
- padding:7px;
- font-size:18px;
- border-bottom:1px solid #f5f5f5;
- -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;}
- #asker img{width:40px;}
- #questions {
- margin-top:-64px;
- margin-left:66px;
- text-align:justify;
- color: #777;
- font-style:oblique;
- padding:10px;
- font-family:cambria;
- font-size:11px;
- overflow:auto;
- background: #f7f7f7;}
- #asker a {color:{color:title};}
- #asker a:hover {color:#ddd;}
- .info {
- z-index:22;
- position:absolute;
- text-transform:uppercase;
- text-align: left;
- letter-spacing:1px;
- font-family: consolas;
- font-size:8px;
- color:{color:pic info};
- background:{color:pic info bg};
- opacity:0;
- margin-top:-10px;
- width:150px;
- line-height:150%;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- -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;}
- #posts:hover .info{margin-top:0px;}
- .infofoot{
- {block:indexpage}
- text-transform:uppercase;
- text-align: left;
- letter-spacing:1px;
- font-family: consolas;
- font-size:8px;
- color:{color:info};
- padding:8px 5px 5px 5px;
- border-top:1px solid #f4f4f4;
- margin-bottom:-15px;
- margin-top:0px;
- opacity:1;
- {/block:indexpage}
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- -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;}
- #posts:hover .infofoot, #posts:hover .info {opacity:1;}
- .infofoot a{color:{color:info};}
- .info a{color:{color:pic info};}
- .info a:hover{text-shadow: 1px 1px 2px #ddd;}
- #infoperm{
- font-family: calibri;
- font-size:9px;
- text-transform:uppercase;
- letter-spacing:0px;
- text-align:left;
- margin-top:10px;
- padding-left: 13px;
- padding-right: 13px;
- padding-top: 8px;
- padding-bottom: 8px;
- background-color: #f9f9f9;
- {block:permalinkpage}width:475px;{/block:permalinkpage}}
- #tagperm{
- font-family:calibri;
- text-transform:normal;
- font-size:9px;
- letter-spacing: 1px;
- text-align:left;
- margin-top: 3px;
- padding-top: 3px;
- background-color: #f8f8f8;}
- #notecount{
- font-family:consolas;
- text-transform:normal;
- font-size:11px;
- letter-spacing: 1px;
- text-align:center;
- margin-top: 6px;
- margin-bottom: 10px;
- padding: 2px;
- background-color: #f8f8f8;}
- #infoperm a {{color:hyperlinks};}
- #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;}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">Previous</a>{/block:PreviousPage}
- {block:JumpPagination length="6"}
- {block:CurrentPage}<span class="current_page" style="padding:2px 5px 2px 5px;">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- <div id="imageone"><img src="{image:picture}"></div>
- <div id="navigation">
- <a href="/" title="home">home</a><a href="/ask" title="ask">askbox</a>{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}{block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}{block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}{block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}</div>
- <div id="description">{block:Description}{Description}{/block:Description}</div>
- </div></div>
- <div id="container">
- {block:Posts}
- <div id="posts">
- {block:Quote}
- <div id="quote">{Quote}<div id="source">{Source}</div></div>
- <div class="infofoot">
- {block:Date}<a href="{Permalink}" title="permalink">{TimeAgo}</a> {/block:Date} {block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} · <a href="{ReblogParentURL}">{ReblogParentName}</a> <a href="{ReblogRootURL}" title="{ReblogRootName}">(le source)</a>{/block:RebloggedFrom} · <a href="{ReblogURL}" title="reblog this post">reblog</a>
- {block:HasTags}· tagged: {block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- {/block:Quote}
- {block:Photo}
- {block:indexpage}
- <div id="hover">
- <div class="info">
- <div style="padding:15px;">
- {TimeAgo}<br>
- <span style="font-size:13px;">{block:Date}<a href="{Permalink}" title="permalink">{DayofMonth}.{Month}.{Year}</a> {/block:Date}</span>
- {block:RebloggedFrom} <br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}
- {block:NoteCount} <br><span style="font-size:12px;">{NoteCountWithLabel}</span>{/block:NoteCount}
- <br> <span style="background:#fff; padding:0px 3px 0px 3px;"><a href="{ReblogURL}" title="reblog this post" style="color:#666;">reblog</a></span>
- {block:HasTags}<br><span style="background:#fff; padding:0px 3px 0px 3px;color:#666;">Tags:</span>{block:Tags} <a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
- <div id="opandgrey"><div style="padding-bottom:5px;">
- <center><img src="{PhotoURL-500}" style="{block:if250px}max-width:250px;
- {/block:if250px}{block:if400px}max-width:400px;
- {/block:if400px}{block:if500px}max-width:500px;
- {/block:if500px}"/></center></div>
- {block:ifcaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}
- </div></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}
- <div id="hover">
- <div class="info">
- <div style="padding:15px;">
- {TimeAgo}<br>
- <span style="font-size:13px;">{block:Date}<a href="{Permalink}" title="permalink">{DayofMonth}.{Month}.{Year}</a> {/block:Date}</span>
- {block:RebloggedFrom} <br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> · <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}
- {block:NoteCount} <br><span style="font-size:12px;">{NoteCountWithLabel}</span>{/block:NoteCount}
- <br> <span style="background:#fff; padding:0px 3px 0px 3px;"><a href="{ReblogURL}" title="reblog this post" style="color:#666;">reblog</a></span>
- {block:HasTags}<br><span style="background:#fff; padding:0px 3px 0px 3px;color:#666;">Tags:</span>{block:Tags} <a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
- <div id="opandgrey"><div style="padding-bottom:5px;">
- <center>
- {block:if250px}{Photoset-250}{/block:if250px}{block:if400px}{Photoset-400}
- {/block:if400px}{block:if500px}{Photoset-500}
- {/block:if500px}</center></div>
- {block:ifcaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}
- </div></div>
- {/block:indexpage}
- {block:permalinkpage}
- <center>{Photoset-500}</center>
- {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Link}
- <a href="{URL}" class="link" {Target}><div class="titles">{Name} →</div></a>
- {block:Description}<div id="text">{Description}<br/></div>{/block:Description}
- <div class="infofoot">
- {block:Date}<a href="{Permalink}" title="permalink">{TimeAgo}</a> {/block:Date} {block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} · <a href="{ReblogParentURL}">{ReblogParentName}</a> <a href="{ReblogRootURL}" title="{ReblogRootName}">(le source)</a>{/block:RebloggedFrom} · <a href="{ReblogURL}" title="reblog this post">reblog</a>
- {block:HasTags}· tagged: {block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- {block:Link}
- {block:Chat}
- {block:Title}<div class="titles">{Title}</div>{/block:Title}
- <div class="chat">
- <ul>{block:Lines}
- <li class="{Alt} u{UserNumber}">
- {block:Label}<span class="chats">{Label}</span>{/block:Label}
- {Line}</li>
- {/block:Lines}</ul></div>
- {/block:Label}
- <div class="infofoot">
- {block:Date}<a href="{Permalink}" title="permalink">{TimeAgo}</a> {/block:Date} {block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} · <a href="{ReblogParentURL}">{ReblogParentName}</a> <a href="{ReblogRootURL}" title="{ReblogRootName}">(le source)</a>{/block:RebloggedFrom} · <a href="{ReblogURL}" title="reblog this post">reblog</a>
- {block:HasTags}· tagged: {block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}" style="width:42px;">{/block:AlbumArt}
- <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
- <div class="audio-info">
- {block:TrackName} <div style="font-family:calibri;text-transform:uppercase; font-size:10px;padding:5px 8px 5px 8px;margin-left:-6px; background: {color:audio};color:#fff;width:100%;">{TrackName}</div><br>{/block:TrackName}
- {block:Artist}{Artist}<br>{/block:Artist}
- </div></div>
- {block:ifcaption}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:ifcaption}<br>
- <div class="infofoot">
- {block:Date}<a href="{Permalink}" title="permalink">{TimeAgo}</a> {/block:Date} {block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} · <a href="{ReblogParentURL}">{ReblogParentName}</a> <a href="{ReblogRootURL}" title="{ReblogRootName}">(le source)</a>{/block:RebloggedFrom} · <a href="{ReblogURL}" title="reblog this post">reblog</a>
- {block:HasTags}· tagged: {block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- {/block:Audio}
- {block:Text}
- {block:Title}
- <div class="titles">{Title}</div>
- {/block:Title}
- <div id="text">{Body}<br/></div>
- <div class="infofoot">
- {block:Date}<a href="{Permalink}" title="permalink">{TimeAgo}</a> {/block:Date} {block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} · <a href="{ReblogParentURL}">{ReblogParentName}</a> <a href="{ReblogRootURL}" title="{ReblogRootName}">(le source)</a>{/block:RebloggedFrom} · <a href="{ReblogURL}" title="reblog this post">reblog</a>
- {block:HasTags}· tagged: {block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- {/block:Text}
- {block:Video}
- {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="infofoot">
- {block:Date}<a href="{Permalink}" title="permalink">{TimeAgo}</a> {/block:Date} {block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom} · <a href="{ReblogParentURL}">{ReblogParentName}</a> <a href="{ReblogRootURL}" title="{ReblogRootName}">(le source)</a>{/block:RebloggedFrom} · <a href="{ReblogURL}" title="reblog this post">reblog</a>
- {block:HasTags}· tagged: {block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- {/block:indexpage}
- {block:permalinkpage}
- <center>{Video-500}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:permalinkpage}
- {block:Video}
- {block:Answer}
- <div id="hover">
- <img src="{AskerPortraitURL-48}" style="vertical-align:-8px;border: 5px solid #f8f8f8;outline: 6px solid #f8f8f8;"> <div id="questions">{Question}</div> <div id="asker">{Asker}</div><div id="text">{Answer}</div>
- <div class="infofoot">
- {block:Date}<a href="{Permalink}" title="permalink">{TimeAgo}</a> {/block:Date}
- {block:NoteCount}· {NoteCountWithLabel}{/block:NoteCount}
- · <a href="{ReblogURL}" title="reblog this post">reblog</a>
- {block:HasTags}· tagged:{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
- {/block:Answer}
- <!----->
- {block:permalinkpage}
- <div id="infoperm">
- {block:Date}{Month} {DayOfMonth}, {Year} at {24Hour}:{Minutes}{/block:Date}
- {block:RebloggedFrom} / <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
- {block:ContentSource} / <b>source:</b> <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}
- {block:HasTags}
- <div id="tagperm">
- <b>Tagged as:</b>{block:Tags} <a href="{TagURL}"> <small>#</small>{Tag}</a> {/block:Tags}</div>{/block:HasTags} </div>
- <div id="notecount">{block:NoteCount}<p>{NoteCountWithLabel}{/block:NoteCount}</div>
- <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 = $('#container');
- $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><a href="http://soonjunthemes.tumblr.com/" title="theme created by soonjun" style="font-size:10px;right:15px;bottom:15px;position:fixed;font-family:calibri;letter-spacing:1px;background:#f7f7f7;padding: 2px 5px 3px 5px;border-radius:3px;z-index:99;"> theme. </a>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment