Advertisement
wildthemes

elinah theme

Oct 16th, 2012
3,703
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.59 KB | None | 0 0
  1. <!--
  2. elinah theme 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.-->
  3.  
  4. <!--This work is licensed under a Creative Commons Attribution 3.0 Unported License.
  5.  
  6. taking credits off/stealing/using my themes as a basecode is illegal.-->
  7.  
  8. <!--IMPORTANT: for infinite/endless scrolling/show all posts on your blog, go to customize -> scroll down to advanced -> change posts per page to 15.-->
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <head>
  12. <link rel="stylesheet" href="http://static.tumblr.com/tak5d5w/raDlsuinn/quicksandfonts.css" type="text/css" charset="utf-8">
  13.  
  14.  
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  19.  
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22.  
  23. <meta name="color:background" content="#ffffff"/>
  24. <meta name="color:Posts" content="#ffffff"/>
  25.  
  26. <meta name="color:Font" content="#130C11"/>
  27. <meta name="color:Link hover" content="#130C11"/>
  28. <meta name="color:Link" content="#000000"/>
  29. <meta name="image:Border" content= "http://static.tumblr.com/o0thhnj/ktlmae1c2/tumblr_lxrgizkum81qe8wmxo1_500.jpg"/>
  30. <meta name="image:Sidebar" content="1"/>
  31. <meta name="image:Background" content="1"/>
  32. <meta name="if:Show sidebar photo" content="0"/>
  33. <meta name="text:reblog label" content="reblog" />
  34. <meta name="if:Kewl font" content="0"/>
  35. <meta name="if:Two Columns" content="0"/>
  36. <meta name="if:Three Columns" content="1"/>
  37. <meta name="text:Link one Title" content=""/>
  38. <meta name="text:Link one" content="" />
  39. <meta name="text:Link Three Title" content=""/>
  40. <meta name="text:Link Three" content=""/>
  41. <meta name="text:Link Four Title" content=""/>
  42. <meta name="text:Link Four" content=""/>
  43. <meta name="text:Link two Title" content=""/>
  44. <meta name="text:Link two" content=""/>
  45. <meta name="text:Link five Title" content=""/>
  46. <meta name="text:Link five" content=""/>
  47.  
  48.  
  49.  
  50. <title>{Title} </title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
  51. <script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script><script type="text/javascript" src="http://static.tumblr.com/o0thhnj/LCDma95ko/infinite.txt"></script><link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  52.  
  53. <style>
  54. .drop { position: absolute; width: 3; filter: flipV(), flipH(); font-size: 40; color: blue }
  55. </style>
  56. <script language="javascript">
  57.  
  58. //Rain/Snow effect- By Craig Blanchette Craiga.topcities.com
  59. //Script featured on Dynamic Drive
  60. //Visit http://www.dynamicdrive.com for this script and more
  61.  
  62. snow = false; // false-rain; true-snow
  63. snowsym = " * " //These are the symbols for each
  64. rainsym = " ' " //You can put images here.
  65. howmany = 10 //How many drops/snowflakes?
  66.  
  67. /**************Do not need to change anything below***********/
  68. if(snow){sym = snowsym; speed=1; angle=10; drops=howmany}
  69. else{sym = rainsym; speed=50; drops=howmany; angle=6}
  70. movex = -speed/angle; movey = speed; count = 0;
  71.  
  72. function moverain(){
  73. for(move = 0; move < drops; move++){
  74. xx[move]+=movex; yy[move]+=mv[move];
  75. hmm = Math.round(Math.random()*1);
  76. if(xx[move] < 0){xx[move] = maxx+10;}
  77. if(yy[move] > maxy){yy[move] = 10;}
  78. drop[move].left = xx[move]
  79. drop[move].top = yy[move]+document.body.scrollTop;
  80. }setTimeout('moverain()','1')}
  81.  
  82. </script>
  83.  
  84. <style type="text/css">
  85.  
  86. iframe#tumblr_controls {right:3px}
  87.  
  88.  
  89.  
  90.  
  91. #description{
  92. font-family: {block:ifKewlfont}'short stack'; font-size: 10px;{/block:ifKewlfont}{block:ifnotKewlfont}ubuntu; font-size: 11px;{/block:ifnotKewlfont};
  93. width:240px;
  94. text-transform:lowercase;
  95. padding:5.5px;
  96. text-align:center;
  97. color:{color:Body font};
  98. background:{color:posts};
  99. opacity:0.8;
  100. font-size:11px;
  101. }
  102.  
  103.  
  104.  
  105.  
  106. #tumblr_controls{
  107. position:fixed !important;
  108. }
  109.  
  110. .wrapper{
  111. margin: 0px auto;
  112. width: 802px;
  113. }
  114.  
  115. .header{
  116. float: left;
  117. width: 100%;
  118. }
  119.  
  120. .left{
  121. float: left;
  122. margin-right: 20px;
  123. width: 802px;
  124. }
  125.  
  126. .right{
  127. float: right;
  128. width: 200px;
  129. background-color: {color:Background};
  130. }
  131.  
  132. body {
  133. padding: 0px;
  134. margin: 0px;
  135. color: {color:Font};
  136. font-family: {block:ifKewlfont}'short stack'; font-size: 10px;{/block:ifKewlfont}{block:ifnotKewlfont}ubuntu; font-size: 11px;{/block:ifnotKewlfont};
  137. background-color: {color:Background};
  138. background-image:url({image:Background});
  139. background-attachment: fixed;
  140. background-repeat: repeat;
  141. }
  142. a { text-decoration: none !important;}
  143. a:link, a:active, a:visited{
  144. color: {color:Link} ;
  145. -webkit-transition: color 0.6s ease-out;
  146. -moz-transition: color 0.6s ease-out;
  147.  
  148. }
  149.  
  150. a:hover{
  151. color:{color:Link hover};
  152. -webkit-transition: color 0.5s ease-out;
  153. -moz-transition: color 0.5s ease-out;
  154. }
  155. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  156.  
  157. .entry {
  158. z-index:7;
  159. float:left;
  160. background-color:{color:posts};
  161. font-family: {block:ifKewlfont}'short stack'; font-size: 10px;{/block:ifKewlfont}{block:ifnotKewlfont}ubuntu; font-size: 11px;{/block:ifnotKewlfont};
  162. margin:2px;
  163. {block:IndexPage}
  164. width:450px;
  165. {block:ifTwoColumns}width:280px;{/block:ifTwoColumns}
  166. {block:ifThreeColumns}width:250px;{/block:ifThreeColumns}{/block:IndexPage}
  167. {block:PermalinkPage}
  168. width:450px;
  169. {/block:PermalinkPage}
  170. overflow:hidden;
  171. padding-right:4px;
  172. padding-left:4px;
  173. padding-top:4px;
  174. padding-bottom:2px;
  175.  
  176. border:1px dashed {color:Posts};
  177. text-decoration: none !important;
  178.  
  179.  
  180. }
  181.  
  182. .entry:hover{
  183. -webkit-transition: all 0.5s linear;
  184. -moz-transition: all 0.5s linear;
  185. transition: all 0.5s linear;
  186. border:1px dashed {color:Link hover};
  187. }
  188.  
  189. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  190.  
  191.  
  192.  
  193.  
  194.  
  195. div#sidebar{
  196. position:fixed !important;
  197. margin-left:-160px;
  198. width: 250px;
  199. top: 0px;
  200. height:100%;
  201. padding: 0px;
  202. padding: 1px;
  203. letter-spacing:0px;
  204. background-color: #fff;
  205. padding: 2px;
  206. opacity:0.8;
  207. z-index:9;
  208. {block:PermalinkPage}
  209. margin-left:-80px;
  210. {/block:PermalinkPage}
  211. -webkit-transition: all 0.5s linear;
  212. -moz-transition: all 0.5s linear;
  213. transition: all 0.5s linear;
  214. position: fixed;
  215. overflow: hidden;
  216. background-color: #000000;
  217. background-attachment: fixed;
  218. background-image: repeat;
  219. background-image:url({image:Border});
  220.  
  221.  
  222. }}
  223.  
  224.  
  225.  
  226.  
  227. #sidebar:hover{
  228. opacity: 1;
  229. -webkit-transition: all 0.4s linear;
  230. -moz-transition: all 0.4s linear;
  231. transition: all 0.4s linear;
  232.  
  233. }
  234. @font-face {
  235. font-family: 'Share';
  236. font-style: normal;
  237. font-weight: 400;
  238. src: local('Share'), local('Share-Regular'), url(http://themes.googleusercontent.com/static/fonts/share/v1/_jCje2O-7QL947BeMhJzWQ.woff) format('woff');
  239. }
  240.  
  241. .wildthemes a {}
  242.  
  243. .entry .wildthemes{
  244.  
  245. position:absolute;
  246. width: 100%;
  247. height:18px;
  248.  
  249. overflow:hidden;
  250. top: 10px;
  251. font-family: share;
  252. font-size: 12px;
  253. text-transform:uppercase;
  254. line-height:100%;
  255. text-align:center;
  256. opacity:0.0;
  257. padding-bottom:16px;
  258.  
  259. -webkit-transition: all 0.3s linear;
  260. -moz-transition: all 0.3s linear;
  261. transition: all 0.3s linear;
  262. background-color:{color:posts};
  263.  
  264. }
  265. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  266.  
  267.  
  268. .entry:hover .wildthemes{
  269. overflow:visible;
  270. -webkit-transition: opacity 0.5s linear; opacity: 0.8;
  271. transition: all 0.4s linear;
  272. margin-left: 0px;
  273. width: 100%;
  274. background-color:{color:posts};
  275. height: 18px;
  276. top: 10px;
  277.  
  278. opacity:0.8;
  279.  
  280. -webkit-transition: all 0.3s linear;
  281. -moz-transition: all 0.3s linear;
  282. transition: all 0.3s linear; }
  283. }
  284.  
  285. .entry:hover .wildthemes:hover{
  286. opacity: 1;
  287. width: 100px;
  288. -webkit-transition: all 0.5s linear;
  289. -moz-transition: all 0.5s linear;
  290. transition: all 0.5s linear; -moz-box-shadow: 0 0 15px {color:glow colour};
  291.  
  292. display: inline-block;
  293. }
  294. }
  295.  
  296. .entry:hover .details {
  297. opacity: 1.0;
  298. margin:12px 0px 0px 0px;
  299. filter: alpha(opacity = 100);
  300. -webkit-transition: all .25s ease-in-out;
  301. -moz-transition: all .25s ease-in-out;
  302. -o-transition: all .25s ease-in-out;
  303. transition: all .25s ease-in-out;
  304. }
  305.  
  306.  
  307. .permahover {
  308. text-align: right;
  309. line-height:200%;
  310. opacity: 0.0;
  311. filter: alpha(opacity = 0);
  312. font-size: 9px;
  313. line-height: 9px;
  314. text-transform: uppercase;
  315. }
  316.  
  317. .entry:hover .permahover {
  318. text-align: center;
  319. opacity: 1;
  320. filter: alpha(opacity = 50);
  321.  
  322.  
  323. }
  324.  
  325. .text {
  326. padding: 0px;
  327. }
  328.  
  329.  
  330.  
  331. .entry:hover .textperma {
  332. opacity: 1;
  333. filter: alpha(opacity = 100);
  334. -webkit-transition: all ease-in 250ms;
  335. -moz-transition: all ease-in 250ms;
  336. -o-transition: all ease-in 250ms;
  337. -ms-transition: all ease-in 250ms;
  338. transition: all ease-in 250ms;
  339. }
  340.  
  341.  
  342.  
  343. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf');
  344. }
  345.  
  346.  
  347. .linkss a{color:{color:Link};}
  348. .linkss {
  349. width: 100px;
  350. height: 22px;
  351. margin-top:5px;
  352. line-height:20px;
  353. font-family: {block:ifKewlfont}'short stack'; font-size: 10px;{/block:ifKewlfont}{block:ifnotKewlfont}ubuntu; font-size: 11px;{/block:ifnotKewlfont}; background: {color:Posts};
  354. opacity:0.7;
  355. text-align:center;
  356. display: inline-block;
  357. -webkit-transition-duration: .6s;
  358.  
  359. text-decoration: none !important;
  360. }
  361.  
  362. .linkss:hover {
  363. color: #000;
  364.  
  365. width: 100px;-moz-box-shadow: 0 0 15px {color:glow colour};
  366. -webkit-box-shadow: 0 0 15px {color:glow colour};
  367. box-shadow: 0 0 15px {color:glow colour};
  368. -webkit-transition: all .25s ease-in-out;
  369. -moz-transition: all .25s ease-in-out;
  370. -o-transition: all .25s ease-in-out;
  371. transition: all .25s ease-in-out;
  372.  
  373. background: {color:Posts};
  374. opacity: 0.78;
  375. -webkit-transition: all 0.3s ease-in-out;
  376. -moz-transition: all 0.3s ease-in-out;
  377. -o-transition: all 0.3s ease-in-out;
  378.  
  379. -khtml-border-radius: 15px;
  380. -moz-border-radius: 15px;
  381. -webkit-border-radius: 15px;
  382. border-radius: 15px;
  383.  
  384. text-decoration: none !important;
  385.  
  386. }
  387.  
  388.  
  389. #posts {
  390. width: 820px;
  391. margin-left:100px;
  392. margin-top: 5px;
  393.  
  394. {block:PermalinkPage}
  395. margin-left:280px;
  396. margin-top: 5px;
  397. {/block:PermalinkPage}
  398. top: -5px;
  399. float:left;
  400. text-decoration: none !important;
  401.  
  402. }
  403.  
  404. #infscr-loading{
  405. bottom: -70px;
  406. position: absolute;
  407. left: 50%;
  408. margin-left:-8px;
  409. width:16px;
  410. height:11px;
  411. overflow:hidden;
  412. margin-bottom: 50px;
  413. }@font-face {font-family:"Aderyn"; src:url('http://static.tumblr.com/9wzbixa/Qnqm26qzk/dk_aderyn_0.ttf');}
  414.  
  415. @font-face { font-family:Sweetly Broken; src: url(http://static.tumblr.com/iddq6cw/MZUlwm0mp/sweetly_broken.ttf);}
  416. @font-face {font-family: "Skinny Jeans"; src:url('http://static.tumblr.com/9wzbixa/giym2g6nj/_skinny__jeans_solid.ttf');}
  417.  
  418. .blogtitle a {color:{color:Link};}
  419. .blogtitle{
  420.  
  421. text-shadow: 1px 1px 5px #888;
  422. font-family: aderyn;text-transform:uppercase;
  423.  
  424. font-size: 40px;
  425. line-height:40px;
  426. letter-spacing:0px;
  427. text-align: center;
  428. top: 1100px;
  429. text-decoration: none !important;
  430. }
  431.  
  432.  
  433.  
  434.  
  435. .title{
  436. font-family: aderyn;text-transform:uppercase;
  437. font-size: 20px;
  438. line-height:100%;
  439. color: {color:Font};
  440. text-decoration: none !important;
  441. }
  442.  
  443. {CustomCSS}
  444.  
  445. </style>
  446.  
  447. {block:IndexPage}
  448. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  449. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  450.  
  451. <script type="text/javascript">
  452. $(window).load(function () {
  453. var $content = $('#posts');
  454. $content.masonry({itemSelector: '.entry'}),
  455. $content.infinitescroll({
  456. navSelector : 'div#pagination',
  457. nextSelector : 'div#pagination a#nextPage',
  458. itemSelector : '.entry',
  459. loading: {
  460. finishedMsg: '',
  461. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  462. },
  463. bufferPx : 600,
  464. debug : false,
  465. },
  466. // call masonry as a callback.
  467. function( newElements ) {
  468. var $newElems = $( newElements );
  469. $newElems.hide();
  470. // ensure that images load before adding to masonry layout
  471. $newElems.imagesLoaded(function(){
  472. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  473.  
  474.  
  475. });
  476. });
  477. });
  478. </script>
  479.  
  480. {/block:IndexPage}
  481.  
  482. <title>{title}</title>
  483.  
  484. <link rel="shortcut icon" href="{Favicon}">
  485. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  486. <meta name="viewport" content="width=820" />
  487.  
  488. </head>
  489. <body>
  490. <script language="javascript">
  491.  
  492. if (document.all){
  493. drop = new Array(); xx = new Array(); yy = new Array(); mv = new Array()
  494. ly = "document.all[\'"; st = "\'].style"
  495. for(make = 0; make < drops; make++){
  496. document.write('<div id="drop'+make+'" class=drop>'+sym+'</div>');
  497. drop[make] = eval(ly+'drop'+make+st);
  498. maxx = document.body.clientWidth-40
  499. maxy = document.body.clientHeight-40
  500. xx[make] = Math.random()*maxx;
  501. yy[make] = -100-Math.random()*maxy;
  502. drop[make].left = xx[make]
  503. drop[make].top = yy[make]
  504. mv[make] = (Math.random()*5)+speed/4;
  505. drop[make].fontSize = (Math.random()*10)+20;
  506. if(snow){col = 'white'}else{col = 'blue'}
  507. drop[make].color = col;
  508. }
  509. window.onload=moverain
  510. }
  511. </script>
  512. <div class="wrapper">
  513. <div class="header">
  514. <div id="sidebar">
  515. <center><Br><Br><span class="blogtitle"><a href="/">{title}
  516. </a>
  517. </a></span></center><center>{block:ifshowsidebarphoto}<center><a title="" href="/"><img src="{image:Sidebar}" width=250px height=auto ></a></center>{/block:ifshowsidebarphoto}
  518. <center><br><div id="description">{Description}<br></div>
  519. <br><span class="linkss"><a href="/">home</a> </span> {block:AskEnabled}<span class="linkss">
  520. <a href="/ask">ask</a>
  521. </span>{/block:AskEnabled}
  522. {block:HasPages}{block:Pages}<span class="linkss"><a href="{URL}">{Label}</a></span>{/block:Pages}{/block:HasPages}
  523.  
  524.  
  525. {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}
  526. <span class="linkss">
  527. <a href="http://wildthemes.tumblr.com/">theme credit</a>
  528. </span>
  529.  
  530. </div>
  531.  
  532. </div>
  533.  
  534.  
  535.  
  536. <div class="left">
  537.  
  538. <div id="posts">
  539.  
  540. {block:Posts}
  541. <div class="entry">
  542.  
  543. {block:Text}
  544. <div class="text">
  545. {block:Title}
  546. <div class="title"> <a href="{Permalink}">{Title}</a></div>
  547. {/block:Title}
  548. {Body}
  549. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  550. {block:IndexPage}
  551.  
  552. {/block:IndexPage}
  553. </div>
  554. {/block:Text}
  555. {block:Link}
  556. <div class="text">
  557. <div class="title"><a href="{URL}" class="link" {Target}>{Name}</a> </div>
  558. {block:Description}
  559. <div class="description">{Description}</div>
  560. {/block:Description}
  561. <p>
  562. {block:IndexPage}
  563. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  564.  
  565. {/block:IndexPage}
  566.  
  567. </div>{/block:Link}
  568.  
  569.  
  570. {block:Photo}
  571. {block:indexpage} <div class="wildthemes"><p>{Timeago} with <a href="{permalink}">{NoteCountwithLabel}</a> | <a href="{ReblogURL}" target="_blank">{text:reblog label}</a> </div>
  572.  
  573. <img src="{PhotoURL-HighRes}" width="100%"/>
  574. {/block:indexpage}
  575. {block:permalinkpage}
  576. <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
  577. {/block:permalinkpage} {block:IndexPage}
  578. {/block:IndexPage}
  579. {/block:Photo}
  580.  
  581.  
  582. {block:Photoset}
  583. {block:IndexPage}
  584.  
  585. {block:Photos}<a href="{permalink}"><img src="{PhotoURL-500}" width="100%" style="padding:3px;"/></a>
  586. {/block:Photos}<div class="perms">
  587. <a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a>
  588. </div>
  589. {/block:IndexPage}
  590.  
  591. {block:permalinkpage}
  592. {Photoset-500}
  593. {/block:permalinkpage}
  594. {/block:Photoset}
  595.  
  596.  
  597. {block:Quote}
  598. <div class="text">
  599. <div class="title"> "{Quote}" </div>
  600. {block:Source}
  601. <div style="text-align:right; line-height:12px;">- {Source}</div>
  602. {/block:Source}
  603. {block:IndexPage}
  604. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  605.  
  606. {/block:IndexPage}
  607. </div>{/block:Quote}
  608.  
  609. {block:Chat}
  610. <div class="text">
  611. {block:Title}
  612. <div class="title"> <a href="{Permalink}">{Title}</a></div>
  613. {/block:Title}
  614. <ul class="chat">
  615. {block:Lines}
  616. <li class="{Alt} user_{UserNumber}"> {block:Label}<span style="text-transform:uppercase"> <span class="label">{Label}</span></span> {/block:Label}
  617. {Line} </li>
  618. {/block:Lines}
  619. </ul>
  620. {block:IndexPage}
  621. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  622.  
  623. {/block:IndexPage}
  624. </div>{/block:Chat}
  625.  
  626.  
  627. {block:Audio}
  628. <div class="text">
  629. {AudioPlayerGrey}
  630. {block:Caption}
  631. {Caption}
  632. {/block:Caption}
  633. {block:IndexPage}
  634. <a href="{Permalink}">Permalink</a>
  635. {/block:IndexPage}
  636. </div>{/block:Audio}
  637.  
  638.  
  639.  
  640. {block:Video}
  641. {block:IndexPage}
  642. <center>
  643. {Video-340}</center>
  644. {/block:IndexPage}
  645. {block:PermalinkPage}
  646. <center>
  647. {Video-450}</center>
  648. {/block:PermalinkPage}
  649. <span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a> | <a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a>
  650. {block:Video}
  651.  
  652. {block:PermalinkPage}
  653. <center>
  654. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  655.  
  656.  
  657. {/block:PermalinkPage}
  658.  
  659.  
  660. {block:PostNotes}{PostNotes}
  661. {/block:PostNotes}
  662. </div>
  663.  
  664.  
  665. {/block:Posts}
  666. </div>
  667. </div>
  668. {block:IndexPage}
  669. {block:Pagination}
  670. <div id="pagination">
  671. {block:NextPage}
  672. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  673. {/block:NextPage}
  674. {block:PreviousPage}
  675. <a href="{PreviousPage}">&larr;&nbsp;</a>
  676. {/block:PreviousPage}
  677. </div>
  678. {/block:Pagination}
  679. {/block:IndexPage}
  680. </div>
  681. </body>
  682.  
  683. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement