Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--- THEME 27 - MADE BY YEOLI-THM.TUMBLR.COM --->
- <head>
- <script src="https://static.tumblr.com/kmw8hta/eAnnkum29/toggle.js"></script>
- <script src="//code.jquery.com/jquery-1.10.2.js"></script>
- <script src="//code.jquery.com/ui/1.11.3/jquery-ui.js"></script>
- <script src="https://static.tumblr.com/kmw8hta/RkYnkuobu/drag.js"></script>
- <script src="https://static.tumblr.com/kmw8hta/Is5nkuodb/top.js"></script>
- <link rel="stylesheet" type="text/css" href="https://static.tumblr.com/kmw8hta/lW6nkupgp/theme.css"/>
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <meta name="image:Background Image" content=""/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="text:Link 1" content="Link 1"/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 2" content="Link 2"/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 3" content="Link 3"/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 4" content="Link 4"/>
- <meta name="text:Link 4 URL" content=""/>
- <meta name="text:Link 5" content="Link 5"/>
- <meta name="text:Link 5 URL" content=""/>
- <meta name="text:Link 6" content="Link 6"/>
- <meta name="text:Link 6 URL" content=""/>
- <meta name="text:Link 7" content="Link 7"/>
- <meta name="text:Link 7 URL" content=""/>
- <meta name="text:Link 8" content="Link 8"/>
- <meta name="text:Link 8 URL" content=""/>
- <meta name="text:Billy Music Player Code" content=""/>
- <meta name="text:Flash Music Player Code" content=""/>
- <meta name="if:250px Posts" content="0"/>
- <meta name="if:400px Posts" content="1"/>
- <meta name="if:500px Posts" content="0"/>
- <meta name="if:Infinite Scroll" content="0"/>
- <meta name="if:Grayscale Posts" content="0"/>
- <meta name="if:Show Tags" content="1"/>
- <meta name="if:Show Captions" content="1"/>
- <meta name="color:Background" content="#f9f9f9"/>
- <meta name="color:Borders" content="#eeeeee"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Links" content="#000000"/>
- <meta name="color:Links Hover" content="#dddddd"/>
- <meta name="color:Post Bg" content="#ffffff"/>
- <meta name="color:Header Bg" content="#000000"/>
- <meta name="color:Header Text" content="#f9f9f9"/>
- <meta name="color:Question Bg" content="#000000"/>
- <meta name="color:Question Text" content="#f9f9f9"/>
- <meta name="color:Permalink Bg" content="#000000"/>
- <meta name="color:Permalink Text" content="#f9f9f9"/>
- <meta name="color:Permalink Hover Bg" content="#ffffff"/>
- <meta name="color:Permalink Hover Text" content="#000000"/>
- <meta name="color:Menu Text" content="#000000"/>
- <meta name="color:Menu Hover Bg" content="#000000"/>
- <meta name="color:Menu Hover Text" content="#ffffff"/>
- <style type="text/css">
- #tumblr_controls, .tmblr-iframe{
- position:fixed!important;
- z-index:99999!important;
- top:0px!important;
- right:0px!important;
- }
- body{
- cursor:default;
- margin:0px;
- padding:0px;
- font-family:trebuchet ms;
- font-size:10px;
- text-align:justify;
- word-wrap:break-word;
- color:{color:Text};
- background:{color:Background};
- background-attachment:fixed;
- background-repeat:repeat;
- {block:IfBackgroundImageImage}background-image:url('{image:Background Image}');{/block:IfBackgroundImageImage}
- }
- a, a:link, a:active, a:visited, .tab blockquote a{
- color:{color:Links};
- text-decoration:underline;
- }
- a:hover, .tab blockquote a:hover{
- color:{color:Links Hover};
- text-decoration:none;
- }
- #content{
- margin:0px auto;
- padding:0px;
- }
- #posts{
- margin:100px 0px;
- }
- .post{
- position:relative;
- overflow:hidden;
- border-radius:5px;
- background:{color:Post Bg};
- border:1px solid {color:Borders};
- }
- .body{
- padding:10px;
- border-radius:0px 0px 5px 5px;
- border-top:1px solid {color:Borders};
- }
- #content, #posts, .post, .tab, .tab label{
- {block:IndexPage}
- {block:If250pxPosts}width:250px;{/block:If250pxPosts}
- {block:If400pxPosts}width:400px;{/block:If400pxPosts}
- {block:If500pxPosts}width:500px;{/block:If500pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:IfNot500pxPosts}width:400px;{/block:IfNot500pxPosts}
- {block:If500pxPosts}width:500px;{/block:If500pxPosts}
- {/block:PermalinkPage}
- }
- {block:IfGrayscalePosts}
- #posts{
- filter:url("data:image/svg+xml;utf8,<svg xmlns=\'https://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: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #posts:hover{
- filter:url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
- -webkit-filter:grayscale(0%);
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- {/block:IfGrayscalePosts}
- img, embed, object, iframe, video{
- max-width:100%;
- }
- h1{
- margin:0px 0px 10px 0px;
- padding-left:10px;
- font-size:10px;
- text-transform:uppercase;
- letter-spacing:1px;
- border-left:50px solid {color:Header Bg};
- }
- blockquote{
- padding:0px 5px;
- margin:5px;
- border-left:1px solid {color:Borders};
- }
- .question{
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:Question Text};
- background:{color:Question Bg};
- }
- .chat li{
- border-bottom:1px dashed {color:Borders};
- }
- .question, .album{
- border-top:1px dashed {color:Header Text};
- }
- .album{
- color:{color:Header Text};
- background:{color:Header Bg};
- }
- .audiobutton{
- color: {color:Text};
- }
- .header{
- line-height:30px;
- text-indent:10px;
- color:{color:Header Text};
- background:{color:Header Bg};
- }
- .header a{
- text-decoration:none;
- color:{color:Header Text};
- }
- .permalink{
- border-radius:5px;
- {block:IndexPage}
- visibility:hidden;
- {block:If250pxPosts}margin-left:260px;{/block:If250pxPosts}
- {block:If400pxPosts}margin-left:410px;{/block:If400pxPosts}
- {block:If500pxPosts}margin-left:510px;{/block:If500pxPosts}
- {/block:IndexPage}
- {block:PermalinkPage}
- visibility:visible;
- {block:IfNot500pxPosts}margin-left:410px;{/block:IfNot500pxPosts}
- {block:If500pxPosts}margin-left:510px;{/block:If500pxPosts}
- {/block:PermalinkPage}
- }
- .permalink a{
- text-decoration:none;
- color:{color:Permalink Text};
- }
- .permalink, .tags{
- color:{color:Permalink Text};
- background:{color:Permalink Bg};
- border:1px solid {color:Borders};
- }
- .info:hover, .tag:hover .info, .tags a:hover{
- color:{color:Permalink Hover Text};
- background:{color:Permalink Hover Bg};
- }
- .tagged{
- border-radius:5px;
- background:{color:Post Bg};
- border:1px solid {color:Borders};
- }
- .tab{
- border-radius:5px;
- background:{color:Post Bg};
- border:1px solid {color:Borders};
- }
- .tab label{
- color:{color:Header Text};
- background:{color:Header Bg};
- }
- .tab label::after{
- content:"∨";
- }
- .tab input:checked + label::after{
- content:"∧";
- }
- .tab a{
- text-decoration:none;
- }
- .header2{
- color:{color:Header Text};
- background:{color:Header Bg};
- }
- .d1{
- background:{color:Header Bg};
- }
- .desc{
- border:10px solid {color:Post Bg};
- }
- #menu a{
- color:{color:Menu Text};
- text-decoration:none;
- }
- .menu{
- border-radius:0px 0px 5px 5px;
- }
- #menu a:hover, .navi:hover, .links a:hover, #btt:hover, .pag:hover{
- color:{color:Menu Hover Text};
- background:{color:Menu Hover Bg};
- }
- .links a{
- display:block;
- color:{color:Menu Text};
- }
- #image, #description, #menu, .links, #musicplayer, #navigation, #credit{
- border-radius:5px;
- color:{color:Menu Text};
- background:{color:Post Bg};
- border:1px solid {color:Borders};
- }
- #navigation a{
- display:block;
- text-decoration:none;
- color:{color:Menu Text};
- }
- .header, .header2, .permalink, .tagged, .tab, #description, .menu, #navigation{
- font-size:7px;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <a href="https://yeoli-thm.tumblr.com" target="_blank"><div id="credit">▣</div></a>
- {block:IndexPage}{block:IfInfinitescroll}<script type="text/javascript" src="https://codysherman.com/tools/infinite-scrolling/code"></script><script src="https://static.tumblr.com/kmw8hta/kaDn9e425/like.js"></script>
- <div class="pg">{block:Pagination}{block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">Older ?</a>{/block:NextPage}{block:PreviousPage}<a style="float:left" href="{PreviousPage}">? Newer</a></p>{/block:PreviousPage}{/block:Pagination}</div>{/block:IfInfinitescroll}{/block:IndexPage}
- {block:IndexPage}
- <div id="navigation">
- {block:IfNotInfiniteScroll}{block:Pagination}
- {block:NextPage}<a href="{NextPage}" class="pag">next page</a>{/block:NextPage}
- {block:PreviousPage}<a href="{PreviousPage}" class="pag">previous page</a>{/block:PreviousPage}
- {/block:Pagination}{/block:IfNotInfiniteScroll}
- <a id="btt">back to top</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPagination}
- <div id="navigation">
- {block:PreviousPost}<a href="{PreviousPost}" class="pag">next post</a>{/block:PreviousPost}
- {block:NextPost} <a href="{NextPost}" class="pag">previous post</a>{/block:NextPost}
- </div>
- {/block:PermalinkPagination}
- {block:IfSidebarImageImage}<div id="image" class="ui-widget-content">
- <div class="header2"><div style="float:right;margin-right:10px;word-spacing:3px"><span style="font-size:10px;line-height:7px">- □</span> x</div></div>
- <img src="{image:Sidebar Image}" style="display:block"/>
- </div>{block:IfSidebarImageImage}
- {block:Description}<div id="description" class="ui-widget-content">
- <div class="d1"></div>
- <div class="desc">{Description}</div>
- </div>{/block:Description}
- <div id="menu" class="ui-widget-content">
- <div class="header2" style="border-radius:5px 5px 0px 0px"><div style="float:right;margin-right:10px;word-spacing:3px"><span style="font-size:10px;line-height:7px">- □</span> x</div></div>
- <div class="menu">
- <a href="/" class="navi">refresh</a>
- <a href="/ask" class="navi">inbox</a>
- <a href="/archive" class="navi">archive</a>
- <dive class="navi"><div class="links">
- {block:IfLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:IfLink1}
- {block:IfLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:IfLink2}
- {block:IfLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:IfLink3}
- {block:IfLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:IfLink4}
- {block:IfLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:IfLink5}
- {block:IfLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:IfLink6}
- {block:IfLink7}<a href="{text:Link 7 URL}">{text:Link 7}</a>{/block:IfLink7}
- {block:IfLink8}<a href="{text:Link 8 URL}">{text:Link 8}</a>{/block:IfLink8}
- </div>links</div>
- </div></div>
- {block:IfBillyMusicPlayerCode}
- <div id="musicplayer" class="ui-widget-content">
- <div class="header2" style="height:10px"></div>
- <div class="music"><div style="width:200px;margin-left:-24px">{text:Billy Music Player Code}</div></div></div>
- {block:IfBillyMusicPlayerCode}
- {block:IfFlashMusicPlayerCode}
- <div id="musicplayer" class="ui-widget-content">
- <div class="header2" style="height:10px"></div>
- <div class="music"><div style="margin-left:-1px">{text:Flash Music Player Code}</div></div></div>
- {block:IfFlashMusicPlayerCode}
- <div id="content">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div id="posts">
- {block:Date}
- <div class="permalink">
- <a href="{Permalink}" class="info">{NoteCountWithLabel}</a>
- {block:IndexPage}<a href="{ReblogURL}" target="_blank" class="info">reblog</a>{/block:IndexPage}
- {block:HighRes}<a href="{PhotoURL-HighRes}" target="_blank" class="info">high resolution</a>{/block:HighRes}
- {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank" class="info">via</a>
- <a href="{ReblogRootURL}" target="_blank" class="info">origin</a>{/block:RebloggedFrom}
- {block:ContentSource}<a href="{SourceURL}" target="_blank" class="info">source</a>{/block:ContentSource}
- {block:IndexPage}{block:IfShowTags}{block:HasTags}<div class="tag"><div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div><a class="info">Tags</a></div>{/block:HasTags}{/block:IfShowTags}{/block:IndexPage}
- </div>
- {/block:Date}
- <div class="post">
- {block:Text}
- <div class="header">
- {block:Date}txt | {DayOfMonthWithZero}.{MonthNumberWithZero}{/block:Date}
- <div style="float:right;margin-right:10px;word-spacing:3px"><span style="font-size:10px;line-height:7px">- □</span> x</div>
- </div>
- <div class="body">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="header">
- img | {DayOfMonthWithZero}.{MonthNumberWithZero}
- <div style="float:right;margin-right:10px;word-spacing:3px"><span style="font-size:10px;line-height:7px">- □</span> x</div>
- </div>
- {block:IndexPage}
- {block:If250pxPosts}<img src="{PhotoURL-500}" style="display:block;width:250px"/>{/block:If250pxPosts}
- {block:If400pxPosts}<img src="{PhotoURL-500}" style="display:block;width:400px"/>{/block:If400pxPosts}
- {block:If500pxPosts}<img src="{PhotoURL-500}" style="display:block;width:500px"/>{/block:If500pxPosts}
- {block:IfShowCaptions}{block:Caption}<div class="body">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:IfNot500pxPosts}<img src="{PhotoURL-500}" style="display:block;width:400px"/>{/block:IfNot500pxPosts}
- {block:If500pxPosts}<img src="{PhotoURL-500}" style="display:block;width:500px"/>{/block:If500pxPosts}
- {block:Caption}<div class="body">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- <div class="header">
- img | {DayOfMonthWithZero}.{MonthNumberWithZero}
- <div style="float:right;margin-right:10px;word-spacing:3px"><span style="font-size:10px;line-height:7px">- □</span> x</div>
- </div>
- {block:IndexPage}
- {block:If250pxPosts}{Photoset-250}{/block:If250pxPosts}
- {block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}
- {block:If500pxPosts}{Photoset-500}{/block:If500pxPosts}
- {block:IfShowCaptions}{block:Caption}<div class="body">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:IfNot500pxPosts}{Photoset-400}{/block:IfNot500pxPosts}
- {block:If500pxPosts}{Photoset-500}{/block:If500pxPosts}
- {block:Caption}<div class="body">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Video}
- <div class="header">
- mp4 | {DayOfMonthWithZero}.{MonthNumberWithZero}
- <div style="float:right;margin-right:10px;word-spacing:3px"><span style="font-size:10px;line-height:7px">- □</span> x</div>
- </div>
- <div style="overflow:hidden;border-radius:0px 0px 5px 5px">
- {block:IndexPage}
- {block:If250pxPosts}{Video-250}{/block:If250pxPosts}
- {block:If400pxPosts}{Video-400}{/block:If400pxPosts}
- {block:If500pxPosts}{Video-500}{/block:If500pxPosts}
- {block:IfShowCaptions}{block:Caption}<div class="body" style="border-top:0px">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:IfNot500pxPosts}{Video-400}{/block:IfNot500pxPosts}
- {block:If500pxPosts}{Video-500}{/block:If500pxPosts}
- {block:Caption}<div class="body" style="border-top:0px">{Caption}</div>{/block:Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Video}
- {block:Quote}
- <div class="header">
- qte | {DayOfMonthWithZero}.{MonthNumberWithZero}
- <div style="float:right;margin-right:10px;word-spacing:3px"><span style="font-size:10px;line-height:7px">- □</span> x</div>
- </div>
- <div class="body">
- {Quote}
- {block:Source}<div style="text-align:right;margin-top:10px">- {Source}</div>{/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="header">
- url | {DayOfMonthWithZero}.{MonthNumberWithZero}
- <div style="float:right;margin-right:10px;word-spacing:3px"><span style="font-size:10px;line-height:7px">- □</span> x</div>
- </div>
- <div class="body">
- <h1><a href="{URL}" target="_blank">{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="header">
- cht | {DayOfMonthWithZero}.{MonthNumberWithZero}
- <div style="float:right;margin-right:10px;word-spacing:3px"><span style="font-size:10px;line-height:7px">- □</span> x</div>
- </div>
- <div class="body">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- <div class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</div>
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="header">
- mp3 | {DayOfMonthWithZero}.{MonthNumberWithZero} | {PlayCountWithLabel}
- <div style="float:right;margin-right:10px;word-spacing:3px"><span style="font-size:10px;line-height:7px">- □</span> x</div>
- </div>
- <div class="body" style="height:50px;{block:Caption}border-radius:0px{/block:Caption}">
- <div class="album">♪{block:AlbumArt}<img src="{AlbumArtURL}" style="display:block;margin-top:-50px"/>{/block:AlbumArt}</div>
- <div class="track">{block:TrackName}{TrackName}{/block:TrackName}</div>
- <div class="audiobutton"><div style="float:left"><<</div> <div style="float:right">>></div>
- <div class="audio">{AudioPlayer}</div></div>
- </div>
- {block:IndexPage}{block:IfShowCaptions}{block:Caption}<div class="body">{Caption}</div>{/block:Caption}{/block:IfShowCaptions}{/block:IndexPage}
- {block:PermalinkPage}{block:Caption}<div class="body">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- <div class="header">
- msg | {DayOfMonthWithZero}.{MonthNumberWithZero} | {Asker}
- <div style="float:right;margin-right:10px;word-spacing:3px"><span style="font-size:10px;line-height:7px">- □</span> x</div>
- </div>
- <div class="question"><div style="border-left:50px solid {color:Question Text};padding-left:10px">{Question}</div></div>
- <div class="body">{Answer}</div>
- {/block:Answer}
- </div></div>
- {block:PermalinkPage}{block:HasTags}<div class="tagged">{block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
- {block:PostNotes}<section class="tab"><div><input id="ac-1" name="accordion-1" type="checkbox"/><label for="ac-1"> </label><article>{PostNotes}</article></div></section>{/block:PostNotes}
- {/block:Posts}
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement