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:favicon" content=""/>
- <meta name="color:text" content="#6f6f6f"/>
- <meta name="color:link" content="#8eb3ef"/>
- <meta name="color:link hover" content="#dedede"/>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:blockquote border" content="#f2f2f2"/>
- <meta name="color:description" content="#6f6f6f"/>
- <meta name="color:navigation" content="#6f6f6f"/>
- <meta name="color:post info" content="#cbcbcb"/>
- <meta name="color:title" content="#888888"/>
- <meta name="color:title background" content="#fafafa"/>
- <meta name="color:title border" content="#f2f2f2"/>
- <meta name="color:audio player" content="#ffffff"/>
- <meta name="color:selection" content="#ffffff"/>
- <meta name="color:scrollbar" content="#111111"/>
- <meta name="select:font" content="helvetica, arial, sans-serif" title="helvetica"/>
- <meta name="select:font" content="times, serif" title="times"/>
- <meta name="select:font" content="georgia, times, serif" title="georgia"/>
- <meta name="select:font" content="consolas, 'courier new', monospace" title="consolas"/>
- <meta name="select:font size" content="9px" title="9px"/>
- <meta name="select:font size" content="10px" title="10px"/>
- <meta name="select:navigation" content="decimal-leading-zero" title="decimal"/>
- <meta name="select:navigation" content="roman" title="roman"/>
- <meta name="select:navigation" content="hiragana" title="hiragana"/>
- <meta name="select:navigation" content="cjk-ideographic" title="ideographic"/>
- <meta name="if:pixel font" content="1"/>
- <meta name="if:250px" content="0"/>
- <meta name="if:500px" content="0"/>
- <meta name="if:centered posts" content="1"/>
- <meta name="if:centered sidebar" content="0"/>
- <meta name="if:show captions" content="1"/>
- <meta name="if:show tags" content="1"/>
- <meta name="if:top post info" content="0"/>
- <meta name="if:side post info" content="0"/>
- <meta name="if:endless scrolling" content="0"/>
- <meta name="if:jump pagination" content="0"/>
- <meta name="if:faded images" content="1"/>
- <meta name="if:stretch background" content="0"/>
- <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,
- #sidebar .description,
- #sidebar .nav {
- 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 .description,
- #sidebar .nav {
- font-family:;
- letter-spacing:;
- text-transform:;
- font-size:{select:font size};
- }{/block:ifNotPixelFont}
- ::selection {
- background-color:{color:selection};
- color:#ffffff;
- }
- ::-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:{select:font size};
- line-height:1.25em;
- 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 .10s linear;
- -moz-transition:all .10s linear;
- -webkit-transition:all .10s linear;
- transition:all .10s linear;
- }
- blockquote {
- margin:.80em 0px;
- padding:0em .80em;
- border-left:.25em solid {color:blockquote border};
- }
- pre {
- white-space:normal;
- }
- 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:0px 0px 3px 0px;
- padding:10px;
- font-weight:normal;
- line-height:1.15em;
- color:{color:title};
- border:1px solid {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 {
- {block:ifCenteredPosts}margin:0px auto;
- {block:ifCenteredSidebar}padding-left:233px;{/block:ifCenteredSidebar}{/block:ifCenteredPosts}
- {block:ifNotCenteredPosts}position:absolute;
- left:233px;{/block:ifNotCenteredPosts}
- }
- #main.sm {
- width:250px;
- }
- #main.md {
- width:400px;
- }
- #main.lg {
- width:500px;
- }
- #content {
- margin-top:0px;
- }
- .wrap {
- margin:50px 0px;
- }
- .post {
- overflow:visible;
- position:relative;
- }
- .post img {
- max-width:100%;
- height:auto;
- margin:auto;
- }
- .post *:first-child,
- .post .caption *:first-child,
- .post .body *:first-child,
- .post .source *:first-child {
- margin-top:0px;
- }
- .post *:last-child,
- .post .caption *:last-child,
- .post .body *:last-child,
- .post .source *:last-child {
- margin-bottom:0px;
- }
- .post .caption a:hover,
- .post .body a:hover,
- .post .source a:hover {
- text-decoration:none;
- }
- .post .caption {
- padding:10px 5px;
- {block:ifNotShowCaptions}{block:IndexPage}display:none;{/block:IndexPage}{/block:ifNotShowCaptions}
- }
- .post .body {
- padding:5px 5px 10px 5px;
- }
- .post .source {
- padding:5px 5px 10px 5px;
- text-align:right;
- }
- .post .media {
- overflow:hidden;
- margin-bottom:0px;
- line-height:0px;
- padding:0px;
- {block:ifFadedImages}opacity:.88;{/block:ifFadedImages}
- }
- .post .media:hover {
- {block:ifFadedImages}opacity:.93;{/block:ifFadedImages}
- }
- .post .media * {
- display:block;
- width:100%;
- }
- .post .qn {
- padding:10px;
- text-align:left;
- margin-bottom:5px;
- font-weight:normal;
- line-height:1.4em;
- color:{color:title};
- border:1px solid {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-bottom:5px;
- font-weight:normal;
- line-height:1.4em;
- color:{color:title};
- border:1px solid {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 {
- margin-bottom:3px;
- padding:10px;
- background-position:center;
- background-size:cover;
- background-color:{color:audio player};
- border:1px solid {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:37px;
- position:relative;
- line-height:27px;
- overflow:hidden;
- padding:0px 10px;
- }
- .sm .post .audio .track {
- width:173px;
- }
- .md .post .audio .track {
- width:323px;
- }
- .lg .post .audio .track {
- width:423px;
- }
- .post .info {
- line-height:1.4em;
- {block:ifNotSidePostInfo}padding:5px 0px;
- {block:IndexPage}text-align:right;{/block:IndexPage}
- {block:PermalinkPage}text-align:right;{/block:PermalinkPage}{/block:ifNotSidePostInfo}
- {block:ifSidePostInfo}
- position:absolute;
- padding:5px 0px 0px 10px;
- width:150px;
- opacity:0;{/block:ifSidePostInfo}
- }
- {block:ifSidePostInfo}
- .post .info a {
- display:inline-block;
- }
- .sm .post .info {
- margin-left:250px;
- }
- .md .post .info {
- margin-left:400px;
- }
- .lg .post .info {
- margin-left:500px;
- }
- .post:hover .info {
- opacity:1;
- }{/block:ifSidePostInfo}
- .post .info, .post .info a {
- color:{color:post info};
- }
- .post .info a:hover {
- color:{color:link hover};
- }
- .post .tagged {
- display:none;
- {block:ifShowTags}{block:IndexPage}display:inline;{/block:IndexPage}{/block:ifShowTags}
- {block:PermalinkPage}display:inline;{/block:PermalinkPage}
- }
- .post.n h1 {
- padding:5px;
- margin-bottom:5px;
- font-weight:normal;
- color:{color:post info};
- text-align:center;
- }
- .post.n h1 a {
- color:{color:post info};
- }
- .post.n h1 a:hover {
- color:{color:link hover};
- }
- .post .notes {
- padding:5px;
- }
- .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;
- }
- .pagination {
- margin:50px 0px 50px 0px;
- text-align:center;
- {block:ifEndlessScrolling}display:none;{/block:ifEndlessScrolling}
- }
- .pagination a,
- .pagination .current {
- padding:3px 5px 3px 5px;
- margin:0 1px;
- }
- .pagination a {
- color:{color:text};
- }
- .pagination .current {
- color:{color:link};
- text-decoration:none;
- }
- .pagination a:hover {
- color:{color:link hover};
- text-decoration:none;
- }
- #sidebar {
- height:100%;
- top:0px;
- {block:ifNotCenteredSidebar}left:0px;{/block:ifNotCenteredSidebar}
- {block:ifCenteredSidebar}margin-left:-233px;{/block:ifCenteredSidebar}
- position:fixed;
- width:100px;
- padding:0px 0px 0px 33px;
- }
- #sidebar table,
- #sidebar tr {
- height:100%;
- width:100%;
- border-spacing:0px;
- margin:0px;
- padding:0px;
- vertical-align:middle;
- }
- #sidebarcontent {
- margin:50px 0px;
- }
- #sidebar .description {
- margin-bottom:.75em;
- color:{color:description};
- }
- #sidebar .description,
- #sidebar .nav {
- line-height:1.4em;
- }
- #sidebar .nav {
- list-style-type:{select:navigation};
- }
- #sidebar .nav a li {
- color:{color:navigation};
- }
- #sidebar .nav a li:hover {
- color:{color:link hover};
- }
- #infscr-loading {
- display:none!important;
- }
- #tc {
- bottom:0px;
- right:0px;
- position:fixed;
- padding:4px;
- z-index:1000;
- }
- #tc a {
- font-size:8px;
- padding:3px;
- background-color:transparent;
- font-family:calibri;
- letter-spacing:0px;
- }
- #tc a:hover {
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <div id="main" class="{block:if250px}sm{/block:if250px}{block:ifNot500px}{block:ifNot250px}md{/block:ifNot250px}{/block:ifNot500px}{block:if500px}{block:ifNot250px}lg{/block:ifNot250px}{/block:if500px}">
- <div id="sidebar">
- <table><tr><td><div id="sidebarcontent"><div class="description">{Description}</div><ol class="nav">
- <a href="/"><li>index</li></a><a href="/archive"><li>archive</li></a>{block:ifLink1}<a href="{text:link 1 url}"><li>{text:link 1}</li></a>{/block:ifLink1}{block:ifLink2}<a href="{text:link 2 url}"><li>{text:link 2}</li></a>{/block:ifLink2}{block:ifLink3}<a href="{text:link 3 url}"><li>{text:link 3}</li></a>{/block:ifLink3}{block:ifLink4}<a href="{text:link 4 url}"><li>{text:link 4}</li></a>{/block:ifLink4}{block:ifLink5}<a href="{text:link 5 url}"><li>{text:link 5}</li></a>{/block:ifLink5}{block:ifLink6}<a href="{text:link 6 url}"><li>{text:link 6}</li></a>{/block:ifLink6}</ol></div></td></tr></table>
- </div>
- <div id="content">
- {block:Posts}<div class="wrap">
- <div class="post">
- {block:ifSidePostInfo}{block:Date}<div class="info">{block:IndexPage}<a href="{Permalink}">{NoteCountWithLabel}</a><br/>{/block:NoteCount}<a href="{ReblogURL}">reblog</a><br/><br/>{/block:IndexPage}{block:HasTags}<span class="tagged">{block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a><br/>{/block:Tags}</span>{/block:HasTags}</div>{/block:Date}{/block:ifSidePostInfo}
- {block:ifNotSidePostInfo}{block:ifTopPostInfo}{block:Date}<div class="info">{block:IndexPage}<a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}">reblog</a>{/block:IndexPage}{block:HasTags}<span class="tagged">{block:IndexPage} / {/block:IndexPage}{block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a> {/block:Tags}</span>{/block:HasTags}</div>{/block:Date}{/block:ifTopPostInfo}{/block:ifNotSidePostInfo}
- {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">{block:if250px}{Photoset-250}{/block:if250px}{block:ifNot500px}{block:ifNot250px}{Photoset-400}{/block:ifNot250px}{/block:ifNot500px}{block:if500px}{block:ifNot250px}{Photoset-500}{/block:ifNot250px}{/block:if500px}</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">{block:if250px}{Video-250}{/block:if250px}{block:ifNot500px}{block:ifNot250px}{Video-400}{/block:ifNot250px}{/block:ifNot500px}{block:if500px}{block:ifNot250px}{Video-500}{/block:ifNot250px}{/block:if500px}</div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
- {block:ifNotSidePostInfo}{block:ifNotTopPostInfo}{block:Date}<div class="info">{block:IndexPage}<a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}">reblog</a>{/block:IndexPage}{block:HasTags}<span class="tagged">{block:IndexPage} / {/block:IndexPage}{block:Tags}<a href="{TagURL}" class="tag">#{Tag}</a> {/block:Tags}</span>{/block:HasTags}</div>{/block:Date}{/block:ifNotTopPostInfo}{block:ifNotSidePostInfo}
- <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
- </div>
- </div>
- {block:PostNotes}<div class="wrap"><div class="post n"><h1>{DayOfWeek}, {DayOfMonth} {Month} {Year}{block:RebloggedFrom}<br/>via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} · source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}<br/>{NoteCountWithLabel}</h1><div class="notes">{PostNotes}</div></div></div>{/block:PostNotes}
- {/block:Posts}
- {block:Pagination}<div class="pagination">{block:PreviousPage}<a class="back" href="{PreviousPage}">back</a> {/block:PreviousPage}{block:ifJumpPagination}{block:JumpPagination length="5"}{block:CurrentPage}<span class="current">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{/block:ifJumpPagination}{block:ifNotJumpPagination}{block:NextPage}{block:PreviousPage}·{/block:PreviousPage}{/block:NextPage}{/block:ifNotJumpPagination}{block:NextPage} <a class="next" href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
- </div>
- </div>
- <div id="tc"><a href="http://shythemes.tumblr.com" title="theme">ㅅ</a></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