Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- New Theme 34 by "rxdiate.tumblr.com"
- █▀▀█ █░█ █▀▀▄ ░▀░ █▀▀█ ▀▀█▀▀ █▀▀
- █▄▄▀ ▄▀▄ █░░█ ▀█▀ █▄▄█ ░░█░░ █▀▀
- ▀░▀▀ ▀░▀ ▀▀▀░ ▀▀▀ ▀░░▀ ░░▀░░ ▀▀▀
- ----------------->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <meta name="color:link" content="#386086"/>
- <meta name="color:hover" content="#5f88af"/>
- <meta name="color:text" content="#777777"/>
- <meta name="color:navigation buttons" content="#fff"/>
- <meta name="color:navigation text" content="#000000"/>
- <meta name="color:hover navigation buttons" content="#ccc"/>
- <meta name="color:description text" content="#777777"/>
- <meta name="color:blockquote" content="#efefef"/>
- <meta name="color:border" content="#ccc"/>
- <meta name="color:background" content="#000"/>
- <meta name="color:post background" content="#ffffff"/>
- <meta name="color:post shadows" content="#ffffff"/>
- <meta name="color:sidebar background" content="#ffffff"/>
- <meta name="image:background" content="0"/>
- <meta name="image:sidebar" content="0"/>
- <meta name="if:centered background" content="0"/>
- <meta name="if:repeat background" content="1"/>
- <meta name="if:faded images" content="0"/>
- <meta name="if:black and white images" content="0"/>
- <meta name="if:transparent sidebar" content="1"/>
- <meta name="if:show sidebar image" content="0"/>
- <meta name="if:transparent sidebar" content="1"/>
- <meta name="text:Link One Title" content="" />
- <meta name="text:Link One" content="" />
- <meta name="text:Link Two Title" content="" />
- <meta name="text:Link Two" content="" />
- <meta name="text:Link Three Title" content="" />
- <meta name="text:Link Three" content="" />
- <meta name="text:Link Four Title" content="" />
- <meta name="text:Link Four" content="" />
- <meta name="text:Link Five Title" content="" />
- <meta name="text:Link Five" content="" />
- <meta name="text:Link Six Title" content="" />
- <meta name="text:Link Six" content="" />
- <meta name="if:top button" content="1"/>
- <script src="http://static.tumblr.com/uiqhh9x/3Jpm92lk1/totop.js" type="text/javascript"></script>
- <a href="http://adf.ly/JaHfv" target="blank" id="get_theme"><img src="http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png"style="position:fixed;-webkit-filter: invert(100%); right:3px; top:27px; z-index:10; opacity:1;"><script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}
- <meta name="description" content="{MetaDescription}"/>
- {/block:Description}
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <!--[if IE]>
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
- <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/fxpo5zq/XZum5p9k0/standard.css">
- <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css" rel="stylesheet">
- <style type="text/css">
- .entry {
- font-family:verdanda;
- background-color:{color:post background};
- {block:indexpage}
- width: 400px;
- margin: 7px;
- {/block:indexpage}
- {block:permalinkpage}
- margin-left:370px;
- padding-left:20px;
- width: 590px;
- {/block:permalinkpage}
- {block:ifpostshadows}
- box-shadow: 0px 5px 16px {color:post shadows};
- {/block:ifpostshadows}
- }
- .entry img {
- {block:ifroundedcorners}-moz-border-radius: 5px;
- border-radius: 5px;
- {block:ifroundedcorners}
- display: block;
- max-width: 100%;
- {block:iffadedimages}
- opacity:0.8;
- filter:alpha(opacity=80);
- -webkit-transition: all ease-in 250ms;
- -moz-transition: all ease-in 250ms;
- -o-transition: all ease-in 250ms;
- -ms-transition: all ease-in 250ms;
- transition: all ease-in 250ms;
- {/block:iffadedimages}
- {block:ifblackandwhiteimages}
- -webkit-filter: grayscale(1);
- {/block:ifblackandwhiteimages}
- }
- .entry:hover img {
- {block:iffadedimages}
- opacity:1;
- filter:alpha(opacity=100);
- -webkit-transition: all ease-in 250ms;
- -moz-transition: all ease-in 250ms;
- -o-transition: all ease-in 250ms;
- -ms-transition: all ease-in 250ms;
- transition: all ease-in 250ms;
- {/block:iffadedimages}
- {block:ifblackandwhiteimages}
- -webkit-filter: grayscale(0);
- -webkit-transition: all ease-in 250ms;
- -moz-transition: all ease-in 250ms;
- -o-transition: all ease-in 250ms;
- -ms-transition: all ease-in 250ms;
- transition: all ease-in 250ms;
- {/block:ifblackandwhiteimages}
- }
- html, body, {
- font-family: verdanda;
- font-size: 14px;
- }
- body {
- color:{color:text};
- background:{color:background}
- url({image:background});
- {block:ifrepeatbackground}
- background-repeat: repeat;
- {/block:ifrepeatbackground}
- {block:ifnotrepeatbackground}
- background-repeat: no-repeat;
- {/block:ifnotrepeatbackground}
- background-attachment: fixed;
- {block:ifcenteredbackground}
- background-position:center;
- {/block:ifcenteredbackground}
- line-height:150%;
- font-family: verdanda;
- font-size: 14px;
- }
- ol {
- list-style-position:inside;
- padding-left: 1.5em;
- list-style-type:decimal;
- }
- ul {
- list-style-position:inside;
- padding-left: 1.5em;
- list-style-type:disc;
- }
- #infscr-loading {
- position: absolute;
- bottom: 0;
- left: 25%;
- }
- a:link, a:active, a:visited{
- color:{color:Link};
- text-decoration: none;
- }
- a:hover {
- text-decoration:line-through;
- }
- #content {
- width: 1000px;
- margin-top: 5px;
- margin-left:320px
- {block:permalinkpage}
- margin-left:370px;
- {/block:permalinkpage}
- }
- .entry:hover #marina{
- {block:IndexPage}
- opacity:0.6;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- {/block:IndexPage}
- }
- .entry:hover #marina:hover{
- {block:IndexPage}
- opacity:1;
- padding-left:10px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- {/block:IndexPage}
- }
- #marina {
- {block:IndexPage}
- border-radius:0px 5px 5px 0px;
- letter-spacing:1px;
- width:auto;
- top:38px;
- left:7px;
- float:left;
- position:absolute;
- padding:2px 4px 2px 3px;
- opacity:0;
- font-size:10px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- {/block:IndexPage}
- }
- .entry:hover #reblog{
- {block:IndexPage}
- opacity:0.6;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- {/block:IndexPage}
- }
- .entry:hover #reblog:hover{
- {block:IndexPage}
- opacity:1;
- padding-left:10px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- {/block:IndexPage}
- }
- #reblog {
- {block:IndexPage}
- border-radius:0px 5px 5px 0px;
- letter-spacing:1px;
- width:auto;
- top:17px;
- left:7px;
- float:left;
- position:absolute;
- padding:2px 4px 2px 3px;
- opacity:0;
- font-size:10px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- {/block:IndexPage}
- }
- #devin{
- width:auto;
- overflow:hidden;
- padding:1px 4px 1px 4px;
- background:transparent;
- border-radius:2px;
- position:absolute;
- bottom:0;
- opacity:0;
- letter-spacing:2px;
- font-size:10px;
- text-align:center;
- width:320px;
- LINE-HEIGHT:10px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- .entry:hover #devin{
- opacity:1;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- #permalink {
- position: absolute;
- margin-top: 9px;
- margin-left: 6px;
- opacity: 0;
- -webkit-transition: all .3s ease;
- -moz-transition: all .3s ease;
- -o-transition: all .3s ease;
- transition: all .3s ease;
- }
- .entry:hover #permalink {
- margin-top: 9px;
- margin-left: 6px;
- opacity: 1;
- color:white;
- }
- .countreblog {
- color: #FFFFFF;
- letter-spacing:1px;
- font-family: verdanda;
- font-size:10px;
- line-height:14px;
- margin: 2px;
- background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
- background-repeat:repeat;
- border:1px solid rgba(0,0,0,0.1);
- padding:3px 5px;
- -webkit-border-radius:2px;
- moz-border-radius:2px;
- -o-border-radius:2px;
- border-radius:2px;
- }
- .countreblog a { color: #FFF; }
- #note3 {
- width: 500px;
- text-align:left;
- }
- #contain {
- height:100%;
- padding-left:10px;
- padding-right:10px;
- width: 1300px;
- margin: 0px auto;
- position: relative;overflow:hidden;
- }
- #sidebar {
- -webkit-animation: fadeInDownBig 2s;
- -moz-animation: fadeInDownBig 2s;
- -ms-animation: fadeInDownBig 2s;
- width: 240px;
- position: fixed;
- margin-top: 50px;
- {block:iftransparentsidebar}
- background-color:transparent;
- {/block:iftransparentsidebar}
- {block:ifnottransparentsidebar}
- background-color:{color:sidebar background};
- {/block:ifnottransparentsidebar}
- padding: 2px;
- margin-left:20px;
- {block:ifsidebarshadows}
- box-shadow: 0px 5px 16px {color:post shadows};
- {/block:ifsidebarshadows}
- }
- .navigate a {
- width: 110px;
- margin-left: 1px;
- letter-spacing:3px;
- background-color: {color:navigation buttons};
- display: inline-block;
- height: 15px;
- line-height: 15px;
- font-family: Arial, Helvetica, futura, Georgia, sans-serif;
- font-size: 10px;
- color: {color:navigation text};
- text-transform: uppercase;
- text-decoration: none;
- text-align: center;
- margin-top: 3px;
- margin-bottom: 1px;
- padding:1px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- border-radius:0px;
- }
- #navigatedot{
- margin-top: 10px;
- margin-bottom: 10px;
- }
- .navigate a:hover{
- background-color: {color:hover navigation buttons};
- }
- .navigatee a {
- width: 228px;
- margin-left: 1px;
- letter-spacing:3px;
- background-color: {color:navigation buttons};
- display: inline-block;
- height: 15px;
- line-height: 15px;
- font-family: Arial, Helvetica, futura, Georgia, sans-serif;
- font-size: 10px;
- color: {color:navigation text};
- text-transform: uppercase;
- text-decoration: none;
- text-align: center;
- margin-top: 3px;
- margin-bottom: 1px;
- padding:1px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- border-radius:0px;
- }
- .navigatee a:hover{
- background-color: {color:hover navigation buttons};
- }
- #desc{
- color:{color:text};
- width:240px;
- margin-top: 12px;
- margin-bottom: 3px;
- opacity:0.5;
- font-size:10px;
- font-family: Arial, Helvetica, futura, Georgia, sans-serif;
- line-height:10px;
- }
- ol.notes img {
- width: 16px;
- display: inline;
- position: relative;
- top: 3px;
- }
- #sidebar img {
- {block:ifroundedcorners}-moz-border-radius: 5px;
- border-radius: 5px;
- {block:ifroundedcorners}
- display: block;
- margin-bottom: 1px;
- }
- .entry:hover .details {
- opacity: 1.0;
- margin:12px 0px 0px 0px;
- filter: alpha(opacity = 100);
- -webkit-transition: all .25s ease-in-out;
- -moz-transition: all .25s ease-in-out;
- -o-transition: all .25s ease-in-out;
- transition: all .25s ease-in-out;
- }
- .entry .perma{
- opacity: 0;
- background-color: #fff;
- position: absolute;
- text-align:center;
- margin-top:0px;
- height: 10px;
- width: 288px;
- margin-left: 0px;
- padding: 5px 10px 5px 0px;
- border:1px solid rgba(0,0,0,0.1);
- -webkit-transition: all .25s ease-in-out;
- -moz-transition: all .25s ease-in-out;
- -o-transition: all .25s ease-in-out;
- transition: all .25s ease-in-out;
- overflow: hidden;
- overflow-y:hidden;
- z-index:1000;
- }
- .entry:hover .perma{
- opacity: 0.9;
- width: 288px;
- color: #000;
- -webkit-transition: all .25s ease-in-out;
- -moz-transition: all .25s ease-in-out;
- -o-transition: all .25s ease-in-out;
- transition: all .25s ease-in-out;
- }
- .perms {
- font-family: Arial, Helvetica, futura, Georgia, sans-serif;
- letter-spacing: 1px;
- text-transform: uppercase;
- font-size: 10px;
- line-height: 10px;
- color: #000;
- -webkit-transition: all .25s ease-in-out;
- -moz-transition: all .25s ease-in-out;
- -o-transition: all .25s ease-in-out;
- transition: all .25s ease-in-out;
- }
- .perms a:hover{
- color: {color:hover};
- -webkit-transition: all .25s ease-in-out;
- -moz-transition: all .25s ease-in-out;
- -o-transition: all .25s ease-in-out;
- transition: all .25s ease-in-out;
- }
- #pagination{
- display:none;
- }
- .permalink2 {
- color: #000000;
- padding-top: 0px;
- padding-bottom: 0px;
- font-size: 10px;
- text-align: center;
- opacity: 0;
- filter: alpha(opacity = 0);
- -webkit-transition: all ease-in 250ms;
- -moz-transition: all ease-in 250ms;
- -o-transition: all ease-in 250ms;
- -ms-transition: all ease-in 250ms;
- transition: all ease-in 250ms;
- }
- blockquote, q {
- padding-left:5px;padding-top:7px;
- padding-right:5px;padding-bottom:7px;
- margin-left:5px; margin-right:5px;
- border-left: 2px solid #ccc;
- border-right: 2px solid #ccc;
- background-color:{color:blockquote};
- }
- li.drawer a {
- margin: 0px 5px;}
- .label {
- text-transform:uppercase;
- color:{color:Link}
- }
- .question {
- text-align:left;
- padding-left:5px;padding-top:7px;
- padding-right:5px;padding-bottom:7px;
- border-left: 2px solid {color:Link};
- border-right: 2px solid {color:Link};
- background-color:{color:blockquote};
- }
- .answer {
- text-align:left;
- padding-left:5px;padding-top:7px;
- padding-right:5px;padding-bottom:7px;
- }
- .text {
- padding: 10px;
- }
- .entry:hover .permalink2 {
- opacity: 1;
- filter: alpha(opacity = 100);
- -webkit-transition: all ease-in 250ms;
- -moz-transition: all ease-in 250ms;
- -o-transition: all ease-in 250ms;
- -ms-transition: all ease-in 250ms;
- transition: all ease-in 250ms;
- }
- #pp {
- text-align: center;
- width: 100%;
- padding-top: 2px;
- }
- .permahover {
- text-align: right;
- line-height:200%;
- opacity: 0.0;
- filter: alpha(opacity = 0);
- font-size: 9px;
- line-height: 9px;
- text-transform: uppercase;
- }
- .entry:hover .permahover {
- text-align: center;
- opacity: 1;
- filter: alpha(opacity = 50);
- }
- .b {display : block; font-size: 8px;text-align: left;line-height: 15px; text-indent : 0px; vertical-align : middle; padding : 2px;
- padding-bottom : 0px;}
- #newHeader {
- padding-bottom: 2px;
- text-align: center;
- }
- div.panel {
- width: 260px;
- padding: 15px 20px;
- color: #333;
- text-align: center;
- line-height: 22px;
- display: none;
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=0 );
- }
- div.panel p {
- margin: 10px 0;
- }
- div.panel p a, div.textPost p a, div.audioPost p a {
- color: #333;
- text-decoration: none;
- border-bottom: 1px dotted;
- font-style: italic;
- font-weight: bold;
- }
- #toTop {
- display:none;
- text-decoration:none;
- position:fixed;
- bottom:10px;
- right:20px;
- overflow:hidden;
- width:81px;
- height:81px;
- border:none;
- background:url("http://i1155.photobucket.com/albums/p559/scrolltotop/arrow44.png") no-repeat left top;
- opacity: .5;
- filter: alpha(opacity = 50);
- }
- #toTopHover {
- width:81px;
- height:81px;
- display:block;
- overflow:hidden;
- float:left;
- opacity: 0;
- -moz-opacity: 0;
- filter:alpha(opacity=0);
- }
- .an {
- text-align:left;
- padding-left:5px;
- padding-right:5px;
- border-left: 2px solid #fffdfd;
- border-right: 2px solid #fffdfd;
- background-color:#cecccc;
- }
- #toTop:hover {
- opacity: 1;
- filter: alpha(opacity = 100);
- }
- #toTop:active, #toTop:focus {
- outline:none;
- }
- .details-r, .details-l, .details-t{
- padding-top:4px;
- font-family: Calibri;
- font-weight:bold;
- font-size:10px;
- text-transform:uppercase;
- line-height:13px;
- color:rgba(0,0,0,0.5);
- }
- .details-r{
- text-align:right;
- {block:IfBasicPermalinkBorder}
- border-top: 1px solid rgba(0,0,0,0.2);
- {/block:IfBasicPermalinkBorder}
- }
- .details-l{
- position:absolute;
- left:0px;
- bottom:0px;
- text-align:left;
- }
- .details-t{
- text-align:center;
- {block:IfBasicPermalinkBorder}
- border-top: 1px solid rgba(0,0,0,0.2);
- {/block:IfBasicPermalinkBorder}
- }
- .details-r a, .details-l a, .details-t a{
- color:rgba(0,0,0,0.5);
- }
- {block:IfColourfulPermalinks}
- .details-r a:hover, .details-l a:hover, .details-t a:hover{
- color:{color:PermalinksHover};
- }
- {/block:IfColourfulPermalinks}
- .gradient{
- position:absolute;
- left:0;
- height:14px;
- width:100%;
- text-align:center;
- opacity:0;
- bottom:0;
- padding:16px 0 10px 0;
- background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4)));
- background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
- background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
- background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
- background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,{text:PermalinkOpacity}) 100%);
- }
- .entry:hover .gradient{
- opacity:0.99;
- padding:16px 0 10px 0;
- }
- .gradient a:hover{
- text-decoration:none;
- }
- .reblogspan{
- color:transparent;
- width:13px;
- height:13px;
- background:url('http://media.tumblr.com/tumblr_mboy88Mmjo1qk7o6d.png');
- display:inline-block;
- }
- .reblogspan-2{
- color:transparent;
- width:13px;
- height:13px;
- font-size:12px;
- margin:0 1px;
- background:url('http://static.tumblr.com/beiywxc/cKKmcczrv/reblog_small_black.png');
- display:inline-block;
- opacity:0.5;
- }
- .notespan{
- padding: 0 5px;
- color:#fff;
- font-family: verdanda;
- font-weight:;
- font-size:15px;
- line-height:22px;
- letter-spacing:1px;
- }
- .my-like {
- cursor:pointer;
- color:transparent;
- width:13px;
- height:13px;
- background:url('http://media.tumblr.com/tumblr_mbp2zdKVHR1qk7o6d.png');
- display:inline-block;
- }
- .my-basic-like {
- cursor:pointer;
- color:transparent;
- width:13px;
- height:13px;
- font-size:12px;
- margin:0 0 0 1px;
- background:url('http://static.tumblr.com/beiywxc/qK6mcczsr/black_heart_final.png');
- display:inline-block;
- opacity:0.5;
- }
- .my-liked {
- cursor:pointer;
- color:transparent;
- width:13px;
- height:13px;
- background:url('http://media.tumblr.com/tumblr_mbp2zu4pim1qk7o6d.png');
- display:inline-block;
- }
- .my-basic-liked {
- cursor:pointer;
- color:transparent;
- width:13px;
- height:13px;
- font-size:12px;
- margin:0 0 0 1px;
- background:url('http://media.tumblr.com/tumblr_mbp2zu4pim1qk7o6d.png');
- display:inline-block;
- }
- #over{
- height:108%;
- position:absolute;
- top:0px;
- left:0px;
- width: 100%;
- z-index:-99999999;
- }
- </style>
- <div style="display:block;bottom:5px;right:5px;font-size:15px;
- font-family:calibri;position:fixed;background-color:white;padding:5px;border-radius:0px;border:1px solid #888;color:#888;z-index:5;opacity:1;"><a href="http://adf.ly/JaHfv" target="blank">©</a></div>
- <script type="text/javascript">
- $(window).load(function(){
- $("p").remove(":contains('Source:')");
- $("p").remove(":contains('via ')");
- });
- </script>
- <script src="http://static.tumblr.com/8jq17g7/e7bm0d3ib/ui.totop_jquery_easing.js" type="text/javascript"></script>
- <script type="text/javascript">
- $(document).ready(function() {
- $().UItoTop({ easingType: 'easeOutQuart' });
- });
- </script>
- </head>
- <body>
- <div id="contain">
- <div id="sidebar"><center>
- {block:ifshowsidebarimage}
- <a href="/"><img src="{image:sidebar}" width="240"></a>
- {/block:ifshowsidebarimage}
- <center>
- <div style="
- font-family: verdanda;
- font-size: 14px;
- line-height: 110%;
- color:{color:description text};
- text-transform: none;
- width:235px;
- padding-top:10px;
- padding-bottom:10px;
- border-bottom:1px solid #bbb;">
- <center>
- {Description}
- </div>
- <div style="
- font-family: helvetica;
- font-size: 13px;
- text-transform:uppercase;
- line-height: 110%;
- text-transform:uppercase;
- padding-bottom:10px;">
- </div>
- <div id="navigatedot"></div>
- {block:iflinkonetitle}
- <span class="navigate">
- <a href="{text:Link One}">{text:Link One Title}</a>
- </span>
- {/block:iflinkonetitle}
- {block:iflinktwotitle}
- <span class="navigate">
- <a href="{text:Link Two}">{text:Link Two Title}</a>
- </span>
- {/block:iflinktwotitle}
- {block:iflinkthreetitle}
- <span class="navigate">
- <a href="{text:Link Three}">{text:Link Three Title}</a>
- </span>
- {/block:iflinkthreetitle}
- {block:iflinkfourtitle}
- <span class="navigate">
- <a href="{text:Link Four}">{text:Link Four Title}</a>
- </span>
- {/block:iflinkfourtitle}
- {block:iflinkfivetitle}
- <span class="navigate">
- <a href="{text:Link Five}">{text:Link Five Title}</a>
- </span>
- {/block:iflinkfivetitle}
- {block:iflinksixtitle}
- <span class="navigate">
- <a href="{text:Link Six}">{text:Link Six Title}</a>
- </span>
- {/block:iflinksixtitle}
- <span class="navigatee"><a href="http://adf.ly/KtUmU" target="blank">Theme Creator</a></span>
- <div id="navigatedot"></div>
- </div>
- <div id="content">
- {block:Posts}
- <div class="entry">
- {block:Text}
- <div class="text">
- <div style="text-transform:uppercase">{block:Title}
- <a href="{Permalink}">{Title}</a>
- {/block:Title}</div>
- {Body}
- {block:indexpage}
- <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- {/block:indexpage}
- </div>
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <div class="gradient transition">
- <a href="{ReblogURL}" title="Reblog" target="_blank"><span class="reblogspan">o</span></a>
- <a href="{Permalink}" title="Permalink"><span class="notespan">{NoteCount}</span></a>
- <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">o</span></div>
- {/block:IndexPage}
- {block:indexpage}
- <a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
- {/block:indexpage}
- {block:permalinkpage}
- {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
- {/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}<br><center>{Photoset-250}</center>{/block:IndexPage}
- {block:indexpage}
- <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- {/block:indexpage}
- {block:permalinkpage}
- {Photoset-500}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Quote}
- <div class="text">
- "{Quote}"
- {block:Source}
- <div class="source"><div style="text-align:right">{Source}</div></div>
- {/block:Source}
- {block:indexpage}
- <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- {/block:indexpage}
- </div>{/block:Quote}
- {block:Link}
- <div class="text">
- <span style="text-transform:uppercase;"><a href="{URL}" class="link" {Target}>{Name}</a></span>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {block:indexpage}
- <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- {/block:indexpage}
- </div>{/block:Link}
- {block:Chat}
- <div class="text">
- {block:Title}
- <a href="{Permalink}">{Title}</a>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
- {Line} </li>
- {/block:Lines}
- </ul>
- {block:indexpage}
- <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- {/block:indexpage}
- </div>{/block:Chat}
- {block:Video}
- {block:IndexPage}{Video-250}{/block:IndexPage}
- {block:indexpage}
- <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- {/block:indexpage}
- {block:permalinkpage}
- {Video-500}
- {/block:permalinkpage}
- {/block:Video}
- {block:Audio}
- <div class="text">
- {AudioPlayerGrey}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {block:indexpage}
- <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- {/block:indexpage}
- </div>{/block:Audio}
- {block:Answer}<div class="text">
- <div class="question">
- <span style="text-transform:uppercase; color:{color:Link}">{Asker}:</span> {Question}</div><div class="answer">{Answer}</div>
- {block:indexpage}
- <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a> </p></div>
- {/block:indexpage}
- </div>{/block:Answer}
- {block:PermalinkPage}
- <div id="note3"><div style="text-align:right">
- {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- {block:Pagination}
- <ul id="pagination">
- {block:PreviousPage}
- <li><a href="{PreviousPage}"></a></li>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
- {/block:CurrentPage}
- {block:JumpPage}
- <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <li><a id="nextPage" href="{NextPage}"></a></li>
- {/block:NextPage}
- </ul>
- {/block:Pagination}
- <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
- <script src="http://static.tumblr.com/fxpo5zq/HCHm5q8gs/infinitescroll.js"></script>
- {block:IndexPage}
- <script type="text/javascript">
- $(window).load(function () {
- $('#content').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a#nextPage',
- itemSelector : ".entry",
- bufferPx : 100,
- loadingText : "<em></em>",
- },
- function() { $('#content').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- {/block:IndexPage}
- <script type="text/javascript">
- $('.show').click(function(e){
- e.preventDefault();
- $('.panel').stop(true,true);
- var target = $(this).attr('href');
- if($('.panel').is(':visible')){
- if($(target).is(':visible')){
- $(target).slideUp();
- return false;
- }else{
- $('.panel:visible').slideUp(400, function(){
- $(target).slideDown();
- });
- }
- }else {
- $(target).slideDown();
- }
- });
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
- <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
- </body>
- </div>
- </html>
Add Comment
Please, Sign In to add comment