Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- Makenzie christmas theme#1 by wildthemes. do not remove credits, themes take alot of time and effort to make, you will be reported if you're seen using this theme with no credits.-->
- <!--This work is licensed under a Creative Commons Attribution 3.0 Unported License.
- taking credits off/stealing/using my themes as a basecode is illegal.
- -->
- <!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"><script type="text/javascript" src="http://static.tumblr.com/o0thhnj/QDcmcmi8j/infinitescrolling.txt"></script>
- {block:ifSnowfall}
- <script type="text/javascript" src="http://static.tumblr.com/j4dtzbm/2K5lv8pr9/snowstorm.js"></script>
- {/block:ifSnowfall}
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script><link rel="stylesheet" href="http://static.tumblr.com/tak5d5w/raDlsuinn/quicksandfonts.css" type="text/css" charset="utf-8">
- <link href='http://fonts.googleapis.com/css?family=Overlock' rel='stylesheet' type='text/css'>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Hover" content="#000000f"/>
- <meta name="color:Font" content="#000000"/>
- <meta name="if:Kewl font" content="1"/>
- <meta name="if:Snow fall" content="1"/>
- <meta name="if:Kewl title" content="1"/>
- <meta name="if:Title Effect" content="1"/>
- <meta name="color:Title effect colour" content="#eee"/>
- <meta name="if:Two Columns" content="1"/>
- <meta name="if:Three Columns" content="0"/>
- <meta name="if:White glow" content="1"/>
- <meta name="color:sidebar links bg" content="#ffffff"/>
- <meta name="color:sidebar links bg hover" content="#ffffff"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Scrollbar" content="#cccccc"/>
- <meta name="if:faded" content="1"/>
- <meta name="image:Background" content= "0"/>
- <meta name="if:Show sidebar image" content="0"/>
- <meta name="color:Posts" content="#ffffff"/>
- <meta name="color:sidebar links border" content="#d8d8d8"/>
- <meta name="if:christmas cursor" content="0">
- <meta name="if:Show blog title" content="1"/>
- <meta name="image:Sidebar image" content=" "/>
- <meta name="if:Rainbow Links" content= "0"/>
- <meta name="text:Link one Title" content=""/>
- <meta name="text:Link one" 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 two Title" content=""/>
- <meta name="text:Link two" content=""/>
- <meta name="text:Link Five Title" content=""/>
- <meta name="text:Link Five" content=""/>
- <meta name="text:Title 1" content="Title one" />
- <meta name="text:Title 2" content="Title two" />
- <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/nKOlyumhg/reset.css"><link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
- {block:ifTitleEffect}
- <script type="text/javascript">
- // <![CDATA[
- var bgcolour="#ffffff"; // background colour
- var fgcolour="{color:Title effect colour}"; // foreground colour
- var speed=100; // speed of bubbling, lower is faster
- var shades=10; // number of shades of bubble
- /****************************
- * Bubbling Text Effect *
- *(c) 2003-6 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var bubbcol=new Array();
- var bubbler, bubbtxt;
- var bubbchr=new Array();
- window.onload=function() { if (document.getElementById) {
- for (bubbler=0; bubbler<=shades; bubbler++) {
- bubbtxt="#";
- for (var i=1; i<6; i+=2) {
- var bg=parseInt(bgcolour.substring(i,i+2),16);
- bubbtxt+=dechex(Math.floor(bg+(parseInt(fgcolour.substring(i,i+2),16)-bg)*(bubbler/shades)));
- }
- bubbcol[bubbler+1]=bubbtxt;
- }
- bubbler=document.getElementById("bubble");
- bubbtxt=bubbler.firstChild.nodeValue;
- while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbi=document.createElement("span");
- bubbi.setAttribute("id", "bubb"+i);
- bubbi.appendChild(document.createTextNode(bubbtxt.charAt(i)));
- bubbler.appendChild(bubbi);
- }
- bubbler=setInterval ("bubbling()", speed);
- }}
- function dechex(dec) {
- var hex=dec.toString(16);
- if (dec<16) return "0"+hex;
- else return hex;
- }
- function bubbling() {
- for (var i=0; i<bubbtxt.length; i++) {
- var bubbme=document.getElementById("bubb"+i);
- if (bubbchr[i]) {
- bubbme.style.color=bubbcol[bubbchr[i]];
- bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
- }
- else if (Math.random()<0.75/bubbchr.length) bubbchr[i]=1;
- }
- }
- // ]]>
- </script>
- {/block:ifTitleEffect}
- <style type="text/css">
- {block:ifchristmascursor}
- body, a, a:hover {cursor: url(http://cur.cursors-4u.net/holidays/hol-2/hol164.cur), progress}
- {/block:ifchristmascursor}
- #tumblr_controls{
- position:absolute !important;
- -webkit-filter: invert(100%)
- }
- @font-face {
- font-family: "Snowflake";
- src: url('http://static.tumblr.com/anvbwtn/nlImc07ev/lpsnowflake.ttf'); }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:link};
- height:auto;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:transparent;
- height:1px !important;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:10px;
- background-color:#fff;
- border:1px solid #eeeeee;
- }
- .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;
- font-family: {block:ifKewlfont}'short stack'; font-size: 11px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 11px; {/block:ifnotKewlfont};
- color:{color:Font};
- line-height:12px;
- background-image:url({image:Background});
- background-color: {color:Background};
- background-attachment: fixed;
- background-repeat: repeat;
- }
- a:link, a:active, a:visited{color: {color:Link}; text-decoration: none;}
- a:hover {color:{color:Hover};
- text-shadow:#888 0px 0px 6px;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;color 0.5s;
- }
- #sidetitle{
- width:250px;
- font-family: 'KG Eyes Wide Open',cursive;
- line-height:39px;
- font-size:40px;
- text-align:left;
- position:fixed;
- margin-top:-40px;
- margin-left:0px;
- display:block;text-shadow: 2px 0px 2px #555;
- z-index:99;
- letter-spacing:1px;
- color:{color:Font};
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.9s ease-out;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;}
- #descp:hover #sidetitle{
- margin-top:18px;
- margin-left:-0px;
- opacity:0;
- transition: all 0.9s ease-out;
- -o-transition-transition: all 0.9s ease-out;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- }
- #blogtitle2{
- width:300px;
- font-family: 'KG Eyes Wide Open',cursive;
- line-height:49px;
- font-size:35px;
- opacity:0;
- position:absolute;
- display:block;text-shadow: 2px 0px 2px #555;
- margin-left:0px;
- letter-spacing:1px;
- color:{color:Font};
- transition: all 0.9s ease-out;
- -o-transition-transition: all 0.9s ease-out;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;}
- #descp:hover #blogtitle2{
- margin-top:-48px;
- -moz-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -o-transform: rotate(360deg)
- margin-left:0px;
- opacity:1;
- transition: all 0.9s ease-out;
- -o-transition-transition: all 0.9s ease-out;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- }
- .sidetitle {z-index:9999999999999;
- display:block;
- position:fixed;
- margin-top:58px;
- margin-bottom:0px;
- text-align:left;
- opacity:1;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- .sidetitle a {z-index:9999999999999;
- display:block;text-shadow: 2px 0px 2px #555;
- font-family: 'KG Eyes Wide Open';
- font-size: 25px;
- line-height: 100%;
- color:{color:Font};
- -webkit-transition: color 0.3s ease-out;
- -moz-transition: color 0.3s ease-out;
- transition: color 0.3s ease-out;
- }
- .sidetitle a:hover {
- color:{color:Hover};
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- #descp:hover .sidetitle {
- z-index:-0;
- display:block;
- position:relative;
- margin-top:-100px;
- text-align:left;
- opacity:0;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- #blogtitle2 {z-index:9999999999999;
- display:block;
- position:fixed;
- margin-top:58px;
- margin-bottom:0px;
- text-align:left;
- }
- #blogtitle2 a {z-index:9999999999999;
- display:block;text-shadow: 1px 1px 3px #000;
- font-family: 'KG Eyes Wide Open';
- font-size: 25px;
- line-height: 100%;
- color:{color:Font};
- -webkit-transition: color 0.3s ease-out;
- -moz-transition: color 0.3s ease-out;
- transition: color 0.3s ease-out;
- }
- #blogtitle2 a:hover {
- color:{color:Font};
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- #descp {
- z-index:1;
- text-align:center;
- margin-left:-150px;
- width:250px;
- padding:8px; {block:ifWhiteglow}
- -moz-box-shadow: 0 0 30px 5px #fff;
- -webkit-box-shadow: 0 0 30px 5px #fff;
- box-shadow: 0 0 30px 5px #fff; {/block:ifWhiteglow}
- opacity:1;
- border:1px #ccc solid;
- background:{color:Posts}; position:fixed;
- top:100px;
- font-family: {block:ifKewlfont}'short stack'; font-size: 11px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 11px; {/block:ifnotKewlfont};}
- a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
- .fufu {width:227px;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
- .fufu:hover {-webkit-transform: translate(1em,0);-moz-transform: translate(1em,0);-o-transform: translate(1em,0);}
- #biter
- #bite a {display:block}
- #descp .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
- #descp:hover .death {margin-top:0px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
- #posts {
- {block:ifTwoColumns} width: 800px;{/block:ifTwoColumns}
- {block:ifThreeColumns} width: 900px;{/block:ifThreeColumns}
- margin-left:410px;
- margin-top: 0px;
- {block:PermalinkPage}
- margin-left:420px;
- width: 580px;
- {/block:PermalinkPage}
- text-align: center;
- }
- .entry {
- overflow: hidden;
- float: left;padding:7px;
- {block:ifWhiteglow}
- -moz-box-shadow: 0 0 30px 0px #fff;
- -webkit-box-shadow: 0 0 30px 0px #fff;
- box-shadow: 0 0 30px 0px #fff;
- {/block:ifWhiteglow}
- {block:indexpage}
- width:450px;
- {block:ifTwoColumns}width:280px;{/block:ifTwoColumns}
- {block:ifThreeColumns}width:240px;{/block:ifThreeColumns}
- margin-bottom: 3px;
- margin:5px;
- {/block:indexpage}
- {block:PermalinkPage}
- width: 580px;
- margin-bottom: 3px;
- margin-top: 3px;
- text-align:left;
- {/block:PermalinkPage}
- display: block;
- background:{color:Posts};
- {block:iffaded}
- opacity: 0.8;
- filter: alpha(opacity = 80);
- {/block:iffaded}
- }
- .entry img {
- display: block;
- }
- .entry:hover {-webkit-transition: opacity 0.10s linear; opacity: 0.8;
- transition: all 0.10s linear;
- {block:iffaded}
- opacity: 1.0;
- filter: alpha(opacity = 100);
- {/block:iffaded}
- }
- @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
- @font-face { font-family: "Call Me"; src: url("http://static.tumblr.com/j2nmv5m/yJSm69tse/kgcallmemaybe-skinny.ttf") format("truetype"); }
- @font-face {font-family:"Pacifico"; src:url('http://static.tumblr.com/9wzbixa/D3Wlyw7u4/pacifico.ttf');}
- @font-face { font-family: "sweetheart"; src: url('http://static.tumblr.com/nn2mfrd/sNCm5ku0r/sweetly_broken.ttf'); }
- @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
- @font-face { font-family: "bebas neue"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
- #blogtitle{
- font-family: {block:ifKewltitle}'call me';font-size:70px;
- {/block:ifKewltitle}{block:ifnotKewltitle} bebas neue;font-size:50px; {/block:ifnotKewltitle} ;
- text-shadow: 2px 0px 2px #555;
- text-transform:uppercase;
- top:0px;
- width:460px;
- {block:ifTwoColumns} width:600px;
- {/block:ifTwoColumns}
- {block:ifThreeColumns}width:780px;{/block:ifThreeColumns}
- background:{color:Posts}; {block:ifWhiteglow}
- -moz-box-shadow: 0 0 30px 5px #fff;
- -webkit-box-shadow: 0 0 30px 5px #fff;
- box-shadow: 0 0 30px 5px #fff; {/block:ifWhiteglow}
- border:1px solid #ccc;
- letter-spacing:2px;
- text-align:center;
- margin-left:138px;
- line-height:110%;
- color:{color:Link};
- opacity:1;
- }
- @font-face { font-family: titz; src: url('http://static.tumblr.com/fxpo5zq/y0bm4ndht/raleway_thin.otf'); }
- #blogtitle:hover {
- color:{color:Hover};
- text-shadow: 2px 0px 2px #555;
- all 0.5;-webkit-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5;}
- .title{
- font-size: 40px;
- line-height:110%;
- padding: 2px;
- color: {color:Font};
- font-family: 'call me';
- }
- #infscr-loading{
- bottom: -70px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- .wildthemes a {color:{color:Body font}; }
- .entry .wildthemes{
- background:white;
- position:absolute;
- height:20px;
- padding:5px;
- margin-left: 0px;
- overflow:hidden;
- top: 10px;
- font-family: {block:ifKewlfont}'short stack'; font-size: 11px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 11px; {/block:ifnotKewlfont}; text-transform: uppercase;
- font-size: 10px;
- line-height:22px;
- text-align:center;
- width:auto;
- opacity:0.0;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- transition: all 0.3s linear;
- }
- @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
- .entry:hover .wildthemes{
- width:auto;
- overflow:visible;
- -webkit-transition: opacity 0.5s linear; opacity: 0.8;
- transition: all 0.4s linear;
- margin-left:10px;
- background-color:white;
- height: 20px;
- top: 20px;
- opacity:0.8;
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- }
- .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;
- 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);
- }
- .text {
- padding: 0px;
- }
- .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;
- }
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 10px;
- border-left: 1px dotted #555555;
- }
- @font-face { font-family: "Kg Eyes Wide Open"; src: url('http://static.tumblr.com/anvbwtn/sq0md8m2c/kgeyeswideopen.ttf');}
- .linkss {
- width: 50px;
- height: 15px;
- font-size:9px;
- letter-spacing:0px;
- font-family: {block:ifKewlfont}'short stack'; font-size: 9px;{/block:ifKewlfont}{block:ifnotKewlfont}calibri; font-size: 11px; {/block:ifnotKewlfont};
- margin-top:5px;
- margin-left:3px;
- line-height:15px;
- border:solid 1px {color:sidebar links border};
- background: {color:sidebar links bg};
- text-align:center;
- padding:2px;
- -webkit-transition-duration: .6s;
- border-top-right-radius:0px;
- border-bottom-right-radius:0px;
- border-top-left-radius:0px;
- border-bottom-left-radius:0px;
- display: inline-block;
- }
- .linkss:hover {
- color: #000;
- background:{color:sidebar links bg hover};
- box-shadow: 0px 0px 20px {color:shadow};
- -moz-transition: all .2s ease-in-out;
- -o-transition: all .2s ease-in-out;
- transition: all .2s ease-in-out;
- -webkit-transition: all .2s ease-in-out;
- -webkit-transition-duration: .4s;
- }
- </style>
- {block:ifrainbowlinks}
- <script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
- "></script>{/block:ifrainbowlinks}
- {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/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 class="wrapper">
- <div class="header">
- </div>
- {block:ifShowblogtitle}
- <div id="blogtitle"><span id="bubble">{Title}</span>
- </div>{/block:IfShowblogtitle}
- <div id="descp">
- <div id="blogtitle2">{text:Title 2}</div><div id="sidetitle">{text:Title 1}</div>{block:ifShowsidebarimage}
- <a href="/"><img src="{image:Sidebar image}" width="240"/></a>
- {/block:ifShowsidebarimage} <br>{Description}
- <div id="bite">
- <h4><center></center></h4>
- <div class="death">
- <div align="center"><br><span class="linkss"><a href="/">home</a></span>
- <span class="linkss"><a href="/ask">ask</a></span>{block:HasPages}{block:Pages}<span class="linkss"><a href="{URL}">{Label}</a></span>{/block:Pages}{/block:HasPages}{block:ifLinkOneTitle}<span class="linkss"><a href="{text:Link One}"> {text:Link One Title}</a></span>{/block:ifLinkOneTitle}{block:ifLinkTwoTitle}<span class="linkss"><a href="{text:Link Two}">{text:Link Two Title}</a></span>{/block:ifLinkTwoTitle}{block:ifLinkThreeTitle}<span class="linkss"><a href="{text:Link Three}">{text:Link Three Title}</a></span>{/block:ifLinkThreeTitle}{block:ifLinkFourTitle}<span class="linkss"><a href="{text:Link Four}">{text:Link Four Title}</a></span>{/block:ifLinkFourTitle}{block:ifLinkFiveTitle}<span class="linkss"><a href="{text:Link Five}">{text:Link Five Title}</a></span>{/block:ifLinkFiveTitle}<span class="linkss"><a href="http://wildthemes.tumblr.com">credit</a></span></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="left">
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:Answer}
- <div style= "background-color: #eee; border: 1px solid #444444; text-align; center; padding: 2px;">
- <b>{Asker}</b>: {Question}
- </div>
- {Answer}
- <br><br>
- <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- {/block:Answer}
- {block:Text}
- <div class="text">
- {block:Title}
- <div class="title"> <a href="{Permalink}">{Title}</a></div>
- {/block:Title}
- {Body}
- <div class="permahover"><p><br><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><br><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="wildthemes"><a href="{permalink}">{NoteCountwithLabel}</a> · <a href="{ReblogURL}" target="_blank"> reblog</a> </div>
- <img src="{PhotoURL-HighRes}" width="100%"/>
- {/block:indexpage}
- {block:IndexPage}
- {/block:IndexPage}
- {block:PermalinkPage}<a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" width="100%"/>
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <center>
- {Photoset-250}</center>
- <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Photoset-500}</center>
- {/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><br><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><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- {/block:IndexPage}
- </div>{/block:Chat}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- <div class="text">
- {AudioPlayerGrey}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {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:Audio}
- {block:Video}
- {block:IndexPage}
- <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
- <center>
- {Video-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-500}</center>
- {/block:PermalinkPage}
- {block:Video}
- {block:PermalinkPage}<br>
- {block:Date}
- {block:Caption}{Caption}{/block:Caption}<br><hr>
- <center><center>
- Posted {TimeAgo} at {12HourWithZero}:{Minutes}{AmPm} {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} & tagged as: {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
- {/block:Date}</div><br><br>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}</center>
- </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