Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- [ T H E M E B Y ]
- ○ ● ○
- [ T O M K I R K ]
- -->
- <html>
- <!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">
- <head>
- <!--Default Variables-->
- <!--Colors-->
- <meta name="color:Ask Background" content="#f7f7f7"/>
- <meta name="color:Ask Text" content="#696969"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#030303"/>
- <meta name="color:Link" content="#cccccc"/>
- <meta name="color:Link Hover" content="#030303"/>
- <meta name="color:Navigation" content="#030303"/>
- <meta name="color:Navigation Text" content="#cccccc"/>
- <meta name="color:Permalink" content="#f7f7f7"/>
- <meta name="color:Permalink Text" content="#cccccc"/>
- <!--Images-->
- <meta name="image:Background" content""/>
- <meta name="image:Side" content""/>
- <!--Options-->
- <meta name="if:Infinite Scroll" content=""/>
- <meta name="if:Captions" content="1"/>
- <meta name="if:Alt Description" content=""/>
- <meta name="if:Inverted Images" content=""/>
- <meta name="if:Faded Images" content=""/>
- <meta name="if:Tiny Cursor" content=""/>
- <meta name="if:Alt Date Format" content=""/>
- <!--Links-->
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 1 name" content=""/>
- <meta name="text:Link 2 URL" content="/"/>
- <meta name="text:Link 2 name" content=""/>
- <meta name="text:Link 3 URL" content="/"/>
- <meta name="text:Link 3 name" content=""/>
- <meta name="text:Link 4 URL" content="/"/>
- <meta name="text:Link 4 name" content=""/>
- <meta name="text:Link 5 URL" content="/"/>
- <meta name="text:Link 5 name" content=""/>
- {block:ifInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifInfiniteScroll}
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta charset="utf-8">
- <meta name="viewport" content="initial-scale=1.0, width=device-width" />
- <title>{block:TagPage}{Tag} posts - {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
- <style type="text/css">
- body{
- background-color: {color:Background};
- background-image: url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- background-position: center;
- font-family: calibri;
- font-size: 12px;
- line-height: 13px;
- color:{color:Text};
- {block:ifTinyCursor}
- cursor: url(http://media.tumblr.com/63bedef90e1ae5190794323d2b03dc8c/tumblr_inline_moawjfcUAG1qz4rgp.png), progress;
- {/block:ifTinyCursor}
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration:none;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- a:hover{
- color: {color:Link Hover};
- {block:ifTinyCursor}
- cursor: url(http://media.tumblr.com/63bedef90e1ae5190794323d2b03dc8c/tumblr_inline_moawjfcUAG1qz4rgp.png), progress;
- {/block:ifTinyCursor}
- }
- #container {
- margin:auto;
- width:500px;
- }
- #content {
- margin:auto;
- {block:IndexPage}
- width:550px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:550px;
- {/block:PermalinkPage}
- padding-bottom:40px;
- }
- #entry {
- margin-left:-140px;
- {block:IndexPage}
- width:500px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- #entry img{
- {block:IndexPage}
- max-width:500px;
- {/block:IndexPage}
- {block:PermalinkPage}
- max-width:500px;
- {/block:PermalinkPage}
- {block:ifFadedImages}
- opacity:.7;
- {/block:ifFadedImages}
- {block:ifInvertedImages}
- opacity:1;
- {/block:ifInvertedImages}
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- #entry img:hover{
- {block:ifFadedImages}
- opacity:1;
- {/block:ifFadedImages}
- {block:ifInvertedImages}
- opacity:.7;
- {/block:ifInvertedImages}
- }
- #ps {
- {block:ifFadedImages}
- opacity:.7;
- {/block:ifFadedImages}
- {block:ifInvertedImages}
- opacity:1;
- {/block:ifInvertedImages}
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- #ps:hover{
- {block:ifFadedImages}
- opacity:1;
- {/block:ifFadedImages}
- {block:ifInvertedImages}
- opacity:.7;
- {/block:ifInvertedImages}
- }
- #entry #permalink{
- margin-top:10px;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:8px;
- line-height:16px;
- padding:4px 10px 4px 10px;
- color:{color:Permalink Text};
- background:{color:Permalink};
- z-index:1;
- opacity:1;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- .nc a{
- color:{color:Permalink Text};
- }
- .nc a:hover{
- text-decoration:underline;
- }
- .tags{
- margin-top:2px;
- }
- .tags a{
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:8px;
- line-height:16px;
- }
- .tagscomma{
- color:{color:Link};
- }
- .tagscomma:last-child{
- display:none;
- }
- #side {
- position:fixed;
- width:240px;
- margin-top:90px;
- padding-bottom:20px;
- text-align:justify;
- z-index:1;
- {block:IndexPage}
- margin-left:410px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-left:410px;/*
- margin-left:-160px;*/
- {/block:PermalinkPage}
- }
- #sidepic img {display:block;z-index:999;}
- #side .navigate{
- position:relative;
- text-align:center;
- z-index:1;
- margin-top:3px;
- margin-bottom:3px;
- padding-top:5px;
- padding-bottom:5px;
- background:{color:Navigation};
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- #side .navigate a{
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:8px;
- line-height:16px;
- margin-left:6px;
- color:{color:Navigation Text};
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- #side .navigate a:hover{
- text-decoration:underline;
- }
- {block:ifNotAltDescription}
- #side .etc{
- opacity:0;
- margin-top:-40px;
- z-index:-9999;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- #side:hover .etc{
- margin-top:3px;
- opacity:1;
- z-index:1;
- }
- {/block:ifNotAltDescription}
- {block:ifAltDescription}
- #side .etc{
- margin-top:3px;
- }
- {/block:ifAltDescription}
- #ask {
- padding:5px;
- line-height:14px;
- background:{color:Ask Background};
- color:{color:Ask Text};
- }
- .askername{
- font-size:11px;
- line-height:11px;
- font-weight:bold;
- font-style:italic;
- text-align:right;
- border-top:1px solid {color:Ask Text};
- padding-top:4px;
- margin-top:4px;
- padding-right:2px;
- }
- .askername a{color:{color:Ask Text};}
- .askername a:hover{color:{color:Link Hover};}
- .blogtitle{
- font-size: 17px;
- line-height: 19px;
- text-transform: lowercase;
- }
- .posttitle{
- font-size: 20px;
- line-height: 22px;
- margin-bottom: -8px;
- }
- .chat .line{
- padding: 2px;
- }
- .chat .line .odd{
- padding:2px;
- }
- .audiop{
- background:black;
- padding:10px;
- }
- .audioplayer {
- position:absolute;
- margin-top:-53px;
- margin-left:100px;
- width:70px;
- overflow:hidden;
- }
- .audiop img{
- {block:ifFadedImages}
- opacity:1;
- {/block:ifFadedImages}
- {block:ifInvertedImages}
- opacity:1;
- {/block:ifInvertedImages}
- }
- .audiop img:hover{
- {block:ifFadedImages}
- opacity:1;
- {/block:ifFadedImages}
- {block:ifInvertedImages}
- opacity:1;
- {/block:ifInvertedImages}
- }
- blockquote{
- margin-left:10px;
- padding-left:4px;
- border-left: 2px solid {color:Text};
- }
- .p { padding-top: 5px; }
- .ol, ul { margin-left: 10px; padding: 5px; }
- .ul { list-style-type: square; }
- .notes img{
- width:10px;
- position:left;
- top:3px;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- .notes ul {
- list-style-type:none;
- margin-left:-30px;
- padding:5px;
- text-align:left;
- border-bottom:1px solid {color:Border};
- }
- .pagination{
- width:500px;
- margin-left:-140px;
- margin-top:40px;
- letter-spacing:1px;
- font-size:10px;
- line-height:22px;
- text-align:center;
- text-transform:uppercase;
- }
- {CustomCSS}
- </style>
- </head>
- <body><br><br>
- <div style="font-size:14px;font-family:arial;position:fixed;bottom:0;right:0;padding:5px;z-index:9999;">
- <a title="theme by tomkirk"href="http://tomkirk.tumblr.com/">☼</a>
- </div>
- <div id="container">
- <div id="side">
- <div id="sidepic"><a href="/"><img src="{image:Side}"width="240"></a></div>
- <div class="navigate">
- {block:ifLink1name}
- <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
- {/block:ifLink1name}
- {block:ifLink2name}
- <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
- {/block:ifLink2name}
- {block:ifLink3name}
- <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
- {/block:ifLink3name}
- {block:ifLink4name}
- <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
- {/block:ifLink4name}
- {block:ifLink5name}
- <a href="{text:Link 5 URL}">{text:Link 5 name}</a>
- {/block:ifLink5name}
- </div>
- <div class="etc">
- {Description}
- </div>
- </div>
- <div id="content">
- {block:Posts}<br><br><br><br><br> <br> <br>
- <div id="entry">
- {block:Answer}
- <div id="ask">
- "{Question}"
- <div class="askername">-{Asker}</div>
- </div>
- {Answer}
- {/block:Answer}
- {block:Text}
- {block:Title}
- <div class="posttitle">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div class="posttitle">
- <a href="{URL}">{Name}</a>
- </div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Photo}
- <center>
- {LinkOpenTag}
- <a href="{permalink}">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
- {LinkCloseTag}
- </center>
- {block:ifCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifCaptions}
- {block:ifNotCaptions}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:ifNotCaptions}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:ReblogParentURL}
- <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ReblogParentURL}
- {/block:Photo}
- {block:Photoset}
- <div id="ps">
- {block:IndexPage}
- {Photoset-500}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- </div>
- {block:ifCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifCaptions}
- {block:ifNotCaptions}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:ifNotCaptions}
- {/block:Photoset}
- {block:Quote}
- <div class="posttitle">"{Quote}"</div>
- {block:Source}
- <br>
- - {Source}
- {/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}
- <div class="posttitle">{Title}</div><br>
- {/block:Title}
- <div class="chat">
- {block:Lines}
- <div class="chat">
- <div class="line {Alt}">
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <b>{Label} </b>
- {/block:Label}
- {Line}
- </div>
- </div>
- </div>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="audiop">
- {block:AlbumArt}
- <img src="{AlbumArtURL}" width="70px;" style="position:absolute;margin:5px;z-index:1;">
- {/block:AlbumArt}
- <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" width="70px;" style="position:relative;margin:5px;">
- {block:AudioPlayer}
- <div class="audioplayer">
- {AudioPlayerBlack}
- </div>
- {/block:AudioPlayer}
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- <div id="ps">
- {block:IndexPage}
- {Video-500}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}
- {/block:PermalinkPage}
- </div>
- {block:ifCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifCaptions}
- {block:ifNotCaptions}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:ifNotCaptions}
- {/block:Video}
- {block:IndexPage}
- <div id="permalink">
- <span class="nc">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:Date}<span style="float:right;">
- <a href="{Permalink}">
- {block:ifAltDateFormat}
- {Month} {DayofMonth} , {Year}
- {/block:ifAltDateFormat}
- {block:ifNotAltDateFormat}
- {MonthNumber} / {DayofMonth} / {Year}
- {/block:ifNotAltDateFormat}
- @ {12Hour}:{Minutes} {CapitalAmPm}</a></span>
- {/block:Date}
- </span>
- </div>
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}</a><span class="tagscomma">,</span>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div style="margin-top:5px;">
- {block:Date}
- <b>Posted:</b> {TimeAgo} on
- {ShortMonth} {DayofMonth}, {Year} at
- {12Hour}:{Minutes} {CapitalAmPm}
- {/block:Date}
- {block:NoteCount}<br>
- <b>Notes:</b>
- {NoteCount}
- {/block:NoteCount}
- {block:HasTags}
- <br>
- <b>Tags:</b>
- {block:Tags}<a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- {/block:HasTags}
- <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a>· (©: <a href="{ReblogRootURL}">{ReblogRootName}</a>) {/block:RebloggedFrom}
- </div>
- {/block:PermalinkPage}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">{block:ifInfiniteScroll} {/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}Last{/block:ifNotInfiniteScroll}</a> {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">{block:ifInfiniteScroll} {/block:ifInfiniteScroll}{block:ifNotInfiniteScroll}Next{block:ifNotInfiniteScroll}</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </body>
- </html>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement