Advertisement
sexycullen

# 158

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