Advertisement
wildthemes

molida theme (updated)

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