Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ╋╋╋┏┓╋╋┏┳┓┏┓╋╋╋╋╋╋╋┏━┓
- ┏┳┳╋╋┓┏┛┃┗┫┗┳━┳━━┳━┫━┫
- ┃┃┃┃┃┗┫╋┃┏┫┃┃┻┫┃┃┃┻╋━┃
- ┗━━┻┻━┻━┻━┻┻┻━┻┻┻┻━┻━┛
- Theme: Logan | Published:DEC 26TH, 2013 | Website: wildthemes.tumblr.com
- --->
- <!--Wildthemes is licensed under a Creative Commons Attribution. Getting rid of credits without permission by the of the theme creator is ɪʟʟᴇɢᴀʟ and if caught, further actions could be taken. You may edit the theme for personal use, WITH credit. You may distribute the theme to others, with credits. You cannot claim this theme as yours. -->
- <!-- For INFINITE SCROLLING, go to customize, and scroll down to the Advanced section. And change POSTS PER PAGE to 15.-->
- <!-- For further theme html related help, go to
- http://ehxales.tumblr.com/askfaq -->
- <!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>
- <link rel="stylesheet" href="http://static.tumblr.com/tak5d5w/raDlsuinn/quicksandfonts.css" type="text/css" charset="utf-8">
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:Sidebar Background" content="#ffffff"/>
- <meta name="color:Font" content="#130C11"/>
- <meta name="color:Link hover" content="#130C11"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="image:Sidebar Image" content="1"/>
- <meta name="image:Background" content="1"/>
- <meta name="if:Show sidebar photo" content="0"/>
- <meta name="if:One Column" content="0"/>
- <meta name="if:Two Columns" content="0"/>
- <meta name="if:Three Columns" content="1"/>
- <meta name="if:Faded images" 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=""/>
- <link href='http://fonts.googleapis.com/css?family=Asap|Share' rel='stylesheet' type='text/css'>
- <title>{Title} </title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
- <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style>
- div#qTip {
- height:8px;
- padding:2px;
- border:1px solid #ddd;
- font-family: arial;
- color:#aaaaaa;
- font-size:8px;margin-top:15px;
- display: none;
- font-style:normal;
- text-align: left;
- position: absolute;
- line-height:8px;
- z-index: 999999999999;
- background: white;
- color: #aaa;
- font-style: italic;
- box-shadow:1px 1px 3px #eee;
- }
- </style>
- <style type="text/css">
- iframe#tumblr_controls {
- position:fixed !important;-webkit-filter: invert(100%) ;
- -moz-transition: all 0.8s ease-out;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- opacity: 0.5;}
- iframe#tumblr_controls {
- top:2px !important;
- 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:Link};
- height:auto;
- width:5px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:Link};
- height:8px;
- }
- ::-webkit-scrollbar {
- height:8px;
- width:5px;
- background-color:transparent;
- }
- #tumblr_controls{
- position:fixed !important;
- -webkit-filter: invert(100%) ;
- }
- .wrapper{
- margin: 0px auto;
- width: 802px;
- }
- .header{
- float: left;
- width: 100%;
- }
- .left{
- float: left;
- margin-right: 20px;
- width: 802px;
- }
- .right{
- float: right;
- width: 200px;
- background-color: {color:Background};
- }
- body {
- padding: 0px;
- margin: 0px;
- color: {color:Font};
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- }
- a { text-decoration: none !important;}
- a:link, a:active, a:visited{
- color: {color:Link} ;
- -webkit-transition: color 0.6s ease-out;
- -moz-transition: color 0.6s ease-out;
- }
- a:hover {
- color:{color:Link hover};
- -webkit-transition: opacity 1s linear;opacity: 1;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
- }
- @font-face {
- font-family:fighter;
- src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,
- }
- .entry {
- background-color:{color:Content};
- margin:0px;
- text-transform:none;
- line-height:13px;
- {block:IndexPage}
- {block:ifOneColumn}
- width:450px;
- padding:14px;
- margin-bottom:-9px;;
- {/block:ifOneColumn}
- {block:ifTwoColumns}
- width:210px;
- padding:14px;
- margin-bottom:-9px;;
- {/block:ifTwoColumns}
- {block:ifThreeColumns}
- width:190px;
- padding:10px;
- margin-bottom:-9px;;
- {/block:ifThreeColumns}
- {/block:IndexPage}
- {block:PermalinkPage}
- width:480px;
- opacity: 0.6;
- {/block:PermalinkPage}
- overflow:hidden;
- letter-spacing:1px;
- font-family:consolas;
- text-transform:uppercase;
- font-size:8px;
- background:white;
- text-decoration: none !important;
- z-index:0;
- {block:ifFadedimages}
- opacity: 0.6;
- filter: alpha(opacity = 80);
- {block:PermalinkPage}
- opacity: 1; -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out
- {/block:PermalinkPage}
- {/block:ifFadedimages} -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out
- }
- .entry:hover{{block:ifFadedimages}
- opacity: 1;
- filter: alpha(opacity = 80);
- {/block:ifFadedimages} -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out}
- .entry .perma{
- position:absolute;
- width:100%;
- padding:3px;
- background-color:#fff;
- margin-left: 0px;
- border-bottom:1px solid #ddd;
- overflow:hidden;
- top: -3px;
- font-family: consolas;
- text-transform:uppercase;
- letter-spacing:2px;
- font-size:8px;
- left:0px;
- text-align:center;
- opacity:0.0;
- height:5px;
- padding:7px;
- line-height:110%;
- -webkit-transition: all 0.8s linear;
- -moz-transition: all 0.8s linear;
- transition: all 0.8s linear;
- -webkit-filter: blur(3px);
- }
- .entry:hover .perma{
- -webkit-filter: blur(0px);
- -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
- top: 0px;
- overflow:visible;
- -webkit-transition: opacity 1.5s linear; opacity: 1.6;
- transition: all 0.4s linear;
- opacity: 0.9;
- -webkit-transition: all 0.8s linear;
- -moz-transition: all 0.8s linear;
- transition: all 0.8s linear;
- }
- .entry .perma2{
- position:absolute;
- width:auto;
- padding:3px;
- background-color:#fff;
- margin-left: 0px;
- border:1px solid #eee;
- overflow:hidden;
- top: 34px;
- font-family: consolas;
- text-transform:uppercase;
- letter-spacing:2px;
- line-height:140%;
- font-size:8px;
- left:13px;
- text-align:center;
- opacity:0.0;
- -webkit-transition: all 0.8s linear;
- -moz-transition: all 0.8s linear;
- transition: all 0.8s linear;-webkit-filter: blur(3px);
- }
- .entry:hover .perma2{-webkit-filter: blur(0px);
- overflow:visible;
- -webkit-transition: opacity 1.5s linear; opacity: 1.6;
- transition: all 0.4s linear;
- opacity: 0.9;
- -webkit-transition: all 0.8s linear;
- -moz-transition: all 0.8s linear;
- transition: all 0.8s linear;
- }
- .entry:hover .perma2:hover{
- padding:3px;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- tion: all 0.8s linear;
- }
- .permalinktext {
- display: block;
- padding: 1px;
- margin: 0px 0px 0px 8px;
- font-family: calibri;
- letter-spacing: 0px;
- font-size: 9px;
- color: #424242;
- line-height: 10px;
- text-transform:uppercase;
- text-align: right;
- text-decoration: none;
- -webkit-transition: color 0.5s ease-out;
- -moz-transition: color 0.5s ease-out;
- border-top: 1px solid #ddd;
- }
- #border{
- background-color:{color:Background};
- background-attachment: fixed;
- background-image: repeat;
- background-image:url({image:Left Border Image});
- position: fixed;
- height:100%;
- right:240px;
- z-index:99999999;
- width: 400px;
- }
- @font-face{font-family:'sb';src:url('http://static.tumblr.com/hcocigh/1wBm85vn6/sweetly_broken.ttf');}
- @font-face {font-family:"Neou"; src:url('http://static.tumblr.com/zncos8d/0yDmd37fv/neou-thin.ttf');}
- #border{
- background-color:{color:Background};
- background-attachment: fixed;
- background-image: repeat;
- background-image:url({image:Border});
- width: 254px;
- padding:4px;
- position: fixed;
- height:100%;
- top:-5px;
- left:93px;
- z-index:99999999;
- }
- div#sidebar{
- position:fixed !important;
- left:210px;
- width: 230px;
- top:0px;
- border-left:1px solid #eee;padding-right:10px;
- border-right:1px solid #eee;
- background-color:white;
- padding: 0px;
- padding: 1px;
- padding: 2px;
- opacity:1;
- border-radius:2px;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;
- position: relative;
- text-align:center;
- overflow: hidden;
- letter-spacing:1px;
- font-family:consolas;
- text-transform:uppercase;
- font-size:8px;
- height:100%;
- }
- #rate{opacity:0px;-webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- transition: all 0.5s linear;opacity:0;}
- #sidebar:hover #rate{opacity:1;}
- #posts {
- width:480px;
- margin-left:170px;
- background:white;
- {block:ifThreeColumns}
- width:645px;
- {/block:ifThreeColumns}
- {block:PermalinkPage}
- width:503px;
- opacity: 1;
- padding:5px;
- {/block:PermalinkPage}
- border-left:1px solid #efefef;
- border-right:1px solid #efefef;
- margin-top: 2px;;
- float:left;
- text-decoration: none !important;
- padding-left:5px;
- }
- .entry .permalinks{
- opacity:0;
- width:170px;
- height: 20px;
- top:-12px;
- position: absolute;
- text-transform: uppercase;
- font-family: calibri;
- font-size: 8px;
- color:#333333;
- line-height:20px;
- overflow:hidden;
- letter-spacing: 1px;
- text-align:center;
- background:#f1f1f1;
- border-bottom: 2px solid {color:Link};
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- }
- .entry:hover .permalinks{
- opacity: .85;
- top:12px;
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- }
- .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;
- }
- .permahover {
- text-align: right;
- opacity:1;
- filter: alpha(opacity = 0);
- font-size: 9px;
- line-height: 9px;-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;
- text-transform: uppercase;
- border-top:1px solid {color:Link};
- font-family:calibri;
- letter-spacing:2px;
- font-size:8px;
- margin-left:0px;
- }
- .entry:hover .permahover{opacity:1}
- .text {
- padding: 0px;
- }
- .bubble a{color:white;}
- .bubble {align:right;background: {color:Link}; margin:7px 0px 5px 62px;padding:10px;position: relative;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6x; color:#fff; }
- .bubble p {margin:1px 0px;}
- .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:Link};}
- .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background:{color:Link};}
- .entry:hover .textperma {
- 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;
- }
- @font-face {font-family:"Neou"; src:url('http://static.tumblr.com/zncos8d/0yDmd37fv/neou-thin.ttf');}
- .links {
- font-size: 8px;
- font-family:consolas;
- text-transform:uppercase;
- letter-spacing:1px;
- line-height:11px; padding-top:3px;
- margin:2px;
- }
- .links a {
- background:#fff;
- color:#aaa;
- opacity:1;
- }
- .links a:hover {
- text-decoration:none;
- background:opacity:1;;
- color:;
- -webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;transition: all .2s ease-in-out;
- }
- .blogtitle a {color:{color:Link};}
- .blogtitle{
- font-family:fighter;
- font-size:24px;
- text-decoration: none !important; text-transform:lowercase;
- }
- @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
- @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
- .title{
- font-family: quicksandlight;
- font-size: 20px;
- line-height:100%;
- color: {color:Font};
- text-decoration: none !important;
- }
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 10px;
- border-left: 1px dotted #555555;
- }
- .bubble {align:right;background: #eee; margin:7px 0px 5px 62px;padding:10px;position: relative;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
- -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);}
- .bubble p {margin:1px 0px;}
- .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
- .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee;}
- #border1{
- position:fixed !important;
- width: 50px;
- height:100%;
- top: 0px;;
- opacity:0.7;
- left:200px;
- background-image:url({image:Left Border Image});
- background-attachment:fixed;
- margin-left:-200px;
- }
- #help {
- position:fixed;
- background:#fafafa;
- width:200px;
- height:auto;
- overflow-y: hidden;
- margin-top: 35px;
- opacity: .6;
- text-align:center;
- padding:10px;
- border: 1px solid #a7cdec;
- right:10px;
- font-size:11px;
- font-family:calibri;
- text-transform:uppercase;
- letter-spacing:1px;
- color:#aaa;
- }
- #help:hover {
- opacity: .9;
- height:auto;
- }
- .linkss a{;color:{color:Navigation links};opacity:1;}
- .linkss {
- padding:4px;
- margin-top:4px;
- line-height:100%;
- background: {color:Navigation background};color:{color:Navigation links};
- text-transform:uppercase;
- text-align:center;
- display: inline-block;
- -webkit-transition-duration: .6s;
- font-family: calibri;
- text-decoration: none !important;
- }
- .linkss:hover a{color:{color:Link hover};
- }
- .linkss:hover {color:{color:Link hover}; opacity:0.6;
- }
- .reblog{{block:IndexPage}
- left:15px;position:absolute;top:15px;opacity:0;padding:4px;border-radius:4px;height:10px; -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- {/block:IndexPage}
- }
- .entry:hover .reblog{ {block:IndexPage}
- opacity:1;-webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- {/block:IndexPage}}
- .entry:hover .reblog:hover{{block:IndexPage}
- -webkit-filter: invert(100%) ;{/block:IndexPage}}
- .notecount a{{block:IndexPage} text-shadow: 0 0 13px #000;
- color:white;font-family:consolas;text-transform:uppercase;line-height:230%;-webkit-transition: all 0.8s linear;
- -moz-transition: all 0.8s linear;
- transition: all 0.8s linear;
- {/block:IndexPage}
- }
- .notecount{{block:IndexPage}
- left:18px;position:absolute;-webkit-transition-duration: .6s;top:34px;opacity:0;padding:4px;-webkit-transition: all 0.8s linear;
- -moz-transition: all 0.8s linear;
- transition: all 0.8s linear;
- {/block:IndexPage}
- }
- .entry:hover .notecount{ {block:IndexPage}
- opacity:1;{/block:IndexPage}
- }
- {CustomCSS}
- </style>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script><script type="text/javascript" src="http://static.tumblr.com/o0thhnj/QDcmcmi8j/infinitescrolling.txt"></script><script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- var $content = $('#posts');
- $content.masonry({itemSelector: '.entry'}),
- $content.infinitescroll({
- navSelector : 'div#pagination',
- nextSelector : 'div#pagination a#nextPage',
- itemSelector : '.entry',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
- },
- bufferPx : 600,
- debug : false,
- },
- // call masonry as a callback.
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
- });
- });
- });
- </script>
- {/block:IndexPage}
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- </div>
- <div class="wrapper">
- <div class="header">
- <div id="sidebar"><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
- <div class="blogtitle"><a href="/">{Title}</a></div>
- {block:ifshowsidebarphoto}<Br><a title="" href="/"><img style=""><img src="{image:Sidebar Image}" width=200px
- ></a>{/block:ifshowsidebarphoto}
- <br>
- <div style="background:transparent;width:200px;border-top:1px solid #efefef;padding:3px;;border-bottom:1px solid #efefef;padding:3px;margin-left:10px;">{Description}</div>
- <div class="links">
- <a href="/">home</a> | {block:AskEnabled}<a href="/ask">ask</a> | {/block:AskEnabled}
- {block:IfLinkOneTitle}<a href="{text:Link One}"> {text:Link One Title}</a> | {/block:ifLinkOneTitle} {block:IfLinkTwoTitle} <a href="{text:Link Two}">{text:Link Two Title}</a> | {/block:ifLinkTwoTitle} {block:IfLinkThreeTitle} <a href="{text:Link Three}">{text:Link Three Title}</a> | {/block:ifLinkThreeTitle} {block:IfLinkFourTitle} <a href="{text:Link Four}">{text:Link Four Title}</a> | {/block:ifLinkFourTitle} {block:IfLinkFiveTitle} <a href="{text:Link Five}">{text:Link Five Title}</a> | {/block:ifLinkFiveTitle}
- {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> | {/block:Pages} {/block:HasPages}
- <a href="http://wildthemes.tumblr.com/">theme</a>
- </div>
- </div>
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- <div class="text">
- {block:Title}
- <div class="title"> <a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- {Body}
- <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- {block:IndexPage}
- {/block:IndexPage}
- </div>
- {/block:Text}
- {block:Link}
- <div class="text">
- <div class="title"><a href="{URL}" class="link" {Target}>{Name}</a> </div>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- <p>
- {block:IndexPage}
- <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- {/block:IndexPage}
- </div>{/block:Link}
- {block:Photo}
- {block:indexpage} <div class="reblog">
- <a href="{ReblogURL}"><img src="http://static.tumblr.com/cs9z8nu/sxUmj0xd0/1357726963_media-repeat.png"width="20"></a></div>
- <div class="notecount"><a href="{Permalink}">{notecountwithlabel}</a>
- <br>
- <A href="{Permalink}">{timeago}</a>
- </div>
- <A href="{Permalink}"><img src="{PhotoURL-HighRes}" width="100%"/></a>
- {/block:indexpage}
- {block:permalinkpage}
- <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
- {/block:permalinkpage} {block:IndexPage}
- {/block:IndexPage}
- {/block:Photo}
- {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker} said : {Question} </div>{Answer} {block:indexpage}
- <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- {/block:indexpage}{/block:Answer}
- {block:Photoset}
- {block:IndexPage}
- {block:Photos}<a href="{permalink}"><img src="{PhotoURL-500}" width="100%" style="padding:3px;"/></a>
- {/block:Photos}
- <div class="permahover"><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">
- <div class="title"> "{Quote}" </div>
- {block:Source}
- <div style="text-align:right; line-height:12px;">- {Source}</div>
- {/block:Source}
- {block:IndexPage}
- <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- {/block:IndexPage}
- </div>{/block:Quote}
- {block:Chat}
- <div class="text">
- {block:Title}
- <div class="title"> <a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}"> {block:Label}<span style="text-transform:uppercase"> <span class="label">{Label}</span></span> {/block:Label}
- {Line} </li>
- {/block:Lines}
- </ul>
- {block:IndexPage}
- <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- {/block:IndexPage}
- </div>{/block:Chat}
- {block:Audio}
- <div class="text">{AudioPlayerGrey}
- {block:Caption}{Caption}{/block:Caption}</div>{block:IndexPage}
- <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- <center>
- {Video-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-500}</center>
- {/block:PermalinkPage}
- <span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a> | <a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a>
- {block:Video}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- {block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
- {/block:PermalinkPage}
- {block:PermalinkPage}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- <br>
- {/block:PermalinkPage}
- </div>{/block:Posts}</center>
- {/block:Posts}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"> →</a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}">← </a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement