Advertisement
sexycullen

# 128

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