Advertisement
tezx

Invoked theme

Nov 27th, 2012
3,943
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.12 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--INVOKED THEME BY TEZX. PLEASE DON'T REMOVE CREDIT!-->
  6.  
  7. <head>
  8.  
  9. <meta name="color:Background" content="#fff">
  10. <meta name="color:Hover" content="#c4c4c4"/>
  11. <meta name="color:Title" content="#fff"/>
  12. <meta name="color:Post Background" content="#ffffff">
  13. <meta name="color:Desc Background" content="#ffffff">
  14. <meta name="color:Post Text" content="#a8a8a8">
  15. <meta name="color:Post Bold" content="#8e8e8e">
  16. <meta name="color:Post Italic" content="#8e8e8e">
  17. <meta name="color:Post Link" content="#6f6f6f">
  18. <meta name="color:Post Title" content="#cdcdcd">
  19. <meta name="color:Sidebar Text" content="#a8a8a8">
  20. <meta name="color:Sidebar Bold" content="#8e8e8e">
  21. <meta name="color:Sidebar Italic" content="#8e8e8e">
  22. <meta name="color:Sidebar Underline" content="#8e8e8e">
  23. <meta name="color:Sidebar Strikethrough" content="#8e8e8e">
  24. <meta name="color:Sidebar Link" content="#6f6f6f">
  25. <meta name="color:Sidebar Links" content="#6f6f6f">
  26. <meta name="color:Scrollbar" content="#cccccc"/>
  27. <meta name="color:Scrollbar BG" content="#cccccc"/>
  28. <meta name="color:Question" content="#a7a7a7"/>
  29. <meta name="color:Ques BG" content="#a7a7a7"/>
  30. <meta name="image:Background" content="http://static.tumblr.com/aqoekwn/bCHme4t4t/linedpaper.png">
  31. <meta name="image:Sidebar" content="http://static.tumblr.com/aqoekwn/c91me4t38/tumblr_mbiriayzgp1ru283po12_r1_250.gif">
  32. <meta name="if:Small Cursor" content="1"/>
  33. <meta name="if:Show Captions" content="0">
  34. <meta name="if:Photo Fading" content="0">
  35. <meta name="text:Name 1" content="">
  36. <meta name="text:URL 1" content="http://">
  37. <meta name="text:Name 2" content="">
  38. <meta name="text:URL 2" content="http://">
  39. <meta name="text:Name 3" content="">
  40. <meta name="text:URL 3" content="http://">
  41. <meta name="text:Name 4" content="">
  42. <meta name="text:URL 4" content="http://">
  43.  
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  45.  
  46. <title>{Title}</title>
  47. <link rel="shortcut icon" href="{Favicon}" />
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  49.  
  50. {block:Description}
  51. <meta name="description" content="{MetaDescription}"/>
  52. {/block:Description}
  53.  
  54. <style type="text/css">
  55. {CustomCSS}
  56.  
  57. a:link, a:active, a:visited{
  58. color: {color:Link}
  59. text-decoration:none;
  60. -webkit-transition-duration:0.8s;
  61. }
  62.  
  63. a:hover{
  64. color:{color:Hover};
  65. }
  66.  
  67. {block:ifsmallcursor}*, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;} {/block:ifsmallcursor}
  68.  
  69. ::-webkit-scrollbar-thumb:vertical {
  70. background-color:{color:Scrollbar};
  71. height:10px;
  72. }
  73.  
  74. ::-webkit-scrollbar {
  75. height:0px;
  76. width:6px;
  77. background-color:{color:Scrollbar BG};
  78. }
  79.  
  80. body {
  81. background-image: url('{image:Background}');
  82. background-attachment: fixed;
  83. background-color: {color:Background};
  84. {block:ifsmallcursor}cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress !important;{/block:ifsmallcursor}
  85. }
  86.  
  87. #sidebar {
  88. position: fixed;
  89. left: 50px;
  90. top: 170px;
  91. }
  92.  
  93. #desc {
  94. width: 150px;
  95. height: auto;
  96. padding: 7px;
  97. padding-left:7px;
  98. background-color: {color:Desc Background};
  99. text-decoration: none;
  100. z-index:444;
  101. }
  102.  
  103. #desc h1 {
  104. font-size: 8px;
  105. font-family: trebuchet ms;
  106. text-transform: uppercase;
  107. text-decoration: none;
  108. letter-spacing: 4px;
  109. text-align: center;
  110. width:180px;
  111. height:10px;
  112. margin-top: -5px;
  113. border-bottom: 1px dashed;
  114. padding-bottom:3px;
  115. }
  116.  
  117. #desc a {
  118. text-decoration: none;
  119. color: {color:Sidebar Link};
  120. }
  121.  
  122. #desc a:hover {
  123. text-decoration: none;
  124. color: {color:Hover};
  125. }
  126.  
  127. #desc img {
  128. max-width: 150px;
  129. margin-bottom: -2px;
  130. {block:IfPhotoFading}opacity: .8;{/block:IfPhotoFading}
  131. -webkit-transition: all 0.5s ease-in-out;
  132. -moz-transition: all 0.5s ease-in-out;
  133. -o-transition: all 0.5s ease-in-out;
  134. -ms-transition: all 0.5s ease-in-out;
  135. transition: all 0.5s ease-in-out;
  136. }
  137.  
  138. #desc img:hover {
  139. opacity: 1;
  140. }
  141.  
  142. #sidebar2 {
  143. position: fixed;
  144. left: 217px;
  145. top: 196px;
  146. }
  147.  
  148. #desc2 {
  149. width: 180px;
  150. height: auto;
  151. padding: 7px;
  152. padding-left:7px;
  153. font-family: calibri;
  154. font-size: 10px;
  155. text-decoration: none;
  156. color: {color:Sidebar Text};
  157. text-align: left;
  158. line-height: 15px;
  159. z-index:444;
  160. }
  161.  
  162. #desc2 h2 {
  163. font-size: 8px;
  164. font-family: trebuchet ms;
  165. text-transform: uppercase;
  166. text-decoration: none;
  167. letter-spacing: 4px;
  168. text-align: center;
  169. width:180px;
  170. height:10px;
  171. border-top: 1px dashed;
  172. margin-bottom:-22px;
  173. color: {color:Title};
  174. }
  175.  
  176. #desc2 i, em {
  177. color: {color:Sidebar Italic};
  178. }
  179.  
  180. #desc2 b, em {
  181. color: {color:Sidebar Bold};
  182. }
  183.  
  184. #desc2 u, em {
  185. color: {color:Sidebar Underline};
  186. }
  187.  
  188. #desc2 s, em {
  189. color: {color:Sidebar Strikethrough};
  190. }
  191.  
  192. #desc2 a {
  193. text-decoration: none;
  194. color: {color:Sidebar Link};
  195. }
  196.  
  197. #desc2 a:hover {
  198. text-decoration: none;
  199. color: {color:Hover};
  200. }
  201.  
  202. .titlebar{
  203. position:fixed;
  204. z-index:444;
  205. margin-top:5px;
  206. margin-left:139px;
  207. width:150px;
  208. height:10px;
  209. }
  210.  
  211. .bar{
  212. margin-top:-4px;
  213. margin-left:29px;
  214. width:150px;
  215. font-family:dk;
  216. position: fixed;
  217. font-size: 40px;
  218. letter-spacing: 3px;
  219. color: {color:Title};
  220. text-align: center;
  221. z-index:999;
  222. }
  223.  
  224. #linku {
  225. position:absolute;
  226. margin-left:168px;
  227. margin-top:14px;
  228. width:185px;
  229. text-align:center;
  230. font-family:trebuchet ms;
  231. font-size:7px;
  232. text-transform:uppercase;
  233. letter-spacing:2px;
  234. color: {color:Sidebar Text};
  235. }
  236.  
  237. #linku a {
  238. color:{color:Sidebar Link};
  239. }
  240.  
  241. #linku a:hover {
  242. color: {color:Hover};
  243. }
  244.  
  245. #linkus {
  246. position:absolute;
  247. margin-left:-8px;
  248. margin-top:14px;
  249. width:185px;
  250. text-align:center;
  251. font-family:trebuchet ms;
  252. font-size:7px;
  253. text-transform:uppercase;
  254. letter-spacing:2px;
  255. color: {color:Sidebar Text};
  256. }
  257.  
  258. #linkus a {
  259. color:{color:Sidebar Link};
  260. }
  261.  
  262. #linkus a:hover {
  263. color: {color:Hover};
  264. }
  265.  
  266. .pagination {
  267. display:none;
  268. }
  269.  
  270. #posts {
  271. {block:IndexPage}width: 590px;{/block:IndexPage}
  272. {block:PermalinkPage}width: 530px;{/block:PermalinkPage}
  273. float: left;
  274. margin-left: 420px;
  275. margin-top: 10px;
  276. }
  277.  
  278. .entry {
  279. background-color: {color:Post Background};
  280. {block:IndexPage}width: 250px;{/block:IndexPage}
  281. {block:PermalinkPage}width: 530px;{/block:PermalinkPage}
  282. padding: 6px;
  283. position: relative;
  284. {block:IndexPage}float: left;{/block:IndexPage}
  285. margin: 5px;
  286. font-family: calibri;
  287. letter-spacing: 1px;
  288. {block:IndexPage}font-size: 10px;{/block:IndexPage}
  289. {block:PermalinkPage}font-size: 10px;{/block:PermalinkPage}
  290. color: {color:Post Text};
  291. text-align: justify;
  292. {block:PermalinkPage}margin-left: margin-left: 120px;px;{/block:PermalinkPage}
  293. }
  294.  
  295. .entry .permalink{
  296. width:auto;
  297. height: 14px;
  298. line-height:14px;
  299. position:absolute;
  300. background-color: {color:Post Background};
  301. color: {color:Post Text};
  302. margin-top: 10px;
  303. margin-left:10px;
  304. padding: 4px;
  305. padding-left: 8px;
  306. padding-right: 8px;
  307. padding-top: 5px;
  308. opacity: 0;
  309. text-align:center;
  310. font-size: 7px;
  311. font-family: trebuchet ms;
  312. text-transform: uppercase;
  313. text-decoration:italic;
  314. letter-spacing: 1px;
  315. z-index:1;
  316. -webkit-transition: all 0.6s ease-in;
  317. -moz-transition: all 0.6s ease-in;
  318. -o-transition: all 0.6s ease-in;
  319. position: absolute;
  320. }
  321.  
  322. .entry:hover .permalink{
  323. margin-top:10px;
  324. opacity:1;
  325. -webkit-transition: all 0.6s ease;
  326. -moz-transition: all 0.6s ease;
  327. -o-transition: all 0.6s ease;
  328. }
  329.  
  330. .permalink a {
  331. color: {color:Post Link};
  332. }
  333.  
  334. .permalink a:hover {
  335. color: {color:Hover};
  336. }
  337.  
  338. .entry b, strong {
  339. color: {color:Post Bold};
  340. }
  341.  
  342. .entry i, em {
  343. color: {color:Post Italic};
  344. }
  345.  
  346. .entry a {
  347. color: {color:Post Link};
  348. text-decoration: none;
  349. }
  350.  
  351. .entry h1 {
  352. font-family: trebuchet ms;
  353. font-size: 7px;
  354. color: {color:Post Title};
  355. font-weight: none;
  356. font-style: none;
  357. letter-spacing: 4px;
  358. text-transform: uppercase;
  359. text-align: left;
  360. margin: 0;
  361. margin-left:1px;
  362. margin-bottom:-5px;
  363. }
  364.  
  365. .entry h1 a:hover {
  366. color: {color:Hover};
  367. }
  368.  
  369. .entry blockquote {
  370. border-left: 3px solid {color:Post Blockquote};
  371. padding-left: 8px;
  372. margin-left: 5px;
  373. }
  374.  
  375. .entry img {
  376. {block:IndexPage}max-width: 250px;{/block:IndexPage}
  377. {block:PermalinkPage}max-width: 500px;{/block:PermalinkPage}
  378. margin-bottom: -2px;
  379. {block:IfPhotoFading}opacity: .8;{/block:IfPhotoFading}
  380. -webkit-transition: all 0.5s ease-in-out;
  381. -moz-transition: all 0.5s ease-in-out;
  382. -o-transition: all 0.5s ease-in-out;
  383. -ms-transition: all 0.5s ease-in-out;
  384. transition: all 0.5s ease-in-out;
  385. }
  386.  
  387. .entry img:hover {
  388. opacity: 1;
  389. }
  390.  
  391. .photo {
  392. {block:IfPhotoFading}opacity: .8;{/block:IfPhotoFading}
  393. margin-bottom: -2px;
  394. -webkit-transition: all 0.5s ease-in-out;
  395. -moz-transition: all 0.5s ease-in-out;
  396. -o-transition: all 0.5s ease-in-out;
  397. -ms-transition: all 0.5s ease-in-out;
  398. transition: all 0.5s ease-in-out;
  399. }
  400.  
  401. .photo:hover {
  402. opacity: 1;
  403. }
  404.  
  405. a:hover {
  406. color: {color:Hover};
  407. }
  408.  
  409. .entry h2 {
  410. font-family: calibri;
  411. font-size: 10px;
  412. color: {color:Post Text};
  413. font-weight: normal;
  414. font-style: ;
  415. text-transform: ;
  416. letter-spacing: 1px;
  417. text-align: left;
  418. }
  419.  
  420. .quote {
  421. font-family: arial;
  422. font-size: 20px;
  423. color: {color:Post Bold};
  424. float: left;
  425. margin-top: -1px;
  426. margin-right: 5px;
  427. }
  428.  
  429. .quest {
  430. background-color: {color:Ques BG};
  431. padding: 5px;
  432. color: {color:Question};
  433. }
  434.  
  435. chatt {
  436. color: {color:Ques BG};
  437. margin-top: -10px;
  438. font-size: 25px;
  439. margin-left: 10px;
  440. }
  441.  
  442. .askerr {
  443. margin-top: -17px;
  444. font-family: trebuchet ms;
  445. font-size: 7px;
  446. text-transform: uppercase;
  447. margin-left: 33px;
  448. letter-spacing: 1px;
  449. }
  450.  
  451. a:hover {
  452. color:{color:Hover};
  453. text-decoration: none;
  454. webkit-transition: all 0.3s linear;
  455. -webkit-transition: all 0.3s linear;
  456. -moz-transition: all 0.3s linear;
  457. transition: all 0.3s linear;
  458. }
  459.  
  460. .textperma{
  461. display: block;
  462. font-family: trebuchet ms;
  463. font-size: 7px;
  464. text-transform: uppercase;
  465. text-align: right;
  466. background-color:{color:Post Background};
  467. letter-spacing: 2px;
  468. padding-top: 2px;
  469. margin: 0px;
  470. }
  471.  
  472. .textperma a {
  473. color: {color:Post Link};
  474. }
  475.  
  476. .textperma a:hover {
  477. color: {color:Hover};
  478. }
  479.  
  480. .textpermaa{
  481. display: block;
  482. font-family: trebuchet ms;
  483. font-size: 7px;
  484. text-transform: uppercase;
  485. text-align: right;
  486. background-color:{color:Post Background};
  487. letter-spacing: 2px;
  488. padding: 2px;
  489. margin-top: 2px;
  490. }
  491.  
  492. .textpermaa a {
  493. color: {color:Post Link};
  494. }
  495.  
  496. .textpermaa a:hover {
  497. color: {color:Hover};
  498. }
  499.  
  500. #audio{
  501. margin-top:90px;
  502. margin-left:86px;
  503. position:absolute;
  504. -webkit-border-radius: 60px;
  505. border-radius: 60px;
  506. -moz-border-radius: 60px;
  507. height: 80px;
  508. width:80px;
  509. overflow: hidden;
  510. background-color:#ffffff;
  511. text-align: center;
  512. opacity: 0.8;
  513. filter:alpha(opacity=0.8);
  514. }
  515.  
  516.  
  517. .permalink {
  518. font-family: calibri;
  519. font-size: 10px;
  520. color: {color:Post Text};
  521. text-transform: ;
  522. text-align: center;
  523. width: 400px;
  524. float: left;
  525. margin-left: 10px;
  526. }
  527.  
  528. .permalink b {
  529. color: {color:Post Bold};
  530. font-weight: normal;
  531. }
  532.  
  533. .permalink a {
  534. color: {color:Post Link};
  535. text-decoration: none;
  536. }
  537.  
  538. #date {
  539. color: {color:Sidebar Italic};
  540. }
  541.  
  542. ol.notes {
  543. padding: 0px;
  544. margin: 15px 0px;
  545. list-style-type: none;
  546. background: transparent;
  547. border: 0px;
  548. letter-spacing: 0px;
  549. }
  550.  
  551. ol.notes li.note {
  552. padding: 1px;
  553. text-align: left;
  554. letter-spacing: 0px;
  555. }
  556.  
  557. .notes img{
  558. width: 20px;
  559. position: relative;
  560. top: 1px;
  561. opacity: 1;
  562. }
  563.  
  564. iframe#tumblr_controls {
  565. position: fixed !important;
  566. right:0px !important;
  567. -moz-transition: all 0.8s ease-out;
  568. -webkit-transition: opacity 0.7s linear;
  569. -webkit-transition: all 0.8s ease-out;
  570. transition: all 0.8s ease-out;
  571. opacity: 0.5;}
  572.  
  573. iframe#tumblr_controls:hover {
  574. -webkit-transition: opacity 0.7s linear;
  575. -moz-transition: all 0.4s ease-out;
  576. -webkit-transition: all 0.4s ease-out;
  577. transition: all 0.4s ease-out;
  578. opacity: 1;}
  579.  
  580. </style>
  581.  
  582. {block:IndexPage}<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  583.  
  584. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  585.  
  586. <script>
  587. $(function(){
  588. var $container = $('#posts');
  589. $container.imagesLoaded(function(){
  590. $container.masonry({
  591. itemSelector: '.entry',
  592. });
  593. });
  594. $container.infinitescroll({
  595. itemSelector : ".entry",
  596. navSelector : "div.pagination",
  597. nextSelector : ".pagination a#next",
  598. loadingImg : "",
  599. loadingText : "<em></em>",
  600. bufferPx : 10000,
  601. extraScrollPx: 12000,
  602. },
  603. // trigger Masonry as a callback
  604. function( newElements ) {
  605. var $newElems = $( newElements ).css({ opacity: 0 });
  606. // ensure that images load before adding to masonry layout
  607. $newElems.imagesLoaded(function(){
  608. $newElems.animate({ opacity: 1 });
  609. $container.masonry( 'appended', $newElems, true );
  610. });
  611. }
  612. );
  613. });
  614. </script>{/block:IndexPage}
  615.  
  616. </head>
  617. <body>
  618.  
  619. <div id="sidebar">
  620. <div id="desc">
  621. <div class="titlebar"><div class="bar"><h1>{Title}</h1>
  622. </div></div>
  623. <div id="linku"><a href="/">Index</a> • <a href="/ask">Message</a> • <a href="/archive">Archive</a> • <a href="http://tezx.tumblr.com/">Theme</a></div>
  624. {block:IfSidebarImage}<a href="/"><img src="{image:Sidebar}" width="150" height=auto/></a><br />{/block:IfSidebarImage}
  625. <div id="sidebar2">
  626. <div id="desc2">{Description}
  627. <h2></h2>
  628. <div id="linkus">{block:IfName1}<a href="{text:URL 1}">{text:Name 1}</a>{/block:IfName1} • {block:IfName2}<a href="{text:URL 2}">{text:Name 2}</a>{/block:IfName2} • {block:IfName3}<a href="{text:URL 3}">{text:Name 3}</a>{/block:IfName3} • {block:IfName4}<a href="{text:URL 4}">{text:Name 4}</a>{/block:IfName4}</div>
  629. </div></div></div></div>
  630.  
  631. <div class="pagination">
  632. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  633. </div>
  634. </div>
  635.  
  636. <div id="posts">
  637. {block:Posts}
  638.  
  639. <div class="entry">
  640.  
  641. {block:Text}
  642. {block:Title}<h1><span class="title">{Title}</span></h1>{/block:Title}
  643. <span class="entrytext">{Body}</span></a>
  644. {block:IndexPage}
  645. <div class="textperma"><a href="{Permalink}">{notecountwithlabel}</a> | <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  646. {/block:IndexPage}
  647. {/block:Text}
  648.  
  649. {block:Photo}
  650. {block:IndexPage}<div class="permalink">
  651. <a href="{Permalink}">{notecountwithlabel}</a> • <a href="{ReblogURL}" target="_blank">Reblog</a></span></div>{/block:IndexPage}
  652. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="">{LinkCloseTag}</center>
  653. {block:PermalinkPage}{block:HighRes}<a href="{PhotoURL-HighRes}">High Resolution &raquo;</a>{/block:HighRes}{/block:PermalinkPage}
  654. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  655. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  656. {Caption}
  657. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  658. {/block:Photo}
  659.  
  660. {block:Photoset}
  661. {block:IndexPage}<div class="permalink">
  662. <a href="{Permalink}">{notecountwithlabel}</a> • <a href="{ReblogURL}" target="_blank">Reblog</a></span></div>{/block:IndexPage}
  663. <div class="photo">{block:IndexPage}{Photoset-250}{/block:IndexPage}
  664. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</div>
  665. {/block:Photoset}
  666.  
  667. {block:Quote}
  668. <div class="quote">&#10077;</div>
  669. <h2>{Quote}</h2>
  670. {block:Source}<div style="border-right: 4px solid #dedede; text-align: right; padding-right: 2px; font-family: calibri; text-transform: ; letter-spacing: 1px;">{Source}</div>{/block:Source}
  671. {block:IndexPage}
  672. <br /><div class="textperma"><a href="{Permalink}">{notecountwithlabel}</a> | <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  673. {/block:IndexPage}
  674. {/block:Quote}
  675.  
  676. {block:Link}
  677. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  678. {block:Description}{Description}{/block:Description}
  679. {block:IndexPage}
  680. <div class="textperma"><a href="{Permalink}">{notecountwithlabel}</a> | <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  681. {/block:IndexPage}
  682. {/block:Link}
  683.  
  684. {block:Chat}
  685. {block:Title}<h1>{Title}</h1>{/block:Title}
  686. {block:Lines}
  687. {block:Label}
  688. <b>{Label}</b>
  689. {/block:Label}
  690. {Line}<br />
  691. {/block:Lines}
  692. {block:IndexPage}
  693. <br /><div class="textperma"><a href="{Permalink}">{notecountwithlabel}</a> | <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  694. {/block:IndexPage}
  695. {/block:Chat}
  696.  
  697. {block:Audio}
  698. {block:AlbumArt}<div style="margin-bottom: 3px;"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  699. <div style="background-color: #fff; height: 27px; margin-bottom: 2px;">{AudioPlayer}</div>
  700. <div style="border-left: 5px solid #dedede; padding-left: 5px; font-family: verdana; text-transform: ;">{block:TrackName}{TrackName} / {/block:TrackName}{block:Artist}{Artist}{/block:Artist}</div>
  701. {block:IndexPage}
  702. <div class="textperma"><a href="{Permalink}">{notecountwithlabel}</a> | <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  703. {/block:IndexPage}
  704. {/block:Audio}
  705.  
  706. {block:Video}
  707. {block:IndexPage}{Video-250}{/block:IndexPage}
  708. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  709. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  710. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  711. {Caption}
  712. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  713. {block:IndexPage}
  714. <div class="textperma"><a href="{Permalink}">{notecountwithlabel}</a> | <a href="{ReblogURL}" target="_blank">reblog</a></span></a></div>
  715. {/block:IndexPage}
  716. {/block:Video}
  717.  
  718. {block:Answer}
  719. <div class="quest">{question}</div>
  720. <div class="chatt">◥</div>
  721. <div class="askerr">{asker}</div>
  722. {answer}
  723. {block:IndexPage}
  724. <div class="textperma"><a href="{Permalink}">{notecountwithlabel}</a></span></a></div>
  725. {/block:IndexPage}
  726. {/block:Answer}
  727.  
  728. </div>
  729.  
  730. {block:PermalinkPage}
  731. <div class="permalink">
  732. <center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  733. {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  734. {block:PostNotes}
  735. {PostNotes}
  736. {/block:PostNotes}
  737. </div>
  738. {/block:PermalinkPage}
  739.  
  740. {/block:Posts}
  741. </div></div>
  742.  
  743. </body>
  744. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement