Advertisement
sexycullen

# 139 2

Sep 2nd, 2015
1,433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.57 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 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="#8C8C8C">
  24. <meta name="color:Link Hover" content="#CECECE">
  25. <meta name="color:Text" content="#4C4C4C">
  26. <meta name="color:Scrollbar" content="#000000">
  27. <meta name="color:Blockquote" content="#EAEAEA">
  28. <meta name="color:Info Border" content="#F5F5F5">
  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="#F4F4F4">
  33.  
  34. <meta name="text:Body Font Size" content="9px"/>
  35. <meta name="text:Body Font" content="initial"/>
  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. <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'>
  57.  
  58. <link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900' rel='stylesheet' type='text/css'>
  59.  
  60. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  61. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  62. <script>
  63. (function($){
  64. $(document).ready(function(){
  65. $("a[title]").style_my_tooltips({
  66. tip_follows_cursor:true,
  67. tip_delay_time:90,
  68. tip_fade_speed:600,
  69. attribute:"title"
  70. });
  71. });
  72. })(jQuery);
  73. </script>
  74.  
  75.  
  76. <style type="text/css">
  77.  
  78. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  79. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  80. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  81.  
  82. #s-m-t-tooltip {
  83. max-width:300px;
  84. margin-top:-20px;
  85. margin-left:-20px;
  86. font-size:9px;
  87. padding:2px;
  88. font-family:initial;
  89. letter-spacing:1px;
  90. text-align:center;
  91. text-transform:lowercase;
  92. background-color:{color:Background};
  93. color:{color:text};
  94. z-index:999999999999999999999999999999999999;
  95. }
  96.  
  97. h1 {
  98. font-weight:normal;
  99. font-size: {text:Body Font Size};
  100. font-family: {text:Body Font};
  101. text-align:center;
  102. font-style:italic;
  103. line-height:50%;
  104. letter-spacing:px;
  105. text-transform:none;
  106. color:{color:Text};
  107. }
  108.  
  109. h2 {
  110. font-size: {text:Body Font Size};
  111. font-family: {text:Body Font};
  112. letter-spacing:px;
  113. margin-bottom:12px;
  114. padding-bottom:10px;
  115. font-weight:normal;
  116. line-height:90%;
  117. text-transform:lowercase;
  118. color:{color:Text};
  119. margin: 0px;
  120. border-bottom:1px solid {color:Info Border};
  121. }
  122.  
  123. pre {
  124. {block:ifNotShow400pxposts}
  125. width:500px;
  126. {/block:ifNotShow400pxposts}
  127. {block:ifShow400pxposts}
  128. width:400px;
  129. {/block:ifShow400pxposts}
  130. text-align: left;
  131. word-wrap: break-word;
  132. color:{color:Text};
  133. }
  134.  
  135. .border {
  136. border-bottom: 1px solid {color:Sidebar Border};
  137. width:100px;
  138. }
  139.  
  140. .border2 {
  141. margin-left:20px;
  142. border-bottom: 1px solid {color:Sidebar Border};
  143. width:110px;
  144. }
  145.  
  146. blockquote {
  147. border-left:1px solid {color:Blockquote};
  148. padding-left:13px;
  149. padding-top:1px;
  150. padding-bottom:1px;
  151. margin:10px;
  152. margin-top:20px;
  153. margin-bottom:10px;
  154. margin-left:20px;
  155. }
  156.  
  157. blockquote img {
  158. max-width:470px;
  159. }
  160.  
  161. body {
  162. color: {color:Text};
  163. background-color:{color:Background};
  164. line-height:105%;
  165. letter-spacing:1px;
  166. font-weight:normal;
  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.  
  188. .title {
  189. width:110px;
  190. font-family:calibri;
  191. font-size:10px;
  192. letter-spacing:1px;
  193. font-style:none;
  194. font-weight:;
  195. text-transform:lowercase;
  196. color:{color:Title};
  197. text-align:left;
  198. border:px solid {color:Sidebar Border};
  199. }
  200.  
  201.  
  202. .sidebar {
  203. width:160px;
  204. position: fixed;
  205. margin-top:10px;
  206. margin-left:30px;
  207. }
  208.  
  209. .sidebarimage {
  210. width:65px;
  211. padding:3px;
  212. outline:1px solid {color:Sidebar Border};
  213. border-top:3px solid {color:Sidebar Border2};
  214. border-left:3px solid {color:Sidebar Border2};
  215. border-right:3px solid {color:Sidebar Border2};
  216. border-bottom:18px solid {color:Sidebar Border2};
  217. }
  218.  
  219. .sidebarlinks {
  220. width:160px;
  221. margin-top:15px;
  222. padding-bottom:3px;
  223. margin-bottom:3px;
  224. font-size:10px;
  225. line-height:160%;
  226. font-family:initial;
  227. text-transform:lowercase;
  228. text-align:left;
  229. letter-spacing:0px;
  230. }
  231.  
  232. .sidebarlinks a {
  233. color:{color:Text};
  234. padding:2px;
  235. -moz-transition-duration: 0.5s;
  236. -o-transition-duration: 0.5s;
  237. -webkit-transition-duration: 0.5s;
  238. transition-duration: 0.5s;
  239. }
  240.  
  241. .sidebarlinks a:hover {
  242. color:{color:Link Hover};
  243. text-decoration:underline;
  244. -moz-transition-duration: 0.5s;
  245. -o-transition-duration: 0.5s;
  246. -webkit-transition-duration: 0.5s;
  247. transition-duration: 0.5s;
  248. }
  249.  
  250. .description {
  251. width:150px;
  252. padding-top:5px;
  253. margin-top:10px;
  254. margin-bottom:10px;
  255. padding:10px;
  256. text-align:justify;
  257. font-size:8px;
  258. line-height:175%;
  259. font-family:initial;
  260. color:{color:Text};
  261. letter-spacing:0px;
  262. border: 1px 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:px;
  349. text-align:left;
  350. text-transform:uppercase;
  351. font-size:8px;
  352. padding:5px;
  353. font-family:initial;
  354. color:{color:Text};
  355. line-height:%;
  356. letter-spacing:0px;
  357. outline:0px solid {color:Info Border};
  358. }
  359.  
  360. .info a {
  361. padding:4px;
  362. color:{color:Text};
  363. }
  364.  
  365. .info a:hover {
  366. text-decoration:underline;
  367. color:{color:Link Hover};
  368. }
  369.  
  370. .info2 {
  371. text-align:left;
  372. margin-top:0px;
  373. text-transform:lowercase;
  374. font-size:10px;
  375. font-family:calibri;
  376. letter-spacing:1px;
  377. }
  378.  
  379. .info2 a {
  380. color:{color:Text};
  381. }
  382.  
  383. .info2 a:hover {
  384. text-decoration:underline;
  385. color:{color:Link Hover};
  386. }
  387.  
  388. .dashicons {
  389. margin-top:5px;
  390. {block:ifNotShow400pxposts}
  391. margin-left:520px;
  392. {/block:ifNotShow400pxposts}
  393. {block:ifShow400pxposts}
  394. margin-left:420px;
  395. {/block:ifShow400pxposts}
  396. padding-bottom:0px;
  397. line-height:0%;
  398. font-family:calibri;
  399. text-transform:lowercase;
  400. letter-spacing:0px;
  401. font-size:11px;
  402. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  403. list-style: none;
  404. }
  405.  
  406. .posts:hover .dashicons {
  407. margin-top:5px;filter: alpha(opacity = 100);
  408. opacity:100;-webkit-transition: all 0.5s ease-out;
  409. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  410. }
  411.  
  412. .posts:hover .tags {
  413. {block:ifHoverTags}
  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. {/block:ifHoverTags}}
  418.  
  419. .tags {
  420. {block:ifHoverTags}
  421. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  422. {/block:ifHoverTags}
  423. {block:ifNotShow400pxposts}
  424. width:500px;
  425. {/block:ifNotShow400pxposts}
  426. {block:ifShow400pxposts}
  427. width:400px;
  428. {/block:ifShow400pxposts}
  429. position:absolute;
  430. padding:4px;
  431. margin-top:-5px;
  432. line-height:120%;
  433. font-size:8px;
  434. letter-spacing:1px;
  435. font-family:initial;
  436. text-align:left;
  437. -moz-transition-duration:0.5s;
  438. -webkit-transition-duration:0.5s;
  439. -o-transition-duration:0.5s;
  440. }
  441.  
  442. .tags a {
  443. padding:4px;
  444. color:{color:Text};
  445. }
  446.  
  447. .tags a:hover {
  448. text-decoration:underline;
  449. color:{color:Link Hover};
  450. }
  451.  
  452. .postnote {
  453. {block:ifNotShow400pxposts}
  454. width:500px;
  455. {/block:ifNotShow400pxposts}
  456. {block:ifShow400pxposts}
  457. width:400px;
  458. {/block:ifShow400pxposts}
  459. text-transform:lowercase;
  460. font-size: {text:Body Font Size};
  461. font-family: {text:Body Font};
  462. text-align:left;
  463. line-height:90%;
  464. margin-top:40px;
  465. }
  466.  
  467. .postnote li {
  468. list-style-type:none;
  469. border-bottom:1px solid {color:Info Border};
  470. padding:37px 0px 3px 0px;
  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. line-height:90%;
  533. text-align:justify;
  534. }
  535.  
  536. .source {
  537. font-family:calibri;
  538. font-size:10px;
  539. font-style:normal;
  540. text-align:center;
  541. line-height:17px;
  542. }
  543.  
  544. .chat ol {
  545. font-size: {text:Body Font Size};
  546. font-family: {text:Body Font};
  547. line-height:100%;
  548. padding:0px;
  549. list-style:none;
  550. }
  551.  
  552. .label {
  553. font-size: {text:Body Font Size};
  554. font-family: {text:Body Font};
  555. font-weight:bold;
  556. color:{color:Text};
  557. }
  558.  
  559. .line.odd {
  560. padding:4px;
  561. margin-bottom:2px;
  562. }
  563.  
  564. .line.even {
  565. padding:4px;
  566. margin-bottom:2px;
  567. }
  568.  
  569. .ask {
  570. {block:ifNotShow400pxposts}
  571. width:500px;
  572. {/block:ifNotShow400pxposts}
  573. {block:ifShow400pxposts}
  574. width:400px;
  575. {/block:ifShow400pxposts}
  576. font-size: {text:Body Font Size};
  577. font-family: {text:Body Font};
  578. text-transform:capitalize;
  579. text-align:left;
  580. font-weight:;
  581. line-height: 120%;
  582. padding-top:4px;
  583. padding-left:7px;
  584. padding-bottom:8px;
  585. border-bottom: 1px solid {color:Questions Border};
  586. }
  587.  
  588. .ask a {
  589. color:{color:Text};
  590. }
  591.  
  592. .question {
  593. {block:ifNotShow400pxposts}
  594. width:500px;
  595. {/block:ifNotShow400pxposts}
  596. {block:ifShow400pxposts}
  597. width:400px;
  598. {/block:ifShow400pxposts}
  599. margin-top:3px;
  600. padding-left:7px;
  601. padding-bottom:8px;
  602. text-align:justify;
  603. color:{color:Text};
  604. font-size: {text:Body Font Size};
  605. font-family: {text:Body Font};
  606. }
  607.  
  608. .answer {
  609. {block:ifNotShow400pxposts}
  610. width:500px;
  611. {/block:ifNotShow400pxposts}
  612. {block:ifShow400pxposts}
  613. width:400px;
  614. {/block:ifShow400pxposts}
  615. text-align:justify;
  616. padding-top:5px;
  617. line-height: 120%;
  618. margin-bottom:1px;
  619. font-size: {text:Body Font Size};
  620. font-family: {text:Body Font};
  621. color:{color:Text};
  622. }
  623.  
  624. .askimg {
  625. padding: 3px;
  626. margin:2px 7px -3px 6px;
  627. }
  628.  
  629. .credit {
  630. position:fixed;
  631. font-family:calibri;
  632. font-size:8px;
  633. line-height:150%;
  634. letter-spacing:0px;
  635. right:5px;
  636. bottom:20px;
  637. text-transform:uppercase;
  638. text-align:center;
  639. }
  640.  
  641. .credit a {
  642. font-style:normal;
  643. padding:3px;
  644. color:{color:text};
  645. -moz-transition-duration:0.5s;
  646. -webkit-transition-duration:0.5s;
  647. -o-transition-duration:0.5s;
  648. }
  649.  
  650. </style>
  651. </head>
  652.  
  653. <body>
  654. <div class="container">
  655. <div class="sidebar">
  656. <img src="{image:sidebar}" class="sidebarimage">
  657. <div class="description">
  658. {Description}
  659. </div>
  660. <p><div class="border"></div></p>
  661. <div class="sidebarlinks">
  662. <span style="color:{color:Sidebar Border}">—</span> <a href="/">refresh</a><br>
  663.  
  664. <span style="color:{color:Sidebar Border}">—</span> <a href="/ask">questions</a><br>
  665. {block:ifShowLink1}
  666. <span style="color:{color:Sidebar Border}">—</span> <a href="{text:link1 url}">{text:link1}</a>
  667. {/block:IfShowLink1}
  668. {block:ifShowLink2}<br>
  669. <span style="color:{color:Sidebar Border}">—</span> <a href="{text:link2 url}">{text:link2}</a>
  670. {/block:IfShowLink2}
  671. {block:ifShowLink3}<br>
  672. <span style="color:{color:Sidebar Border}">—</span> <a href="{text:link3 url}">{text:link3}</a>
  673. {/block:IfShowLink3}
  674. {block:ifShowLink4}<br>
  675. <span style="color:{color:Sidebar Border}">—</span> <a href="{text:link4 url}">{text:link4}</a>
  676. {/block:IfShowLink4}
  677. {block:Pagination}<br>
  678. <span style="color:{color:Sidebar Border}">—</span> 
  679. <span style="font-weight:;font-size:8px;text-transform:uppercase;font-family:calibri;">
  680. {block:PreviousPage}
  681. <a href="{PreviousPage}"><big> ‹ </big></a>
  682.  {/block:PreviousPage}
  683. {block:NextPage}
  684. <a href="{NextPage}"><big> › </big></a>
  685. {/block:NextPage}</span>
  686. {/block:Pagination}
  687. </div>
  688. </div>
  689.  
  690. <div class="postscontainer">
  691.  
  692. {block:Posts}
  693. <div class="posts">
  694.  
  695. <div class="dashicons">
  696. {ReblogButton size="13"}
  697. </div>
  698.  
  699. {block:Text}
  700. {block:Title}<h2>{Title}</h2>{/block:Title}
  701. {Body}
  702. {/block:Text}
  703.  
  704. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  705.  
  706. {/block:Quote}
  707.  
  708. {block:Link}
  709. <h2><a href="{URL}">{Name}</a></h2>
  710. {block:Description}{Description}{/block:Description}
  711. {/block:Link}
  712.  
  713. {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}
  714. </ol></div>{/block:Chat}
  715.  
  716. {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}
  717.  
  718. {block:Photo}
  719. {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
  720. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  721. {/block:Photo}
  722.  
  723. {block:Photoset}
  724. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  725. {block:Caption}{Caption}{/block:Caption}
  726. {/block:Photoset}
  727.  
  728. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  729. <div class="playercontainer">{AudioPlayerWhite}</div>
  730. <br><div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}
  731. {/block:ExternalAudio}</div>
  732. </div>
  733. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  734.  
  735. {block:Video}
  736. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  737. {block:Caption}{Caption}{/block:Caption}
  738. {/block:Video}
  739.  
  740. {block:Date}<div class="info">{block:NoteCount}{NoteCount}{/block:NoteCount} <a href="{Permalink}">@</a> {shortmonth} {dayofmonth} {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}
  741.  
  742. {block:HasTags}
  743. <div class="tags">
  744. {block:Tags}# <a href="{TagURL}">{Tag}</a> {/block:Tags}
  745. </div>
  746. {/block:HasTags}
  747.  
  748.  
  749. <div class="postnote">
  750. {block:PostNotes}{PostNotes}{/block:PostNotes}
  751. </div>
  752. {/block:Posts}
  753.  
  754. </div>
  755. {/block:Posts}
  756.  
  757.  
  758. <div class="credit"><div class="credit"><a href="http://scottisbae.tumblr.com/">scottisbae</a></div>
  759.  
  760. </div>
  761. </div>
  762. </div>
  763. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement