Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!--
- THEME BY NARRULD do not copy or remove credit
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:Background" content="#3b627e" />
- <meta name="color:description" content="#666666"/>
- <meta name="color:title" content="#ffffff"/>
- <meta name="color:Link" content="#aaaaaa"/>
- <meta name="color:Tags" content="#cccccc"/>
- <meta name="color:info bg" content="#eaeaea"/>
- <meta name="color:sidebar bg" content="#ffffff"/>
- <meta name="color:cursor" content="#000000"/>
- <meta name="font:Body" content="Arial" />
- <meta name="image:sidebar" content=""/>
- <meta name="image:Background" content="" />
- <meta name="if:Show Tags" content="1" />
- <meta name="if:showfloaties" content="1" />
- <meta name="if:showsparklecursor" content="1" />
- <meta name="text:sidebartitle" content="">
- <meta name="text:linkA" content="">
- <meta name="text:linkA url" content="/">
- <meta name="text:linkB" content="">
- <meta name="text:linkB url" content="/">
- <meta name="text:linkC" content="">
- <meta name="text:linkC url" content="/">
- <meta name="text:linkD" content="">
- <meta name="text:linkD url" content="/">
- <meta name="text:linkE" content="">
- <meta name="text:linkE url" content="/">
- <meta name="image:floatie1" content="http://static.tumblr.com/b3ce6375dafbe262c681e441a4a7d18a/dkpvapy/Zv0mplcau/tumblr_static_tumblr_m9pdei3mey1qid2nw.gif" />
- <meta name="image:floatie2" content="http://static.tumblr.com/b3ce6375dafbe262c681e441a4a7d18a/dkpvapy/Zv0mplcau/tumblr_static_tumblr_m9pdei3mey1qid2nw.gif" />
- <meta name="image:floatie3" content="" />
- <meta name="image:floatie4" content="" />
- <meta name="image:floatie5" content="" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- body {
- background: {color:Background} url('{image:Background}') top left fixed repeat;
- margin: 0;
- padding: 0;
- font-family: {font:Body};
- }
- .clear {
- clear: both;
- height: 0px;
- overflow: hidden;
- }
- a img {
- border: none;
- }
- #wrapper {
- width: 700px;
- margin: 0 auto;
- }
- #wrapper #title {
- position: relative;
- margin-top: 50px;
- color: #fff;
- font-size: 50px;
- font-weight: bold;
- font-family: {font:Title};
- text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
- letter-spacing: -1px;
- }
- #wrapper #title a {
- margin-left: 320px;
- color: #fff;
- text-decoration: none;
- }
- #wrapper #content {
- margin-top: 30px;
- width: 420px;
- float: right;
- }
- #wrapper #content .post {
- font-family: {font:Body};
- background: #fff;
- padding: 10px;
- position: relative;
- }
- #wrapper #content .post .media {
- text-align: center;
- margin-bottom: 10px;
- }
- #wrapper #content .post .quotebg {
- font-family: georgia, serif;
- font-size: 150px;
- color: {color:Background};
- opacity: 0.2;
- filter: alpha(opacity=20);
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
- position: absolute;
- top: 70px;
- left: 10px;
- }
- #wrapper #content .post .quote {
- color: {color:Background};
- font-weight: bold;
- padding: 20px 20px 5px 20px;
- }
- #wrapper #content .post .quote.short {
- font-size: 33px;
- line-height: 35px;
- }
- #wrapper #content .post .quote.medium {
- font-size: 25px;
- line-height: 28px;
- }
- #wrapper #content .post .quote.long {
- font-size: 18px;
- line-height: 22px;
- }
- #wrapper #content .post .quote_source *:first-child {
- margin-top: 0px;
- }
- #wrapper #content .post .quote_source *:last-child {
- margin-bottom: 0px;
- }
- #wrapper #content .post .quote *:first-child {
- margin-top: 0px;
- }
- #wrapper #content .post .quote *:last-child {
- margin-bottom: 0px;
- }
- #wrapper #content .post .copy {
- color: #6e7173;
- padding: 10px;
- font-size: 13px;
- line-height: 15px;
- }
- #wrapper #content .post .copy a {
- color: #6e7173;
- text-decoration: underline;
- }
- #wrapper #content .post .copy p {
- margin: 10px 0 0 0;
- padding: 0;
- }
- #wrapper #content .post .copy pre {
- margin: 10px 0px 10px 0px;
- padding: 10px;
- background-color: #e6e6e6;
- font: normal 11px Courier, monospace;
- overflow: auto;
- }
- #wrapper #content .post .copy > p:first-child {
- margin-top: 0;
- }
- #wrapper #content .post .copy img {
- max-width: 100%;
- }
- #wrapper #content .post .audio {
- background: #eaeaea;
- float: left;
- padding: 7px;
- margin-bottom: 10px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- }
- #wrapper #content .post .audio .player {
- float: left;
- }
- #wrapper #content .post .audio .player .audio_player embed {
- border: 1px solid #c8c8c8;
- }
- #wrapper #content .post .audio .meta {
- padding: 8px 13px;
- height: 13px;
- float: left;
- color: #666;
- font-family: {font:Accent};
- font-size: 11px;
- text-transform: lowercase;
- }
- #wrapper #content .post .audio .meta a {
- color: #666;
- text-decoration: none;
- }
- #wrapper #content .post .album_art {
- text-align: center;
- }
- #wrapper #content .post .question {
- color: #494949;
- font-size: 16px;
- font-weight: bold;
- background: #f1f1f1;
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- border-radius: 8px;
- margin: 0 0 15px 0;
- padding: 15px 20px;
- position: relative;
- }
- #wrapper #content .post .question .nipple {
- width: 13px;
- height: 7px;
- background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
- position: absolute;
- bottom: -7px;
- left: 30px;
- }
- #wrapper #content .post .asker_container {
- margin: 0 0 20px 24px;
- }
- #wrapper #content .post .asker_container img {
- margin: 0 12px -7px 0;
- }
- #wrapper #content .post .asker_container a.asker {
- color: {color:Body};
- }
- #wrapper #content .post .title {
- color: #494949;
- font-size: 16px;
- font-weight: bold;
- padding: 10px 10px 0 10px;
- }
- #wrapper #content .post img {
- max-width: 400px;
- }
- #wrapper #content .post .chat {
- background-color: #fff;
- border-left: 5px solid #dedddd;
- margin: 10px 10px 0 10px;
- font-size: 14px;
- }
- #wrapper #content .post .chat .lines {
- margin-left: 1px;
- }
- #wrapper #content .post .chat .lines .line {
- background-color: #eaeaea;
- color: #494949;
- margin-bottom: 1px;
- padding: 3px 5px;
- }
- #wrapper #content .post .chat .lines .line.even {
- background-color: #dedddd;
- }
- #wrapper #content .post .link {
- margin: 4px 0 2px 0;
- font-size: 16px;
- line-height: 25px;
- }
- #wrapper #content .post .link a {
- background-color: {color:Background};
- color: #fff;
- padding: 5px 7px;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- }
- #wrapper #content .post .link a:hover {
- opacity: 0.9;
- filter: alpha(opacity=90);
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
- }
- #wrapper #content .post .footer {
- background: {color:info bg};
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- font-family: {font:Accent};
- font-size: 11px;
- color: #666;
- padding: 5px 10px;
- margin-top: 5px;
- }
- #wrapper #content .post .footer.for_permalink:hover {
- opacity: 0.9;
- filter: alpha(opacity=90);
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
- }
- #wrapper #content .post .footer .date {
- width: 67%;
- float: left;
- color: #666;
- }
- #wrapper #content .post .footer .notes {
- width: 33%;
- float: right;
- text-align: right;
- color: {color:tags};
- }
- #wrapper #content .post .footer .notes a {
- color: {color:tags};
- }
- #wrapper #content .post .footer .tags a {
- color: {color:tags};
- }
- #wrapper #content .post .footer .tags .tag-commas:last-child {
- display: none;
- }
- #wrapper #content .post .footer.with_source_url .tags {
- max-width: 330px;
- float: left;
- }
- #wrapper #content .post .footer.with_source_url .source_url {
- float: right;
- max-width: 160px;
- overflow: hidden;
- white-space: nowrap;
- }
- #wrapper #content .post .footer.with_source_url .source_url img {
- vertical-align: top;
- -moz-opacity: 0.5;
- opacity: 0.5;
- }
- #wrapper #content .post .footer.with_source_url .source_url:hover img {
- -moz-opacity: 0.7;
- opacity: 0.7;
- }
- #wrapper #content .post a {
- color: {color:tags};
- text-decoration: none;
- }
- #wrapper #content .post .copy blockquote {
- margin: 10px 0px 10px 10px;
- padding-left: 15px;
- border-left: solid 4px #dcdcdc;
- }
- #wrapper #content .post .copy blockquote blockquote {
- border-left: solid 4px #cccccc;
- }
- #wrapper #content .post .copy blockquote blockquote blockquote {
- border-left: solid 4px #bcbcbc;
- }
- #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
- border-left: solid 4px #acacac;
- }
- #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
- border-left: solid 4px #9c9c9c;
- }
- #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
- border-left: solid 4px #8c8c8c;
- }
- #wrapper #content .bottom {
- width: 513px;
- height: 40px;
- margin: 0 auto;
- }
- #wrapper #content #navigation.jump_pagination {}
- #wrapper #content #navigation.jump_pagination a {
- margin: 0 0 0 4px;
- }
- #wrapper #content #navigation.jump_pagination .current_page {
- color: #fff;
- background-color: rgba(255,255,255, 0.1);
- border: 2px solid #fff;
- padding: 3px 8px;
- margin: 0 0 0 4px;
- cursor: default;
- }
- #wrapper #content #navigation.jump_pagination .jump_page {}
- #wrapper #content .post .notecontainer {
- background: #eaeaea;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- font-family: {font:Accent};
- font-size: 11px;
- color: #666;
- margin-top: 10px;
- margin-bottom: -10px;
- }
- #wrapper #content .post .notecontainer a {
- color: #666;
- text-decoration: underline;
- }
- #wrapper #content .post .notecontainer ol.notes {
- padding: 0px 0 10px 0;
- list-style-type: none;
- font-size: 11px;
- }
- #wrapper #content .post .notecontainer ol.notes li.note {
- padding: 10px 10px 0 10px;
- }
- #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- #wrapper #content .post .notecontainer ol.notes li.note span.action {
- font-weight: normal;
- }
- #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
- font-weight: normal;
- }
- #wrapper #content .post .notecontainer ol.notes li.note blockquote {
- border-left: 2px solid #666;
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
- text-decoration: none;
- }
- #wrapper #sidebar {
- position: fixed;
- margin-top:250px;
- width: 200px;
- float:right;
- color: {color:description};
- font-family: {font:Accent}
- }
- #wrapper #sidebar a {
- color: {color:description};
- }
- #wrapper #sidebar #top {
- background: {color:sidebar bg};
- padding: 0 20px;
- box-shadow: 8px 8px 5px #888;
- }
- #wrapper #sidebar #top #avatar {
- width: 100;
- height: 50px;
- padding: 8px 0 0 9px;
- position: relative;
- top: -80px;
- left: 15px;
- }
- #wrapper #sidebar #top #description {
- font-size: 11px;
- position: relative;
- top: -10px;
- }
- #wrapper #sidebar #top #description a {
- color: {color:Background};
- text-decoration: underline;
- }
- #wrapper #sidebar #top .content {
- margin-top: 2px;
- padding: 7px 10px;
- background: #eaeaea;
- color: #666;
- font-size: 11px;
- overflow: hidden;
- }
- #wrapper #sidebar #top a {
- text-decoration: none;
- }
- .sidebartitle {
- position:fixed;
- text-align:center;
- border-bottom-style:dotted;
- border-width:2px;
- padding:2px;
- margin-top: 10px;
- margin-left: 15px;
- letter-spacing:-1px;
- font-size:20px;
- font-family:consolas;
- width:160px;
- color:{color:description};
- }
- #wrapper #content #pagi {
- text-align: right;
- padding-bottom: 35px;
- text-transform: lowercase;
- }
- #wrapper #content #pagi a {
- background-color: #fff;
- color: #666;
- padding: 5px 10px;
- text-decoration: none;
- font-size:14px;
- margin-left: 25px;
- border:3px solid {color:background};
- border-radius:8px;
- }
- #wrapper #content #pagi a:hover {
- opacity: 1;
- background-color:{color:background};
- border-radius:8px;
- border:3px solid #fff;
- filter: alpha(opacity=90);
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
- }
- </style>
- <!--[if lt IE 7.]>
- <style type="text/css">
- #wrapper #sidebar #bottom {
- background: transparent;
- }
- #wrapper #sidebar #top #avatar {
- background: none;
- }
- #wrapper #sidebar #top #avatar img {
- border: 5px solid #f1f1f1;
- }
- #wrapper #sidebar #top .heading#followontumblr {
- background-image: none;
- text-indent: 0;
- }
- #wrapper #sidebar #top .heading#twitter {
- background-image: none;
- }
- #wrapper #sidebar #top .heading#following {
- background-image: none;
- }
- #wrapper #content .post .audio .player {
- float: none;
- }
- #wrapper #content .post .audio .meta {
- display: none;
- float: none;
- }
- </style>
- <![endif]-->
- <!--[if lt IE 8.]>
- <style type="text/css">
- #wrapper #content .bottom {
- background: transparent;
- }
- #wrapper #content .post .footer {
- background: transparent;
- color: #000;
- }
- #wrapper #content .post .audio {
- float: none;
- background: transparent;
- }
- #wrapper #content .post .notecontainer .notes {
- padding: 0;
- margin: 0;
- }
- </style>
- <![endif]-->
- <style type="text/css">{CustomCSS}</style>
- {block:ifshowsparklecursor}
- <script type="text/javascript">
- // <![CDATA[
- var colour="{color:cursor}";
- var sparkles=100;
- /****************************
- * Tinkerbell Magic Sparkle *
- * (c) 2005 mf2fm web-design *
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var x=ox=400;
- var y=oy=300;
- var swide=800;
- var shigh=600;
- var sleft=sdown=0;
- var tiny=new Array();
- var star=new Array();
- var starv=new Array();
- var starx=new Array();
- var stary=new Array();
- var tinyx=new Array();
- var tinyy=new Array();
- var tinyv=new Array();
- window.onload=function() { if (document.getElementById) {
- var i, rats, rlef, rdow;
- for (var i=0; i<sparkles; i++) {
- var rats=createDiv(3, 3);
- rats.style.visibility="hidden";
- document.body.appendChild(tiny[i]=rats);
- starv[i]=0;
- tinyv[i]=0;
- var rats=createDiv(5, 5);
- rats.style.backgroundColor="transparent";
- rats.style.visibility="hidden";
- var rlef=createDiv(1, 5);
- var rdow=createDiv(5, 1);
- rats.appendChild(rlef);
- rats.appendChild(rdow);
- rlef.style.top="2px";
- rlef.style.left="0px";
- rdow.style.top="0px";
- rdow.style.left="2px";
- document.body.appendChild(star[i]=rats);
- }
- set_width();
- sparkle();
- }}
- function sparkle() {
- var c;
- if (x!=ox || y!=oy) {
- ox=x;
- oy=y;
- for (c=0; c<sparkles; c++) if (!starv[c]) {
- star[c].style.left=(starx[c]=x)+"px";
- star[c].style.top=(stary[c]=y)+"px";
- star[c].style.clip="rect(0px, 5px, 5px, 0px)";
- star[c].style.visibility="visible";
- starv[c]=50;
- break;
- }
- }
- for (c=0; c<sparkles; c++) {
- if (starv[c]) update_star(c);
- if (tinyv[c]) update_tiny(c);
- }
- setTimeout("sparkle()", 40);
- }
- function update_star(i) {
- if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
- if (starv[i]) {
- stary[i]+=1+Math.random()*3;
- if (stary[i]<shigh+sdown) {
- star[i].style.top=stary[i]+"px";
- starx[i]+=(i%5-2)/5;
- star[i].style.left=starx[i]+"px";
- }
- else {
- star[i].style.visibility="hidden";
- starv[i]=0;
- return;
- }
- }
- else {
- tinyv[i]=50;
- tiny[i].style.top=(tinyy[i]=stary[i])+"px";
- tiny[i].style.left=(tinyx[i]=starx[i])+"px";
- tiny[i].style.width="2px";
- tiny[i].style.height="2px";
- star[i].style.visibility="hidden";
- tiny[i].style.visibility="visible"
- }
- }
- function update_tiny(i) {
- if (--tinyv[i]==25) {
- tiny[i].style.width="1px";
- tiny[i].style.height="1px";
- }
- if (tinyv[i]) {
- tinyy[i]+=1+Math.random()*3;
- if (tinyy[i]<shigh+sdown) {
- tiny[i].style.top=tinyy[i]+"px";
- tinyx[i]+=(i%5-2)/5;
- tiny[i].style.left=tinyx[i]+"px";
- }
- else {
- tiny[i].style.visibility="hidden";
- tinyv[i]=0;
- return;
- }
- }
- else tiny[i].style.visibility="hidden";
- }
- document.onmousemove=mouse;
- function mouse(e) {
- set_scroll();
- y=(e)?e.pageY:event.y+sdown;
- x=(e)?e.pageX:event.x+sleft;
- }
- function set_scroll() {
- if (typeof(self.pageYOffset)=="number") {
- sdown=self.pageYOffset;
- sleft=self.pageXOffset;
- }
- else if (document.body.scrollTop || document.body.scrollLeft) {
- sdown=document.body.scrollTop;
- sleft=document.body.scrollLeft;
- }
- else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
- sleft=document.documentElement.scrollLeft;
- sdown=document.documentElement.scrollTop;
- }
- else {
- sdown=0;
- sleft=0;
- }
- }
- window.onresize=set_width;
- function set_width() {
- if (typeof(self.innerWidth)=="number") {
- swide=self.innerWidth;
- shigh=self.innerHeight;
- }
- else if (document.documentElement && document.documentElement.clientWidth) {
- swide=document.documentElement.clientWidth;
- shigh=document.documentElement.clientHeight;
- }
- else if (document.body.clientWidth) {
- swide=document.body.clientWidth;
- shigh=document.body.clientHeight;
- }
- }
- function createDiv(height, width) {
- var div=document.createElement("div");
- div.style.position="absolute";
- div.style.height=height+"px";
- div.style.width=width+"px";
- div.style.overflow="hidden";
- div.style.backgroundColor=colour;
- return (div);
- }
- // ]]>
- </script>
- {/block:ifshowsparklecursor}
- </head>
- <body>
- {block:ifshowfloaties}
- <script type="text/javascript" src="http://samisite.com/extras/HTMLobj-1640/moveobj.js"> </script>
- <script type="text/javascript">
- /***********************************************
- * Floating image script- By Virtual_Max (http://www.geocities.com/siliconvalley/lakes/8620)
- * Modified by Dynamic Drive for various improvements
- * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
- * Using CSB or Trellix: use an INSERT HTML box to hold your script and put your js and images into web components (webgem in Trellix). Then you MUST change each gEMDIR to GEMDIR before using code!
- ***********************************************/
- //Step 1: Define unique variable names depending on number of flying images (ie:3):
- var flyimage1, flyimage2, flyimage3, flyimage4, flyimage5
- function pagestart(){
- //Step 2: Using the same variable names as 1), add or delete more of the below lines (47=width, height=68 of image):
- flyimage1=new Chip("flyimage1",40,62);
- flyimage2=new Chip("flyimage2",40,62);
- flyimage3=new Chip("flyimage3",40,62);
- flyimage4=new Chip("flyimage4",40,62);
- flyimage5=new Chip("flyimage5",40,62);
- //Step 3: Using the same variable names as 1), add or delete more of the below lines:
- movechip("flyimage1");
- movechip("flyimage2");
- movechip("flyimage3");
- movechip("flyimage4");
- movechip("flyimage5");
- }
- if (window.addEventListener)
- window.addEventListener("load", pagestart, false)
- else if (window.attachEvent)
- window.attachEvent("onload", pagestart)
- else if (document.getElementById)
- window.onload=pagestart
- </script>
- <!-- Step 4: Define your flying images. For each image's ID tag, use the same variable names as 1) above -->
- <div id="flyimage1" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
- <img src="{image:floatie1}">
- </div>
- <div id="flyimage2" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
- <img src="{image:floatie2}">
- </div>
- <div id="flyimage3" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
- <img src="{image:floatie3}">
- </div>
- <div id="flyimage4" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
- <img src="{image:floatie4}">
- </div>
- <div id="flyimage5" style="position:absolute; left: -500px; width:40; height:62; font-size:10px;">
- <img src="{image:floatie5}">
- </div>
- </div>
- {/block:ifshowfloaties}
- <div id="wrapper">
- <div id="title">
- {block:IfHeaderImage}<img src="{image:Header}" />{/block:IfHeaderImage}
- {block:IfNotHeaderImage}{Title}{/block:IfNotHeaderImage}
- </a>
- </div>
- <div id="content">
- {block:SearchPage}
- {block:SearchResults}
- <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
- {/block:SearchResults}
- {block:NoSearchResults}
- <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
- {/block:NoSearchResults}
- {/block:SearchPage}
- {block:Posts}
- <div class="post">
- {block:Photo}
- <div class="media">{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
- {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Video}
- <div class="media">{Video-400}</div>
- {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Audio}
- {block:AudioEmbed}
- {AudioEmbed}
- {/block:AudioEmbed}
- {block:AudioPlayer}
- {block:IfShowAlbumArtOnAudioPosts}
- {block:AlbumArt}
- <div class="album_art">
- <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
- </div>
- {/block:AlbumArt}
- {/block:IfShowAlbumArtOnAudioPosts}
- <div class="audio">
- <div class="player">{AudioPlayerWhite}</div>
- <div class="meta">{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}{block:ExternalAudio}<span class="download_external_audio"> • <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
- <div class="clear"></div>
- </div>
- {/block:AudioPlayer}
- <div class="clear"></div>
- {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Quote}
- <div class="quote {Length}">{Quote}</div>
- <div class="copy">
- <div class="quotebg">“</div>
- {block:Source}
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <td valign="top" style="width:20px;">—</td>
- <td valign="top" class="quote_source">
- {Source}
- </td>
- </tr>
- </table>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="copy">{Body}</div>
- {/block:Text}
- {block:Answer}
- <div class="question">
- <div class="nipple"></div>
- {Question}
- </div>
- <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
- <div class="copy">{Answer}</div>
- {/block:Answer}
- {block:Chat}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="chat">
- <div class="lines">
- {block:Lines}
- <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
- {/block:Lines}
- </div>
- </div>
- <div class="clear"></div>
- <div style="height:10px;"></div>
- {/block:Chat}
- {block:Link}
- <div class="link"><a href="{URL}" {Target}>{Name} »</a></div>
- {block:Description}<div class="copy">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Date}
- <a href="{Permalink}">
- <div class="footer for_permalink">
- <div class="date">
- {block:Reblog}
- {lang:Reblogged TimeAgo from ReblogParentName} {block:RebloggedFromReblog}(<span style="text-transform:lowercase;">{lang:Originally from ReblogRootName}</span>){/block:RebloggedFromReblog}
- {/block:Reblog}
- {block:NotReblog}
- {lang:Posted TimeAgo from source}
- {/block:NotReblog}
- </div>
- <div class="notes">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} {block:IfDisqusShortname}{block:NoteCount}•{/block:NoteCount} <a href="{Permalink}#disqus_thread">{lang:View comments}</a>{/block:IfDisqusShortname}</div>
- <div class="clear"></div>
- </div>
- </a>
- {/block:Date}
- <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
- display:none;
- {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
- {block:ContentSource}display:block;{/block:ContentSource}
- ">
- {block:IfShowTags}
- {block:HasTags}<div class="tags">{lang:Tagged}: {block:Tags}<a href="{TagURL}">{Tag}</a><span class="tag-commas">, </span>{/block:Tags}.</div>{/block:HasTags}
- {/block:IfShowTags}
- {block:ContentSource}
- <a href="{SourceURL}" class="source_url">
- {lang:Source}:
- {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}
- </a>
- {/block:ContentSource}
- <div class="clear"></div>
- </div>
- {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
- </div>
- <div class="bottom"></div>
- {/block:Posts}
- {block:Pagination}
- <div id="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}">- back</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">forth -</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div id="sidebar">
- <div class="sidebartitle">{text:sidebartitle}</div>
- <div id="top">
- <div id="avatar"><a href="/"><img src="{image:sidebar}"></a></div>
- <div id="description">{Description} <p><center><select onchange='location=this.options[this.selectedIndex].value;' style='width:110px;font-family:arial;'>
- <option>{text:linkA}</option>
- <option value="{text:linkB url}">{text:linkB}</option>
- <option value="{text:linkC url}">{text:linkC}</option>
- <option value="{text:linkD url}">{text:linkD}</option>
- <option value="{text:linkE url}">{text:linkE}</option>
- </center>
- </select></div>
- <div class="clear"></div>
- </div>
- <div class="clear"></div>
- </div>
- <div style="float: right; position: fixed; bottom: -6px; right: 2px;"><a href="http://narruld.tumblr.com"><img src="http://static.tumblr.com/u7ncy54/WGUmuw39c/imageedit_8_8789848312.gif">
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement