sexycullen

# 143

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