Advertisement
unsurethemes

Mine Theme

Mar 23rd, 2014
862
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.68 KB | None | 0 0
  1. <!---
  2. Mine Theme
  3. Theme made by Unsure Themes. Do not remove Credit.
  4. Theme was orignally made for Nicola (http://whenevers.tumblr.com), go check her out :p
  5. --->
  6.  
  7.  
  8. <html lang="en">
  9.  
  10. <head>
  11.  
  12.  
  13.  
  14. <script type="text/javascript">
  15. <!--
  16.  
  17. // Disable Right Click Script
  18.  
  19. function IE(e)
  20. {
  21. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  22. {
  23. return false;
  24. }
  25. }
  26. function NS(e)
  27. {
  28. if (document.layers || (document.getElementById && !document.all))
  29. {
  30. if (e.which == "2" || e.which == "3")
  31. {
  32. return false;
  33. }
  34. }
  35. }
  36. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  37.  
  38. //-->
  39. </script>
  40.  
  41.  
  42. <meta name="color:Background" content="#ffffff"/>
  43. <meta name="color:Title" content="#292929"/>
  44. <meta name="color:Text" content="#363636"/>
  45. <meta name="color:Link" content="#C29B9B"/>
  46. <meta name="color:scrollbar" content="#727272"/>
  47. <meta name="color:Hover" content="#ddd"/>
  48. <meta name="text:Link One Title" content="">
  49. <meta name="text:Link One" content="">
  50. <meta name="text:Link Two Title" content="">
  51. <meta name="text:Link Two" content="">
  52. <meta name="text:Link Three Title" content="">
  53. <meta name="text:Link Three" content="">
  54. <meta name="text:Link Four Title" content="">
  55. <meta name="text:Link Four" content="">
  56.  
  57.  
  58. </script>
  59.  
  60. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  61. <script type="text/javascript">
  62. $(document).ready(function () {
  63. $('li.drawer div:nth-child(2)').hide();
  64. $('li.drawer h4').click(function () {
  65. if ($(this).hasClass('open')) {
  66. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  67. else {
  68. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  69. $(this).next().slideDown();
  70. $(this).addClass('open');}
  71. });
  72. });
  73. </script>
  74.  
  75.  
  76.  
  77. <style type="text/css">
  78.  
  79.  
  80.  
  81.  
  82. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;position:fixed !important;-webkit-filter: invert(100%) ;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  83.  
  84. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  85.  
  86.  
  87.  
  88. ::-webkit-scrollbar {width: 5px; height: 4px; background: transparent; }
  89.  
  90. ::-webkit-scrollbar-thumb { background-color:transparent; }
  91.  
  92.  
  93.  
  94.  
  95. body{
  96. margin:center;
  97. background-color: {color:Background};
  98. background-image:url({image:background});
  99. background-attachment: fixed;
  100. background-repeat: repeat;
  101. font-size: 10px;
  102. font-family: 'consolas';
  103. line-height:12px;
  104. margin-top:125px;
  105. letter-spacing:1;
  106. color:{color:Text};
  107. }
  108.  
  109.  
  110. a:link, a:active, a:visited{
  111. color:{color:link};
  112. text-decoration: none;
  113. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  114. }
  115.  
  116. a:hover {
  117. color:{color:hover};
  118. cursor: url(), auto;
  119. }
  120.  
  121. #lmao{width:250px; height:auto;}
  122. {block:PermalinkPage}
  123. width:410px;
  124. {/block:PermalinkPage}
  125. }
  126.  
  127. #center{
  128. padding-top:3px;
  129. padding-bottom:3px;
  130. position:fixed !important;
  131. width:250px;
  132. height:207px;
  133. background-color:#fff;
  134. {block:PermalinkPage}
  135. width:410px;
  136. height:207px;
  137. {/block:PermalinkPage}
  138. }
  139.  
  140.  
  141. #blogtitle{
  142. position:relative;
  143. width:150px;
  144. background:transparent;
  145. height:21px;
  146. padding-top: 3px;
  147. letter-spacing: 5px;
  148. color: {color:Text};
  149. text-align:left;
  150. font-family: cambria;
  151. font-size:25px;
  152. text-transform:uppercase;
  153.  
  154. }
  155.  
  156.  
  157.  
  158.  
  159.  
  160. #desc{
  161. background: #bbb;
  162. padding-top: 2px;
  163. padding-bottom: 2px;
  164. width:200px;
  165. }
  166.  
  167. #sidebar {
  168. position: relative;
  169. height: auto;
  170. width:555px;
  171. padding-top:15px;
  172. padding-bottom:7px;
  173. padding-left:10px;
  174. padding-right:10px;
  175. margin-top: -100px;
  176. margin-left: 529px;
  177. text-align: left;
  178. margin-bottom: 0px;
  179. text-transform: none;
  180. line-height: 12px;
  181. background: #fff;
  182. font-size: 10px;
  183. font-family: 'calibri';
  184. letter-spacing: 1px;
  185. border-bottom: 1px solid #eee;
  186. transition: all 0.5s ease-out;
  187. -o-transition-transition: all 0.5s ease-out;
  188. -webkit-transition: all 0.5s ease-out;
  189. -moz-transition: all 0.5s ease-out;
  190. }
  191.  
  192. #sidebar:hover{
  193. opacity: 0.9;
  194. transition: all 0.5s ease-out;
  195. -o-transition-transition: all 0.5s ease-out;
  196. -webkit-transition: all 0.5s ease-out;
  197. -moz-transition: all 0.5s ease-out;
  198. }
  199.  
  200.  
  201.  
  202.  
  203. #posts{
  204. float:center;
  205. {block:indexpage}
  206. width:600px;
  207. {/block:indexpage}
  208. {block:permalinkpage}
  209. width:250px;
  210. {/block:permalinkpage}
  211. margin-left: 520px;
  212. margin-top: 15px;
  213. transition: all 0.5s ease-out;
  214. -o-transition-transition: all 0.5s ease-out;
  215. -webkit-transition: all 0.5s ease-out;
  216. -moz-transition: all 0.5s ease-out;
  217. }
  218.  
  219. #posts:hover{
  220. transition: all 0.5s ease-out;
  221. -o-transition-transition: all 0.5s ease-out;
  222. -webkit-transition: all 0.5s ease-out;
  223. -moz-transition: all 0.5s ease-out;
  224. }
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231. .sp{
  232. border:5px solid #FAFAFA;
  233. }
  234. .sp img{
  235. transition:All .5s ease-in-out;
  236. -webkit-transition:All .5s ease-in-out;
  237. -moz-transition:All .5s ease-in-out;
  238. -o-transition:All .5s ease-in-out;
  239. width:150px;
  240. opacity:.7;
  241. }
  242.  
  243. .sp img:hover{
  244. opacity:.9;
  245. }
  246.  
  247.  
  248.  
  249.  
  250. h3{
  251. font-family: calibri;
  252. font-size: 80px;
  253. line-height: 12px;
  254. color: #A78282;
  255. font-weight: normal;
  256. line-height:15px;
  257. letter-spacing: 1px;
  258. font-style: normal;
  259. text-transform: lowercase;
  260. text-align: right;
  261. padding: 0px;
  262. margin:0px;
  263. }
  264.  
  265.  
  266.  
  267. .permatext {
  268. font-family: 'calibri';
  269. font-size: 9px;
  270. color: {color:Text};
  271. letter-spacing: 1px;
  272. text-transform: uppercase;
  273. background-color: transparent;
  274. line-height: 20px;
  275. display: block;
  276. margin: 1px 1px 0px 1px;
  277. text-transform:normal;
  278. text-align: center;
  279.  
  280. }
  281.  
  282. .permatext a{
  283. color: {color:Text};
  284. border-right: 0px solid transparent;
  285. -webkit-transition: all 0.6s ease;
  286. -moz-transition: all 0.6s ease;
  287. -o-transition: all 0.6s ease;
  288. }
  289.  
  290. .permatext a:hover{
  291. border-right: 0px solid transparent;
  292. -webkit-transition: all 0.6s ease;
  293. -moz-transition: all 0.6s ease;
  294. -o-transition: all 0.6s ease;
  295. }
  296.  
  297.  
  298.  
  299. #entry .perma a{
  300. color:;}
  301.  
  302. #postnotes{
  303. text-align: left;
  304. }
  305. #postnotes blockquote{
  306. border: 0px;
  307. }
  308.  
  309.  
  310. #permapage{
  311. font-family: 'calibri';
  312. font-size: 10px;
  313. line-height: 11px;
  314. text-align: center;
  315. padding-bottom:10px;
  316. z-index:9999;
  317. }
  318.  
  319.  
  320. #postnotes blockquote{
  321. border: 0px;
  322. }
  323.  
  324. #entry{
  325. font-family: 'calibri';
  326. font-size: 10px;
  327. line height: 11px;
  328. text-align:center;
  329. z-index:9999;
  330. float: left;
  331. width: 275px;
  332. height: auto;
  333. {block:PermalinkPage}
  334. width: 350px;
  335. height: auto;
  336. {/block:PermalinkPage}
  337. line-height:11px;
  338. background-color:#fff;
  339. background-image:url({image:Posts background});
  340. margin-left:-80px;
  341. border: 1px #000 solid;
  342. overflow:hidden;
  343. margin-bottom:20px;
  344. padding: 0px;
  345. margin:10px;
  346. padding-top:10px;
  347. padding-bottom:10px;
  348.  
  349.  
  350. transition: all 0.5s ease-out;
  351. -o-transition-transition: all 0.5s ease-out;
  352. -webkit-transition: all 0.5s ease-out;
  353. -moz-transition: all 0.5s ease-out;
  354. }
  355.  
  356. #entry:hover{
  357.  
  358. transition: all 0.5s ease-out;
  359. -o-transition-transition: all 0.5s ease-out;
  360. -webkit-transition: all 0.5s ease-out;
  361. -moz-transition: all 0.5s ease-out;
  362. }
  363.  
  364.  
  365. #permapage{
  366. font-family: 'calibri';
  367. font-size: 10px;
  368. line-height: 8px;
  369. text-align: center;
  370. padding-bottom:10px;
  371. z-index:9999;}
  372.  
  373. .title{
  374. font-family:calibri;
  375. font-size: 11px;
  376. text-transform: uppercase;
  377. line-height: 12px;
  378. color: {color:Title};
  379. font-weight: normal;
  380. letter-spacing: 1px;
  381. padding: 10px 0px 0px 0px;
  382. }
  383.  
  384.  
  385.  
  386.  
  387.  
  388. blockquote{
  389. padding:0px 0px 2px 3px;
  390. margin:0px 0px 2px 1px;
  391. }
  392. ul, ol, li{
  393. list-style:none;
  394. margin:0px;
  395. padding:0px;
  396. }
  397.  
  398. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  399. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  400. }
  401.  
  402. a.links {
  403. font-family: 'calibri';
  404. font-size: 9px;
  405. text-transform: uppercase;
  406. line-height: 10px;
  407. text-transform: normal;
  408. letter-spacing:1px;
  409. display:block;
  410. padding: 3px;
  411. margin-bottom: 0px;
  412. }
  413.  
  414. a.links:hover {
  415. font-style: none;
  416. text-decoration: none;
  417. letter-spacing:10px;
  418. }
  419.  
  420. ul#drawers {width: 100px; list-style: none; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;}
  421.  
  422. ul#drawers a {text-decoration: none; color: #000;}
  423.  
  424. ul#drawers li h4 {margin: 0; padding: 1px; text-transform: Camelcase; font-size: 10px; text-align: center; background-color: #363835; background: rgba(255, 255, 255, 0.0); -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out;
  425. transition: background-color 0.5s ease-out;}
  426.  
  427. h4.small {display: table-cell; width: 100px; margin: 0px; height: 100%;}
  428.  
  429. li.drawer h4.open {background-color: #121213; border-top: 0px;}
  430.  
  431. li.drawer div {padding: 2px; margin: 0px; line-height: 12px; background-color: #363835; background: rgba(255, 255, 255, 0.0);}
  432.  
  433. li.drawer div li {list-style-type: disc;}
  434.  
  435. li.drawer div ul {-webkit-padding-start: 12px;}
  436.  
  437.  
  438. #s-m-t-tooltip {
  439. max-width:500px;
  440. padding:2px 3px 3px 3px;
  441. margin:20px 0px 0px 10px;
  442. background-color: {color:Link};
  443. font-family:calibri;
  444. font-size:8px;
  445. border-radius:3px;
  446. border:4px white;
  447. letter-spacing:2px;
  448. text-transform:uppercase;
  449. color:#fff;
  450. z-index:999999999999999999999999999999999999;
  451.  
  452. }
  453.  
  454. #album
  455. {
  456. {block:IndexPage}
  457. width:80px;
  458. height:80px;
  459. margin:10px;
  460. {/block:IndexPage}
  461. float:left;
  462. {block:PermalinkPage}
  463. width:500px;
  464. height:500px;
  465. {/block:PermalinkPage}
  466.  
  467. }
  468.  
  469. #audio {
  470. width:200px;
  471. height:auto;
  472. min-height:60px;
  473. padding-bottom:15px;
  474. padding-left:15px
  475. }
  476.  
  477. .cover {
  478. position:absolute;
  479. z-index:1;
  480. width:45px;
  481. height:45px;
  482. border: 1px solid #000;
  483. padding:6px;
  484. }
  485.  
  486. .cover img {
  487. float:left;
  488. width:45px;
  489. height:45px;
  490. }
  491.  
  492. .playbox {
  493. opacity:0.6;
  494. width:26px;
  495. height:25px;
  496. overflow:hidden;
  497. position:absolute;
  498. z-index:1000;
  499. margin-left:17px;
  500. margin-top:17px;
  501. text-align:center;
  502. }
  503.  
  504. .info {
  505. margin-left:73px;
  506. margin-top:4px;
  507. width:150px;
  508. text-transform: uppercase;
  509. line-height:12px;
  510. font: calibri;
  511. color: #000;
  512. font-size: 9px;
  513. text-align: left;
  514. }
  515.  
  516.  
  517. .btn a:hover {text-shadow:0px;}
  518.  
  519. a.btn{
  520. position:absolute;z-index:99;
  521. top:26px;
  522. left:-3px;
  523. white-space:nowrap;
  524. outline:0;
  525. text-decoration:none;
  526. cursor:pointer;
  527. overflow:hidden;
  528. text-overflow:ellipsis;
  529. font:600 10px "calibri",Helvetica,Arial,sans-serif;height:20px;padding:0 5px;-webkit-filter:invert(100%);
  530. opacity:.5;
  531.  
  532. -webkit-transition:linear;
  533. -webkit-transition: all 0.5s ease-out;
  534. -moz-transition: all 0.5s ease-out;
  535. transition: all 0.5s ease-out;
  536. -webkit-font-smoothing:antialiased;
  537. -webkit-user-select:none;
  538. -moz-user-select:none;
  539. -ms-user-select:none;
  540. user-select:none;
  541. -webkit-box-sizing:border-box;
  542. -moz-box-sizing:border-box;
  543. -ms-box-sizing:border-box;
  544. -o-box-sizing:border-box;
  545. box-sizing:border-box;
  546. -webkit-transition-property:padding;
  547. -moz-transition-property:padding;
  548. -ms-transition-property:padding;-o-transition-property:padding;transition-property:padding;
  549. -webkit-transition-duration:.1s;-moz-transition-duration:.1s;-ms-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-ms-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.btn{color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08)}a.btn,a.btn:hover{color:white!important}.btn{margin-bottom:5px;color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.btn:hover::after,.btn:focus::after{background:rgba(255,255,255,0.09);color:black}.btn:active::after{background:rgba(255,255,255,0.18) color:white}.btn_label.show{display:block}.btn::after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';-webkit-border-radius:inherit;-moz-border-radius:inherit;border-radius:inherit}.btn.icon::before{display:block;content:'';position:absolute;top:0;left:0;bottom:0;width:20px;border-radius:inherit;background:url('http://static.tumblr.com/tpqedpr/cQ1mbwb60/de.png') 0 0 no-repeat}.btn.theme::before{background-position:0 -0px}.btn img{width:15px}.btn.icon{padding-left:20px}.btn:active::after {background:rgba(255,255,255,0.18)}.clear {clear: both;} #pagination {display: none;} .clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.clearfix{display:inline-block}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556. </style>
  557. <title>{title}</title>
  558. <link rel="shortcut icon" href="{favicon}">
  559. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  560. <meta name="viewport" content="width=720" />
  561.  
  562.  
  563. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  564.  
  565.  
  566. <div id="sidebar">
  567.  
  568. <a href="/"><div id="blogtitle">{title}</div></a></br>
  569.  
  570. <a href="{text:Link One}" title="{text:Link One Title}" >01</a></span> &nbsp;
  571. {/block:ifLinkOneTitle}
  572.  
  573. {block:ifLinkTwoTitle}
  574. <a href="{text:Link Two}" title="{text:Link Two Title}" >02</a>
  575. &nbsp; {/block:ifLinkTwoTitle}
  576.  
  577. {block:ifLinkThreeTitle}
  578. <a href="{text:Link Three}" title="{text:Link Three Title}" >03</a>
  579. &nbsp;{/block:ifLinkThreeTitle}
  580.  
  581. {block:ifLinkFourTitle}
  582. <a href="{text:Link Four}" title="{text:Link Four Title}" >04</a>
  583. &nbsp; {/block:ifLinkFourTitle}
  584.  
  585.  
  586. <a href="http://unsurethemes.tumblr.com" title="credit" >05</a>
  587. &nbsp;
  588.  
  589. </br>
  590. </br>
  591. {Description}</br></br>
  592.  
  593.  
  594. </div></div>
  595.  
  596.  
  597.  
  598. </head>
  599.  
  600.  
  601.  
  602. </div></div>
  603.  
  604. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  605.  
  606. <script>
  607.  
  608. (function($){
  609.  
  610. $(document).ready(function(){
  611.  
  612. $("a[title]").style_my_tooltips({
  613.  
  614. tip_follows_cursor:true,
  615.  
  616. tip_delay_time:90,
  617.  
  618. tip_fade_speed:600,
  619.  
  620. attribute:"title"
  621.  
  622. });
  623.  
  624. });
  625.  
  626. })(jQuery);
  627.  
  628. </script>
  629.  
  630. <body>
  631. <div id="center">
  632. <div id="content">
  633.  
  634.  
  635. </div></div>
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644. </div>
  645.  
  646.  
  647.  
  648.  
  649.  
  650. <div id="posts">
  651. {block:Posts}
  652. <div id="entry">
  653.  
  654. {block:Answer}
  655. <div style=" border-radius: 3px; border: 1px solid #ddd; margin: 3px; min-height:30px; padding: 5px; background-color: transparent; font-family: 'calibri'; font-size: 10px; letter-spacing: 1px">
  656. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  657. {Asker} asked: {Question}</div>
  658. <div style="font-family: 'calibri';; font-size: 10px; letter-sacing: 1px;">
  659. and I answered:{Answer} <br>
  660. </div>
  661. <center><span class="permatext"><div class="peeta"><a href="{ReblogURL}" target="_blank" title="reblog" >reblog</a>&nbsp;&nbsp;&nbsp;&nbsp; ● ● &nbsp;&nbsp;&nbsp;&nbsp; <a href="{permalink}" title= "permalink"> {NoteCount}</a></div></span>
  662. {/block:Answer}
  663.  
  664. {block:Photo}
  665. <center>
  666. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=255px/></a></br></br><div class="permatext" >
  667. <a href="{ReblogURL}" target="_blank" title="reblog" >reblog</a> &nbsp;&nbsp;&nbsp;&nbsp; ● ● &nbsp;&nbsp;&nbsp;&nbsp;
  668. <a href="{permalink}" target="_blank" title="permalink" >{NoteCount}</a>
  669.  
  670. </div>{LinkCloseTag}
  671.  
  672. {/block:Photo}
  673.  
  674.  
  675. {block:Photoset}<div style="width:250px !important;">{Photoset-250}</div></span>{/block:Photoset}
  676.  
  677. {block:PermalinkPage}
  678. {LinkOpenTag}
  679. {LinkCloseTag}{/block:PermalinkPage}
  680. {/block:Photo}
  681.  
  682.  
  683. {block:Text}
  684. {block:Title}<span class="title">{Title}</span>{/block:Title}
  685. <span class="entrytext">{Body}</span>
  686. <div class="permatext"><a href="{ReblogURL}" target="_blank" title="reblog" >reblog</a> &nbsp;&nbsp;&nbsp;&nbsp; ● ● &nbsp;&nbsp;&nbsp;&nbsp; <a href="{permalink}" title= "permalink">{NoteCount}</a></div>
  687. {/block:Text}
  688.  
  689. {block:Link}
  690. <a href="{URL}" class="title">{Name}</a>
  691. {block:Description}{Description}{/block:Description}<br>
  692. <div class="permatext"><a href="{ReblogURL}" target="_blank" title="reblog" >reblog</a> &nbsp;&nbsp;&nbsp;&nbsp; ● ● &nbsp;&nbsp;&nbsp;&nbsp;<a href="{permalink}" title= "permalink">{NoteCount}</a> </div>
  693. {block:Link}
  694.  
  695. {block:Quote}
  696. <span class="title">{Quote}</span>
  697. {block:Source}<strong>{Source}</strong>{/block:Source}
  698. <span class="permalink">
  699. </span>
  700. <br>
  701. <div class="permatext"><a href="{ReblogURL}" target="_blank" title="reblog" >reblog</a> &nbsp;&nbsp;&nbsp;&nbsp; ● ● &nbsp;&nbsp;&nbsp;&nbsp; <a href="{permalink}">{NoteCountwithLabel}</a> </div>
  702. {/block:Quote}
  703.  
  704. {block:Chat}
  705. {block:Title}<span class="title">{Title}</span>{/block:Title}
  706. <ul class="chat">
  707. {block:Lines}
  708. <li class="user_{UserNumber}">
  709. {block:Label}
  710. <span class="label">{Label}</span>
  711. {/block:Label}
  712.  
  713. {Line}
  714. </li>
  715. {/block:Lines}
  716. <span class="permalink">
  717. </span><br>
  718. <div class="permatext"><a href="{ReblogURL}" target="_blank" title="reblog" >reblog</a> &nbsp;&nbsp;&nbsp;&nbsp; ● ● &nbsp;&nbsp;&nbsp;&nbsp; <a href="{permalink}" title= "permalink">{NoteCountwithLabel}</a> </div>
  719. {/block:Chat}
  720.  
  721. {block:Audio}
  722.  
  723. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  724. {block:IndexPage}
  725. <div class="permatext" >
  726. <a href="{ReblogURL}" target="_blank" title="reblog" >reblog</a> &nbsp;&nbsp;&nbsp;&nbsp; ● ● &nbsp;&nbsp;&nbsp;&nbsp;
  727. <a href="{permalink}" target="_blank" title="permalink" >{NoteCount}</a>
  728.  
  729. </div>
  730.  
  731.  
  732. {/block:IndexPage}
  733. {/block:Audio}
  734.  
  735. {block:Video}
  736. {block:IndexPage}
  737. <div style="padding-top:0px; padding-bottom:2px;">
  738. {Video-250}</div>
  739. <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
  740. {block:indexpage}<hr size="1" width="250">
  741. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  742. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year}
  743. </a></div>{/block:indexpage}
  744. {/block:Video}
  745.  
  746. {block:PermalinkPage}</a>
  747. <div id="permapage"><br>
  748. {block:Caption}{Caption}{/block:Caption}<br/>
  749. {block:notecount}{notecountwithlabel}{/block:notecount}
  750. <br><br>
  751. <div align="left">
  752. {block:PostNotes}
  753. {PostNotes}
  754. {/block:PostNotes}
  755. </div>
  756. </div>
  757. {/block:PermalinkPage}
  758. </div>
  759. {/block:Posts}
  760. </div>
  761. </div>
  762. </div>
  763. </center>
  764. </div>
  765. </div>
  766. {block:indexpage}
  767. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  768. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  769. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  770. <script type="text/javascript">
  771. $(window).load(function(){
  772. var $wall = $('#posts');
  773. $wall.imagesLoaded(function(){
  774. $wall.masonry({
  775. itemSelector: '#entry, #entry_photo',
  776. isAnimated : false
  777. });
  778. });
  779.  
  780. $wall.infinitescroll({
  781. navSelector : '#page-nav',
  782. nextSelector : '#page-nav a',
  783. itemSelector : '#entry, #entry_photo',
  784. bufferPx : 2000,
  785. debug : false,
  786. errorCallback: function() {
  787. $('#infscr-loading').fadeOut('normal');
  788. }},
  789. function( newElements ) {
  790. var $newElems = $( newElements );
  791. $newElems.hide();
  792. $newElems.imagesLoaded(function(){
  793. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  794. });
  795. }); $('#content').show(500);
  796. });
  797. </script>
  798. {/block:indexpage}
  799.  
  800. </body>
  801. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement