Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Arachnids v.2 Theme
- Created by Modernise (modernise.tumblr.com)
- Please leave at least ONE credit link. Do not delete this box.
- Theme is best viewed on Google Chrome, with a resolution of 1280x800.
- *~*~HOW TO INSTALL~*~*
- 1) Copy this entire code.
- 2) Open up the customise.
- 3) Click on Edit HTML
- 4) Delete the code already in there.
- 5) Replace it with this code.
- 6) Hit Update Preview, and then Save.
- 7) Refresh the page, and press Save again.
- 8) If it wont let you paste in the box, or if it still does not work, use classic customize. (http://tumblr.com/customize-classic/)
- If you are experiencing any problems with this theme, please refer to the FAQ on modernisethemes. (http://modernisethemes.tumblr.com/faq)
- Thank you for choosing Modernise Themes <3!
- -->
- <!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>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="font:Text" content="Lucida Sans"/>
- <meta name="text:Font Size" content="9px"/>
- <meta name="color:Text" content="#888"/>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Post" content="#fff"/>
- <meta name="color:Borders" content="#cccccc"/>
- <meta name="color:Blockquote" content="#f5f5f5"/>
- <meta name="color:Links" content="#005282"/>
- <meta name="color:Hover" content="#1b7bb3"/>
- <meta name="color:Permalink" content="#000000"/>
- <meta name="color:Permalink Background" content="#ffffff">
- <meta name="image:Background" content=""/>
- <meta name="image:Header" content=""/>
- <meta name="if:Title Font" content="1"/>
- <meta name="if:Image Fade" content="1"/>
- <meta name="if:Image Shadow" content="1"/>
- <meta name="if:Pop Up Menu" content="1"/>
- <meta name="if:CustomLink1" content="1"/>
- <meta name="if:CustomLink2" content="1"/>
- <meta name="if:CustomLink3" content="1"/>
- <meta name="if:CustomLink4" content="0"/>
- <meta name="if:CustomLink5" content="0"/>
- <meta name="text:Link 1 Title" content="custom link"/>
- <meta name="text:Link 1" content="http://"/>
- <meta name="text:Link 2 Title" content="custom link"/>
- <meta name="text:Link 2" content="http://"/>
- <meta name="text:Link 3 Title" content="custom link"/>
- <meta name="text:Link 3" content="http://"/>
- <meta name="text:Link 4 Title" content="custom link"/>
- <meta name="text:Link 4" content="http://"/>
- <meta name="text:Link 5 Title" content="custom link"/>
- <meta name="text:Link 5" content="http://"/>
- <meta name="if:Animated Post Load" content="1"/>
- <meta name="if:Cross Cursor" content="1"/>
- <meta name="if:Click Photo To Reblog" content="1"/>
- <meta name="if:Infinite Scroll" content="1"/>
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <title>{Title}</title>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/iddq6cw/Atplvofrt/tooltip-closebutton.png" class="btn_close" title="Close" alt="Close" /></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <style type="text/css">
- /* Body Controls */
- body {
- font-family:{font:Text};
- font-size:{text:Font Size};
- color:{color:Text};
- letter-spacing:0px;
- background-color:{color:background};
- background-image:url('{image:Background}');
- background-color:{color:Background};
- background-repeat: repeat;
- background-position: top center;
- background-attachment: fixed;
- text-align:justify;
- line-height:100%;
- {block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor}
- {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
- }
- @font-face {
- font-family:basket;
- src: url('http://static.tumblr.com/ejm8w78/luUlvia92/glasket500.ttf');
- }
- a {
- color:{color:Links};
- text-decoration: none;
- -moz-transition-duration:1s;
- -o-transition-duration:1s;
- transition:1s;
- -webkit-transition-duration:1s;
- }
- a:hover {
- color:{color:Hover};
- text-decoration: none;
- transition:1s;
- -moz-transition-duration:1s;
- -o-transition-duration:1s;
- -webkit-transition-duration:1s;
- {block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor}
- {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
- }
- u {
- border-bottom: 1px dashed #888;
- }
- b.STRONG {
- letter-spacing:2px;
- font-size:9px;
- font-weight:bold;
- }
- iframe#tumblr_controls {
- right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.5;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- iframe#tumblr_controls:hover {
- -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Links};
- height:auto;
- -webkit-border-radius:20px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:Links};
- height:6px !important;
- -webkit-border-radius:20px;
- }
- ::-webkit-scrollbar {
- height:6px;
- width:6px;
- background-color:{color:Background};
- -webkit-border-radius:20px;
- }
- #content {
- width:100%;
- margin-left:auto;
- margin-right:auto;
- position: relative;
- margin-bottom:-10px;
- height:100%;
- {block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor}
- {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
- }
- .karkat {
- background-color:{color:Post};
- display:block;
- {block:IndexPage}
- width:1020px;
- padding-left:5px;{/block:IndexPage}
- {block:PermalinkPage}
- width: 505px;
- padding-left:5px;
- {/block:PermalinkPage}
- margin-left:auto;
- margin-right:auto;
- height:100%;
- top:0px;
- bottom:0px;
- z-index:-1;
- }
- ul {
- margin-left:-25px;
- }
- /* Header Controls */
- .sidebar {
- width:{block:IndexPage}
- width:500px;{/block:IndexPage}
- {block:PermalinkPage}
- width: 505px;
- padding-right:5px;
- {/block:PermalinkPage}500px;
- background-color:{color:Post};
- z-index:1;
- margin-right:auto;
- position:relative;
- text-align:center;
- margin-top:-10px;
- padding-bottom:10px;
- height:100%;
- padding-top:10px;
- margin-left:auto;
- }
- .butters a {
- font-size:50px;
- color:{color:Links};
- -webkit-transition-duration:1.5s;
- font-family:{block:IfTitleFont}basket{/block:IfTitleFont}
- {block:IfNotTitleFont}{font:text}{/block:IfNotTitleFont};
- letter-spacing:-1px;
- line-height:100%;
- max-width:500px;
- }
- .butters a:hover {
- font-size:50px;
- color:{color:Hover};
- font-family:{block:IfTitleFont}basket{/block:IfTitleFont}
- {block:IfNotTitleFont}{font:text}{/block:IfNotTitleFont};
- letter-spacing:-1px;
- max-width:500px;
- }
- /* Post Controls */
- #content .posts {
- {block:IndexPage}
- width:1020px;
- margin-left:auto;
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 500px;
- margin-left:0px;
- padding-right:5px;
- {/block:PermalinkPage};
- right:auto;
- margin-top:0px;
- margin-right:auto;
- position:relative;
- background-color:{color:Post};
- overflow-y: hidden;
- }
- #content .posts img {
- {block:IndexPage}
- max-width: 250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- max-width: 500px;
- {/block:PermalinkPage}
- }
- #content .entry {
- {block:IndexPage}
- width:250px;
- float:left;
- position: relative;
- {/block:IndexPage}
- margin-right:5px;
- margin-bottom:2px;
- padding:0px;
- z-index:1;
- {block:PermalinkPage}
- width:500px;
- margin:auto;
- {/block:PermalinkPage}
- background-color:transparent;
- {block:IfAnimatedPostLoad}
- -webkit-transition-duration:2s;
- {/block:IfAnimatedPostLoad}
- }
- .heading {
- font-family:{font:Text};
- font-size:15px;
- text-decoration: none;
- letter-spacing:0px;
- font-weight:none;
- line-height:100%;
- margin-bottom:0px;
- text-align:left;
- }
- .chat ul {
- padding:0px 0px 0px 0px;
- margin:0px 0px 0px 0px;
- }
- .chat li {
- list-style-type: none;
- padding-left:0px;
- margin-right:0px;
- }
- .chat li.odd {
- color: {color:Text};
- }
- .chat li.even {
- color: {color:Links};
- }
- .label {
- font-weight: bold;
- }
- blockquote {
- padding-left:5px;
- padding-top:3px;
- padding-right:5px;
- padding-bottom:3px;
- margin-left:5px;
- margin-right:5px;
- border-left: 2px solid {color:Borders};
- border-right: 2px solid {color:Borders};
- background-color:{color:Blockquote};
- }
- .stan {
- background-color:{color:Blockquote};
- }
- .kyle {
- font-style:italic;
- line-height:100%;
- margin-bottom:0px;
- }
- .img {
- {block:IfImageFade}
- {block:IndexPage}
- opacity:0.8;
- filter:alpha(opacity=80);
- {/block:IndexPage}
- {/block:IfImageFade}
- -webkit-transition-duration:0.4s;
- }
- .img:hover {
- {block:IfImageFade}
- opacity:1;
- filter:alpha(opacity=100);
- {/block:IfImageFade}
- }
- .audioplayer {
- background-color: #fff;
- -moz-box-shadow: 3px 3px 4px #ccc;
- -webkit-box-shadow: 3px 3px 4px #ccc;
- box-shadow: 3px 3px 4px #ccc;
- }
- .stoley img {
- {block:IndexPage}
- max-width:300px;
- overflow-y:auto;
- {/block:IndexPage}
- }
- .kenny {
- width:500px;
- opacity: 1;
- z-index: 10000;
- margin-top:0px;
- margin-left:auto;
- margin-right:0px;
- float:right;
- text-align:right;
- font-family:trebuchet ms;
- font-size:7px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- .cartman {
- margin-top:0;
- margin-left:0px;
- margin-right:auto;
- margin-bottom:0px;
- width:500px;
- text-align:left;
- background-color:transparent;
- }
- .wendy {
- text-align:center;
- width:500px;
- margin-left:auto;
- margin-right:auto;
- }
- .video embed, .video object, .video iframe {
- {block:IndexPage}
- width:250px /**/ !important;
- {/block:IndexPage}
- {block:PermalinkPage}width:500px !important;
- {/block:PermalinkPage}
- height:auto !important;
- }
- .album-art {
- float: left;
- width: 100px;
- height: 100px;
- overflow: hidden;
- }
- /* Permalink Controls */
- .entry .permalink {
- padding-top:0px;
- }
- .tweek a {
- font-size:15px;
- line-height:100%;
- padding:2px;
- color:{color:Hover};
- -webkit-transition-duration:1s;
- z-index:999999;
- }
- .tweek a: hover {
- color:{color:Link};
- }
- .craig {
- color:{color:Permalink};
- font-size:8px;
- opacity: 0;
- -webkit-transition-duration: 1s;
- bottom:{block:IfImageShadow}10px{/block:IfImageShadow}{block:IfNotImageShadow}0px{/block:IfNotImageShadow};
- right:0px;
- width:25px;
- height:20px;
- background-color: {color:Permalink Background};
- padding-top:5px;
- position: absolute;
- margin:5px;
- text-align:center;
- font-family:trebuchet ms;
- letter-spacing:1px;
- border-bottom-right-radius:50px;
- border-top-right-radius:50px;
- border-top-left-radius:50px;
- border-bottom-left-radius:50px;
- display:block;
- }
- .entry:hover .craig {
- {block:indexpage}opacity:0.85;
- {/block:indexpage}z-index:999999;
- }
- .permalink {
- {block:IndexPage}
- float:right;
- position: absolute;
- margin-top:0px;
- opacity: 0;
- z-index: 1000;
- background-color:{color:Permalink Background};
- text-align:right;
- {/block:IndexPage}
- }
- ol.notes {
- padding: 0px;
- margin: 25px 0px;
- list-style-type: none;
- border-bottom: solid 1px #ccc;
- }
- ol.notes li.note {
- border-top: solid 1px #ccc;
- padding: 6px;
- }
- /* Pop Up Controls */
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #000;
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- .popup_block {
- display: none; /*--hidden by default--*/
- background: #fff;
- padding: 20px;
- border: 10px solid {color:Borders};
- float: left;
- font-size: 11px;
- position: fixed;
- top: 30%; left: 50%;
- z-index: 99999999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 20px #000;
- -moz-box-shadow: 0px 0px 20px #000;
- box-shadow: 0px 0px 20px #000;
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }
- img.btn_close {
- float: right;
- margin: -20px -20px 0 0;
- }
- {CustomCSS}
- </style>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
- </script>
- {block:IfInfiniteScroll}
- <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
- {/block:IfInfiniteScroll}
- <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('.posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "div#navigation",
- // selector for the paged navigation (it will be hidden)
- nextSelector : "div#navigation a#nextPage",
- // selector for the NEXT link (to page 2)
- itemSelector : ".entry",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 10,
- loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('.posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <script type="text/javascript">
- $(window).load(function(){
- $("p").remove(":contains('Source:')");
- $("p").remove(":contains('via ')");
- });
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone" || navigator.platform == "Android") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- {/block:IndexPage}
- </head>
- <body>
- <div class="karkat">
- <div class="sidebar">
- <div class="butters">
- <a href="/"><center>
- {block:IfHeaderImage}<img src="{image:Header}" width="500">{/block:IfHeaderImage}{block:IfNotHeaderImage}{Title}{/block:IfNotHeaderImage}
- </center></a>
- </div><div style="max-width:500px;margin-left:auto;margin-right:auto;">
- {Description}<Br>
- </div>
- {block:IfNotPopupMenu}
- <a href="/ask">message</a> ⋅
- <a href="/archive">history</a> ⋅
- {block:HasPages}
- {block:Pages}
- <a href="{URL}">{Label}</a> ⋅
- {/block:Pages}
- {/block:HasPages}
- {block:IfCustomLink1}
- <a href="{text:Link 1}">{text:Link 1 Title}</a> ⋅
- {/block:IfCustomLink1}
- {block:IfCustomLink2}
- <a href="{text:Link 2}">{text:Link 2 Title}</a> ⋅
- {/block:IfCustomLink2}
- {block:IfCustomLink3}
- <a href="{text:Link 3}">{text:Link 3 Title}</a> ⋅
- {/block:IfCustomLink3}
- {block:IfCustomLink4}
- <a href="{text:Link 4}">{text:Link 4 Title}</a> ⋅
- {/block:IfCustomLink4}
- {block:IfCustomLink5}
- <a href="{text:Link 5}">{text:Link 5 Title}</a> ⋅
- {/block:IfCustomLink5}<a href="http://modernise.tumblr.com">theme</a>
- {/block:IfNotPopupMenu}
- {block:IfPopupMenu}
- <a href="#?w=500" rel="links" class="poplight"><span>links</span></a>
- {/block:IfPopupMenu}
- {block:IndexPage}
- <div class="column navigation" id="navigation">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
- </div>
- {/block:IndexPage}
- <br>
- </div>
- <div id="content">
- {block:IndexPage}
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScroll}
- {/block:IndexPage}
- <div class="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title} <a href="{permalink}"><div class="heading">{title}</div></a> {/block:Title}
- <div class="stoley">{Body}</div>
- {block:IndexPage}<div style="border-bottom:1px {color:Hover} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
- {NoteCountWithLabel}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="kenny">
- {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
- {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
- <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- {/block:Text}
- {block:Photo}
- <div class="img">
- {block:IndexPage}{block:IfClickPhotoToReblog}<a href="{ReblogURL}">{/block:IfClickPhotoToReblog}{block:IfNotClickPhotoToReblog}<a href="{Permalink}">{/block:IfNotClickPhotoToReblog}{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IndexPage}width="250"{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>{block:IfImageShadow}<img style="width:{block:IndexPage}250px{/block:IndexPage}{block:PermalinkPage}500px{/block:PermalinkPage};opacity:.7;" src="http://28.media.tumblr.com/tumblr_lpn6kseZUG1qm57imo1_500.png"/>{/block:IfImageShadow}
- </a>
- </div>
- {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{NoteCount}</div></a></div>{/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}<br>
- <div class="kenny">
- {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
- {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
- <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}{Photoset-250}<div class="tweek"><a href="{Permalink}"><div class="craig">{NoteCount}</div></a></div>{/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}<br>{block:Caption}{Caption}<br><br>{/block:Caption}
- {/block:PermalinkPage}
- {block:PermalinkPage}
- <div class="kenny">
- {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
- {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
- <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <a href="{permalink}"><div class="heading"><i>{Quote}</i></div></a>
- {block:Source} <div align="right">― {Source}</div>{/block:Source}
- {block:IndexPage}<div style="border-bottom:1px {color:Hover} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
- {NoteCountWithLabel}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="kenny">
- {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
- {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
- <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- {/block:Quote}
- {block:Link}
- <div class="heading"><a href="{URL}"{Target}>→ {Name}</a></div>
- {block:Description} {Description}{/block:Description}
- {block:IndexPage}<div style="border-bottom:1px {color:Hover} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
- {NoteCountWithLabel}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="kenny">
- {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
- {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
- <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- {/block:Link}
- {block:Video}
- {block:PermalinkPage}<div class="video">{Video-500}
- </div>{/block:PermalinkPage}
- {block:IndexPage}<div class="video" width="250">{Video-250}
- </div><div style="border-bottom:1px {color:Hover} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
- {NoteCountWithLabel}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="kenny">
- {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
- {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
- <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- {/block:Video}
- {block:Chat}
- {block:Title}
- <div class="heading"><a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- <div class="chat ul">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
- {/block:Lines}</div></li>
- {block:IndexPage}<div style="border-bottom:1px {color:Hover} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
- {NoteCountWithLabel}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="kenny">
- {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
- {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
- <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- {/block:Chat}
- {block:Audio}{block:PermalinkPage}
- {block:AlbumArt}<div class="album-art"><img src="{AlbumArtURL}" height="100px"></div>{/block:AlbumArt}{/block:PermalinkPage}
- <div class="audioplayer">{AudioPlayerWhite}</div>{block:Caption}{Caption}{/block:Caption}
- {block:PermalinkPage}
- {block:TrackName}<br><br>
- <b>{TrackName}</b>
- {/block:TrackName} by {block:Artist}
- {Artist}
- {/block:Artist}<br>{PlayCountWithLabel}{/block:PermalinkPage}
- {block:IndexPage}<div style="border-bottom:1px {color:Hover} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
- {NoteCountWithLabel}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="kenny">
- {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
- {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
- <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- <div style="text-align:left;padding-left:5px;padding-right:5px;border-left: 2px solid {color:Borders};border-right: 2px solid {color:Borders};background-color:{color:blockquote};"><div class="stan">{Asker}: {Question}</div></div><div style="text-align:left;"><div class="kyle">{Answer}</div></div>
- {block:IndexPage}<div style="border-bottom:1px {color:Hover} solid;font-size:8px;text-align:Right;"><a href="{Permalink}">
- {NoteCountWithLabel}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="kenny">
- {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
- {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
- <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- {/block:Answer}
- </div>
- {/block:Posts}
- </div>
- {block:IfNotInfiniteScroll}
- <div style="margin-bottom:10px;padding-top:5px;">
- <Center>
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">-</a>
- {/block:PreviousPage}/
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span>{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- /{block:NextPage}
- <a href="{NextPage}">+</a>
- {/block:NextPage}
- {/block:Pagination}</center>
- </div>
- {/block:IfNotInfiniteScroll}
- </div>
- </div>
- </div>
- </div><div style="display:block;bottom:5px;right:5px;font-size:9px;font-family:georgia;position:fixed;background-color:#ffffff;padding:3px;border-radius:10px;z-index:5;opacity:0.75;">theme by <a href="http://modernise.tumblr.com">modernise</a></div>
- </body>
- <div id="links" class="popup_block" style="line-height:100%;text-align:center;">
- <div style="font-family:{block:IfTitleFont}basket{/block:IfTitleFont}{block:IfNotTitleFont}{font:text}{/block:IfNotTitleFont};font-size:40px;line-height:100%;">links</div>
- <div style="max-height:500px;line-height:150%;">
- <a href="/ask">message</a> ⋅
- <a href="/archive">history</a> ⋅
- {block:HasPages}
- {block:Pages}
- <a href="{URL}">{Label}</a> ⋅
- {/block:Pages}
- {/block:HasPages}
- {block:IfCustomLink1}
- <a href="{text:Link 1}">{text:Link 1 Title}</a> ⋅
- {/block:IfCustomLink1}
- {block:IfCustomLink2}
- <a href="{text:Link 2}">{text:Link 2 Title}</a> ⋅
- {/block:IfCustomLink2}
- {block:IfCustomLink3}
- <a href="{text:Link 3}">{text:Link 3 Title}</a> ⋅
- {/block:IfCustomLink3}
- {block:IfCustomLink4}
- <a href="{text:Link 4}">{text:Link 4 Title}</a> ⋅
- {/block:IfCustomLink4}
- {block:IfCustomLink5}
- <a href="{text:Link 5}">{text:Link 5 Title}</a> ⋅
- {/block:IfCustomLink5}<a href="http://modernise.tumblr.com">theme</a><br>
- </div>
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement