Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---------
- theme by cyrusnigga keep credit or d i e
- -------->
- <html lang="en">
- <head>
- <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- $('li.drawer div:nth-child(2)').hide();
- $('li.drawer h4').click(function () {
- if ($(this).hasClass('open')) {
- $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
- else {
- $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
- $(this).next().slideDown();
- $(this).addClass('open');}
- });
- });
- </script>
- <title>{title}</title>
- <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
- <meta name="image:Sidebar" content="https://secure.static.tumblr.com/9286b0655827ebdbafe0372785a4c5ff/33x1j2u/Cr0n7uz66/tumblr_static_7c0b5wpwhjoc4g8g4cggc408w.png"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Post Box" content="#ffffff"/>
- <meta name="color:Blog Description" content="#000"/>
- <meta name="color:title" content ="#000">
- <meta name="color:text" content="#000">
- <meta name="color:link" content="#000">
- <meta name="color:hover" content="#b8b8b8">
- <meta name="color:border" content="#777777">
- <meta name="image:Background" content=""/>
- <meta name="if:Side image" content="0"/>
- <meta name="color:border" content="#777"/>
- <meta name="color:scrollbar" content="#fff"/>
- <meta name="if:faded images" content="0" />
- <meta name="if:Scrollbar" content="1"/>
- <meta name="if:small cursor" content="1" />
- <meta name="if:Black and white images" content="0"/>
- <meta name="text:link one" content="/" />
- <meta name="text:link one title" content="home" />
- <meta name="text:link two" content="/ask" />
- <meta name="text:link two title" content="message" />
- <meta name="text:link three" content="/archive" />
- <meta name="text:link three title" content="archive" />
- <meta name="text:link four" content="" />
- <meta name="text:link four title" content="" />
- <meta name="text:link five" content="" />
- <meta name="text:link five title" content="" />
- <meta name="text:link six" content="" />
- <meta name="text:link six title" content="" />
- <meta name="text:link seven" content="" />
- <meta name="text:link seven title" content="" />
- <meta name="text:link eight" content="" />
- <meta name="text:link eight title" content="" />
- </script>
- <style type="text/css">
- html, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), progress !important;}</style>
- <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:5,
- tip_fade_speed:100,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- {block:ifblackandwhitefollowbutton}
- iframe#tumblr_controls {opacity: 1;-webkit-filter: invert(100%);transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1.0;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- {/block:ifblackandwhitefollowbutton}
- #s-m-t-tooltip {
- display: none;
- text-align:center;
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- margin-top:10px;
- z-index:99;margin-left:4px;
- font-family:'consolas';
- font-size:8px;
- padding:3px;
- line-height:10px;
- border-radius:3px;
- border:1px solid #eee;
- color:#999999;
- background:#ffffff;
- }
- body{
- margin:0px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: no-repeat;
- background-position: bottom right;
- font-size: 11px;
- font-family:consolas;
- line-height:10px;
- color:{color:Text};
- {block:ifsmallcursor}
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;
- {/block:ifsmallcursor}
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration: none;
- transition: all 0.4s ease;
- -o-transition-transition: all 0.9s ease;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.4s ease;
- {block:ifsmallcursor}
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;
- {/block:ifsmallcursor}
- }
- a:hover{
- color:{color:Hover};
- text-decoration: none;
- transition: all 0.4s ease;
- text-decoration: none;
- -o-transition-transition: all 0.9s ease;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.4s ease;
- {block:ifsmallcursor}
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;
- {/block:ifsmallcursor}
- }
- {block:ifscrollbar}
- ::-webkit-scrollbar-thumb:vertical {
- background:{color:scrollbar};
- border:1px solid {color:border};
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:scrollbar};
- border:1px solid {color:borders};}
- ::-webkit-scrollbar {
- width:9px;
- background: transparent;
- height:0px;}
- ::-webkit-scrollbar-track {
- background: transparent;
- width:9px; }
- {/block:ifscrollbar}}
- div#stuff{
- }
- #sidebar {
- position:fixed;
- background:{color:posts};
- text-align:center;
- width:170px;
- border:1px solid {color:border};
- box-shadow:rgba(0,0,0,0.08) 7px 7px;
- margin-top:190px;
- margin-left:350px;
- }
- #blogtitle {
- text-align:center;
- padding-top:10px;
- margin-bottom:-35px;
- {block:ifnotcustomfont}font-family:{font:blogtitle};{block:ifnotcustomfont}
- {block:ifcustomfont}font-family:'inconsolata';{/block:ifcustomfont}
- font-size:26px;
- width:190px;
- font-style:italic;
- letter-spacing:2px;}
- .description{
- text-align:justify;
- background:white;
- line-height:130%;
- padding-right:10px;
- padding-left:10px;
- padding-bottom:10px;
- border-radius:0px 0px 5px 5px;
- padding-top:5px;
- {block:ifnotcustomfont}font-family:{font:Body};{block:ifnotcustomfont}
- {block:ifcustomfont}font-family:'inconsolata';{/block:ifcustomfont}
- font-size:11px;
- margin-top:50px;}
- #permalinksidebar{
- text-align:right;
- width:192px;
- margin-top:-1px;
- height:11px;
- font-family:'courier new';
- padding:4px 4px 4px 4px;
- background:{color:permalink};
- border-radius:5px 5px 0px 0px;
- border-bottom:1px solid {color:Border};}
- #sidebar2{
- position:fixed;z-index:1;
- background:#fff;
- text-align:center;
- width:190px;
- -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
- -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
- box-shadow: 0px 2px 8px rgba(0,0,0,0.60);
- border-radius:5px;
- height:auto;
- border-top:1px solid {color:Border};
- margin-top:100px;
- margin-left:140px;
- padding-bottom:10px;
- z-index:1;}
- #permalinksidebar2{
- text-align:right;
- width:182px;
- margin-top:-1px;
- height:11px;
- font-family:'courier new';
- padding:4px 4px 4px 4px;
- background:{color:permalink};
- border-radius:5px 5px 0px 0px;
- border-bottom:1px solid {color:Border};}
- #permalinklinks{
- text-align:right;
- height:10px;
- width:242px;
- font-family:'courier new';
- padding:4px 4px 4px 4px;
- background:{color:permalink};
- border-radius:5px 5px 0px 0px;
- border-bottom:1px solid {color:Border};}
- #permalinklinks a{
- margin-top:-10px;
- font-weight:lighter;
- margin-left:-10px;}
- #links{
- position:absolute;
- background:white;
- font-size:10px;
- width:250px;
- text-transform:lowercase;
- margin-top:12px;
- margin-left:0px;
- font-weight:bold;
- text-align:center;
- border-radius:5px;
- -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
- -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
- box-shadow: 0px 2px 8px rgba(0,0,0,0.6);}
- #links a {
- padding:5px;
- line-height:20px;
- margin-bottom:3px;
- text-align:center;
- font-family:'inconsolata';
- text-transform:uppercase;
- display:inline-block;}
- #todo {
- line-height:110%px;
- display:block;
- height:12px;
- width:118px;
- padding:0px 5px 5px 5px;
- text-align:left;
- z-index:1;
- top:15px;
- left:15px;
- color:#000;
- font-family:'Arial';
- font-size:9px;
- position:fixed;
- background:white;
- overflow:hidden;
- border-radius:5px;
- -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
- -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
- box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;}
- #todo:hover {
- background:white;
- height:130px;
- border-radius:5px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;}
- #permalinktodo{
- text-align:right;
- height:10px;
- margin-left:-5px;
- width:120px;
- font-family:'courier new';
- padding:4px 4px 4px 4px;
- background:{color:permalink};
- border-radius:5px;
- border-bottom:1px solid {color:Border};
- -moz-transition-duration:0s;
- -webkit-transition-duration:0s;
- -o-transition-duration:0s;}
- #permalinktodo a{
- margin-top:-30px;}
- #permalinktodo:hover{
- border-radius:5px 5px 0px 0px;
- -moz-transition-duration:0s;
- -webkit-transition-duration:0s;
- -o-transition-duration:0s;}
- div#content{
- margin:auto;
- top:0px;
- padding-top:5px;
- position:absolute;
- overflow:hidden;
- {block:indexpage}
- width:935px;
- {/block:indexpage}
- {block:permalinkpage}
- width:1100px;
- left:50px;
- {/block:permalinkpage}
- }
- div#posts{
- float:right;
- {block:ifdarkimages}
- -webkit-filter: grayscale(50%);
- {/block:ifdarkimages}
- {block:ifblackandwhiteimages}
- -webkit-filter: grayscale(100%);
- {/block:ifblackandwhiteimages}
- {block:indexpage}
- width:380px;
- {/block:indexpage}
- {block:permalinkpage}
- width:550px;
- {/block:permalinkpage}
- margin-left:68px;
- }
- div#entry{
- float: left;
- box-shadow:rgba(0,0,0,0.08) 7px 7px;
- margin:20px;
- width: 250px;
- padding-top: 10px;
- padding-left:10px;
- padding-right:10px;
- padding-bottom:19px;
- background:white;
- border:1px solid {color:border};
- {block:PermalinkPage}
- width: 400px;
- height: auto;
- {/block:PermalinkPage}
- line-height:8px;
- overflow:hidden;
- {block:ifgrayscale}-webkit-filter: grayscale(1);transition: all 0.5s ease-in-out;{/block:ifgrayscale}
- }
- #entry img:hover{
- opacity:1;
- {block:iffadedimages}
- -webkit-filter: Grayscale(0%);
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- {/block:iffadedimages}
- }
- ::selection {
- color:{color:Text};
- background-color: {color:Link};
- }
- ::-moz-selection {
- color:{color:Text};
- background-color: {color:Link};
- }
- ::-webkit-selection {
- color:{color:Text};
- background-color:{color:Link};
- }
- #entry img{
- {block:iffadedimages}
- opacity:0.8;
- -webkit-filter: Grayscale(40%);
- {/block:iffadedimages}
- {block:IndexPage}
- max-width: 250px;
- height: auto;
- {/block:IndexPage}
- {block:PermalinkPage}
- max-width:400px;
- height: auto;
- {/block:PermalinkPage}
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .title{
- font-family: calibri;
- font-size: 10px;
- line-height: 12px;
- color: {color:Title};
- font-weight: normal;
- letter-spacing: 0px;
- text-transform:uppercase;
- letter-spacing:1px;
- font-style:italic;
- }
- blockquote{
- padding:0px 0px 2px 3px;
- margin:0px 0px 2px 1px;
- }
- ul, ol, li{
- list-style:none;
- margin:0px;
- padding:0px;
- }
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
- }
- ::selection {
- color:{color:Text};
- background-color: {color:Link};
- }
- ::-moz-selection {
- color:{color:Text};
- background-color: {color:Link};
- }
- ::-webkit-selection {
- color:{color:Text};
- background-color:{color:Link};
- }
- #audio {
- width:250px;
- height:auto;
- min-height:60px;
- margin-top:17px;
- padding-bottom:5px;
- margin-left:40px;
- }
- .cover {
- position:absolute;
- z-index:1;
- width:70px;
- height:670px;
- margin-top:-4px;
- margin-left:-10px;
- }
- .cover img {
- float:left;
- width:70px;
- height:70px;
- }
- .playbox {
- opacity:0.6;
- width:27px;
- height:30px;
- overflow:hidden;
- position:absolute;
- z-index:1000;
- margin-left:14px;
- margin-top:18px;
- text-align:center;
- }
- .info {
- margin-left:73px;
- margin-top:4px;
- line-height:14px;
- }
- #hmm{
- padding:3px;
- text-align:center;
- {block:Ifsmallerlinks}
- margin-top:9px;
- line-height:15px;
- font-size:11px;margin-bottom:2px;
- {block:Ifsmallerlinks}
- {block:Ifnotsmallerlinks}
- font-size:20px;
- margin-top:13px;
- line-height:28px;
- {/block:Ifnotsmallerlinks}
- }
- #hmm a{
- padding:1px;
- }
- .yo{
- position:fixed;
- text-align:center;
- bottom:0px;
- font-family:tahoma;
- font-size:20px;
- right:0px;
- padding-top:1px;
- padding-right:6px;
- padding-left:5px;
- padding-bottom:6px;
- width:auto;
- height:auto;
- border-top-left-radius:5px;
- background-color:#000;
- z-index:99999;
- color:#fff;
- }
- #permalink{
- text-align:right;
- width:212px;
- height:10px;
- font-family:'courier new';
- padding:4px 4px 4px 4px;
- background:{color:permalink};
- border-radius:5px 5px 0px 0px;
- border-bottom:1px solid {color:Border};
- {block:PermalinkPage}
- width:392px;
- {/block:PermalinkPage}
- }
- #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: #000;
- padding: 20px;
- border: 1px solid #fff;
- float: left;
- font-size: 1.2em;
- position: fixed;
- top: 50%; left: 50%;
- z-index: 99999;
- /*--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--*/
- }
- img.btn_close {
- float: right;
- margin: -5px -5px 0 0;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- .lmfao{
- margin:3px; font-size:10px;
- color:#fff;
- }
- .lmfao a{
- color:#fff;
- padding:3px;
- }
- #perm{
- position:absolute;
- font-family:consolas;
- font-size:10px;
- text-align:center;
- text-transform:uppercase;
- padding-right:4px;
- background:#e9e9e9;
- margin-left:-10px;
- margin-top:0px;
- height:13px;
- width: 266px;
- {block:PermalinkPage}
- width:416px;
- {/block:PermalinkPage}
- padding-bottom:2px;
- padding-top:5px;
- letter-spacing:1px;
- z-index:11;
- }
- #perm img{
- {block:ifwhitepermalinks}
- -webkit-filter: invert(100%);
- {/block:ifwhitepermalinks}
- }
- #perm2{
- position:absolute;
- font-family:consolas;
- font-size:8px;
- text-align:center;
- text-transform:uppercase;
- padding-right:4px;
- background:{color:perma background};
- margin-left:-px;
- border-bottom:1px solid {color:border};
- height:10px;
- width:176px;
- padding-bottom:3px;
- padding-top:3px;
- letter-spacing:1px;
- z-index:11;
- }
- #perm2 img{
- {block:ifwhitepermalinks}
- -webkit-filter: invert(100%);
- {/block:ifwhitepermalinks}
- }
- ul#drawers {width: 100px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;}
- ul#drawers a {text-decoration: none; color: #000;}
- ul#drawers li h4 {margin: 0; padding: 0px; text-transform: Camelcase; font-size: 10px; text-align: center; background-color: #363835; background: rgba(255, 255, 255, 0.0); -webkit-transition: background-color 0.2s ease-out; -moz-transition: background-color 0.2s ease-out;
- transition: background-color 0.2s ease-out;}
- h4.small {display: table-cell; width: 100px;height: 100%;}
- li.drawer h4.open {background-color: ; border-top: 0px;}
- li.drawer div {padding: 0px; margin: 0px; line-height: 10px; background-color: #363835; background: rgba(255, 255, 255, 0.0);}
- li.drawer div li {list-style-type: disc;}
- li.drawer div ul {-webkit-padding-start: 12px;}
- #cock{
- background-color:#e9e9e9;
- padding-top:4px; padding-bottom:4px;
- margin-top:8px;margin-bottom:-14px;
- font-size:11px; text-transform:uppercase; font-family:consolas;
- letter-spacing:2px;
- }
- #fuckme{
- margin-bottom:6px;
- }
- #fuckmee{
- width:120px;display:block;
- background-color:#e9e9e9;
- margin-bottom:5px; padding-top:3px; padding-bottom:3px;
- border-radius:5px;color:{color:link};
- }
- #fuckmee a:hover{
- color:{link};
- }
- #yh img {
- position:absolute;
- border-radius:30px;
- }
- #question {
- padding:5px;
- border:1px solid #c6c6c6;
- margin-left:65px;padding-bottom:3px;
- background:#DDDDDD;
- }
- .tri-down {
- position:absolute;
- margin-left:39px;
- top:20px;
- top:35px;
- }
- .tri-down:before, .tri-down:after {
- content: "";
- position: absolute;
- width: 0;
- height: 0;
- border-style: solid;
- border-color: transparent;
- border-bottom: 0;
- }
- .tri-down:before {
- bottom: -15px;
- left: 11px;
- border-bottom: 8px solid transparent;
- border-top: 8px solid transparent;
- border-right: 13px solid #c6c6c6;
- }
- .tri-down:after {
- bottom: -14px;
- left: 12px;
- border-bottom: 7px solid transparent;
- border-top: 7px solid transparent;
- border-right: 12px solid #DDDDDD;
- }
- #answer {
- padding:5px;
- margin-left:65px;
- }
- #answer img {
- width:100%;
- }
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=720" />
- </head>
- <body>
- <div id="stuff">
- <div id="content">
- <div id="sidebar">
- {block:Ifsidebarimage}<div align="left" style="padding-bottom:0px;
- margin-bottom:6px;">
- <a href="/">
- <img style="" src="{image:sidebar}"width=100%" /></a></div>{/block:Ifsidebarimage}
- <div align="center" style="line-height:12px;{block:Ifsidebarimage} margin-top:12px;{/block:Ifsidebarimage} {block:Ifnotsidebarimage} margin-top:29px;{/block:Ifnotsidebarimage} margin-bottom:18px; color:{color:Blog Description};padding-left:3px;padding-right:3px;">{description}</div>
- <ul >
- <li class="drawer" >
- <h4><div id="cock">navigation</div></h4>
- <div align="center">
- <div id="fuckme">
- <div align="center" style="line-height:12px; margin-bottom:-5px; color:{color:Blog Description};padding-left:3px;opacity:0;padding-right:3px;">cock</div>
- {block:IfLinkonetitle}<div id="fuckmee"><a href="{text:link one}">{text:link one title}</a></div>{/block:IfLinkonetitle}
- {block:IfLinktwotitle}<div id="fuckmee"><a href="{text:link two}">{text:link two title}</a></div>{/block:IfLinktwotitle}
- {block:IfLinkthreetitle}<div id="fuckmee"><a href="{text:link three}">{text:link three title}</a></div>{/block:IfLinkthreetitle}
- {block:IfLinkfourtitle}<div id="fuckmee"><a href="{text:link four}">{text:link four title}</a></div>{/block:IfLinkfourtitle}
- {block:IfLinkfivetitle}<div id="fuckmee"><a href="{text:link five}">{text:link five title}</a></div>{/block:IfLinkfivetitle}
- {block:IfLinksixtitle}<div id="fuckmee"><a href="{text:link six}">{text:link six title}</a></div>{/block:IfLinksixtitle}
- {block:IfLinkseventitle}<div id="fuckmee"><a href="{text:link seven}">{text:link seven title}</a></div>{/block:IfLinkseventitle}
- {block:IfLinkeighttitle}<div id="fuckmee"><a href="{text:link eight}">{text:link eight title}</a></div>{/block:IfLinkeighttitle}
- <div id="fuckmee"><a href="http://cyrusnigga.tumblr.com">theme</a></div></center>
- </div>
- </div>
- </li>
- </ul>
- </div>
- <div align="center">
- <div id="posts">
- {block:Posts}
- {block:ContentSource}
- <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
- width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{noSourceLink}{/block:NoSourceLogo} —>
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- <div id="entry">
- {block:Photo}
- {block:IndexPage}
- <div id="postys">
- <a href="{permalink}">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" style=""
- width=390;"width="{notecountwithlabel}"></a></div>
- <div id="perm">
- <a href="{permalink}" title="{TimeAgo}">{timeago}</a> //
- <a href="{permalink}" title="{notecount} notes">{notecount}%</a> //
- <a href="{ReblogURL}" title="reblog">reblog </a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px;"></center>
- <center>{caption}</center>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- {Photoset-250}
- {block:indexpage}
- <div id="perm">
- <a href="{permalink}" title="{TimeAgo}">{timeago}</a> //
- <a href="{permalink}" title="{notecount} notes">{notecount}%</a> //
- <a href="{ReblogURL}" title="reblog">reblog</a>
- </div>
- {/block:indexpage}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-400}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Text}<div style="padding-top:5px; padding-bottom:0px; padding-left:3px; padding-right:0px;">
- {block:Title}
- <a href="{permalink}"><span class="title">{Title}</span></a>
- {/block:Title}
- <span class="entrytext" style="line-height:12px;">{Body}</span>
- <a href="{Permalink}"></a></div>
- {block:indexpage}
- <div id="perm">
- <a href="{permalink}" title="{TimeAgo}">{timeago}</a> //
- <a href="{permalink}" title="{notecount} notes">{notecount}%</a> //
- <a href="{ReblogURL}" title="reblog">reblog </a>
- </div>
- {/block:indexpage}
- {/block:Text}
- {block:Link}<div style="padding-top:15px; padding-bottom:0px;>
- <a href="{URL}"><span class="title">{Name}</span></a></div>
- {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a>
- {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}<div style="padding-top:0px; padding-bottom:3px;"></a></div>
- {block:indexpage}
- <div id="perm">
- <a href="{permalink}" title="{TimeAgo}">{timeago}</a> //
- <a href="{permalink}" title="{notecount} notes">{notecount}%</a> //
- <a href="{ReblogURL}" title="reblog">reblog </a>
- </div>
- {/block:indexpage}
- {/block:Link}
- {block:Quote}
- <div style="padding-top:10px; padding-bottom:10px;">
- <span class="title" style="line-height:16px;">"{Quote}"</span><br><br>
- <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}
- -{Source}
- {/block:Source}</a></div><br>
- {block:indexpage}
- <div id="perm">
- <a href="{permalink}" title="{TimeAgo}">{timeago}</a> //
- <a href="{permalink}" title="{notecount} notes">{notecount}%</a> //
- <a href="{ReblogURL}" title="reblog">reblog</a>
- </div>
- {/block:indexpage}
- </div>
- {/block:Quote}
- {block:Chat}
- <div style="padding-top:15px; padding-bottom:10px;">
- <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label" style="line-height:12px;">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {block:Caption}{Caption}{/block:Caption}
- {block:indexpage}
- <div id="perm">
- <a href="{permalink}" title="{TimeAgo}">{timeago}</a> //
- <a href="{permalink}" title="{notecount} notes">{notecount}%</a> //
- <a href="{ReblogURL}" title="reblog">reblog </a>
- </div>
- {/block:indexpage}
- </div>
- {/block:Chat}
- {block:Answer}
- <div align="left">
- <div id="yh"><img src="{AskerPortraitURL-48}"></div>
- <div id="question" ><strong>{asker}:</strong><p>{Question}</div>
- <div class="tri-down"></div>
- <div id="answer" style="overflow:hidden; margin-bottom:-4px;margin-top:-5px;line-height:11px;"><p>{Answer}</p></div></div>
- {block:indexpage}
- <div id="perm">
- <a href="{permalink}" title="{TimeAgo}">{timeago}</a> //
- <a href="{permalink}" title="{notecount} notes">{notecount}%</a> //
- <a href="{ReblogURL}" title="reblog">reblog </a>
- </div>
- {/block:indexpage}
- {/block:Answer}
- {block:Audio}
- <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div style="text-align:left"><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div></div>
- <div style="padding-bottom:0px;padding-top:6px;"></div>
- {block:indexpage}
- <div id="perm">
- <a href="{permalink}" title="{TimeAgo}">{timeago}</a> //
- <a href="{permalink}" title="{notecount} notes">{notecount}%</a> //
- <a href="{ReblogURL}" title="reblog">reblog</a>
- </div>
- {/block:indexpage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {Video-250}
- {block:indexpage}
- <div id="perm">
- <a href="{permalink}" title="{TimeAgo}">{timeago}</a> //
- <a href="{permalink}" title="{notecount} notes">{notecount}%</a> //
- <a href="{ReblogURL}" title="reblog">reblog</a>
- </div>
- {/block:indexpage}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-400}
- {/block:PermalinkPage}
- {/block:Video}
- {block:PermalinkPage}
- <center>
- {block:RebloggedFrom}<br><b>Via</b>: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}<b>Source</b>: <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}<br><Br>{block:Date}<img src="http://static.tumblr.com/twte3d7/xn4lo2lba/clock_8x8.png"> {TimeAgo} <img src="http://static.tumblr.com/twte3d7/qg3lo2lcg/heart_fill_8x7.png"> {NoteCountWithLabel}{block:hasTags} <img src="http://static.tumblr.com/twte3d7/zZqlo2ldq/tag_fill_8x8.png"> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:Date}
- </center>
- <br><br>
- <div align="left">
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- </div>
- </center>
- </div>
- </div>
- {block:indexpage}
- {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/TKgn8tjki/jquerymsnryv2.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '#entry, #entry_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#page-nav',
- nextSelector : '#page-nav a',
- itemSelector : '#entry, #entry_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#content').show(500);
- });
- </script>
- {/block:indexpage}
- </body>
- </div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement