Advertisement
sexycullen

# 117 2

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