Advertisement
tezx

Xzet theme

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