Advertisement
sexycullen

147 hide caption opc

Oct 24th, 2015
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.89 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!--------------------------------------------
  8. SCOTTISBAE THEMES # 147
  9. THEME BY: http://scottisbae.tumblr.com/ (PREV BRITISHROBERT)
  10.  
  11. RULES, IMPORTANT: DON'T REMOVE THE CREDIT // DON'T CLAIM AS YOUR OWN // DON'T USE AS A BASE
  12.  
  13. --------------------------------------------->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <meta name="description" content="" />
  19. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21.  
  22. <meta name="color:Background" content="#FFFFFF">
  23. <meta name="color:Link" content="#8C8C8C">
  24. <meta name="color:Link Hover" content="#CECECE">
  25. <meta name="color:Text" content="#282828">
  26. <meta name="color:Title" content="#282828">
  27. <meta name="color:Scrollbar" content="#000000">
  28. <meta name="color:ScrollBG" content="#FFFFFF">
  29. <meta name="color:Blockquote" content="#F4F4F4">
  30. <meta name="color:Info Border" content="#F8F7F7">
  31. <meta name="color:Posts BG" content="#FFFFFF">
  32. <meta name="color:Black BG" content="#000000">
  33. <meta name="color:Image Border" content="#F0F0F0">
  34. <meta name="color:Questions Border" content="#F8F7F7">
  35. <meta name="color:Sidebar Border" content="#EDEDED">
  36.  
  37. <meta name="text:Body Font Size" content="10px"/>
  38. <meta name="text:Body Font" content="Hind"/>
  39.  
  40. <meta name="image:Sidebar" content=""/>
  41. <meta name="image:Background" content="" />
  42. <meta name="text:Title" content="">
  43.  
  44. <meta name="if:Hover Tags" content="0"/>
  45. <meta name="if:Show Description Border" content="0" />
  46. <meta name="if:Hide Captions" content="1" />
  47. <meta name="if:Show Link1" content="0" />
  48. <meta name="if:Show Link2" content="0" />
  49. <meta name="if:Show Link3" content="0" />
  50.  
  51. <meta name="text:link1" content="">
  52. <meta name="text:link1 url" content="/">
  53. <meta name="text:link2" content="">
  54. <meta name="text:link2 url" content="/">
  55. <meta name="text:link3" content="">
  56. <meta name="text:link3 url" content="/">
  57.  
  58.  
  59. <meta name="text:link1" content="">
  60. <meta name="text:link1 hover" content="link1">
  61. <meta name="text:link2" content="">
  62. <meta name="text:link2 hover" content="link2">
  63. <meta name="text:link3" content="">
  64. <meta name="text:link3 hover" content="link3">
  65.  
  66. <link href='https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
  67.  
  68. <link href='https://fonts.googleapis.com/css?family=Hind:400,500,700' rel='stylesheet' type='text/css'>
  69.  
  70. <link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900' rel='stylesheet' type='text/css'>
  71.  
  72. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  73. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  74. <script>
  75. (function($){
  76. $(document).ready(function(){
  77. $("a[title]").style_my_tooltips({
  78. tip_follows_cursor:true,
  79. tip_delay_time:90,
  80. tip_fade_speed:600,
  81. attribute:"title"
  82. });
  83. });
  84. })(jQuery);
  85. </script>
  86.  
  87.  
  88. <style type="text/css">
  89.  
  90. ::-webkit-scrollbar {background-color:{color:scrollbg}; height:3px; width:4px}
  91. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:4px}
  92. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:4px!important}
  93.  
  94.  
  95. #s-m-t-tooltip {
  96. max-width:300px;
  97. margin-top:-20px;
  98. margin-left:-20px;
  99. font-size:8px;
  100. padding:2px;
  101. font-family:Hind;
  102. letter-spacing:1px;
  103. text-align:center;
  104. text-transform:uppercase;
  105. background-color:{color:Black BG};
  106. color:{color:title};
  107. z-index:999999999999999999999999999999999999;
  108. }
  109.  
  110. h1 {
  111. font-weight:normal;
  112. font-size: {text:Body Font Size};
  113. font-family: {text:Body Font};
  114. text-align:center;
  115. font-style:italic;
  116. letter-spacing:0px;
  117. text-transform:none;
  118. color:{color:Text};
  119. }
  120.  
  121. h2 {
  122. margin-bottom:12px;
  123. padding-bottom:10px;
  124. font-weight:normal;
  125. font-family:arial;
  126. font-size:17px;
  127. letter-spacing:-1px;
  128. font-style:none;
  129. font-weight:bold;
  130. line-height:100%;
  131. text-transform:;
  132. color:{color:Text};
  133. margin: 0px;
  134. border-bottom: 1px solid {color:Info Border};
  135. }
  136.  
  137. pre {
  138. width:400px;
  139. text-align: left;
  140. word-wrap: break-word;
  141. color:{color:Text};
  142. }
  143.  
  144.  
  145. blockquote {
  146. border-left:1px solid {color:Blockquote};
  147. padding-left:13px;
  148. padding-top:1px;
  149. padding-bottom:1px;
  150. margin:10px;
  151. margin-top:20px;
  152. margin-bottom:10px;
  153. margin-left:20px;
  154. }
  155.  
  156. blockquote img {
  157. max-width:350px;
  158. }
  159.  
  160. body {
  161. color: {color:Text};
  162. background-color:{color:Background};
  163. background-image:url('{image:background}');
  164. background-attachment: fixed;
  165. background-repeat: repeat;
  166. word-spacing:1px;
  167. }
  168.  
  169. a {
  170. color: {color:Link};
  171. text-decoration: none;
  172. -moz-transition-duration: 0.5s;
  173. -o-transition-duration: 0.5s;
  174. -webkit-transition-duration: 0.5s;
  175. transition-duration: 0.5s;
  176. }
  177.  
  178. a:hover {
  179. color: {color:Link Hover};
  180. text-decoration:underline;
  181. -moz-transition-duration: 0.5s;
  182. -o-transition-duration: 0.5s;
  183. -webkit-transition-duration: 0.5s;
  184. transition-duration: 0.5s;
  185. }
  186.  
  187. .title {
  188. width:100px;
  189. padding:6px;
  190. margin-top:7px;
  191. margin-left:px;
  192. font-family:Hind;
  193. text-transform:lowercase;
  194. text-align:left;
  195. font-size:16px;
  196. float:right;
  197. letter-spacing:-1px;
  198. font-style:none;
  199. font-weight:bold;
  200. line-height:90%;
  201. color:{color:title};
  202. border:px solid {color:Sidebar Border};
  203. }
  204.  
  205. .title a {
  206. color:{color:text};
  207. }
  208.  
  209. .bottom {
  210. width:491px;
  211. padding-top:10px;
  212. padding-left:5px;
  213. padding-right:5px;
  214. padding-bottom:10px;
  215. margin-top:572px;
  216. margin-left:329px;
  217. font-family:arial;
  218. font-size:8px;
  219. position:fixed;
  220. letter-spacing:1px;
  221. font-style:none;
  222. font-weight:;
  223. line-height:87%;
  224. text-transform:uppercase;
  225. color:{color:text};
  226. background-color:{color:Posts BG};
  227. border-left:1px solid {color:Sidebar Border};
  228. border-bottom:1px solid {color:Sidebar Border};
  229. border-right:1px solid {color:Sidebar Border};
  230. }
  231.  
  232. .bottom a {
  233. color:{color:text};
  234. }
  235.  
  236.  
  237. .sidebarmain {
  238. width:200px;
  239. position: fixed;
  240. padding:0px;
  241. margin-left:25px;
  242. margin-top:10px;
  243. }
  244.  
  245. .sidebar2 {
  246. padding:0px;
  247. }
  248.  
  249. .sidebar3 {
  250. width:198px;
  251. margin-top:100px;
  252. {block:ifShowDescriptionBorder}
  253. border:1px solid {color:Sidebar Border};
  254. {/block:ifShowDescriptionBorder}
  255. }
  256.  
  257. .sidebar {
  258. width:250px;
  259. height:528px;
  260. color:{color:Text};
  261. position: fixed;
  262. margin-top:70px;
  263. margin-left:79px;
  264. padding:0px;
  265. background-color:{color:Posts BG};
  266. }
  267.  
  268. .sidebarimage {
  269. margin-top:10px;
  270. margin-bottom:0px;
  271. margin-left:1px;
  272. width:60px;
  273. float:left;
  274. padding:13px;
  275. outline:1px solid {color:Sidebar Border};
  276. }
  277.  
  278. .sidebarlinks {
  279. width:100px;
  280. margin-top:5px;
  281. margin-bottom:10px;
  282. margin-left:2px;
  283. font-family:Hind;
  284. text-transform:uppercase;
  285. font-size:8px;
  286. text-transform:;
  287. padding:5px;
  288. float:right;
  289. text-align:center;
  290. line-height:10px;
  291. letter-spacing:1px;
  292. border-bottom:px solid {color:Sidebar Border};
  293. }
  294.  
  295. .sidebarlinks a {
  296. color:{color:Text};
  297. padding:3px;
  298. -moz-transition-duration: 0.5s;
  299. -o-transition-duration: 0.5s;
  300. -webkit-transition-duration: 0.5s;
  301. transition-duration: 0.5s;}
  302.  
  303. .sidebarlinks a:hover {
  304. color:{color:Link Hover};
  305. text-decoration:underline;
  306. -moz-transition-duration: 0.5s;
  307. -o-transition-duration: 0.5s;
  308. -webkit-transition-duration: 0.5s;
  309. transition-duration: 0.5s;}
  310.  
  311.  
  312. .description {
  313. text-transform:;
  314. width:180px;
  315. margin-top:0px;
  316. margin-bottom:10px;
  317. padding:10px;
  318. text-align:justify;
  319. font-size:9px;
  320. clear: left;
  321. font-family: Hind;
  322. color:{color:Text};
  323. letter-spacing:0px;
  324. }
  325.  
  326. .description a:hover {
  327. color:{color:Link Hover};
  328. }
  329.  
  330. .borderlinks {
  331. margin-left:0px;
  332. border-bottom: 1px solid {color:Sidebar Border};
  333. width:100px;
  334. }
  335.  
  336. .border {
  337. margin-left:10px;
  338. border-bottom: 1px solid {color:Sidebar Border};
  339. width:150px;
  340. }
  341.  
  342. .border2 {
  343. margin-left:0px;
  344. border-bottom: 1px solid {color:Sidebar Border};
  345. width:90px;
  346. }
  347.  
  348.  
  349. .pagination {
  350. width:240px;
  351. padding:5px;
  352. margin-top:10px;
  353. margin-bottom:10px;
  354. margin-top:1px;
  355. font-family:arial;
  356. font-size:8px;
  357. letter-spacing:1px;
  358. font-weight:;
  359. text-transform:lowercase;
  360. }
  361.  
  362. .pagination a {
  363. padding:3px;
  364. color:{color:Text};
  365. }
  366.  
  367. .pagination a:hover {
  368. color:{color:Link Hover};
  369. }
  370.  
  371. .container {
  372. width:900px;
  373. margin: auto;
  374. margin-top:-8px;
  375. }
  376.  
  377.  
  378. .postscontainer {
  379. width:501px;
  380. height:500px;
  381. margin: auto;
  382. position:fixed;
  383. margin-top:71px;
  384. margin-bottom:50px;
  385. margin-left:330px;
  386. background-color:{color:Posts BG};
  387. outline:1px solid {color:Sidebar Border};
  388. border-right:0px solid {color:Sidebar Border};
  389. border-bottom:0px solid {color:Sidebar Border};
  390. overflow-y:scroll;
  391. overflow-x:hidden;
  392. }
  393.  
  394. .posts {
  395. width:400px;
  396. font-size: {text:Body Font Size};
  397. font-family: {text:Body Font};
  398. margin-bottom:12px;
  399. margin-left:34px;
  400. padding:20px;
  401. text-align:justify;
  402. }
  403.  
  404. .info {
  405. margin-top:20px;
  406. margin-bottom:0px;
  407. text-align:center;
  408. text-transform:lowercase;
  409. font-size:8px;
  410. font-family:arial;
  411. color:{color:Text};
  412. letter-spacing:px
  413. }
  414.  
  415. .info a {
  416. color:{color:Text};
  417. }
  418.  
  419. .info a:hover {
  420. text-decoration:underline;
  421. color:{color:Link Hover};
  422. }
  423.  
  424. .info2 {
  425. text-align:left;
  426. margin-top:-6px;
  427. font-family:arial;
  428. text-transform:lowercase;
  429. letter-spacing:0px;
  430. font-size:9px;
  431. }
  432.  
  433. .info2 a {
  434. color:{color:Text};
  435. }
  436.  
  437. .info2 a:hover {
  438. text-decoration:underline;
  439. color:{color:Link Hover};
  440. }
  441.  
  442. .dashicons {
  443. margin-top:5px;
  444. margin-left:510px;
  445. padding-bottom:0px;
  446. line-height:0%;
  447. font-family:arial;
  448. text-transform:lowercase;
  449. letter-spacing:0px;
  450. font-size:11px;
  451. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  452. list-style: none;
  453. }
  454.  
  455. .posts:hover .dashicons {
  456. margin-top:5px;filter: alpha(opacity = 100);
  457. opacity:100;-webkit-transition: all 0.5s ease-out;
  458. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  459. }
  460.  
  461. .posts:hover .tags {
  462. {block:ifHoverTags}
  463. margin-top:6px;filter: alpha(opacity = 100);
  464. opacity:100;-webkit-transition: all 0.5s ease-out;
  465. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  466. {/block:ifHoverTags}}
  467.  
  468. .tags {
  469. {block:ifHoverTags}
  470. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  471. {/block:ifHoverTags}
  472. width:400px;
  473. position:absolute;
  474. margin-top:6px;
  475. line-height:120%;
  476. font-size:8px;
  477. letter-spacing:1px;
  478. font-family:Hind;
  479. text-align:center;
  480. -moz-transition-duration:0.5s;
  481. -webkit-transition-duration:0.5s;
  482. -o-transition-duration:0.5s;
  483. }
  484.  
  485. .tags a {
  486. padding:4px;
  487. color:{color:Text};
  488. }
  489.  
  490. .tags a:hover {
  491. text-decoration:underline;
  492. color:{color:Link Hover};
  493. }
  494.  
  495. .postnote {
  496. width:400px;
  497. text-transform:lowercase;
  498. font-size: {text:Body Font Size};
  499. font-family: {text:Body Font};
  500. text-align:left;
  501. line-height:90%;
  502. margin-top:40px;
  503. }
  504.  
  505. .postnote li {
  506. list-style-type:none;
  507. border-bottom:1px solid {color:Info Border};
  508. padding:37px 0px 3px 0px;
  509. text-align:left;
  510. margin:0px;
  511. -moz-transition-duration:0.5s;
  512. -webkit-transition-duration:0.5s;
  513. -o-transition-duration:0.5s;
  514. }
  515.  
  516. .postnote img {
  517. width:20px;
  518. padding: 3px;
  519. margin:2px 7px -3px 6px;
  520. text-align:left;
  521. margin:2px 7px -3px 6px;
  522. border:2px solid {color:Info Border};
  523. border-radius:100px;
  524. -webkit-border-radius:100px;
  525. -moz-border-radius:100px;
  526. }
  527.  
  528. .music {
  529. width:400px;
  530. {block:ifShow400pxposts}
  531. width:400px;
  532. {/block:ifShow400pxposts}
  533. padding-bottom:10px;
  534. }
  535.  
  536. .albumart {
  537. float:left;
  538. width:50px;
  539. padding: 3px;
  540. margin:2px 7px -3px 6px;
  541. border:2px solid {color:Info Border};
  542. border-radius:100px;
  543. -webkit-border-radius:100px;
  544. -moz-border-radius:100px;
  545. }
  546.  
  547. .playercontainer {
  548. text-align:left;
  549. padding-top:15px;
  550. width:450px;
  551. {block:ifShow400pxposts}
  552. width:350px;
  553. {/block:ifShow400pxposts}
  554. }
  555.  
  556. .musicinfo {
  557. padding:10px;
  558. margin-top:20px;
  559. font-size: {text:Body Font Size};
  560. font-family: {text:Body Font};
  561. color:{color:Text};
  562. }
  563.  
  564. .quote {
  565. font-family:arial;
  566. font-size:17px;
  567. letter-spacing:-1px;
  568. font-style:none;
  569. font-weight:bold;
  570. line-height:100%;
  571. text-align:center;
  572. }
  573.  
  574. .source {
  575. font-family:calibri;
  576. font-size:10px;
  577. font-style:normal;
  578. text-align:center;
  579. line-height:17px;
  580. }
  581.  
  582. .chat ol {
  583. font-size: {text:Body Font Size};
  584. font-family: {text:Body Font};
  585. line-height:100%;
  586. padding:0px;
  587. list-style:none;
  588. }
  589.  
  590. .label {
  591. font-size: {text:Body Font Size};
  592. font-family: {text:Body Font};
  593. font-weight:bold;
  594. color:{color:Text};
  595. }
  596.  
  597. .line.odd {
  598. padding:4px;
  599. margin-bottom:2px;
  600. }
  601.  
  602. .line.even {
  603. padding:4px;
  604. margin-bottom:2px;
  605. }
  606.  
  607. .ask {
  608. width:400px;
  609. font-size: {text:Body Font Size};
  610. font-family: {text:Body Font};
  611. text-transform:capitalize;
  612. text-align:left;
  613. font-weight:;
  614. padding-top:4px;
  615. padding-left:7px;
  616. padding-bottom:8px;
  617. border-bottom: 1px solid {color:Questions Border};
  618. }
  619.  
  620. .ask a {
  621. color:{color:Text};
  622. }
  623.  
  624. .question {
  625. width:400px;
  626. letter-spacing:0px;
  627. margin-top:3px;
  628. padding-left:7px;
  629. padding-bottom:8px;
  630. text-align:justify;
  631. color:{color:Text};
  632. font-size: {text:Body Font Size};
  633. font-family: {text:Body Font};
  634. }
  635.  
  636. .answer {
  637. width:400px;
  638. letter-spacing:0px;
  639. text-align:justify;
  640. padding-top:5px;
  641. margin-bottom:1px;
  642. font-size: {text:Body Font Size};
  643. font-family: {text:Body Font};
  644. color:{color:Text};
  645. }
  646.  
  647. .askimg {
  648. padding: 3px;
  649. margin:2px 7px -3px 6px;
  650. }
  651.  
  652. .credit {
  653. font-family:arial;
  654. margin-top:-7px;
  655. font-size:8px;
  656. letter-spacing:1px;
  657. text-transform:uppercase;
  658. text-align:right;
  659. }
  660.  
  661. .credit a {
  662. font-style:normal;
  663. padding:3px;
  664. color:{color:text};
  665. -moz-transition-duration:0.5s;
  666. -webkit-transition-duration:0.5s;
  667. -o-transition-duration:0.5s;
  668. }
  669.  
  670. </style>
  671. </head>
  672.  
  673.  
  674. <body>
  675. <div class="container">
  676. <div class="bottom">
  677. {block:Pagination}
  678. {block:PreviousPage}
  679. <a href="{PreviousPage}"> ‹ </a>
  680. {/block:PreviousPage}
  681. {block:JumpPagination length="6"}
  682. {block:CurrentPage}
  683. <span class="current_page">{PageNumber}</span>
  684. {/block:CurrentPage}
  685. {block:JumpPage}
  686. <a class="jump_page" href="{URL}">{PageNumber}</a>
  687. {/block:JumpPage}
  688. {/block:JumpPagination}
  689. {block:NextPage}
  690. <a href="{NextPage}"> › </a>
  691. {/block:NextPage}
  692. {/block:Pagination}
  693. <div class="credit">
  694. <a href="http://scottisbae.tumblr.com/">scottisbae</a>
  695. </div>
  696. </div>
  697. <div class="sidebar">
  698. <div class="sidebarmain">
  699. <div class="sidebar2">
  700. <img src="{image:sidebar}" class="sidebarimage">
  701. <div class="title">
  702. <a href="/">
  703. {text:Title}
  704. </a></div>
  705. <div class="sidebarlinks">
  706. {block:ifShowLink1}
  707. <a title="{text:link1 hover}" href="{text:link1 url}">001.</a>
  708. {/block:IfShowLink1}
  709. {block:ifShowLink2}›
  710. <a title="{text:link2 hover}" href="{text:link2 url}">002.</a>
  711. {/block:IfShowLink2}
  712. {block:ifShowLink3}›
  713. <a title="{text:link3 hover}" href="{text:link3 url}">003.
  714. </a>
  715. {/block:IfShowLink3}
  716. <center><p><div class="borderlinks"></div></p></center>
  717. <small><a href="/">home</a> › <a href="/ask">questions</a></small>
  718. </div>
  719. </div>
  720. <div class="sidebar3">
  721. <div class="description">
  722. {Description}
  723. </div>
  724. </div>
  725. </div>
  726. </div>
  727.  
  728. <div class="postscontainer">
  729.  
  730. {block:Posts}
  731. <div class="posts">
  732.  
  733.  
  734. {block:Text}
  735. {block:Title}<h2>{Title}</h2>{/block:Title}
  736. {Body}
  737. {/block:Text}
  738.  
  739. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  740.  
  741. {/block:Quote}
  742.  
  743. {block:Link}
  744. <h2><a href="{URL}">{Name}</a></h2>
  745. {block:Description}{Description}{/block:Description}
  746. {/block:Link}
  747.  
  748. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  749. </ol></div>{/block:Chat}
  750.  
  751. {block:Answer}<div class="ask"><span style="font-weight:bold;">{Asker}:</span><span style="text-transform:none;"> {Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
  752.  
  753. {block:Photo}
  754. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}
  755. {block:ifHideCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifHideCaptions}
  756. {block:ifNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifNotHideCaptions}
  757. {/block:Photo}
  758.  
  759. {block:Photoset}{Photoset-400}
  760. {block:ifHideCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifHideCaptions}
  761. {block:ifNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifNotHideCaptions}
  762. {/block:Photoset}
  763.  
  764. {block:Audio}<div class="music">{block:AlbumArt}<img src="{AlbumArtURL}" class="albumart">{/block:AlbumArt}
  765. <div class="playercontainer">{AudioPlayerWhite}</div>
  766. <div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}</div>
  767. {block:ifHideCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifHideCaptions}
  768. {block:ifNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifNotHideCaptions}<br></div>{/block:Audio}
  769.  
  770. {block:Video}{Video-400}
  771. {block:ifHideCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifHideCaptions}
  772. {block:ifNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifNotHideCaptions}
  773. {/block:Video}
  774.  
  775. {block:Date}<div class="info"><a title="{timeago}" href="{Permalink}"><u>{shortmonth} {dayofmonth}</a></u> at <u>{12HourWithZero}:{Minutes} {CapitalAmPm}</u> {block:NoteCount} · ({NoteCount}){/block:NoteCount} {block:PermalinkPage} {block:RebloggedFrom}— <a href="{ReblogParentURL}">via</a>{block:ContentSource} <span style="color:{color:linkinfo}"><a href="{SourceURL}"></a><a href="{ReblogRootURL}"><span style="color:{color:linkinfo}">©</a></span>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}</div>
  776. {/block:Date}
  777.  
  778. {block:HasTags}
  779. <div class="tags">
  780. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  781. </div>
  782. {/block:HasTags}
  783.  
  784. <div class="postnote">
  785. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  786.  
  787. </div>
  788. {/block:Posts}
  789.  
  790.  
  791. </div>
  792. </div>
  793. </div>
  794. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement