Advertisement
sexycullen

# 139

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