Advertisement
sexycullen

# 128 2

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