Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <!--
- theme by shythemes.tumblr.com
- -->
- <title>{Title}</title>
- <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
- <meta name="image:background" content=""/>
- <meta name="image:side" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:favicon" content=""/>
- <meta name="color:text" content="#8a8a8a"/>
- <meta name="color:link" content="#b0c1f0"/>
- <meta name="color:link hover" content="#dedede"/>
- <meta name="color:background" content="#fff8fd"/>
- <meta name="color:post background" content="#ffffff"/>
- <meta name="color:post border" content="#ebebf6"/>
- <meta name="color:blockquote border" content="#f0f0fa"/>
- <meta name="color:navigation" content="#cbcbcb"/>
- <meta name="color:post info" content="#cbcbcb"/>
- <meta name="color:title" content="#8a8a8a"/>
- <meta name="color:title background" content="#faf9fe"/>
- <meta name="color:title border" content="#e3e3fa"/>
- <meta name="color:selection" content="#f9f7ff"/>
- <meta name="color:scrollbar" content="#111111"/>
- <meta name="select:font" content="'trebuchet ms', arial, sans-serif" title="trebuchet ms"/>
- <meta name="select:font" content="consolas, 'courier new', monospace" title="consolas"/>
- <meta name="select:font" content="arial, helvetica, sans-serif" title="arial"/>
- <meta name="select:side image position" content="left:0px;" title="left"/>
- <meta name="select:side image position" content="right:0px;" title="right"/>
- <meta name="if:pixel font" content="1"/>
- <meta name="if:show captions" content="1"/>
- <meta name="if:show tags" content="1"/>
- <meta name="if:show via src" content="1"/>
- <meta name="if:endless scrolling" content="0"/>
- <meta name="if:faded images" content="1"/>
- <meta name="if:stretch background" content="0"/>
- <meta name="text:side image width" content="auto"/>
- <meta name="text:home link" content="refresh"/>
- <meta name="text:archive link" content="history"/>
- <meta name="text:ask link" content="message"/>
- <meta name="text:description tab" content="about"/>
- <meta name="text:navigation tab" content="links"/>
- <meta name="text:link 1" content=""/>
- <meta name="text:link 1 url" content=""/>
- <meta name="text:link 2" content=""/>
- <meta name="text:link 2 url" content=""/>
- <meta name="text:link 3" content=""/>
- <meta name="text:link 3 url" content=""/>
- <meta name="text:link 4" content=""/>
- <meta name="text:link 4 url" content=""/>
- <meta name="text:link 5" content=""/>
- <meta name="text:link 5 url" content=""/>
- <meta name="text:link 6" content=""/>
- <meta name="text:link 6 url" content=""/>
- {block:ifNotFaviconImage}<link rel="shortcut icon" href="{Favicon}"/>{/block:ifNotFaviconImage}{block:ifFaviconImage}<link rel="shortcut icon" href="{image:favicon}"/>{/block:ifFaviconImage}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
- {block:ifEndlessScrolling}<script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>{/block:ifEndlessScrolling}
- <style type="text/css">
- {block:ifPixelFont}@font-face {
- font-family:silkscreen; src:url('http://static.tumblr.com/qudkd6d/Tn7mzmloy/slkscr-webfont.eot?') format('eot'), url('http://static.tumblr.com/qudkd6d/RWimzmlpj/slkscr-webfont.woff') format('woff'), url('http://static.tumblr.com/qudkd6d/cCImzlwg7/slkscr.ttf') format('truetype'), url('http://static.tumblr.com/qudkd6d/Y7Nmzmlzm/slkscr-webfont.svg') format('svg');
- }
- h3,
- .post .qn,
- .post .quote,
- .post .audio .track,
- .post .info,
- .post.n h1,
- .post .notes li,
- #pagination,
- #navigation {
- font-family:silkscreen, 'courier new', monospace;
- letter-spacing:0px;
- text-transform:uppercase;
- font-size:8px;
- }{/block:ifPixelFont}
- {block:ifNotPixelFont}h3,
- .post .qn,
- .post .quote,
- .post .audio .track,
- .post .info,
- .post.n h1,
- .post .notes li,
- #pagination,
- #sidebar .nav {
- font-family:inherit;
- font-style:normal;
- letter-spacing:inherit;
- text-transform:lowercase;
- font-size:9px;
- line-height:1.5em;
- }{/block:ifNotPixelFont}
- ::selection {
- background-color:{color:selection};
- color:inherit;
- }
- ::-webkit-scrollbar {
- width:8px;
- height:8px;
- background-color:{color:background};
- }
- ::-webkit-scrollbar-track {
- background-color:{color:background};
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- border: 2px solid {color:background};
- }
- body {
- margin:0px;
- color:{color:text};
- font-family:{select:font};
- font-size:9px;
- line-height:1.45em;
- word-wrap:break-word;
- background-color:{color:background};
- background-attachment:fixed;
- background-position:center;
- {block:ifBackgroundImage}background-image: url("{image:Background}");{/block:ifBackgroundImage}
- {block:ifStretchBackground}background-size:cover;{/block:ifStretchBackground}
- }
- * {
- -ms-transition:all 0s linear;
- -moz-transition:all 0s linear;
- -webkit-transition:all 0s linear;
- transition:all 0s linear;
- }
- blockquote {
- margin:.80em .80em;
- padding:0em .80em;
- border-left:2px solid {color:blockquote border};
- }
- pre {
- white-space:normal;
- }
- img {
- max-width:100%;
- height:auto;
- }
- a img {
- border:0px;
- }
- a, a * {
- color:{color:link};
- text-decoration:none;
- }
- a:hover, a *:hover {
- color:{color:link hover};
- }
- small, sub {
- font-size:1em;
- vertical-align:middle
- }
- ol {
- padding-left:2.25em;
- list-style-type:lower-roman;
- }
- ul {
- padding-left:2.25em;
- list-style-type:square;
- }
- p {
- margin:.80em 0;
- }
- h3 {
- margin:6px;
- padding:11px;
- font-weight:normal;
- line-height:1.15em;
- color:{color:title};
- border:1px dashed {color:title border};
- background-color:{color:title background};
- text-align:center;
- }
- h3, h3 * {
- font-size:11px;
- color:{color:title};
- }
- h3 a:hover {
- color:{color:link hover};
- }
- #main {
- margin:0px auto;
- width:455px;
- }
- #content {
- margin-top:50px;
- margin-bottom:50px;
- position:relative;
- left:175px;
- width:280px;
- }
- .wrap {
- margin:50px 0px;
- border:1px solid {color:post border};
- background-color:{color:post background};
- padding:14px;
- }
- .post {
- overflow:hidden;
- position:relative;
- }
- .post .caption *:first-child,
- .post .body *:first-child,
- .post .source *:first-child {
- margin-top:0px;
- }
- .post .caption *:last-child,
- .post .body *:last-child,
- .post .source *:last-child {
- margin-bottom:0px;
- }
- .post .caption {
- margin-top:9px;
- padding:9px 9px 0px 9px;
- {block:PermalinkPage}margin-bottom:18px;{block:PermalinkPage}
- {block:ifNotShowCaptions}{block:IndexPage}display:none;{/block:IndexPage}{/block:ifNotShowCaptions}
- }
- .post .body {
- padding:9px 9px 0px 9px;
- {block:PermalinkPage}margin-bottom:9px;{block:PermalinkPage}
- }
- .post .source {
- padding:9px 9px 0px 9px;
- {block:PermalinkPage}margin-bottom:9px;{block:PermalinkPage}
- text-align:right;
- }
- .post .media {
- overflow:hidden;
- margin-bottom:0px;
- {block:ifFadedImages}opacity:.89;{/block:ifFadedImages}
- }
- .post .media:hover {
- {block:ifFadedImages}opacity:.89;{/block:ifFadedImages}
- }
- .post .media .photoset {
- margin-bottom:-4px;
- }
- .post .media img {
- display:block;
- width:100%;
- }
- .post .qn {
- padding:14px;
- margin:3px;
- color:{color:title};
- border:1px dashed {color:title border};
- background-color:{color:title background};
- }
- .post .qn .asker,
- .post .qn .asker a {
- color:{color:title};
- }
- .post .qn a:hover {
- color:{color:link hover};
- }
- .post .quote {
- padding:10px;
- text-align:left;
- margin:6px;
- font-weight:normal;
- color:{color:title};
- border:1px dashed {color:title border};
- background-color:{color:title background};
- }
- .post .quote,
- .post .quote * {
- color:{color:title};
- }
- .post .quote a:hover {
- color:{color:link hover};
- }
- .post .chat {
- padding:5px 10px;
- }
- .post .chat .line {
- padding:1px 0;
- }
- .post .chat .label {
- margin-right:.5em;
- color:{color:title};
- font-weight:bold;
- }
- .post .audio {
- padding:6px;
- margin:6px;
- background-color:#ffffff;
- border:1px dashed {color:title border};
- }
- .post .audio .plyr {
- width:27px;
- height:27px;
- overflow:hidden;
- position:absolute;
- }
- .post .audio .track {
- background-color:#fff;
- color:{color:title};
- height:27px;
- left:30px;
- position:relative;
- line-height:27px;
- overflow:hidden;
- padding:0px 6px;
- width:185px;
- }
- .post .info {
- text-align:left;
- color:{color:post info};
- margin-top:14px;
- padding:6px 9px 6px 9px;
- }
- .post .info .from {
- {block:ifNotShowViaSrc}display:none;{/block:ifNotShowViaSrc}
- }
- .post .info a {
- color:{color:post info};
- padding:0px 1px;
- }
- .post .info a:hover {
- color:{color:text};
- }
- .post .tagged {
- display:none;
- {block:ifShowTags}display:block;{/block:ifShowTags}
- }
- .post.n h1 {
- padding:9px;
- font-weight:normal;
- color:{color:post info};
- }
- .post.n h1 a {
- color:{color:post info};
- }
- .post.n h1 a:hover {
- color:{color:link hover};
- }
- .post .notes {
- padding:0px 9px 0px 9px;
- }
- .post .notes ol {
- list-style-type:none;
- padding:0;
- }
- .post .notes li,
- .post .notes li * {
- color:{color:text};
- }
- .post .notes a:hover,
- .post .notes a *:hover {
- background-color:transparent;
- color:{color:link hover};
- }
- .post .notes img {
- display:none!important;
- position:relative;
- top:1px;
- margin-right:10px;
- height:10px;
- line-height:0!important;
- display:inline;
- }
- #sidebar {
- height:100%;
- top:0px;
- position:fixed;
- width:120px;
- }
- #sidebar #sidebartable,
- #sidebar #sidebartr {
- height:100%;
- width:100%;
- border-spacing:0px;
- margin:0px;
- padding:0px;
- vertical-align:top;
- }
- #sideimg {
- margin:50px 0px 0px 0px;
- background-color:{color:post background};
- border:1px solid {color:post border};
- padding:12px;
- width:94px;
- }
- #sideimg img {
- display:block;
- max-width:100%;
- height:auto;
- }
- #navigation {
- margin:9px 0px 9px 0px;
- {block:ifnotsidebarimage}margin-top:50px;{/block:ifNotSidebarImage}
- background-color:{color:post background};
- border:1px solid {color:post border};
- padding:9px;
- width:100px;
- }
- #sidebar .nav {
- display:block;
- color:{color:navigation};
- padding:1px 3px;
- }
- #sidebar .nav:hover {
- color:{color:post background};
- background-color:{color:link hover};
- cursor:pointer;
- }
- #sidebar .description,
- #sidebar .links {
- margin:5px 3px;
- line-height:1.45em;
- }
- #pagination {
- margin:50px 0px;
- text-align:right;
- {block:ifEndlessScrolling}display:none;{/block:ifEndlessScrolling}
- }
- #pagination .next,
- #pagination .back {
- text-align:center;
- display:inline-block;
- background-color:{color:post background};
- padding:6px 12px;
- margin-left:9px;
- border:1px solid {color:post border};
- color:{color:navigation};
- }
- #pagination a {
- color:{color:navigation};
- }
- #pagination a:hover {
- color:{color:text};
- }
- #infscr-loading {
- display:none!important;
- opacity:0;
- }
- #tc {
- bottom:0px;
- right:0px;
- position:fixed;
- padding:4px;
- z-index:1000;
- }
- #tc a {
- font-size:8px;
- padding:3px;
- background-color:transparent;
- font-family:arial;
- letter-spacing:0px;
- }
- #tc a:hover {
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- {block:ifSideImage}<img src="{image:side}" style="position:fixed; width:{text:side image width}; height:auto; bottom:0px; {select:side image position} z-index:-100;"/>{/block:ifSideImage}
- <div id="main">
- <div id="sidebar">
- <table id="sidebartable"><tr id="sidebartr"><td>{block:ifSidebarImage}<div id="sideimg"><a href="/"><img src="{image:sidebar}"/></a></div>{/block:ifSidebarImage}<div id="navigation">{block:ifHomeLink}<a href="/" class="nav">{text:home link}</a>{/block:ifHomeLink}{block:ifArchiveLink}<a href="/archive" class="nav">{text:archive link}</a>{/block:ifArchiveLink}{block:ifAskLink}<a href="/ask" class="nav">{text:ask link}</a>{/block:ifAskLink}{block:ifDescriptionTab}<span class="showdesc nav">{text:description tab}</span><div class="description" style="display:none">{Description}</div>{/block:ifDescriptionTab}{block:ifNavigationTab}<span class="shownav nav">{text:navigation tab}</span><div class="links" style="display:none">{block:ifLink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:ifLink1}{block:ifLink2}<br/><a href="{text:link 2 url}">{text:link 2}</a>{/block:ifLink2}{block:ifLink3}<br/><a href="{text:link 3 url}">{text:link 3}</a>{/block:ifLink3}{block:ifLink4}<br/><a href="{text:link 4 url}">{text:link 4}</a>{/block:ifLink4}{block:ifLink5}<br/><a href="{text:link 5 url}">{text:link 5}</a>{/block:ifLink5}{block:ifLink6}<br/><a href="{text:link 6 url}">{text:link 6}</a>{/block:ifLink6}</div>{/block:ifNavigationTab}</div></td></tr></table>
- </div>
- <script type="text/javascript">
- $("span.showdesc").click(function() {
- $("div.description").slideToggle()
- })
- $("span.shownav").click(function() {
- $("div.links").slideToggle()
- })
- </script>
- <div id="content">
- {block:Posts}<div class="wrap">
- <div class="post">
- {block:Answer}<!-- answer --><div class="qn"><span class="asker">{Asker}</span>: <span class="q">{Question}</span></div><div class="answer body">{Answer}</div>{/block:Answer}{block:Audio}<!-- audio --><div class="audio">{block:AudioPlayer}<div class="plyr">{AudioPlayerWhite}</div>{/block:AudioPlayer}<div class="track">{block:Artist}{Artist}{/block:Artist} – {block:TrackName}{TrackName}{/block:TrackName}</div></div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Audio}{block:Chat}<!-- chat -->{block:Title}<h3>{Title}</h3>{/block:Title}<div class="chat body">{block:Lines}<div class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}<span class="uh">{Line}</span></div>{/block:Lines}</div>{/block:Chat}{block:Link}<!-- link --><h3><a href="{URL}">{Name}</a></h3>{block:Description}<div class="body">{Description}</div>{/block:Description}{/block:Link}{block:Photo}<!-- photo --><div class="media">{LinkOpenTag}<img src="{PhotoURL-500}"/>{LinkCloseTag}</div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}{block:Photoset}<!-- photoset --><div class="media">{Photoset-250}</div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}{block:Quote}<!-- quote --><div class="quote">{Quote}</div>{block:Source}<div class="source">{Source}</div>{/block:Source}{/block:Quote}{block:Text}<!-- text -->{block:Title}<h3>{Title}</h3>{/block:Title}<div class="body">{Body}</div>{/block:Text}{block:Video}<!-- video --><div class="media">{Video-250}</div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
- {block:IndexPage}{block:Date}<div class="info"><a href="{Permalink}">{TimeAgo}</a>{block:RebloggedFrom}<span class="from" style="float:right"><a href="{ReblogParentURL}">via</a>{block:ContentSource} <a href="{ReblogRootURL}">src</a>{/block:ContentSource}</span>{/block:RebloggedFrom}{block:HasTags}<span class="tagged">{block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a> {/block:Tags}</span>{/block:HasTags}</div>{/block:Date}{/block:IndexPage}
- <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
- </div>
- {block:PostNotes}<div class="post n"><h1>posted {DayOfWeek}, {DayOfMonth} {Month} {Year} with {NoteCountWithLabel}{block:RebloggedFrom}<br/>via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} · source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}{block:HasTags}<br/>tags: {block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a> {/block:Tags}{/block:HasTags}</h1><div class="notes">{PostNotes}</div></div>{/block:PostNotes}
- </div>
- {/block:Posts}
- {block:Pagination}<div id="pagination">{block:PreviousPage}<span class="back"><a id="back" href="{PreviousPage}">back</a></span>{/block:PreviousPage}{block:NextPage}<span class="next"><a id="next" href="{NextPage}">next</a></span>{/block:NextPage}</div>{/block:Pagination}
- </div>
- </div>
- <div id="tc"><a href="http://shythemes.tumblr.com" title="theme by shythemes">ㅅ</a></div>
- {block:ifEndlessScrolling}<script>
- $('#content').infinitescroll({
- navSelector:"div#pagination",
- nextSelector:"div#pagination a#next",
- itemSelector:"#content div.wrap",
- bufferPx:2000,
- });
- </script>{/block:ifEndlessScrolling}
- </body>
- </html>
Add Comment
Please, Sign In to add comment