Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <!--
- stitches theme by shythemes
- http://shythemes.tumblr.com
- -->
- <title>{Title}</title>
- <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
- <meta name="image:background" content=""/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:favicon" content=""/>
- <meta name="color:text" content="#b7b7b7"/>
- <meta name="color:link" content="#d4d4d4"/>
- <meta name="color:link hover" content="#686868"/>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:post background" content="#ffffff"/>
- <meta name="color:post border" content="#ececec"/>
- <meta name="color:post shadow" content="#f2f2f2"/>
- <meta name="color:blockquote border" content="#f2f2f2"/>
- <meta name="color:navigation" content="#dcdcdc"/>
- <meta name="color:post info background" content="#ebebeb"/>
- <meta name="color:post info hover" content="#e1e1e1"/>
- <meta name="color:post info text" content="#ffffff"/>
- <meta name="color:post info text shadow" content="#d0d0d0"/>
- <meta name="color:title" content="#dcdcdc"/>
- <meta name="color:selection" content="#ffe8ee"/>
- <meta name="color:scrollbar" content="#dddddd"/>
- <meta name="select:font" content="arial, helvetica, sans-serif" title="arial"/>
- <meta name="select:font" content="calibri, 'trebuchet ms', sans-serif" title="calibri"/>
- <meta name="select:font" content="cambria, georgia, serif" title="cambria"/>
- <meta name="select:font" content="consolas, 'trebuchet ms', sans-serif" title="consolas"/>
- <meta name="select:font" content="helvetica, arial, sans-serif" title="helvetica"/>
- <meta name="select:font" content="times, 'times new roman', serif" title="times"/>
- <meta name="select:font" content="'trebuchet ms', arial, sans-serif" title="trebuchet ms"/>
- <meta name="select:font size" content="9px" title="9px"/>
- <meta name="select:font size" content="10px" title="10px"/>
- <meta name="select:font size" content="11px" title="11px"/>
- <meta name="if:letter spacing" content="0"/>
- <meta name="if:500px" content="0"/>
- <meta name="if:250px" content="0"/>
- <meta name="if:centered" content="1"/>
- <meta name="if:right sidebar" content="0"/>
- <meta name="if:post shadow" content="0"/>
- <meta name="if:show captions" content="1"/>
- <meta name="if:show tags" content="0"/>
- <meta name="if:endless scrolling" content="1"/>
- <meta name="if:faded images" content="1"/>
- <meta name="if:strech background" content="0"/>
- <meta name="text:reblog symbol" content="✧"/>
- <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="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/qudkd6d/UkOme80qk/jquery.style-my-tooltips.min.js"></script>
- <style src="http://static.tumblr.com/qudkd6d/wLYme80rn/style-my-tooltips.css"></style>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- ("*").style_my_tooltips();
- </script>
- {block:ifEndlessScrolling}<script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>{/block:ifEndlessScrolling}
- <style type="text/css">
- ::selection {
- background-color:{color:selection};
- color:#ffffff;
- }
- ::-webkit-scrollbar {
- width:9px;
- height:9px;
- background-color:{color:background};
- }
- ::-webkit-scrollbar-track {
- background-color:{color:post border};
- border:4px solid {color:background};
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- border: 2px solid {color:background};
- }
- body {
- background-color:{color:background};
- margin:0px;
- color:{color:text};
- font-family:{select:font};
- font-size:{select:font size};
- line-height:1.27em;
- word-wrap:break-word;
- background-attachment:fixed;
- {block:ifBackgroundImage}background-image: url("{image:Background}");{/block:ifBackgroundImage}
- {block:ifStrechBackground}background-size:cover;{/block:ifStrechBackground}
- {block:ifLetterSpacing}letter-spacing:1px;{/block:ifLetterSpacing}
- }
- blockquote {
- margin:0px .5em;
- padding:0em 1em;
- border-left:.25em solid {color:blockquote border};
- }
- pre {
- white-space:normal;
- }
- a img {
- border:0px;
- }
- a {
- color:{color:link};
- text-decoration:none;
- -ms-transition:color .15s linear;
- -moz-transition:color .15s linear;
- -webkit-transition:color .15s linear;
- transition:color .15s linear;
- }
- a:hover {
- color:{color:link hover};
- text-decoration:none;
- }
- small, sub {
- font-size:1em;
- vertical-align:middle
- }
- ul {
- padding-left:2.25em;
- }
- h3 {
- margin:0px;
- padding:5px 5px 0px 5px;
- font-weight:normal;
- font-style:italic;
- font-size:1.36em!important;
- text-transform:none;
- letter-spacing:0px;
- color:{color:title};
- }
- h3 a {
- color:{color:title};
- }
- h2 {
- padding:15px;
- font-weight:normal;
- font-style:italic;
- font-family:calibri;
- font-size:12px;
- text-transform:none;
- color:{color:text};
- letter-spacing:0px;
- }
- h2 a {
- color:{color:text};
- }
- h1 {
- text-align:center;
- padding:5px 0px 14px 0px;
- margin:0;
- color:{color:title};
- font-weight:normal;
- font-family:calibri;
- letter-spacing:1px;
- text-transform:uppercase;
- font-size:8px;
- }
- h1 a {
- color:{color:title};
- }
- #main {
- {block:ifCentered}margin:0px auto;{/block:ifCentered}
- {block:ifNotCentered}position:absolute;
- top:0px;
- {block:ifNotRightSidebar}left:135px;{/block:ifNotRightSidebar}
- {block:ifRightSidebar}right:135px;{/block:ifRightSidebar}{/block:ifNotCentered}
- {block:if250px}width:524px;{/block:if250px}
- {block:ifNot500px}{block:ifNot250px}width:674px;{/block:ifNot250px}{/block:ifNot500px}
- {block:if500px}{block:ifNot250px}width:774px;{/block:ifNot250px}{/block:if500px}
- }
- #content {
- margin-top:0px;
- background-color:transparent;
- {block:if250px}width:270px;{/block:if250px}
- {block:ifNot500px}{block:ifNot250px}width:420px;{/block:ifNot250px}{/block:ifNot500px}
- {block:if500px}{block:ifNot250px}width:520px;{/block:ifNot250px}{/block:if500px}
- {block:ifNotRightSidebar}margin-left:254px;{/block:ifNotRightSidebar}
- {block:ifRightSidebar}margin-left:0px;{/block:ifRightSidebar}
- }
- .wrap {
- margin:40px 0px;
- padding:3px;
- background-color:{color:post background};
- border:1px solid {color:post border};
- border-radius:4px;
- {block:if250px}width:258px;{/block:if250px}
- {block:ifNot500px}{block:ifNot250px}width:408px;{/block:ifNot250px}{/block:ifNot500px}
- {block:if500px}{block:ifNot250px}width:508px;{/block:ifNot250px}{/block:if500px}
- {block:ifPostShadow}box-shadow:3px 3px 0px {color:post shadow};{/block:ifPostShadow}
- }
- .post {
- padding:4px;
- border:1px dashed {color:post border};
- border-radius:3px;
- }
- .post img {
- max-width:100%;
- height: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 {
- padding:5px 5px 10px 5px;
- margin-bottom:5px;
- {block:ifNotShowCaptions}{block:IndexPage}display:none;{/block:IndexPage}{/block:ifNotShowCaptions}
- }
- .post .body {
- padding:10px 5px;
- margin-bottom:5px;
- }
- .post .source {
- padding:0px 5px 10px 5px;
- margin-bottom:5px;
- text-align:right;
- }
- .post .media {
- overflow:hidden;
- margin-bottom:10px;
- line-height:0px;
- padding:0px;
- border-radius:3px;
- background-color:{color:post background};
- {block:ifFadedImages}opacity:.89;{/block:ifFadedImages}
- }
- .post .media img,
- .post .media .photoset {
- display:block;
- margin:auto;
- }
- .post .qn {
- padding:15px;
- font-size:8px;
- font-family:calibri;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- .post .qn .asker {
- color:{color:link};
- }
- .post .chat {
- padding:5px;
- }
- .post .chat .line {
- padding:1px 0;
- font-style:italic;
- }
- .post .chat .label {
- margin-right:.5em;
- color:{color:title};
- font-weight:bold;
- }
- .post .audio {
- margin-bottom:5px;
- }
- .post .audio .tumblr_audio_player {
- width:100%;
- opacity:.67;
- }
- .post .info {
- padding:3px 7px;
- margin-top:3px;
- text-align:left;
- background-color:{color:post info background};
- border-radius:3px;
- line-height:12px;
- }
- .post .info:hover {
- background-color:{color:post info hover};
- }
- .post .info,
- .post .info a,
- .post .info * {
- letter-spacing:1px;
- color:{color:post info text};
- text-shadow:1px 1px 0px {color:post info text shadow};
- text-transform:uppercase;
- font-family:consolas, 'trebuchet ms', sans-serif;
- font-size:8px;
- font-weight:bold;
- }
- .post .info .comma:last-child {
- display:none;
- }
- .post .notes {
- padding:0px;
- }
- .post .notes ol {
- list-style-type:none;
- padding:0;
- }
- .post .notes li {
- padding:5px 5px 6px 5px;
- border-top:1px solid {color:post border};
- }
- .post .notes li,
- .post .notes li a {
- text-transform:uppercase;
- font-size:8px;
- font-family:calibri, 'trebuchet ms', sans-serif;
- letter-spacing:1px;
- color:{color:text};
- }
- .post .notes a:hover {
- background-color:transparent;
- color:{color:link hover};
- }
- .post .notes img {
- position:relative;
- top:1px;
- margin-right:10px;
- height:10px;
- line-height:0!important;
- display:inline;
- }
- #sidebar {
- width:146px;
- position:fixed;
- overflow:hidden;
- margin-top:100px;
- background:{color:post background};
- text-align:center;
- {block:ifNotRightSidebar}margin-left:0px;{/block:ifNotRightSidebar}
- {block:ifRightSidebar}{block:if250px}margin-left:358px;{/block:if250px}
- {block:ifNot500px}{block:ifNot250px}margin-left:508px;{/block:ifNot250px}{/block:ifNot500px}
- {block:if500px}{block:ifNot250px}margin-left:608px;{/block:ifNot250px}{/block:if500px}{/block:ifRightSidebar}
- }
- #sidebar .image img {
- padding:5px;
- max-width:126px;
- height:auto;
- line-height:0px;
- display:inline;
- {block:ifFadedImages}opacity:.89;{/block:ifFadedImages}
- }
- #sidebar .description {
- padding:5px;
- text-align:left;
- }
- #sidebar .nav {
- padding:5px;
- text-align:right;
- }
- #sidebar .nav a {
- display:inline-block;
- margin:0px 2px;
- color:{color:navigation};
- font-style:italic;
- }
- #sidebar .nav a:hover {
- color:{color:link hover};
- }
- .pagination {
- margin:50px 0px;
- text-align:center;
- font-size:8px;
- font-family:calibri, 'trebuchet ms', sans-serif;
- letter-spacing:1px;
- }
- .pagination a,
- .pagination .current {
- padding:3px 5px 3px 6px;
- font-size:8px;
- margin:0 1px;
- text-transform:uppercase;
- background-color:{color:post background};
- }
- .pagination a {
- color:{color:text};
- }
- .pagination .current {
- color:{color:link};
- text-decoration:none;
- }
- .pagination a:hover {
- color:{color:link hover};
- text-decoration:none;
- }
- #s-m-t-tooltip {
- max-width:150px;
- z-index:10;
- margin:10px 8px 5px 8px;
- background-color:{color:post background};
- padding:1px 3px 1px 3px;
- border:1px solid {color:blockquote border};
- box-shadow:1px 1px 0px {color:post shadow};
- font-size:8px;
- font-family:calibri, 'trebuchet ms', sans-serif;
- letter-spacing:1px;
- font-style:normal;
- text-transform:uppercase;
- color:{color:text};
- }
- #infscr-loading {
- display:none!important;
- }
- #tc {
- bottom:0px;
- right:0px;
- position:fixed;
- padding:9px;
- z-index:1000;
- }
- #cr a {
- font-size:9px;
- padding:1px 3px;
- font-family:calibri, sans-serif;
- letter-spacing:0px;
- }
- #cr a:hover {
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <div id="main">
- <div id="sidebar" class="wrap">
- <div class="post">{block:ifSidebarImage}<div class="image"><a href="/"><img src="{image:sidebar}"/></a></div>{/block:ifSidebarImage}<div class="description">{Description}</div><div class="nav"><a href="/">home</a><a href="/archive">past</a>{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}</div>
- </div></div>
- <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}{AudioPlayerWhite}{/block:AudioPlayer}</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}{Line}</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:ifNot500px}{block:ifNot250px}{Photoset-400}{/block:ifNot250px}{/block:ifNot500px}{block:if500px}{block:ifNot250px}{Photoset-500}{/block:ifNot250px}{/block:if500px}{block:if250px}{Photoset-250}{/block:if250px}</div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}{block:Quote}<!-- quote --><h2>{Quote}</h2>{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 -->{block:ifNot500px}{block:ifNot250px}{Video-400}{/block:ifNot250px}{/block:ifNot500px}{block:if500px}{block:ifNot250px}{Video-500}{/block:ifNot250px}{/block:if500px}{block:if250px}{Video-250}{/block:if250px}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
- <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
- {block:Date}<div class="info"><a href="{Permalink}">{TimeAgo}</a><span style="float:right"><a href="{ReblogURL}" title="reblog" target="_blank">{text:reblog symbol}</a></span></div>{/block:Date}
- {block:IndexPage}{block:HasTags}{block:ifShowTags}<div class="info">#{block:Tags} <a href="{TagURL}">{Tag}</a><span class="comma">,</span>{/block:Tags}</div>{/block:ifShowTags}{/block:HasTags}{/block:IndexPage}{block:PermalinkPage}{block:HasTags}<div class="info">#{block:Tags} <a href="{TagURL}">{Tag}</a><span class="comma">,</span>{/block:Tags}</div>{/block:HasTags}{/block:PermalinkPage}
- </div>
- </div>
- {block:PostNotes}<div class="wrap"><div class="post"><h1>{DayOfWeek}, {DayOfMonth} {Month} {Year}<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: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:NextPage} <a class="next" href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
- </div>
- </div>
- <div id="cr"><a href="http://shythemes.tumblr.com" title="theme">✧</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