Advertisement
tezx

Shiro theme V2

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